7
7
Stas)
8
8
- Fixed signature generation/validation for zip archives in ext/phar. (Greg)
9
9
10
- - Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX).
11
- (Uwe Schindler)
12
10
- Fixed bug #49132 (posix_times returns false without error).
13
11
(phpbugs at gunnu dot us)
14
12
- Fixed bug #49125 (Error in dba_exists C code). (jdornan at stanford dot edu)
@@ -60,6 +58,8 @@ PHP NEWS
60
58
- Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked
61
59
directories). (Ilia)
62
60
- Fixed bug #48783 (make install will fail saying phar file exists). (Greg)
61
+ - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).
62
+ (Sriram Natarajan)
63
63
- Fixed bug #48771 (rename() between volumes fails and reports no error on
64
64
Windows). (Pierre)
65
65
- Fixed bug #48763 (ZipArchive produces corrupt archive). (dani dot church at
@@ -78,11 +78,15 @@ PHP NEWS
78
78
html-entities). (Moriyoshi)
79
79
- Fixed bug #48637 ("file" fopen wrapper is overwritten when using
80
80
--with-curlwrappers). (Jani)
81
+ - Fixed bug #48400 (imap crashes when closing stream opened with
82
+ OP_PROTOTYPE flag). (Jani)
81
83
- Fixed bug #48377 (error message unclear on converting phar with existing file).
82
84
(Greg)
83
85
- Fixed bug #48247 (Infinite loop and possible crash during startup with
84
86
errors when errors are logged). (Jani)
85
87
- Fixed bug #48189 (ibase_execute error in return param). (Kalle)
88
+ - Fixed bug #48182 (ssl handshake fails during asynchronous socket connection).
89
+ (Sriram Natarajan)
86
90
- Fixed bug #48116 (Fixed build with Openssl 1.0). (Pierre,
87
91
Al dot Smith at aeschi dot ch dot eu dot org)
88
92
- Fixed bug #48057 (Only the date fields of the first row are fetched,
@@ -95,17 +99,15 @@ PHP NEWS
95
99
- Fixed bug #45905 (imagefilledrectangle() clipping error).
96
100
(markril at hotmail dot com, Pierre)
97
101
- Fixed bug #45141 (setcookie will output expires years of >4 digits). (Ilia)
98
- - Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo).
99
- (Kalle, Rick Yorgason)
100
- - Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).
101
- (Sriram Natarajan)
102
- - Fixed bug #48182 (ssl handshake fails during asynchronous socket connection).
103
- (Sriram Natarajan)
102
+ - Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX).
103
+ (Uwe Schindler)
104
104
- Fixed bug #45554 (Inconsistent behavior of the u format char). (Derick)
105
105
- Fixed bug #43510 (stream_get_meta_data() does not return same mode as used
106
106
in fopen). (Jani)
107
107
- Fixed bug #42434 (ImageLine w/ antialias = 1px shorter). (wojjie at gmail dot
108
108
com, Kalle)
109
+ - Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo).
110
+ (Kalle, Rick Yorgason)
109
111
110
112
30 Jun 2009, PHP 5.3.0
111
113
- Upgraded bundled PCRE to version 7.9. (Nuno)
0 commit comments