Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #39984 (redirect response code in header() could be ignored in | Ilia Alshanetsky | 2006-12-31 | 1 | -0/+2 |
| | | | | | CGI sapi). | ||||
* | - Fixed bug #36427 (proc_open() / proc_close() leak handles on windows). | Nuno Lopes | 2006-12-31 | 1 | -0/+2 |
| | |||||
* | Fixed bug #38542 (proc_get_status() returns wrong PID on windows) | Nuno Lopes | 2006-12-31 | 1 | -0/+1 |
| | |||||
* | BFN | Rob Richards | 2006-12-30 | 1 | -0/+1 |
| | |||||
* | Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for | Ilia Alshanetsky | 2006-12-29 | 1 | -0/+2 |
| | | | | | timestamp fields). | ||||
* | Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro). | Ilia Alshanetsky | 2006-12-26 | 1 | -0/+1 |
| | |||||
* | - #39952 zip ignoring --with-libdir on zlib checks (judas dot | Pierre Joye | 2006-12-26 | 1 | -0/+2 |
| | | | | | iscariote at gmail dot com) | ||||
* | Fixed bug #39825 (foreach produces memory error) | Dmitry Stogov | 2006-12-25 | 1 | -0/+1 |
| | |||||
* | Add missing NEWS entrys and update the README.UPDATE file | Hannes Magnusson | 2006-12-25 | 1 | -2/+21 |
| | |||||
* | MFH: fix bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR ↵ | Antony Dovgal | 2006-12-25 | 1 | -0/+2 |
| | | | | install path) | ||||
* | Fixed bug #39944 (References broken) | Dmitry Stogov | 2006-12-25 | 1 | -0/+1 |
| | |||||
* | BFN | Rob Richards | 2006-12-24 | 1 | -1/+2 |
| | |||||
* | BFN | Rob Richards | 2006-12-24 | 1 | -0/+4 |
| | |||||
* | - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores | Derick Rethans | 2006-12-23 | 1 | -0/+2 |
| | | | | | --with-libdir). | ||||
* | Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type | Ilia Alshanetsky | 2006-12-22 | 1 | -0/+2 |
| | | | | | hint self). | ||||
* | Fixed bug #36392 (wrong number of decimal digits with %e specifier in | Ilia Alshanetsky | 2006-12-22 | 1 | -1/+2 |
| | | | | | sprintf). | ||||
* | Small optimization of the date() function | Ilia Alshanetsky | 2006-12-22 | 1 | -0/+1 |
| | |||||
* | Fixed bug #39873 (number_format() breaks with locale & decimal points). | Ilia Alshanetsky | 2006-12-22 | 1 | -0/+2 |
| | |||||
* | Default memory_limit value is set to 128M | Dmitry Stogov | 2006-12-21 | 1 | -0/+1 |
| | |||||
* | Removed dependency from SHELL32.DLL | Dmitry Stogov | 2006-12-21 | 1 | -0/+1 |
| | |||||
* | Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). | Ilia Alshanetsky | 2006-12-20 | 1 | -0/+1 |
| | |||||
* | MFH: fix #39903 (Notice message when executing __halt_compiler() more than once) | Antony Dovgal | 2006-12-20 | 1 | -0/+2 |
| | |||||
* | - Fixed the validate email filter so that the letter "v" can also be used in | Derick Rethans | 2006-12-20 | 1 | -1/+3 |
| | | | | | the user part of the email address. (Derick) | ||||
* | Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't ↵ | Dmitry Stogov | 2006-12-20 | 1 | -0/+1 |
| | | | | make any significant slowdown, but incrise maintainability a lot. Note that the setting of memory_limit wasn't changes (neither in main/main.c nor in php.ini) and it still set to 16M. | ||||
* | - Fixed incorrect function names on FreeBSD where inet_pton() was named | Hannes Magnusson | 2006-12-20 | 1 | -0/+5 |
| | | | | | | | __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - Fixed bug #38852 (XML-RPC Breaks iconv) | ||||
* | Fixed bug #39815 (SOAP double encoding is not locale-independent) | Dmitry Stogov | 2006-12-19 | 1 | -0/+1 |
| | |||||
* | Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland ↵ | Dmitry Stogov | 2006-12-19 | 1 | -0/+2 |
| | | | | dot org) | ||||
* | Added function stream_socket_shutdown(). It is a wraper for system ↵ | Dmitry Stogov | 2006-12-19 | 1 | -0/+2 |
| | | | | shutdown() function, that shut downs part of a full-duplex connection | ||||
* | BFN | Brian Shire | 2006-12-19 | 1 | -0/+2 |
| | |||||
* | Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql). | Ilia Alshanetsky | 2006-12-18 | 1 | -0/+2 |
| | |||||
* | Fixed bugs with trimming of spaces | Ilia Alshanetsky | 2006-12-18 | 1 | -0/+1 |
| | |||||
* | MFH: fix #39850 (SplFileObject throws contradictory/wrong error messages ↵ | Antony Dovgal | 2006-12-18 | 1 | -0/+2 |
| | | | | when trying to open "php://wrong") | ||||
* | Fixed bug #39832 (SOAP Server: parameter not matching the WSDL specified ↵ | Dmitry Stogov | 2006-12-18 | 1 | -0/+2 |
| | | | | type are set to 0) | ||||
* | Fixed random generation of cookies and canaries | Dmitry Stogov | 2006-12-18 | 1 | -1/+4 |
| | |||||
* | Filter fixes: | Ilia Alshanetsky | 2006-12-18 | 1 | -0/+2 |
| | | | | | | Fixed possible double encoding problem with sanitizing filters Make use of space-strict strip_tags() function | ||||
* | Fixed bug #39779 (Enable AUTH PLAIN mechanism in underlaying libc-client). | Ilia Alshanetsky | 2006-12-17 | 1 | -0/+2 |
| | |||||
* | Fixed bug #39846 (Invalid IPv4 treated as valid). | Ilia Alshanetsky | 2006-12-16 | 1 | -0/+1 |
| | |||||
* | Added internal heap protection | Dmitry Stogov | 2006-12-15 | 1 | -0/+4 |
| | | | | | | | . safe unlinking . cookies . canary protection (debug build only) | ||||
* | 5.2.1RC1 | Ilia Alshanetsky | 2006-12-15 | 1 | -1/+1 |
| | |||||
* | Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php config | Ilia Alshanetsky | 2006-12-13 | 1 | -0/+2 |
| | | | | | settings). | ||||
* | Fixed bug #39201 (Possible crash in Apache 2 with 413 ErrorHandler). | Ilia Alshanetsky | 2006-12-13 | 1 | -4/+6 |
| | |||||
* | Fixed bug #39797 (virtual() does not reset changed INI settings). | Ilia Alshanetsky | 2006-12-12 | 1 | -0/+1 |
| | |||||
* | MFH: fix #39795 (build fails on AIX because crypt_r() uses different data ↵ | Antony Dovgal | 2006-12-12 | 1 | -0/+2 |
| | | | | struct) | ||||
* | Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday | Ilia Alshanetsky | 2006-12-11 | 1 | -0/+2 |
| | | | | | yields incorrect results). | ||||
* | Fixed bug #39787 (PHP doesn't work with Apache 2.3). | Ilia Alshanetsky | 2006-12-11 | 1 | -0/+2 |
| | |||||
* | Fixed bug #39791 (Crash in strtotime() on overly long relative date | Ilia Alshanetsky | 2006-12-11 | 1 | -0/+2 |
| | | | | | multipliers). | ||||
* | - #39286 entry | Pierre Joye | 2006-12-10 | 1 | -0/+2 |
| | |||||
* | - #39508, add test (imagefill crashes with small image) | Pierre Joye | 2006-12-10 | 1 | -0/+2 |
| | |||||
* | - #39780 entry | Pierre Joye | 2006-12-10 | 1 | -0/+1 |
| | |||||
* | BFN | Edin Kadribasic | 2006-12-10 | 1 | -0/+1 |
| |