summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-10-06 12:54:45 +0000
committerThies C. Arntzen <thies@php.net>1999-10-06 12:54:45 +0000
commit657edcd50e01871af98f555e58d1637d1c47524e (patch)
treeaa88c2d9fb2543505e94bb35c60145bdd5d095e0 /ChangeLog
parent4b212d1ce6c7a00cfd63ab43be946d4160544f92 (diff)
downloadphp-git-657edcd50e01871af98f555e58d1637d1c47524e.tar.gz
- replaced most getParamters against getParamtersEx calls
- removed ParamterPassedByReference where appropiate
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c19b3d11..729235901d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
+- Upgraded a lot internal functions to use new Zend function API (Thies)
- fdf support ported; not completely tested with latest version 4.0 for
glibc (Uwe)
- OCI8 connections are now kept open as long as they are referenced (Thies)