summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* typoJérôme Loyet2010-04-201-2/+2
* Add a check request_method. If fcgi protocol is not followed, a segfault can ...Jérôme Loyet2010-04-201-0/+6
* Change php_defines in configuration file to php_value,php_admin_value,php_fla...Jérôme Loyet2010-04-205-47/+107
* Hardening the reads of mysqlnd.Andrey Hristov2010-04-201-45/+102
* add test for self:: and static::Stanislav Malyshev2010-04-201-0/+47
* put the trigger in the right placeAndrey Hristov2010-04-201-1/+1
* It is possible that change user tries an user who has old password.Andrey Hristov2010-04-203-0/+6
* - Improve testFelipe Pena2010-04-201-0/+13
* - Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML)Felipe Pena2010-04-202-3/+30
* - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argum...Felipe Pena2010-04-201-6/+2
* Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)Dmitry Stogov2010-04-202-2/+17
* WSJohannes Schlüter2010-04-201-2/+2
* - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)Felipe Pena2010-04-201-2/+5
* - Fix copyrightsFelipe Pena2010-04-2027-54/+54
* fix ZTS buildAntony Dovgal2010-04-201-1/+1
* fix buildAntony Dovgal2010-04-201-1/+1
* Fixed bug #48781 (Cyclical garbage collector memory leak)Dmitry Stogov2010-04-201-0/+2
* - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string li...Felipe Pena2010-04-201-2/+2
* Updated version numbersDmitry Stogov2010-04-203-3/+3
* Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-2021-6976/+9927
* regenerated filesDmitry Stogov2010-04-202-335/+341
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-0/+5
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-2030-192/+838
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-2037-6303/+6989
* Added an optimization which saves memory and emalloc/efree calls for empty Ha...Dmitry Stogov2010-04-202-23/+36
* Added a micro benchmark which measures the performance of some primitive oper...Dmitry Stogov2010-04-201-0/+275
* fix infinite loop in the testAntony Dovgal2010-04-201-1/+1
* Added explanatory comments to filter_input and filter_input_array to documentAdam Harvey2010-04-201-0/+12
* fix 64-bit integer overflow in mhash_keygen_s2kStanislav Malyshev2010-04-201-2/+4
* true/false was not a valid value for boolean directivesJérôme Loyet2010-04-191-2/+2
* restore $this support for closures to its former gloryStanislav Malyshev2010-04-1923-28/+718
* correct path in the man pageJérôme Loyet2010-04-192-10/+14
* - Fixed bug #51590 (JSON_ERROR_UTF8 is undefined)Felipe Pena2010-04-181-0/+1
* fix non-ts buildStanislav Malyshev2010-04-162-2/+2
* Fixed Bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)Christopher Jones2010-04-161-2/+9
* Added traits test cases. No engine changes for now. [TRAITS]Stefan Marr2010-04-1530-0/+866
* Fix php.ini comment typoChristopher Jones2010-04-152-2/+2
* Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ext/sess...Kalle Sommer Nielsen2010-04-1512-107/+42
* Last batch of int/uint comparison fixesAndrey Hristov2010-04-151-3/+3
* More int/uint comparison warning fixesAndrey Hristov2010-04-152-10/+10
* Fix some int/uint comparison warningsAndrey Hristov2010-04-152-3/+3
* Remove unused fileAndrey Hristov2010-04-151-285/+0
* more WSAndrey Hristov2010-04-152-32/+32
* CS + WS changesAndrey Hristov2010-04-1520-295/+285
* final fix for long opts in getopt() Antony Dovgal2010-04-151-11/+7
* Bump PHP_API_VERSIONKalle Sommer Nielsen2010-04-151-1/+1
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-1515-67/+339
* discard first TWO symbols of a long argumentAntony Dovgal2010-04-141-1/+1
* - #35638, add udate to imap_fetch_overviewPierre Joye2010-04-146-84/+67
* simplify configure check for nanosleep()Antony Dovgal2010-04-131-1/+1