From: Zeev Suraski Date: Sat, 31 Jul 1999 19:06:36 +0000 (+0000) Subject: Fix problem with include/require of URLs (bug #1832) X-Git-Tag: php-4.0b2~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698459ea939dec57fbef62237ec454328e0ef0d6;p=php Fix problem with include/require of URLs (bug #1832) --- diff --git a/ChangeLog b/ChangeLog index 2adf74db2e..b6e83aec59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ??? ?? 1999, Version 4.0 Beta 2 +- Fixed a problem with include()/require() of URLs (Sascha, Zeev) - Fixed a bug in implode() that caused it to corrupt its arguments (Zeev) - Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name") (Andi & Zeev)