summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed now obsolete NetWare hack since I fixed thisGuenter Knauf2009-11-037-69/+3
| | | | | with Novell some longer time ago in their SDK header.
* Fix for bug #49965 . Let mysqli_options() try to cast option values to the ↵Ulf Wendel2009-11-032-4/+81
| | | | appropriate type.
* BFNScott MacVicar2009-11-031-0/+2
|
* Update PCRE to 8.00Scott MacVicar2009-11-0342-3395/+7018
|
* - fix lenght for alloc and cpy (Kanwal)Pierre Joye2009-11-031-3/+3
|
* - Fixed #50052, Different Hashes on Windows and Linux on wrong Salt sizePierre Joye2009-11-022-0/+13
|
* - Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by ↵Felipe Pena2009-11-023-2/+35
| | | | Sjoerd)
* - Updated to version 2009.17 (2009q)Derick Rethans2009-11-021-350/+404
|
* Fixed compiler warningsIlia Alshanetsky2009-11-021-7/+11
|
* - Fixed bug #49908 (throwing exception in __autoload crashes when interface ↵Felipe Pena2009-11-014-8/+40
| | | | is not defined)
* - Fixed bug #50006 (Segfault caused by uksort()) [5_2 only]Felipe Pena2009-11-011-0/+29
|
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵Felipe Pena2009-11-014-4/+53
| | | | property in base class)
* Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() failsTakeshi Abe2009-11-011-0/+1
|
* report collator_get_sort_keyStanislav Malyshev2009-10-301-0/+1
|
* Set WINVER to Windows 2000 like in config.w32.h.inKalle Sommer Nielsen2009-10-301-1/+1
|
* Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR)Ilia Alshanetsky2009-10-292-2/+6
| | | | | # Original patch by six at aegis-corp dot org
* Lower the max upload default to 20Ilia Alshanetsky2009-10-281-1/+1
|
* fix versionStanislav Malyshev2009-10-271-1/+1
|
* - You add, remove, fix or implement. Introduce yourself to someone else.Jani Taskinen2009-10-271-5/+4
|
* - Fixed bug #50018 (Typo in spl_limit_it_seek())Felipe Pena2009-10-272-2/+2
|
* - Fixed memory leak in openssl_pkcs12_export_to_file()Felipe Pena2009-10-271-3/+3
|
* - Fixed crash in com_print_typeinfo when an invalid typelib is givenPierre Joye2009-10-271-1/+1
|
* Introduced a max_file_uploads INI setting, which is set to limit theIlia Alshanetsky2009-10-275-0/+21
| | | | | | number of file uploads per-request to 100 by default, to prevent possible DOS via temporary file exhaustion.
* - Fixed bug #49142 (crash when exception thrown from __tostring())David Soria Parra2009-10-272-3/+11
|
* - #48752, crash during date parsing with invalid datePierre Joye2009-10-271-1/+6
|
* add testStanislav Malyshev2009-10-261-0/+97
|
* add collator_get_sort_key()Stanislav Malyshev2009-10-265-0/+70
|
* - Updated to version 2009.16 (2009p)Derick Rethans2009-10-261-694/+586
|
* Fixed bug #49921 (Curl post upload functions changed).Ilia Alshanetsky2009-10-262-1/+2
|
* Updating test - no error message any more. Maybe the PDO core has changed... ↵Ulf Wendel2009-10-261-5/+0
| | | | whatever, one issue less
* Updating test, mysqlnd support init commandsUlf Wendel2009-10-261-3/+3
|
* - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).Ilia Alshanetsky2009-10-262-3/+19
|
* - Fixed bug #49990 (SNMP3 warning message about security level printed twice).Jani Taskinen2009-10-252-5/+2
|
* - #49986, fix ICU DLLs pathPierre Joye2009-10-241-1/+1
|
* Fix #49972 (AppendIterator undefined function crash)Johannes Schlüter2009-10-232-1/+12
|
* Fix: log slow queries in stats regardless of mysqlnd.log_mask setting.Ulf Wendel2009-10-231-1/+1
|
* Fixed testIlia Alshanetsky2009-10-221-6/+6
|
* Don't forget to update the length tooAndrey Hristov2009-10-221-0/+1
|
* Have the lengths also to skip many calls to strlenAndrey Hristov2009-10-222-2/+25
|
* Updating mysqlnd version number.Ulf Wendel2009-10-221-2/+2
|
* Fixing stats, updating test to accept new statsUlf Wendel2009-10-222-2/+5
|
* Move definitionAndrey Hristov2009-10-222-8/+9
|
* Count number of affected_rows for normal and PS queriesAndrey Hristov2009-10-224-1/+15
|
* There subtle differences between Linux and Win. mysqlnd is a bit more ↵Ulf Wendel2009-10-211-4/+4
| | | | verbose on Win... silencing to make the test pass
* - fix leak in DL on error (windows)Pierre Joye2009-10-212-0/+13
|
* Making test a bit more portableUlf Wendel2009-10-201-6/+10
|
* Fixing testUlf Wendel2009-10-201-14/+18
|
* libmysql is still 'buggy' - skip test with libmysqlUlf Wendel2009-10-201-2/+5
|
* Well, hacking around to cope with mysql version specific behaviour if using ↵Ulf Wendel2009-10-201-4/+37
| | | | libmysql...
* fix crash on empty doc_rootAntony Dovgal2009-10-201-1/+1
|