summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-1/+5
* MFH: - Fix paths for --enable-gcovfoobar2005-12-013-90/+90
* Fixed bug #35425 (idate() function ignores timezone settings).Ilia Alshanetsky2005-11-293-165/+0
* change "-o" to "||" (fixes potential problems on weird systems where test doe...Antony Dovgal2005-11-291-1/+1
* Fixed bug #35427 (str_word_count() handles '-' incorrectly).Ilia Alshanetsky2005-11-292-15/+46
* Fixed bug #35393 (changing static protected members from outside the class, o...Dmitry Stogov2005-11-281-1/+3
* Fixed bug #35046 (phpinfo() uses improper css enclosure).Ilia Alshanetsky2005-11-231-2/+2
* Fixed command error in ftp:// wrapper.Ilia Alshanetsky2005-11-221-3/+3
* MFH: - Fixed header installing under phpize buildsfoobar2005-11-211-0/+3
* - Fixed bug #35143 (gettimeofday() ignores current time zone).Derick Rethans2005-11-201-6/+10
* MFH: - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety...foobar2005-11-201-0/+4
* MFH (r-1.51) #32371 php://input sometimes returns duplicate dataSara Golemon2005-11-171-3/+8
* Updated tests to use [] instead of {}Ilia Alshanetsky2005-11-162-2/+2
* Fixed bug #35229 (call_user_func() crashes when arguement_stack is nearly full)Dmitry Stogov2005-11-162-1/+36
* MFH: Fixed possible crash in http:// wrapper.Ilia Alshanetsky2005-11-151-21/+12
* - Fixed test. Some people might actually be using php.ini-dist whichfoobar2005-11-011-9/+12
* Fixed bug #35022, #35019 (Regression in the behavior of key/currentIlia Alshanetsky2005-10-302-2/+23
* Simplify code.Ilia Alshanetsky2005-10-301-1/+0
* Fixed Bug #35014 (array_product() always returns 0).Ilia Alshanetsky2005-10-302-2/+37
* Fixed bug #34982 (array_walk_recursive() modifies elements outside function s...Dmitry Stogov2005-10-281-0/+40
* Fixed bug #34982 (array_walk_recursive() modifies elements outside function s...Dmitry Stogov2005-10-281-0/+1
* MFH: apply workaround for the leak only when GLIBC is usedAntony Dovgal2005-10-251-4/+10
* MFH: fix problem with garbage appearing in hostnamesAntony Dovgal2005-10-251-1/+2
* Reverted patch for bug #34934. Bug is marked as bogus.Dmitry Stogov2005-10-242-29/+0
* MFH: fix #34938 (dns_get_record() doesn't resolve long hostnames and leaks)Antony Dovgal2005-10-231-6/+24
* Fixed memory leak on error.Ilia Alshanetsky2005-10-231-1/+4
* Fix #34957; file access checks should use VCWD_ACCESS()Wez Furlong2005-10-221-1/+31
* fix wsAntony Dovgal2005-10-211-5/+5
* Fixed bug #34934 (offsetExists is not called from array_key_exists)Dmitry Stogov2005-10-212-0/+29
* MFH: fix possible crash in dns_get_record()Antony Dovgal2005-10-211-6/+7
* Fixed fgetcsv() and fputcsv() inconsistency.Dmitry Stogov2005-10-212-21/+30
* MFH: use proper constantsAntony Dovgal2005-10-201-2/+2
* MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.Ilia Alshanetsky2005-10-191-2/+2
* - Fixed bug #29361 (var_export() producing invalid code). (Derick)Derick Rethans2005-10-175-496/+511
* MFHfoobar2005-10-161-2/+2
* MFH: Fixed bug #34742 (ftp wrapper failures caused from segmented commandIlia Alshanetsky2005-10-111-60/+20
* - MFH: Fixed Windows build (patch by Mike)Derick Rethans2005-10-061-0/+2
* MFH: fix testAntony Dovgal2005-10-051-1/+1
* MFH: fix #34723 (array_count_values() strips leading zeroes)Antony Dovgal2005-10-041-2/+3
* MFH: GLOBALS protection for extract() function.Ilia Alshanetsky2005-10-031-0/+4
* Removed unnecessary component that accidentally snuck-inIlia Alshanetsky2005-09-291-9/+0
* MFH:Ilia Alshanetsky2005-09-291-4/+27
* MFH: Fixed possible GLOBALS variable override when register_globals are ON.Ilia Alshanetsky2005-09-281-6/+8
* MFH: Fixed bug #34321 (Possible crash in filter code).Ilia Alshanetsky2005-09-251-1/+1
* Allow php extensions to use php_escape_shell_cmd() and php_escape_shell_arg()...Edin Kadribasic2005-09-241-2/+2
* Fixed memory corruptionDmitry Stogov2005-09-211-5/+6
* Allow fopen() make HTTPS requests throug HTTP proxiesDmitry Stogov2005-09-211-2/+44
* - MFH: Remove HTML fragments from phpcredits() in CLI modeJohannes Schlüter2005-09-201-4/+13
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-162-3/+3
* MFH: MFH: Make key() and current() take argument by value.Ilia Alshanetsky2005-09-131-2/+2