@@ -14,23 +14,23 @@ PHP NEWS
14
14
- Changed error handler to send HTTP 500 instead of blank page on PHP errors.
15
15
(Dmitry, Andrei Nigmatulin)
16
16
17
- - Added persistent connection status checker to pdo_pgsql (Elvis
18
- Pranskevichus, Ilia)
17
+ - Added persistent connection status checker to pdo_pgsql.
18
+ (Elvis Pranskevichus, Ilia)
19
19
- Added support for ATTR_TIMEOUT inside pdo_pgsql driver. (Ilia)
20
20
- Added php_ini_loaded_file() function which returns the path to the actual
21
21
php.ini in use. (Jani)
22
22
- Added GD version constants GD_MAJOR_VERSION, GD_MINOR_VERSION
23
23
GD_RELEASE_VERSION, GD_EXTRA_VERSION and GD_VERSION_STRING. (Pierre)
24
- - Added missing open_basedir checks to CGI. (anight at eyelinkmedia dot com,
25
- Tony)
24
+ - Added missing open_basedir checks to CGI.
25
+ (anight at eyelinkmedia dot com, Tony)
26
26
- Added missing format validator to unpack() function. (Ilia)
27
27
- Added missing error check inside bcpowmod(). (Ilia)
28
28
- Added CURLOPT_PRIVATE & CURLINFO_PRIVATE constants.
29
29
(Andrey A. Belashkov, Tony)
30
30
31
31
- Fixed var_export() to use the new H modifier so that it can generate
32
32
parseable PHP code for floats, independent of the locale. (Derick)
33
- - Fixed regression introduced by the fix for the libgd bug #74 (Pierre)
33
+ - Fixed regression introduced by the fix for the libgd bug #74. (Pierre)
34
34
- Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(),
35
35
ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson.
36
36
(Tony)
@@ -43,21 +43,21 @@ PHP NEWS
43
43
when open_basedir or safe_mode is active. (Stas)
44
44
- Fixed SimpleXML's behavior when used with empty(). (Sara)
45
45
46
- - Fixed PECL Bug #11345 (PDO_OCI crash after National language Support
47
- "NLS" environment initialization error) (Chris Jones)
46
+ - Fixed PECL Bug #11345 (PDO_OCI crash after National language Support "NLS"
47
+ environment initialization error). (Chris Jones)
48
48
- Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
49
49
already exists). (Pierre)
50
50
51
- - Fixed bug #41919 (crash in string to array conversion). (judas dot
52
- iscariote at gmail dot com, Ilia)
51
+ - Fixed bug #41919 (crash in string to array conversion).
52
+ (judas dot iscariote at gmail dot com, Ilia)
53
53
- Fixed bug #41908 (CFLAGS="-Os" ./configure --enable-debug fails).
54
54
(christian at hoffie dot info, Tony)
55
55
- Fixed bug #41909 (var_export() is locale sensitive when exporting float
56
56
values). (Derick)
57
- - Fixed bug #41867 (getName is broken). (Rob)
57
+ - Fixed bug #41867 (SimpleXML: getName is broken). (Rob)
58
58
- Fixed bug #41865 (fputcsv(): 2nd parameter is not optional). (Jani)
59
- - Fixed bug #41861 (getNamespaces() returns the namespaces of a node's
60
- siblings). (Rob)
59
+ - Fixed bug #41861 (SimpleXML: getNamespaces() returns the namespaces of
60
+ a node's siblings). (Rob)
61
61
- Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4).
62
62
(Ilia)
63
63
- Fixed bug #41813 (segmentation fault when using string offset as an object).
@@ -100,13 +100,13 @@ PHP NEWS
100
100
- Fixed bug #41594 (OCI8 statement cache is flushed too frequently). (Tony)
101
101
- Fixed bug #41582 (SimpleXML crashes when accessing newly created element).
102
102
(Tony)
103
- - Fixed bug #41576 (configure failure when using --without-apxs or some
104
- other SAPIs disabling options). (Jani)
105
- - Fixed bug #41567 (json_encode() double conversion is inconsistent with
106
- PHP). (Lucas, Ilia)
103
+ - Fixed bug #41576 (configure failure when using --without-apxs or some other
104
+ SAPIs disabling options). (Jani)
105
+ - Fixed bug #41567 (json_encode() double conversion is inconsistent with PHP).
106
+ (Lucas, Ilia)
107
107
- Fixed bug #41566 (SOAP Server not properly generating href attributes).
108
108
(Dmitry)
109
- - Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten
109
+ - Fixed bug #41561 (php_admin_* values set in httpd.conf can be overwritten
110
110
with ini_set()). (Tony, Dmitry)
111
111
- Fixed bug #41555 (configure failure: regression caused by fix for #41265).
112
112
(Jani)
0 commit comments