summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_4_1RC1'.php-4.4.1RC1SVN Migration2005-10-071-56/+0
* - Go with PHP 4.4.1RC1.Derick Rethans2005-10-073-4/+4
* - MFH C vs. C++ fixMarcus Boerger2005-10-071-1/+2
* - MFH Fix issue (endless loop) with temp/memory streamsMarcus Boerger2005-10-061-7/+14
* MFH: Added missing safe_mode checks.Ilia Alshanetsky2005-10-064-3/+4
* - MFH: Fix #34557 php -m exits with "error" 1Johannes Schlüter2005-10-063-9/+12
* fix ZTS buildRob Richards2005-10-051-9/+9
* MFH: Missing safe_mode/open_basedir checks for file uploads.Ilia Alshanetsky2005-10-052-1/+7
* MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.Ilia Alshanetsky2005-10-052-15/+11
* MFB5.1: fix #32179 (xmlrpc_encode() segfaults with recursive references)Antony Dovgal2005-10-042-15/+29
* MFH: GLOBALS protection for extract() function.Ilia Alshanetsky2005-10-031-0/+4
* fix build - missing closing parenthesisRob Richards2005-10-021-1/+1
* - MFH #33125, alpha emulation brokenPierre Joye2005-09-301-3/+3
* MFH:Ilia Alshanetsky2005-09-292-4/+21
* MFH: Fixed possible GLOBALS variable override when register_globals are ON.Ilia Alshanetsky2005-09-283-6/+18
* MFH: Fixed bug #32937 (open_basedir looses trailing / in the limiter).Ilia Alshanetsky2005-09-272-2/+3
* MFH: Fixed bug #34645 (ctype corrupts memory when validating large numbers).Ilia Alshanetsky2005-09-263-18/+35
* - MFH #33220, infinite loop while loading invalid GIF (nlopees)Pierre Joye2005-09-251-3/+3
* In NetWare two binaries with the same name can not be loaded in kernel addres...Anantha Kesari H Y2005-09-231-3/+5
* MFH: Improved the fix for #21306 a bitfoobar2005-09-231-8/+10
* MFH: Fixed bug #34565 (mb_send_mail does not fetch mail.force_extra_parameters)Ilia Alshanetsky2005-09-212-0/+13
* - MFH: Remove HTML fragments from phpcredits() in CLI modeJohannes Schlüter2005-09-201-4/+13
* BFNfoobar2005-09-201-0/+2
* MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)foobar2005-09-201-2/+5
* fix crash on restarting static PHP having session modules loadedStanislav Malyshev2005-09-201-0/+2
* NetWare does not have sendmail binary to send mail.Anantha Kesari H Y2005-09-151-1/+1
* MFH: Make key() and current() take argument by value.Ilia Alshanetsky2005-09-131-2/+2
* MFH: Fixed bug #34456 (Possible crash inside pspell extension).Ilia Alshanetsky2005-09-122-12/+25
* Additinal fix for bug #34277 (array_filter() crashes with references and obje...Dmitry Stogov2005-09-121-4/+7
* touchfoobar2005-09-051-178/+153
* MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)foobar2005-09-052-1/+2
* touch with working re2cfoobar2005-09-051-49/+58
* BFNfoobar2005-09-051-0/+1
* Fix for #34369Frank M. Kromann2005-09-051-5/+24
* merge solaris portability fixWez Furlong2005-09-041-2/+2
* typofoobar2005-09-021-1/+1
* BFNfoobar2005-09-021-0/+2
* MFH: Resolved bug #34240.Ilia Alshanetsky2005-09-021-1/+1
* MFHfoobar2005-09-021-1/+1
* Fixed bug #34137 (assigning array element by reference causes binary mess)Dmitry Stogov2005-09-011-0/+2
* Fixed bug #34277 (array_filter() crashes with references and objects)Dmitry Stogov2005-09-013-5/+109
* As NetWare LibC has optind and optarg macros defined in unistd.h our local va...Anantha Kesari H Y2005-09-011-0/+7
* Fixed bug #34323foobar2005-08-311-0/+2
* Fixed bug #32318foobar2005-08-311-0/+2
* MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).Ilia Alshanetsky2005-08-301-0/+1
* - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).Derick Rethans2005-08-302-1/+3
* MFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace)Ilia Alshanetsky2005-08-261-9/+0
* MFH: Remainder of the 34191 bug fix.Ilia Alshanetsky2005-08-241-0/+3
* MFH: removed unused varsIlia Alshanetsky2005-08-231-2/+0
* sync with PEAR 1.3.6Greg Beaver2005-08-224-19/+24