| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tag 'php_4_4_0RC1'.php-4.4.0RC1 | SVN Migration | 2005-06-13 | 1 | -56/+0 |
* | touch | foobar | 2005-06-13 | 1 | -2/+2 |
* | - MFH: Fixed bug with unserialize() with "exotic" letters in class names | Derick Rethans | 2005-06-13 | 1 | -1/+1 |
* | MFH: | Antony Dovgal | 2005-06-13 | 1 | -6/+8 |
* | MFH | foobar | 2005-06-12 | 1 | -4/+0 |
* | Revert. re2c 0.9.7 obviously does not work properly (or our .re files are buggy) | foobar | 2005-06-11 | 2 | -250/+218 |
* | regenerated with re2c 0.9.7 | foobar | 2005-06-11 | 2 | -218/+250 |
* | MFH: Fixed compiler warning. | Ilia Alshanetsky | 2005-06-09 | 1 | -2/+2 |
* | Fixed memory allocation bugs in array_reduce() with initial value (#22463 & #... | Dmitry Stogov | 2005-06-08 | 1 | -2/+6 |
* | MFH | foobar | 2005-06-07 | 1 | -0/+2 |
* | - MFH: Added the --disable-zend-memory-manager switch to disable the Zend | Derick Rethans | 2005-06-07 | 1 | -0/+6 |
* | MFH: Better storage size for output length. | Ilia Alshanetsky | 2005-06-06 | 1 | -1/+1 |
* | MFH: Fixed strval to not print notices on strval(array()). | Ilia Alshanetsky | 2005-06-06 | 1 | -2/+12 |
* | - MFH: Fixed bug #33242 (Mangled error message when stream fails). | Derick Rethans | 2005-06-06 | 1 | -0/+2 |
* | - Merge back changes which where in 4.3 but somehow didn't make it into the new | Derick Rethans | 2005-06-06 | 1 | -45/+35 |
* | This commit was manufactured by cvs2svn to create branch 'PHP_4_4'. | SVN Migration | 2005-06-02 | 3 | -89/+56 |
* | MFH: fix bug #33222 (segfault when CURL handle is closed in a callback). | Antony Dovgal | 2005-06-02 | 2 | -2/+17 |
* | MFH: fix bug #33214 (odbc_next_result does not signal SQL errors with 2-state... | Antony Dovgal | 2005-06-02 | 1 | -2/+4 |
* | - That should have been removed, not commented out. | Derick Rethans | 2005-06-02 | 1 | -4/+0 |
* | - MFH: Fixed memory corruption in stristr(). | Derick Rethans | 2005-06-02 | 1 | -4/+4 |
* | MFH: Fixed bug #33210 (relax jpeg recursive loop protection). | Ilia Alshanetsky | 2005-06-01 | 1 | -1/+1 |
* | MFH: - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' mod... | foobar | 2005-05-31 | 4 | -6/+27 |
* | MFH | foobar | 2005-05-31 | 1 | -2/+2 |
* | Upgrade PCRE library to 5.0. | Andrei Zmievski | 2005-05-27 | 29 | -2138/+20392 |
* | MFH | Andrei Zmievski | 2005-05-26 | 2 | -24/+58 |
* | MFH: Added scheme validation for parse_url(). | Ilia Alshanetsky | 2005-05-26 | 1 | -0/+13 |
* | MFH (pcre cache flush) | Andrei Zmievski | 2005-05-24 | 1 | -4/+12 |
* | MFH: fix compile warning | Antony Dovgal | 2005-05-22 | 1 | -0/+1 |
* | Fixed bug #33072 - Add a safemode/open_basedir check for runtime save_path | Rasmus Lerdorf | 2005-05-21 | 1 | -2/+15 |
* | - Fixed bug #30593 (--with-ingres option generates broken Makefile). | Grant Croker | 2005-05-20 | 1 | -2/+4 |
* | - Fixed bug #33013: "next month" was done wrong. | Derick Rethans | 2005-05-20 | 1 | -1/+1 |
* | MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading se... | Antony Dovgal | 2005-05-20 | 1 | -1/+1 |
* | MFH: gdImageGifCtx() is always available in bundled lib | Antony Dovgal | 2005-05-17 | 1 | -0/+1 |
* | MFH: fix bug #32742 (segmentation fault when the stream with a wrapper is not... | Antony Dovgal | 2005-05-16 | 1 | -5/+4 |
* | MFH: fix #33019 (socket errors cause memory leaks in php_strerror()) | Antony Dovgal | 2005-05-12 | 1 | -0/+9 |
* | use & and check for the right value of result_type | Antony Dovgal | 2005-05-10 | 1 | -3/+8 |
* | MFH: fix #32904 (pg_get_notify() ignores result_type parameter) | Antony Dovgal | 2005-05-10 | 1 | -2/+2 |
* | - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems) | foobar | 2005-05-10 | 1 | -1/+1 |
* | Revert the memleak fix due to net-snmp oddity (see also bug #32613) | foobar | 2005-05-10 | 2 | -12/+1 |
* | fix for bug #32116 (mysql compressed connection doesn't work under win) | Georg Richter | 2005-05-09 | 1 | -1/+1 |
* | MFH: - getlogin() / getgroups() are not necessarily available everywhere | foobar | 2005-05-09 | 3 | -1/+13 |
* | MFH: - Fixed putenv() under win32 (see bug #32957) | foobar | 2005-05-08 | 1 | -0/+15 |
* | Oops, wrong place. It was in the logo stuff instead. | Rasmus Lerdorf | 2005-05-08 | 1 | -6/+10 |
* | Let's not XSS ourself at least | Rasmus Lerdorf | 2005-05-08 | 1 | -1/+3 |
* | MFH: - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) | foobar | 2005-05-08 | 3 | -44/+55 |
* | Fix #32974 | Wez Furlong | 2005-05-07 | 3 | -41/+75 |
* | Fix what I assume was a typo | Rasmus Lerdorf | 2005-05-07 | 1 | -1/+1 |
* | MFH: Check ftp user name for control characters. | Ilia Alshanetsky | 2005-05-06 | 1 | -1/+14 |
* | MFH: fix off-by-one in _php_image_output() | Antony Dovgal | 2005-05-06 | 1 | -1/+1 |
* | MFH: Fixed bug #32936 (http redirects URLs are not checked for control chars). | Ilia Alshanetsky | 2005-05-06 | 1 | -1/+31 |