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)
. 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)