diff options
| author | <changelog@php.net> | 1999-12-02 02:08:17 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 1999-12-02 02:08:17 +0000 |
| commit | 1b6bead88f59661feeb5e672e5055f8ca3ab55ac (patch) | |
| tree | bfa5e3a427f3ec140fc2ff11a6b3d4d0faddb23c | |
| parent | 23a1a8246e0e30817546cb743cca4cb39fe2ed2e (diff) | |
| download | php-git-1b6bead88f59661feeb5e672e5055f8ca3ab55ac.tar.gz | |
NEWS update
| -rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 +- Fix some warnings when compiling in maintainer-mode (Stig) + Made mysql and gd work as shared extensions again (Stig) +- Made the GET/POST/Cookie and their HTTP_*_VARS[] counterparts be references + to each other (Zeev) +- Make the global GET/POST/Cookie variables and their $HTTP_*_VARS[] counterparts + be references to each other (Zeev) - Added support for the 'use' keyword - behaves like 'require', but will not use the same file more than once (Andi & Zeev, Zend library) - Added check to see if a persistent connection is still valid with the |
