From: Date: Sun, 25 Aug 2002 00:19:53 +0000 (+0000) Subject: NEWS update X-Git-Tag: RELEASE_0_91~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd0d03885d4fc5be5da522cbc76a77da3dd44be3;p=php NEWS update --- diff --git a/NEWS b/NEWS index 557925177b..d4cb2b7af0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- added zend_execute_internal which is called like zend_execute but for + internal functions. (Thies) +- Changed pg_connection_info()/pg_connection_reset()/pg_connection_busy()/pg_result_status()/pg_result_error() silently return FALSE when resource is not passed to them. (Yasuo) - Fixed some mysql compile failures on 64 bit-OS. (Georg) - Added warnings for deprecated mysql functions: . mysql_create_db()