1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00
This commit is contained in:
Scott MacVicar
2009-03-17 23:17:40 +00:00
parent 8d2a5cabec
commit cd9908c69c

1
NEWS
View File

@@ -7,6 +7,7 @@ PHP NEWS
- Re-enabled phar for big-endian systems after fixing problems. (Greg)
- Added LIBXML_LOADED_VERSION constant (libxml2 version currently used). (Rob)
- Added JSON_FORCE_OBJECT flag to json_encode(). (Scott, Richard Quadling)
- Fixed bug #47678 (Allow loadExtension to be disabled in SQLite3). (Scott)
- Fixed bug #47664 (get_class returns NULL instead of FALSE). (Dmitry)