summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Roehrich <sr@php.net>1999-08-02 21:12:16 +0000
committerStefan Roehrich <sr@php.net>1999-08-02 21:12:16 +0000
commit5d10addd01b521d2941fa62f6577d77578641d65 (patch)
tree52cb523d74eb17cbce713d157b8eb5b39914da4d /ChangeLog
parentdcf9114329fdd267aa822d5ea2c30667ae7232a3 (diff)
downloadphp-git-5d10addd01b521d2941fa62f6577d77578641d65.tar.gz
Fix for Redhat libc 2.1 and dynamic loading in zlib module.
Adapted zlib module to new PHP_Mxxx macros.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a668502008..2ce8632c4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
??? ?? 1999, Version 4.0 Beta 2
+- Imported PHP3 fixes for problem with PHP as a dynamic module and Redhat
+ libc2.1 in zlib module (Stefan)
- Fixed sybase_fetch_object() (Zeev)
- Made the IMAP module work with PHP 4.0 (Zeev)
- Fixed a problem with include()/require() of URLs (Sascha, Zeev)