summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - WSPierre Joye2010-08-231-14/+14
|
* - revert fix for #52655, rev. 302614Pierre Joye2010-08-232-3/+1
|
* - add follow_location support for http stream, enabled by default to keep ↵Pierre Joye2010-08-232-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-24Pierre Joye2010-08-231-0/+1
|
* Fixed bug #52655 (SimpleXMLIterator supports ArrayAccess without ↵Kalle Sommer Nielsen2010-08-212-2/+4
| | | | implementing the interface)
* - Added missing void parameter checksFelipe Pena2010-08-211-0/+20
|
* - Fix #52407 (use __sync_bool_compare_and_swap in fpm_atomic.h if gcc >= 4.1 ↵Jérôme Loyet2010-08-211-1/+13
| | | | is used - credit to geissert)
* - typo (thx to sixd)Jérôme Loyet2010-08-201-4/+4
|
* - fix string validation, MOPS-2010-24Pierre Joye2010-08-201-1/+1
|
* svn up messed thisAndrey Hristov2010-08-201-2/+2
|
* here comes the newsAndrey Hristov2010-08-201-1/+2
|
* Fix for bug #52654 mysqli doesn't install headers with structures it usesAndrey Hristov2010-08-2011-288/+346
|
* Fix #52609 (INI scanner did not use ZEND_INI_SCANNER_NORMAL)Jérôme Loyet2010-08-202-7/+22
|
* Fixed bug #52599 (iconv output handler outputs incorrect content type when ↵Ilia Alshanetsky2010-08-192-1/+9
| | | | flags are used).
* Use userland function name, not internal name for NEWSKalle Sommer Nielsen2010-08-181-1/+1
|
* Fixed possible crash in php_mssql_get_column_content_without_type()Kalle Sommer Nielsen2010-08-182-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 Nielsen2010-08-182-1/+3
| | | | # Tested by rein at basefarm dot no
* - Improved fix for bug #52573Felipe Pena2010-08-183-6/+13
|
* here comes the newsAndrey Hristov2010-08-171-0/+1
|
* Fix for Bug #52613 crash in mysqlndAndrey Hristov2010-08-171-13/+25
|
* Update with PHP_DEF_FE, also update the testAndrey Hristov2010-08-172-1/+3
|
* Fix my fix for arginfo, trunk patch will follow shortlyKalle Sommer Nielsen2010-08-171-1/+1
|
* Fixed the $context parameter on copy() to have an effect (approved for 5.3 ↵Kalle Sommer Nielsen2010-08-173-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 infoKalle Sommer Nielsen2010-08-161-0/+2
|
* Fixed bug #50836 (run_tests.php alerts syntax errors while testing session)Kalle Sommer Nielsen2010-08-161-1/+11
|
* Added utf16 and utf32 support, as in MySQL 5.5, in mysqlnd.Andrey Hristov2010-08-164-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 InnoDBAndrey Hristov2010-08-161-1/+1
| | | | | is the default engine
* detect easily which charset doesn't workAndrey Hristov2010-08-161-9/+10
|
* - Updated to version 2010.12 (2010l)Derick Rethans2010-08-161-6/+6
|
* - WSPierre Joye2010-08-161-8/+8
|
* Here comes the newsAndrey Hristov2010-08-161-0/+1
|
* Sync with trunk, fixes build failure on MacOSX.Andrey Hristov2010-08-162-1/+3
| | | | | Fix for Bug #52417 MySQLi build failure with mysqlnd
* - Updated to version 2010.11 (2010k)Derick Rethans2010-08-161-612/+673
|
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-163-4/+39
|
* Fixed memory leaks (related to bug #52361)Dmitry Stogov2010-08-161-4/+5
|
* Fixed bug #52593 (exif is placed before mbstring in php.ini)Kalle Sommer Nielsen2010-08-162-2/+2
|
* - #52607, fix ENV conflit with win SDK 7.1Pierre Joye2010-08-151-1/+1
|
* - year++Pierre Joye2010-08-151-1/+1
|
* - #52607, fix ENV conflit with win SDK 7.1Pierre Joye2010-08-152-6/+6
|
* Win32 build fixesIlia Alshanetsky2010-08-142-1/+13
|
* Upgraded bundled Sqlite3 to version 3.7.0.1Ilia Alshanetsky2010-08-143-3636/+10060
|
* MFH: Upgraded bundled PCRE to version 8.10.Ilia Alshanetsky2010-08-1427-1259/+4213
|
* - Fixed the fix for bug #52546Felipe Pena2010-08-131-1/+1
|
* Changed mysqli_report() to be per-request specific rather than per-process ↵Kalle Sommer Nielsen2010-08-132-0/+3
| | | | specific (Fixes #52390)
* Fix for bug #52413 MySQLi build failure on OS XAndrey Hristov2010-08-132-0/+5
|
* Fix for bug #52433 Call to undefined method mysqli::poll()Andrey Hristov2010-08-134-2/+58
|
* - fix castSascha Schumann2010-08-121-1/+1
|
* Make this function static, as it is used only in this file.Andrey Hristov2010-08-121-2/+8
| | | | | Add additional comment about how it works.
* Allocate memory in a burst mode, and later use it. IncreasesAndrey Hristov2010-08-121-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 forAndrey Hristov2010-08-1212-40/+46
| | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again.