#
64f372fa |
| 26-Apr-2010 |
Ilia Alshanetsky |
Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser |
#
0f88851e |
| 26-Apr-2010 |
Pierre Joye |
- Fix #51582, Don't assume UINT64_C it's ever available |
#
0a6bcd44 |
| 26-Apr-2010 |
Felipe Pena |
- Removed allow_call_time_pass_reference (Pierrick) |
#
72ede78e |
| 25-Apr-2010 |
Felipe Pena |
- BFN #51624 |
#
08b9fdc8 |
| 24-Apr-2010 |
David Soria Parra |
Add DTrace probes |
#
af6dd192 |
| 23-Apr-2010 |
Andrey Hristov |
Fix for bug #51647 Certificate file without private key (pk in another file) doesn't work |
#
e86710ce |
| 22-Apr-2010 |
Felipe Pena |
- Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile errors) |
#
e87d7200 |
| 22-Apr-2010 |
Dmitry Stogov |
Optimized access to global constants using values with pre-calculated hash_values from litersls table |
#
fb9d95e5 |
| 22-Apr-2010 |
Dmitry Stogov |
ZEND_RETURN is splitted into two new instructions ZEND_RETURN and ZEND_RETURN_BY_REF |
#
0fecc8c6 |
| 22-Apr-2010 |
Pierre Joye |
- Bug #51629, CURLOPT_FOLLOWLOCATION error message is misleading |
#
592daf84 |
| 22-Apr-2010 |
Adam Harvey |
Fix for bug #51604 (newline in end of header is shown in start of message). Patch by Daniel Egeberg. |
#
e73a7941 |
| 22-Apr-2010 |
Kalle Sommer Nielsen |
Removed the session 4.2 bug compatibility mode |
#
3f291443 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed session_is_registered(), session_register() and session_unregister(). -- They are no longer needed without register_globals |
#
ab81ddd1 |
| 21-Apr-2010 |
Felipe Pena |
- Changed order to FR |
#
9d395a4a |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed import_request_variables(), this is not needed anymore without register_globals |
#
ee185c60 |
| 21-Apr-2010 |
Felipe Pena |
- Fixed bug #51627 (script path not correctly evaluated) Patch by: russell dot tempero at rightnow dot com |
#
9a38f301 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Remove highlight.bg, it was removed in the old trunk and its not referenced in zend_highlight.c, meaning its not even implemented correctly in 5.3. |
#
5a7786c6 |
| 21-Apr-2010 |
Felipe Pena |
- Fixed bug #51562 (query timeout in mssql can not be changed per query) Patch by: ejsmont dot artur at gmail dot com |
#
febee112 |
| 21-Apr-2010 |
Kalle Sommer Nielsen |
Removed register_globals |
#
df43d76e |
| 20-Apr-2010 |
Felipe Pena |
- Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML) |
#
1efc0498 |
| 20-Apr-2010 |
Felipe Pena |
- Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument) Patch by: cbandy at jbandy dot com |
#
336e9579 |
| 20-Apr-2010 |
Dmitry Stogov |
Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled) |
#
5aedea71 |
| 20-Apr-2010 |
Felipe Pena |
- Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter) |
#
4c252d80 |
| 20-Apr-2010 |
Dmitry Stogov |
Fixed bug #48781 (Cyclical garbage collector memory leak) |
#
0b401e12 |
| 20-Apr-2010 |
Felipe Pena |
- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal) Patch by: cbandy at jbandy dot com |