#
fd73296b |
| 01-Dec-2007 |
Derick Rethans |
- MFH: Fixed bug #43143 (Warning about empty IV with MCRYPT_MODE_ECB). |
#
543f2474 |
| 23-Nov-2007 |
Dmitry Stogov |
*** empty log message *** |
Revision tags: RELEASE_1_2_3 |
|
#
648fbe9d |
| 22-Nov-2007 |
Dmitry Stogov |
Fixed bug #43128 (Very long class name causes segfault) |
#
54bcf0c8 |
| 21-Nov-2007 |
Jani Taskinen |
Missing bla...credit :) |
#
27e5176b |
| 21-Nov-2007 |
Johannes Schlüter |
Fix NEWS file |
#
cbf466a9 |
| 20-Nov-2007 |
Johannes Schlüter |
MFH: Add stream_supports_lock() function (Benjamin Schulz) |
#
611a56fa |
| 20-Nov-2007 |
Johannes Schlüter |
MFH: Add msg_queue_exists() function (Benjamin Schulz) [DOC] |
#
c3ab6bd0 |
| 20-Nov-2007 |
Dmitry Stogov |
Fixed bug #43136 (possible crash on script execution timeout. The EG(function_state_ptr) is completely removed, EG(current_execute_data)->function_state must be used instead) |
#
1f1140a9 |
| 12-Nov-2007 |
Antony Dovgal |
MFH: fix #42736 (xmlrpc_server_call_method() crashes) |
#
02d966c2 |
| 09-Nov-2007 |
Jani Taskinen |
MFH:- Added support for [HOST=www.example.com] special sections MFH:- Allowed using full path to load modules using "extension" directive |
Revision tags: php-5.2.5 |
|
#
78e0afe7 |
| 08-Nov-2007 |
Lars Westermann |
- ibase_query.c bugfixes |
#
070760c6 |
| 06-Nov-2007 |
Jani Taskinen |
fix NEWS |
#
5aa7108e |
| 06-Nov-2007 |
Marcus Boerger |
- MFH Add glob stream wrapper [DOC] The glob stream wrapper allows stuff like this: php -r '$it = new DirectoryIterator("glob://ext/spl/*.c"); foreach($it as $f) var_dump($f);' |
#
dcb71d7b |
| 06-Nov-2007 |
Jani Taskinen |
add news |
#
f75ae01f |
| 05-Nov-2007 |
Sara Golemon |
MFH: http/ignore_errors context option |
#
c1ce41ac |
| 03-Nov-2007 |
Lars Westermann |
PDO_Firebird bugfixes |
Revision tags: php-5.2.5RC2 |
|
#
eec1ca73 |
| 01-Nov-2007 |
Jani Taskinen |
fix news |
#
245d5567 |
| 01-Nov-2007 |
Stanislav Malyshev |
add gmp_testbit() |
#
b6914a87 |
| 01-Nov-2007 |
Stanislav Malyshev |
add gmp fixes |
#
bf0d1706 |
| 01-Nov-2007 |
Dmitry Stogov |
Fixed bug #42773 (WSDL error causes HTTP 500 Response) |
#
a1d37c3c |
| 01-Nov-2007 |
Dmitry Stogov |
Fixed bug #42848 (Status: header incorrect under FastCGI) |
#
dc08ee34 |
| 29-Oct-2007 |
Sara Golemon |
Note addition of +/* specifiers |
#
6f7b738b |
| 25-Oct-2007 |
Dmitry Stogov |
Added CGI SAPI -T option, to measure execution time of script repeated several times. |
#
b599e434 |
| 23-Oct-2007 |
Dmitry Stogov |
Fixed bug #35163 (Array elements can lose references) |
Revision tags: php-5.2.5RC1 |
|
#
e3b92dbc |
| 17-Oct-2007 |
Johannes Schlüter |
- There's no need to mention these bugs, they all belong to "Added namespaces" |