#
3342e727 |
| 30-Oct-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
2f1c4064 |
| 30-Oct-2012 |
Xinchen Hui |
Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak) Simply change the expect parameter type, the valid of the resource will be checked in using time. |
#
68b229ea |
| 26-Oct-2012 |
Dmitry Stogov |
Fixed bug #63180 (Corruption of hash tables) |
#
f2bffdc2 |
| 26-Oct-2012 |
Antony Dovgal |
fix bug #63369 (un)serialize() leaves dangling pointers, causes crashes |
#
c4ce96d0 |
| 25-Oct-2012 |
Anthony Ferrara |
News entry for CURL notice addition |
#
f9622600 |
| 25-Oct-2012 |
Anatoliy Belsky |
merged changes for bug #63297 from 5.3 |
#
a88379e0 |
| 24-Oct-2012 |
Anatoliy Belsky |
Fixed bug #63297 Phar fails to write an openssl based signature Unitialized values warnings seem to be everyday life when working with openssl. For more read http://www.openssl.org/s
Fixed bug #63297 Phar fails to write an openssl based signature Unitialized values warnings seem to be everyday life when working with openssl. For more read http://www.openssl.org/support/faq.html#PROG13 So just fixing so the bug, no care about those warnings.
show more ...
|
#
74228c51 |
| 23-Oct-2012 |
Xinchen Hui |
Fixed bug #63305 (zend_mm_heap corrupted with traits) |
#
df82bf8a |
| 19-Oct-2012 |
Anatoliy Belsky |
updated NEWS |
#
cbb857f8 |
| 19-Oct-2012 |
Anatoliy Belsky |
update NEWS |
#
7293cb72 |
| 19-Oct-2012 |
Anatoliy Belsky |
updated NEWS |
#
05a843c2 |
| 19-Oct-2012 |
Christopher Jones |
Add fix & missing fix |
#
106c70e7 |
| 19-Oct-2012 |
Christopher Jones |
Add fix & missing fix |
#
54cef2bb |
| 18-Oct-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
8bd5e15f |
| 18-Oct-2012 |
Xinchen Hui |
Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) |
#
4d509708 |
| 18-Oct-2012 |
Xinchen Hui |
I forgot that inconsistent is only avaliable in debug mode |
#
ccc519b7 |
| 18-Oct-2012 |
Xinchen Hui |
Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) This should also fixed various segfaults which the bt looks like cored in zval_mark_grey |
#
3899adb4 |
| 17-Oct-2012 |
Johannes Schlüter |
PHP 5.3.18 NEWS |
#
505836e9 |
| 17-Oct-2012 |
Andrey Hristov |
fix NEWS |
#
7314ed53 |
| 17-Oct-2012 |
Andrey Hristov |
Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3
|
#
c50d732f |
| 17-Oct-2012 |
Andrey Hristov |
fix compilation failure on 32/64bit linux systems, when libmysql is used with ext/mysql |
#
6d019dee |
| 16-Oct-2012 |
Anatoliy Belsky |
Fixed bug #63248 Load multiple magic files on win - adapt config.w32 to not to use dirent lib anymore - prevent libmagic from opening a dir handle under win - reimplement the dir ite
Fixed bug #63248 Load multiple magic files on win - adapt config.w32 to not to use dirent lib anymore - prevent libmagic from opening a dir handle under win - reimplement the dir iteration functionality with streams
show more ...
|
#
7eba512b |
| 16-Oct-2012 |
Anatoliy Belsky |
updated NEWS |
#
9aacdf6e |
| 16-Oct-2012 |
Anthony Ferrara |
Merging in Password Hashing API into master This implements the accepted RFC password_hash https://wiki.php.net/rfc/password_hash
|
#
c8cc0cde |
| 12-Oct-2012 |
Felipe Pena |
- BFN |