diff options
author | foobar <sniper@php.net> | 2002-04-05 11:59:58 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-05 11:59:58 +0000 |
commit | 16d7d7bdd2db7464d33d70eaa07609b94482fbe9 (patch) | |
tree | d79f985c2158c8de8371efde1a220e89084a5029 | |
parent | 385b233040e2fb7d0f095aee561ff4e2e76dde11 (diff) | |
download | php-git-16d7d7bdd2db7464d33d70eaa07609b94482fbe9.tar.gz |
Fixed some entries..
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 -- Fixed sigfault in ibase_close() if user doesn't free resultset - (Bug #15419, #15992) (daniela) - Added support for --with-apxs build on Mac OS X / Darwin. (markonen) - Added support for dynamically loaded extensions on OS X / Darwin. (dank, markonen) @@ -51,7 +49,7 @@ PHP 4 NEWS ?? ??? 2002, Version 4.2.0 - ATTENTION!! register_globals defaults to 'off' now !!! -- Fixed pg_last_notice() crash. (Yasuo) +- Moved ext/mailparse to PECL. (Wez/Jim) - Modified the mysql extension to disable 'LOAD LOCAL' when safe mode is enabled. (Jason) - Added CLI (command line interface) sapi which is more suitable for writing @@ -78,6 +76,9 @@ PHP 4 NEWS $r=socket_select($rfds, $wfds, NULL, 1); print "Ready to read:\n"; var_dump($rfds); ?> +- Fixed segfault in ibase_close() if user does not free the resultset. + Bugs #15419, #15992. (daniela) +- Fixed pg_last_notice() crash. (Yasuo) - Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed parameters to conform documentation. (Stefan) - Changed read_exif_data() to be an alias of exif_read_data(). (Marcus) |