| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - WS | Pierre Joye | 2010-08-23 | 1 | -14/+14 |
| | | |||||
| * | - revert fix for #52655, rev. 302614 | Pierre Joye | 2010-08-23 | 2 | -3/+1 |
| | | |||||
| * | - add follow_location support for http stream, enabled by default to keep ↵ | Pierre Joye | 2010-08-23 | 2 | -3/+11 |
| | | | | | BC. Allows one to ignore the location header, w/o having to ignore errors or other tricks, the location data is however still available (meta) | ||||
| * | - fix string validation entry, mops-2010-24 | Pierre Joye | 2010-08-23 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without ↵ | Kalle Sommer Nielsen | 2010-08-21 | 2 | -2/+4 |
| | | | | | implementing the interface) | ||||
| * | - Added missing void parameter checks | Felipe Pena | 2010-08-21 | 1 | -0/+20 |
| | | |||||
| * | - Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 ↵ | Jérôme Loyet | 2010-08-21 | 1 | -1/+13 |
| | | | | | is used - credit to geissert) | ||||
| * | - typo (thx to sixd) | Jérôme Loyet | 2010-08-20 | 1 | -4/+4 |
| | | |||||
| * | - fix string validation, MOPS-2010-24 | Pierre Joye | 2010-08-20 | 1 | -1/+1 |
| | | |||||
| * | svn up messed this | Andrey Hristov | 2010-08-20 | 1 | -2/+2 |
| | | |||||
| * | here comes the news | Andrey Hristov | 2010-08-20 | 1 | -1/+2 |
| | | |||||
| * | Fix for bug #52654 mysqli doesn't install headers with structures it uses | Andrey Hristov | 2010-08-20 | 11 | -288/+346 |
| | | |||||
| * | Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL) | Jérôme Loyet | 2010-08-20 | 2 | -7/+22 |
| | | |||||
| * | Fixed bug #52599 (iconv output handler outputs incorrect content type when ↵ | Ilia Alshanetsky | 2010-08-19 | 2 | -1/+9 |
| | | | | | flags are used). | ||||
| * | Use userland function name, not internal name for NEWS | Kalle Sommer Nielsen | 2010-08-18 | 1 | -1/+1 |
| | | |||||
| * | Fixed possible crash in php_mssql_get_column_content_without_type() | Kalle Sommer Nielsen | 2010-08-18 | 2 | -0/+10 |
| | | | | | # Also fix NEWS entry in PHP_5_2 for previous commit | ||||
| * | Fixed bug #52636 (php_mysql_fetch_hash writes long value into int) | Kalle Sommer Nielsen | 2010-08-18 | 2 | -1/+3 |
| | | | | | # Tested by rein at basefarm dot no | ||||
| * | - Improved fix for bug #52573 | Felipe Pena | 2010-08-18 | 3 | -6/+13 |
| | | |||||
| * | here comes the news | Andrey Hristov | 2010-08-17 | 1 | -0/+1 |
| | | |||||
| * | Fix for Bug #52613 crash in mysqlnd | Andrey Hristov | 2010-08-17 | 1 | -13/+25 |
| | | |||||
| * | Update with PHP_DEF_FE, also update the test | Andrey Hristov | 2010-08-17 | 2 | -1/+3 |
| | | |||||
| * | Fix my fix for arginfo, trunk patch will follow shortly | Kalle Sommer Nielsen | 2010-08-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed the $context parameter on copy() to have an effect (approved for 5.3 ↵ | Kalle Sommer Nielsen | 2010-08-17 | 3 | -8/+20 |
| | | | | | | | | by Johannes) # To not change a PHPAPI in a point release, a new function have been added to support contexts: # php_copy_file_ctx(), php_copy_file_ex() now simply wraps to that | ||||
| * | Fix arginfo for copy(), see r302376 for more info | Kalle Sommer Nielsen | 2010-08-16 | 1 | -0/+2 |
| | | |||||
| * | Fixed bug #50836 (run_tests.php alerts syntax errors while testing session) | Kalle Sommer Nielsen | 2010-08-16 | 1 | -1/+11 |
| | | |||||
| * | Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd. | Andrey Hristov | 2010-08-16 | 4 | -222/+209 |
| | | | | | | | | | Fixed tests, so they don't try to use SET NAMES utf16|utf32, as character_set_client can't be set to those (the lexer can't read ucs2, utf16 and utf32). Added support for 4-byte utf8, as found in MySQL 5.5 | ||||
| * | Fix test, so it doesn't fail with MySQL 5.5, where InnoDB | Andrey Hristov | 2010-08-16 | 1 | -1/+1 |
| | | | | | | is the default engine | ||||
| * | detect easily which charset doesn't work | Andrey Hristov | 2010-08-16 | 1 | -9/+10 |
| | | |||||
| * | - Updated to version 2010.12 (2010l) | Derick Rethans | 2010-08-16 | 1 | -6/+6 |
| | | |||||
| * | - WS | Pierre Joye | 2010-08-16 | 1 | -8/+8 |
| | | |||||
| * | Here comes the news | Andrey Hristov | 2010-08-16 | 1 | -0/+1 |
| | | |||||
| * | Sync with trunk, fixes build failure on MacOSX. | Andrey Hristov | 2010-08-16 | 2 | -1/+3 |
| | | | | | | Fix for Bug #52417 MySQLi build failure with mysqlnd | ||||
| * | - Updated to version 2010.11 (2010k) | Derick Rethans | 2010-08-16 | 1 | -612/+673 |
| | | |||||
| * | Bug #52361 (Throwing an exception in a destructor causes invalid catching) | Dmitry Stogov | 2010-08-16 | 3 | -4/+39 |
| | | |||||
| * | Fixed memory leaks (related to bug #52361) | Dmitry Stogov | 2010-08-16 | 1 | -4/+5 |
| | | |||||
| * | Fixed bug #52593 (exif is placed before mbstring in php.ini) | Kalle Sommer Nielsen | 2010-08-16 | 2 | -2/+2 |
| | | |||||
| * | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 1 | -1/+1 |
| | | |||||
| * | - year++ | Pierre Joye | 2010-08-15 | 1 | -1/+1 |
| | | |||||
| * | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 2 | -6/+6 |
| | | |||||
| * | Win32 build fixes | Ilia Alshanetsky | 2010-08-14 | 2 | -1/+13 |
| | | |||||
| * | Upgraded bundled Sqlite3 to version 3.7.0.1 | Ilia Alshanetsky | 2010-08-14 | 3 | -3636/+10060 |
| | | |||||
| * | MFH: Upgraded bundled PCRE to version 8.10. | Ilia Alshanetsky | 2010-08-14 | 27 | -1259/+4213 |
| | | |||||
| * | - Fixed the fix for bug #52546 | Felipe Pena | 2010-08-13 | 1 | -1/+1 |
| | | |||||
| * | Changed mysqli_report() to be per-request specific rather than per-process ↵ | Kalle Sommer Nielsen | 2010-08-13 | 2 | -0/+3 |
| | | | | | specific (Fixes #52390) | ||||
| * | Fix for bug #52413 MySQLi build failure on OS X | Andrey Hristov | 2010-08-13 | 2 | -0/+5 |
| | | |||||
| * | Fix for bug #52433 Call to undefined method mysqli::poll() | Andrey Hristov | 2010-08-13 | 4 | -2/+58 |
| | | |||||
| * | - fix cast | Sascha Schumann | 2010-08-12 | 1 | -1/+1 |
| | | |||||
| * | Make this function static, as it is used only in this file. | Andrey Hristov | 2010-08-12 | 1 | -2/+8 |
| | | | | | | Add additional comment about how it works. | ||||
| * | Allocate memory in a burst mode, and later use it. Increases | Andrey Hristov | 2010-08-12 | 1 | -14/+22 |
| | | | | | | | | | locality of the data. Also use MYSQLND_INC_CONN_STATISTIC in one place, instead of two, thus removing code duplication from macro expansion - less code to fit in the instruction cache. | ||||
| * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 12 | -40/+46 |
| | | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | ||||
