summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-06-03 10:55:27 +0000
committerArd Biesheuvel <abies@php.net>2004-06-03 10:55:27 +0000
commit5be358667b4169ad7cf0dd30d794e85873292593 (patch)
tree88718bccf085ccad155d6215fcb6f508778b468f
parent02032ccf9f03a59a7748a00d84e240b46ee084ce (diff)
downloadphp-git-5be358667b4169ad7cf0dd30d794e85873292593.tar.gz
news
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87a9bce1e2..5dff0cbb98 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ PHP NEWS
- 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)