1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00
This commit is contained in:
foobar
2005-02-28 16:47:52 +00:00
parent e2f1b375a2
commit cfecb1face

6
NEWS
View File

@@ -1,9 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5.1.0
- Added pg_field_type_oid() PostgreSQL function. (mauroi at digbang dot com)
- Added zend_declare_property_...() and zend_update_property_...()
API functions for bool, double and binary safe strings. (Hartmut)
- Moved extensions to PECL:
. ext/dio (Jani, Derick)
. ext/yp (Jani, Derick)
@@ -22,6 +19,9 @@ PHP NEWS
. virtual path handling by adding a realpath() cache. (Andi)
. variable fetches. (Andi)
. magic method invocations. (Marcus)
- Added pg_field_type_oid() PostgreSQL function. (mauroi at digbang dot com)
- Added zend_declare_property_...() and zend_update_property_...()
API functions for bool, double and binary safe strings. (Hartmut)
- Added new classes in mysqli: mysqli_driver, mysqli_warning, mysqli_exception,
and mysqli_sql_exception. (Georg)
- Added possibility to access INI variables from within .ini file. (Andrei)