summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-06-07 07:05:33 +0000
committerDerick Rethans <derick@php.net>2004-06-07 07:05:33 +0000
commitbcca5b8cb5c7d1dcd24041748a83fcf8b48a1124 (patch)
tree0c6a939ed57e3bc66fa7d280f9de53ae510b1ff7 /NEWS
parent3838fb99dea007b1b42d4735808500168e996cb3 (diff)
downloadphp-git-bcca5b8cb5c7d1dcd24041748a83fcf8b48a1124.tar.gz
- Reorder (again :)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d91e01e212..226795fa23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,18 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5 Release Candidate 3
-- Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg)
- Moved the PDFLib extension to PECL. (Wez)
+- Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg)
- Added support for dumping private/protected properties to var_dump().
(Andrey)
- Added count() support for COM arrays. (Wez)
+- Added Firebird/InterBase UDF source that allows PHP functions to be called
+ from SQL (Ard)
- Changed user error handler mechanism to relay to built-in error handler if it
returns false. (Andrei)
- Changed class type hints for function parameters to not allow the passing of
NULL values. (Andi)
- Changed tidy_node to tidyNode and removed tidy_exception. (John)
-- Added Firebird/InterBase UDF source that allows PHP functions to be called
- from SQL (Ard)
- Fixed ip2long() to return FALSE if an IP address passed to this function
is not valid. (Derick)
- Fixed memory leak in memory manager. (Andi)