#
3dcf5405 |
| 03-Jan-2007 |
Derick Rethans |
- Fixed bug #40012 (php_date.c doesnt compile on Netware). |
#
8a806d18 |
| 02-Jan-2007 |
Nuno Lopes |
+- Fixed bug #37619 (proc_open() closes stdin on fork() failure). |
#
96489b41 |
| 31-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39984 (redirect response code in header() could be ignored in CGI sapi). |
#
169b2075 |
| 31-Dec-2006 |
Nuno Lopes |
- Fixed bug #36427 (proc_open() / proc_close() leak handles on windows). |
#
877ee656 |
| 31-Dec-2006 |
Nuno Lopes |
Fixed bug #38542 (proc_get_status() returns wrong PID on windows) |
#
3d11fb35 |
| 30-Dec-2006 |
Rob Richards |
BFN |
#
79d524dc |
| 29-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for timestamp fields). |
#
5e576be3 |
| 26-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39878 (CURL doesn't compile on Sun Studio Pro). |
#
5a6f0e30 |
| 26-Dec-2006 |
Pierre Joye |
- #39952 zip ignoring --with-libdir on zlib checks (judas dot iscariote at gmail dot com) |
#
4480c5eb |
| 25-Dec-2006 |
Dmitry Stogov |
Fixed bug #39825 (foreach produces memory error) |
#
ff0a2380 |
| 25-Dec-2006 |
Hannes Magnusson |
Add missing NEWS entrys and update the README.UPDATE file |
#
9f761958 |
| 25-Dec-2006 |
Antony Dovgal |
MFH: fix bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR install path) |
#
e57a6069 |
| 25-Dec-2006 |
Dmitry Stogov |
Fixed bug #39944 (References broken) |
#
51bca1b4 |
| 24-Dec-2006 |
Rob Richards |
BFN |
#
a03f7308 |
| 24-Dec-2006 |
Rob Richards |
BFN |
#
7180422f |
| 23-Dec-2006 |
Derick Rethans |
- Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores --with-libdir). |
#
72895cda |
| 22-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type hint self). |
#
f40ebf41 |
| 22-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #36392 (wrong number of decimal digits with %e specifier in sprintf). |
#
7772e33a |
| 22-Dec-2006 |
Ilia Alshanetsky |
Small optimization of the date() function |
#
fd8f758e |
| 22-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39873 (number_format() breaks with locale & decimal points). |
#
3ffc1c8f |
| 21-Dec-2006 |
Dmitry Stogov |
Default memory_limit value is set to 128M |
#
91dc80ba |
| 21-Dec-2006 |
Dmitry Stogov |
Removed dependency from SHELL32.DLL |
#
ea491dba |
| 20-Dec-2006 |
Ilia Alshanetsky |
Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). |
#
c348c293 |
| 20-Dec-2006 |
Antony Dovgal |
MFH: fix #39903 (Notice message when executing __halt_compiler() more than once) |
#
a9d0abf8 |
| 20-Dec-2006 |
Derick Rethans |
- Fixed the validate email filter so that the letter "v" can also be used in the user part of the email address. (Derick) |