summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ZEND_RETURN is splitted into two new instructions ZEND_RETURN and ZEND_RETURN...Dmitry Stogov2010-04-225-231/+371
* initialize variable. this code still segfaults in OpenSSL, no idea whyAntony Dovgal2010-04-221-1/+1
* - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleadingPierre Joye2010-04-222-2/+2
* - Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleadingPierre Joye2010-04-221-1/+1
* correct wrong comparison (thx to felipe)Jérôme Loyet2010-04-221-1/+1
* Fix for bug #51604 (newline in end of header is shown in start of message).Adam Harvey2010-04-222-2/+42
* Removed the session 4.2 bug compatibility modeKalle Sommer Nielsen2010-04-2210-69/+2
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-2170-15246/+0
* - Fix ZTS buildFelipe Pena2010-04-212-9/+9
* Updated copyright yearKalle Sommer Nielsen2010-04-211-3/+3
* Drop php_register_var(), Thanks FelipeKalle Sommer Nielsen2010-04-211-29/+0
* Updated copyright yearKalle Sommer Nielsen2010-04-211-1/+1
* Removed session_is_registered(), session_register() and session_unregister().Kalle Sommer Nielsen2010-04-2116-113/+15
* switch the configuration syntax from xml to iniJérôme Loyet2010-04-2116-930/+920
* Removed import_request_variables(), this is not needed anymore without regist...Kalle Sommer Nielsen2010-04-218-106/+11
* - Fixed bug #51627 (script path not correctly evaluated)Felipe Pena2010-04-211-2/+2
* - Dropped unused HL_BG_COLOR (Kalle)Felipe Pena2010-04-211-1/+0
* Added missing zend_parse_parameters_none() call to sys_getloadavg()Kalle Sommer Nielsen2010-04-211-0/+4
* Remove highlight.bg, it was removed in the old trunk and its not referenced i...Kalle Sommer Nielsen2010-04-2111-11/+3
* Remove unused variablePierrick Charron2010-04-211-1/+0
* - Fix ZTS buildFelipe Pena2010-04-211-9/+9
* Eliminated unnecessary compile-time hash_value recalculation for interned str...Dmitry Stogov2010-04-211-85/+111
* - Fixed bug #51562 (query timeout in mssql can not be changed per query)Felipe Pena2010-04-211-0/+1
* - Fix mem. leakFelipe Pena2010-04-211-7/+7
* Removed register_globalsKalle Sommer Nielsen2010-04-2145-447/+122
* 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