#
8e86a189 |
| 06-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #38464 (array_count_values() mishandles numeric strings). |
#
afb8af1f |
| 06-Sep-2006 |
Dmitry Stogov |
Reverted last Ilia's patch (for bug #38579). The patch didn't fix the bug and made new one. |
#
bd5e8f77 |
| 05-Sep-2006 |
Ilia Alshanetsky |
BFN |
#
aebc2fff |
| 05-Sep-2006 |
Edin Kadribasic |
CWD php.ini search news |
#
fc602178 |
| 04-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #38693 (curl_multi_add_handle() set curl handle to null). |
#
8166284c |
| 04-Sep-2006 |
Dmitry Stogov |
Fixed bug #38700 (SoapClient::__getTypes never returns) |
#
4427552b |
| 03-Sep-2006 |
Ilia Alshanetsky |
Fixed bug #38661 (mixed-case URL breaks url-wrappers). |
#
73c52593 |
| 03-Sep-2006 |
Pierre Joye |
- new openssl constants entry |
#
73eba863 |
| 01-Sep-2006 |
Ilia Alshanetsky |
Back to dev |
Revision tags: php-5.2.0RC3 |
|
#
98d26b6b |
| 01-Sep-2006 |
Ilia Alshanetsky |
5.2.0RC3 |
#
26db0920 |
| 30-Aug-2006 |
Ilia Alshanetsky |
pcre news |
#
307b3bcb |
| 30-Aug-2006 |
Ilia Alshanetsky |
Fixed bug #33770 (https:// or ftps:// do not work when --with-curlwrappers is used and ssl certificate is not verifiable). |
#
86bf55a3 |
| 30-Aug-2006 |
Antony Dovgal |
MFH: fix #38653 (memory leak in ReflectionClass::getConstant()) |
#
5ea30805 |
| 29-Aug-2006 |
Ilia Alshanetsky |
Fixed bug #38637 (curl_copy_handle() fails to fully copy the cURL handle). |
#
664a7c75 |
| 28-Aug-2006 |
Rob Richards |
BFN |
#
7384c12b |
| 28-Aug-2006 |
Antony Dovgal |
MFH: make sure ext/standard is down before ext/session (fixes #38534) |
#
4e971e88 |
| 28-Aug-2006 |
Antony Dovgal |
MFH: fix #38199 (fclose() unable to close STDOUT and STDERR) |
#
f7ba7232 |
| 28-Aug-2006 |
Antony Dovgal |
MFH: fix #38624 (Strange warning when incrementing an object property and exception is thrown from __get method) |
#
2d3056e9 |
| 27-Aug-2006 |
Hannes Magnusson |
MFH: - Fixed bug #33895 (missing math constants). - Remove M_PI from math.c (its defined in php_math.h) |
#
c42b3bf6 |
| 24-Aug-2006 |
Dmitry Stogov |
Fixed bug #38315 (Constructing in the destructor causes weird behaviour) |
#
92f1b46f |
| 24-Aug-2006 |
Dmitry Stogov |
Added SoapServer::setObject() method (it is a simplified version of SoapServer::setClass() method). |
#
75e9e120 |
| 23-Aug-2006 |
Pierre Joye |
- MFH: add support for entities in hexadecimal format, like © can be passed as © or © (sync with gd) |
Revision tags: php-5.1.6 |
|
#
27d30217 |
| 23-Aug-2006 |
Dmitry Stogov |
Fixed bug #38265 (heap corruption) |
#
d4ff427c |
| 22-Aug-2006 |
Ilia Alshanetsky |
Fixed bug #38511, #38473, #38263 (Fixed session extension request shutdown order to ensure it is shutdown before the extensions it may depend on). |
#
f7e99a21 |
| 22-Aug-2006 |
Dmitry Stogov |
Fixed bug #38543 (shutdown_executor() may segfault when memory_limit is too low). |