#
7e1f29e9 |
| 18-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams). |
#
ebe5ff73 |
| 17-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50761 (system.multiCall crashes in xmlrpc extension). |
#
e421bee7 |
| 16-Jan-2010 |
Jani Taskinen |
- Fixed bug #48811 (Directives in PATH section do not get applied to subdirectories) |
#
915c8778 |
| 15-Jan-2010 |
Rob Richards |
fix bug #49463 (setAttributeNS fails setting default namespace) add test |
#
932e276c |
| 15-Jan-2010 |
Stanislav Malyshev |
add filters to mcrypt # trunk will follow soon |
#
62543788 |
| 13-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50732 (exec() adds single byte twice to $output array). |
#
d2e14e3f |
| 12-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) |
#
7aacc1cc |
| 10-Jan-2010 |
Pierre Joye |
- use png_sig_cmp to support libpng 1.4, old is deprecated already in older version |
#
c18d4364 |
| 08-Jan-2010 |
Takeshi Abe |
Bug #49600 (imageTTFText text shifted right) - fix difference of horizontal position between imagettftext() and imagettfbbox() |
#
b690cb88 |
| 08-Jan-2010 |
Jani Taskinen |
fix news |
#
58867bac |
| 08-Jan-2010 |
Rasmus Lerdorf |
Worked with Samy Kamkar to improve LCG entropy. |
#
679b2283 |
| 07-Jan-2010 |
Christopher Jones |
Bug #47281 ( is limited in size of characters). Also remove redundant code line. |
#
1ee6c827 |
| 07-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50680 (strtotime() does not support eighth ordinal number). |
#
5e8e34ba |
| 06-Jan-2010 |
Christopher Jones |
Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown) - Improved descriptor refcounting to remove unneeded items sooner - Replaced n^2 list traversal during descriptor list destructi
Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown) - Improved descriptor refcounting to remove unneeded items sooner - Replaced n^2 list traversal during descriptor list destruction
show more ...
|
#
bc1feb90 |
| 06-Jan-2010 |
Rob Richards |
fix bug #50661 (DOMDocument::loadXML does not allow UTF-16) add test |
#
d5b2007b |
| 06-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but returns false). |
#
c9a85e3a |
| 05-Jan-2010 |
Pierrick Charron |
Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect). |
#
2c8bdf40 |
| 05-Jan-2010 |
Sriram Natarajan |
- Fixed bug #48590 (SoapClient does not honor max_redirects) |
#
c5c6bc82 |
| 05-Jan-2010 |
Pierre Joye |
- [doc] add support for DISABLE_AUTHENTICATOR in imap_open (fix #33500) |
#
299c4c43 |
| 03-Jan-2010 |
Ilia Alshanetsky |
Fixed bug #50632 (filter_input() does not return default value if the variable does not exist) |
#
614fd657 |
| 03-Jan-2010 |
Pierrick Charron |
Fixed bug #50636 (MySQLi_Result sets values before calling constructor) |
#
b63f178e |
| 30-Dec-2009 |
Ilia Alshanetsky |
Fixed bug #44827 (define() allows :: in constant names). |
#
c3230ad2 |
| 29-Dec-2009 |
Ilia Alshanetsky |
Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP uploads). |
#
1496161f |
| 26-Dec-2009 |
Mikko Koppanen |
Upgrade bundled libmagic to 5.03 (fixes CDF parsing related issues) Clean up / remove whitespace differences to make next merge easier Removed unnecessary files from trunk |
#
832eb472 |
| 25-Dec-2009 |
Pierrick Charron |
Changed tidyNode class to disallow manual node creation. |