Skip to content

Commit 9d82ead

Browse files
author
Jani Taskinen
committed
fix news
1 parent e79091e commit 9d82ead

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

NEWS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ PHP NEWS
1414
- Changed error handler to send HTTP 500 instead of blank page on PHP errors.
1515
(Dmitry, Andrei Nigmatulin)
1616

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)
1919
- Added support for ATTR_TIMEOUT inside pdo_pgsql driver. (Ilia)
2020
- Added php_ini_loaded_file() function which returns the path to the actual
2121
php.ini in use. (Jani)
2222
- Added GD version constants GD_MAJOR_VERSION, GD_MINOR_VERSION
2323
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)
2626
- Added missing format validator to unpack() function. (Ilia)
2727
- Added missing error check inside bcpowmod(). (Ilia)
2828
- Added CURLOPT_PRIVATE & CURLINFO_PRIVATE constants.
2929
(Andrey A. Belashkov, Tony)
3030

3131
- Fixed var_export() to use the new H modifier so that it can generate
3232
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)
3434
- Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(),
3535
ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson.
3636
(Tony)
@@ -43,21 +43,21 @@ PHP NEWS
4343
when open_basedir or safe_mode is active. (Stas)
4444
- Fixed SimpleXML's behavior when used with empty(). (Sara)
4545

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)
4848
- Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
4949
already exists). (Pierre)
5050

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)
5353
- Fixed bug #41908 (CFLAGS="-Os" ./configure --enable-debug fails).
5454
(christian at hoffie dot info, Tony)
5555
- Fixed bug #41909 (var_export() is locale sensitive when exporting float
5656
values). (Derick)
57-
- Fixed bug #41867 (getName is broken). (Rob)
57+
- Fixed bug #41867 (SimpleXML: getName is broken). (Rob)
5858
- 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)
6161
- Fixed bug #41845 (pgsql extension does not compile with PostgreSQL <7.4).
6262
(Ilia)
6363
- Fixed bug #41813 (segmentation fault when using string offset as an object).
@@ -100,13 +100,13 @@ PHP NEWS
100100
- Fixed bug #41594 (OCI8 statement cache is flushed too frequently). (Tony)
101101
- Fixed bug #41582 (SimpleXML crashes when accessing newly created element).
102102
(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)
107107
- Fixed bug #41566 (SOAP Server not properly generating href attributes).
108108
(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
110110
with ini_set()). (Tony, Dmitry)
111111
- Fixed bug #41555 (configure failure: regression caused by fix for #41265).
112112
(Jani)

0 commit comments

Comments
 (0)