summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update and fix grammarChristopher Jones2009-11-051-73/+86
|
* Fix testsandy wharmby2009-11-052-1615/+31
|
* Make sure that max_file_uploads is set to 20 by-default in all placesIlia Alshanetsky2009-11-052-2/+2
|
* Fixing test: of course, libmysql won't care about open_basedir, but mysqlnd ↵Ulf Wendel2009-11-051-1/+4
| | | | should
* Fixing test: it didn't do a select_db and gave a false-positive with libmysqlUlf Wendel2009-11-052-16/+14
|
* Avoid invoking setitimer when timeouts have been disabled (Arvind Srinivasan)Dmitry Stogov2009-11-051-1/+2
|
* Fixed unnecessary invokation of setitimer when timeouts have been disabled ↵Dmitry Stogov2009-11-051-1/+1
| | | | (Arvind Srinivasan)
* - Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted ↵Matteo Beccati2009-11-044-3/+39
| | | | | | | | transaction). # Removed usage of the memory address when generating prepared statemend names # as uniqueness can't be enforced. Used a statment counter instead.
* - Reverting previous fix for bug #49985 Matteo Beccati2009-11-041-17/+3
| | | | | # Unmerged changes from revision 289924
* mysqli won't accept empty string for socket, skip test of ↵Ulf Wendel2009-11-041-13/+19
| | | | mysqli.default_socket if test run does not use socket
* Skipping if MySQL old password algorithm is in use as it seems to be the ↵Ulf Wendel2009-11-041-0/+13
| | | | case on gcov.php.net
* Fixed bug #50073 (parse_url() incorrect when ? in fragment).Ilia Alshanetsky2009-11-041-6/+17
|
* Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by ↵Ulf Wendel2009-11-0484-548/+812
| | | | replacing string(n) with %unicode|string%(n) and similar.
* added timezone define for NetWare.Guenter Knauf2009-11-031-0/+4
|
* 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-5/+81
| | | | appropriate type.
* Update PCRE to 8.00Scott MacVicar2009-11-0342-3395/+7018
|
* - fix lenght for alloc and cpy (Kanwal)Pierre Joye2009-11-031-3/+3
|
* - WSPierre Joye2009-11-021-4/+4
|
* - 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-022-4/+36
| | | | 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-013-8/+38
| | | | 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-013-2/+50
| | | | property in base class)
* Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() failsTakeshi Abe2009-11-011-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-291-2/+5
| | | | | # 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
|
* - 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-2/+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-274-0/+17
| | | | | | 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-271-3/+8
|
* - #48752, crash during date parsing with invalid datePierre Joye2009-10-271-0/+6
|
* add collator_get_sort_key()Stanislav Malyshev2009-10-266-0/+145
|
* - Updated to version 2009.16 (2009p)Derick Rethans2009-10-261-694/+586
|
* Fixed bug #49921 (Curl post upload functions changed).Ilia Alshanetsky2009-10-261-1/+1
|
* 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-261-3/+17
|
* - Fixed bug #49990 (SNMP3 warning message about security level printed twice).Jani Taskinen2009-10-251-5/+0
|
* 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
|
* TSRMLSArnaud Le Blanc2009-10-221-3/+2
|
* 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
|