summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_4_0RC1'.php-4.4.0RC1SVN Migration2005-06-131-56/+0
* touchfoobar2005-06-131-2/+2
* - MFH: Fixed bug with unserialize() with "exotic" letters in class namesDerick Rethans2005-06-131-1/+1
* MFH:Antony Dovgal2005-06-131-6/+8
* MFHfoobar2005-06-121-4/+0
* Revert. re2c 0.9.7 obviously does not work properly (or our .re files are buggy)foobar2005-06-112-250/+218
* regenerated with re2c 0.9.7foobar2005-06-112-218/+250
* MFH: Fixed compiler warning.Ilia Alshanetsky2005-06-091-2/+2
* Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #...Dmitry Stogov2005-06-081-2/+6
* MFHfoobar2005-06-071-0/+2
* - MFH: Added the --disable-zend-memory-manager switch to disable the ZendDerick Rethans2005-06-071-0/+6
* MFH: Better storage size for output length.Ilia Alshanetsky2005-06-061-1/+1
* MFH: Fixed strval to not print notices on strval(array()).Ilia Alshanetsky2005-06-061-2/+12
* - MFH: Fixed bug #33242 (Mangled error message when stream fails).Derick Rethans2005-06-061-0/+2
* - Merge back changes which where in 4.3 but somehow didn't make it into the newDerick Rethans2005-06-061-45/+35
* This commit was manufactured by cvs2svn to create branch 'PHP_4_4'.SVN Migration2005-06-023-89/+56
* MFH: fix bug #33222 (segfault when CURL handle is closed in a callback).Antony Dovgal2005-06-022-2/+17
* MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-state...Antony Dovgal2005-06-021-2/+4
* - That should have been removed, not commented out.Derick Rethans2005-06-021-4/+0
* - MFH: Fixed memory corruption in stristr().Derick Rethans2005-06-021-4/+4
* MFH: Fixed bug #33210 (relax jpeg recursive loop protection).Ilia Alshanetsky2005-06-011-1/+1
* MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' mod...foobar2005-05-314-6/+27
* MFHfoobar2005-05-311-2/+2
* Upgrade PCRE library to 5.0.Andrei Zmievski2005-05-2729-2138/+20392
* MFHAndrei Zmievski2005-05-262-24/+58
* MFH: Added scheme validation for parse_url().Ilia Alshanetsky2005-05-261-0/+13
* MFH (pcre cache flush)Andrei Zmievski2005-05-241-4/+12
* MFH: fix compile warningAntony Dovgal2005-05-221-0/+1
* Fixed bug #33072 - Add a safemode/open_basedir check for runtime save_pathRasmus Lerdorf2005-05-211-2/+15
* - Fixed bug #30593 (--with-ingres option generates broken Makefile).Grant Croker2005-05-201-2/+4
* - Fixed bug #33013: "next month" was done wrong.Derick Rethans2005-05-201-1/+1
* MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading se...Antony Dovgal2005-05-201-1/+1
* MFH: gdImageGifCtx() is always available in bundled libAntony Dovgal2005-05-171-0/+1
* MFH: fix bug #32742 (segmentation fault when the stream with a wrapper is not...Antony Dovgal2005-05-161-5/+4
* MFH: fix #33019 (socket errors cause memory leaks in php_strerror())Antony Dovgal2005-05-121-0/+9
* use & and check for the right value of result_typeAntony Dovgal2005-05-101-3/+8
* MFH: fix #32904 (pg_get_notify() ignores result_type parameter)Antony Dovgal2005-05-101-2/+2
* - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)foobar2005-05-101-1/+1
* Revert the memleak fix due to net-snmp oddity (see also bug #32613)foobar2005-05-102-12/+1
* fix for bug #32116 (mysql compressed connection doesn't work under win)Georg Richter2005-05-091-1/+1
* MFH: - getlogin() / getgroups() are not necessarily available everywherefoobar2005-05-093-1/+13
* MFH: - Fixed putenv() under win32 (see bug #32957)foobar2005-05-081-0/+15
* Oops, wrong place. It was in the logo stuff instead.Rasmus Lerdorf2005-05-081-6/+10
* Let's not XSS ourself at leastRasmus Lerdorf2005-05-081-1/+3
* MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)foobar2005-05-083-44/+55
* Fix #32974Wez Furlong2005-05-073-41/+75
* Fix what I assume was a typoRasmus Lerdorf2005-05-071-1/+1
* MFH: Check ftp user name for control characters.Ilia Alshanetsky2005-05-061-1/+14
* MFH: fix off-by-one in _php_image_output()Antony Dovgal2005-05-061-1/+1
* MFH: Fixed bug #32936 (http redirects URLs are not checked for control chars).Ilia Alshanetsky2005-05-061-1/+31