#
42d05a5c |
| 25-Dec-2009 |
Antony Dovgal |
remove automatic file unlocking on shutdown and/or stream close (make it win32-specific for 5_2, as discussed with Ilia) |
#
db8e4a08 |
| 25-Dec-2009 |
Dmitry Stogov |
Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument) |
#
3cc801b9 |
| 25-Dec-2009 |
Pierrick Charron |
Fixed bug #50558 (Broken object model when extending tidy) |
#
c2296af6 |
| 24-Dec-2009 |
Ilia Alshanetsky |
Added missing host validation for HTTP urls inside FILTER_VALIDATE_URL. |
#
207d9133 |
| 24-Dec-2009 |
Mikko Koppanen |
Changed stream_resolve_include_path to use zend_resolve_path backported stream_resolve_include_path to PHP 5.3 backported stream_resolve_include_path test to PHP 5.3 |
#
34dd94b4 |
| 23-Dec-2009 |
Jani Taskinen |
I really like the extra space. |
#
12f82ee1 |
| 23-Dec-2009 |
Ilia Alshanetsky |
Fixed bug #47409 (extract() problem with array containing word "this"). |
Revision tags: php-5.3.2RC1 |
|
#
d046bf5d |
| 22-Dec-2009 |
Johannes Schlüter |
PHP 5.3.2RC1 |
#
5927cec7 |
| 22-Dec-2009 |
Johannes Schlüter |
Wrap at 80 chars |
#
7d9a7dba |
| 22-Dec-2009 |
Moriyoshi Koizumi |
- Fix bug #46478 (htmlentities() uses obsolete mapping table for character entity references) |
#
800519fc |
| 22-Dec-2009 |
Ilia Alshanetsky |
Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute). |
#
20cd29d0 |
| 21-Dec-2009 |
Sriram Natarajan |
Fixed bug #50540 (Crash within ldap_first_reference function) |
#
ae702131 |
| 19-Dec-2009 |
Stanislav Malyshev |
Fixed bug #50196 stream_copy_to_stream() produces warning when source is not file |
#
e665b095 |
| 18-Dec-2009 |
Stanislav Malyshev |
Fixed bug #50394 (Reference argument converted to value in __call) |
#
52f83608 |
| 18-Dec-2009 |
Jani Taskinen |
- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations) # NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed |
#
dea1d412 |
| 17-Dec-2009 |
Pierre Joye |
- [DOC] add INTERNALDATE to imap_append (will merge to trunk later) |
#
215dd9d0 |
| 17-Dec-2009 |
Jani Taskinen |
- These are 2 separate sections.. |
#
22528b14 |
| 17-Dec-2009 |
Andrey Hristov |
During refactoring of the function mysqlnd_stream_write_w_header() it was found that there is a bug in the way the data is sent, although a very rare one which will only affect very large que
During refactoring of the function mysqlnd_stream_write_w_header() it was found that there is a bug in the way the data is sent, although a very rare one which will only affect very large queries which have length 16777214. The communication will hang. A way to test it is to execute the following: ./php -r '$c=mysqli_connect("127.0.0.1","root","root","test"); $q="insert into test.tblob values(\"".str_repeat("a",256*256*256-1-34)."\")"; $c->query($q);'
show more ...
|
#
4e06ca00 |
| 16-Dec-2009 |
Sriram Natarajan |
- Fix NEWS for bug #50496 # Update NEWS to keep resolved bugs in decreasing order (Christopher Jones) |
#
cbc6619f |
| 16-Dec-2009 |
Sriram Natarajan |
- Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation environment.) |
Revision tags: php-5.2.12 |
|
#
d0f6848e |
| 15-Dec-2009 |
Ilia Alshanetsky |
Fixed bu #50392 (date_create_from_format() enforces 6 digits for 'u' format character) |
#
7d464319 |
| 14-Dec-2009 |
Pierrick Charron |
- Fixed bug #50458 (PDO::FETCH_FUNC fails with Closures) |
#
35ad3308 |
| 13-Dec-2009 |
Felipe Pena |
- Improved the bug#49174 entry summary |
#
85f96a81 |
| 13-Dec-2009 |
Felipe Pena |
- Completing the phrase |
#
93a406ac |
| 13-Dec-2009 |
Felipe Pena |
- Fixed bug #49174 (crash on queryString set) |