1999-07-23 07:54:54 +08:00
|
|
|
PHP 4.0 CHANGE LOG ChangeLog
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
??? ?? 1999, Version 4.0 Beta 2
|
1999-08-01 08:33:03 +08:00
|
|
|
- Fixed sybase_fetch_object() (Zeev)
|
1999-08-01 08:25:58 +08:00
|
|
|
- Made the IMAP module work with PHP 4.0 (Zeev)
|
1999-08-01 03:06:36 +08:00
|
|
|
- Fixed a problem with include()/require() of URLs (Sascha, Zeev)
|
1999-07-31 06:17:51 +08:00
|
|
|
- Fixed a bug in implode() that caused it to corrupt its arguments (Zeev)
|
1999-07-29 01:58:38 +08:00
|
|
|
- Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name")
|
|
|
|
(Andi & Zeev)
|
|
|
|
- Fixed various inheritance problems (Andi & Zeev, libzend)
|
1999-07-28 04:33:42 +08:00
|
|
|
- Children now inherit their parent's constructor, if they do not supply a
|
|
|
|
constructor of their own.
|
|
|
|
- Fixed runtime inheritence of classes (parent methods/properties were
|
|
|
|
overriding their children) (Zeev, libzend)
|
1999-07-28 02:38:01 +08:00
|
|
|
- Fixed backwards incompatibility with the "new" operator (Andi, libzend)
|
1999-07-28 00:26:30 +08:00
|
|
|
- Fixed bugs in uksort() and ksort() sort ordering (Andrey)
|
1999-07-27 05:55:51 +08:00
|
|
|
- Fixed a memory leak when using assignment-op operators with lvalue of type
|
1999-07-28 02:38:01 +08:00
|
|
|
string (Zeev, libzend)
|
1999-07-27 05:17:05 +08:00
|
|
|
- Fixed a problem in inheritence from classes that are defined in include()d
|
|
|
|
files (Zeev, libzend)
|
1999-07-25 04:36:31 +08:00
|
|
|
- Fixed a problem with the PHP error handler that could result in a crash
|
|
|
|
on certain operating systems (Zeev)
|
1999-07-24 22:40:08 +08:00
|
|
|
- Apache php_flag values only recognized 'On' (case sensitive) - changed
|
|
|
|
to case insensitive (Zeev)
|
1999-07-24 22:36:48 +08:00
|
|
|
- Fixed a memory leak with switch statement containing return statements
|
|
|
|
(Andi & Zeev, libzend)
|
|
|
|
- Fixed a crash problem in switch statements that had a string offset
|
|
|
|
as a conditional (Andi & Zeev, libzend)
|
1999-07-24 10:44:53 +08:00
|
|
|
- Imported PHP3 fixes for rand() and mt_rand() (Rasmus)
|
1999-07-24 06:47:24 +08:00
|
|
|
- Added function entries for strip_tags() and similar_text() (Andrey)
|
1999-07-24 05:24:30 +08:00
|
|
|
- Fixed a bug in WDDX that would cause a crash if a number was passed in
|
|
|
|
instead of a variable name (Andrey)
|
1999-07-24 03:52:18 +08:00
|
|
|
- Ported strtotime() function from PHP3 (Andrey)
|
1999-07-23 23:56:47 +08:00
|
|
|
- Merged in gdttf stuff from php3 (Sascha)
|
1999-07-23 23:22:36 +08:00
|
|
|
- buildconf now checks your installation (Stig)
|
|
|
|
- XML module now built dynamically with --with-xml=shared (Stig)
|
1999-07-23 23:18:37 +08:00
|
|
|
- Added a check for freetype.h - fixed build on RedHat 6.0 (Zeev)
|
1999-07-23 21:47:57 +08:00
|
|
|
- Fixed array_walk() to work in PHP4 (Andrey)
|
|
|
|
- Ported all remaining date() format options from PHP3 (Andrey)
|
|
|
|
- $php_errormsg now works (Andrey)
|
|
|
|
- Added locale support for Perl Compatible Regexp functions (Andrey)
|
1999-07-23 20:26:26 +08:00
|
|
|
- Informix module ported (Danny)
|
1999-07-23 08:04:24 +08:00
|
|
|
- Removed --with-shared-apache (Sascha)
|
|
|
|
- Added patch for reverse lookup table in base64_decode (Sascha)
|
|
|
|
Submitted by bfranklin@dct.com
|
|
|
|
- Merged in php3 version of str_replace (Sascha)
|
|
|
|
- Added DBA module (Sascha)
|
|
|
|
- Added session id detection within REQUEST_URI (Sascha)
|
|
|
|
- Merged in HP-UX/ANSI compatibility switch from php3 (Sascha)
|
|
|
|
- Fixed rpath handling for utilitites built during Apache build (Sascha)
|
1999-07-23 07:54:54 +08:00
|
|
|
- Added missing E_ error level constants (Zeev, libzend)
|
|
|
|
- Fixed a bug in sending multiple HTTP Cookies under Apache (Zeev)
|
|
|
|
- Fixed implicit connect on the MySQL, mSQL, PostgreSQL and Sybase
|
|
|
|
modules (Zeev)
|
|
|
|
|
|
|
|
|
|
|
|
July 19 1999, Version 4.0 Beta 1
|
1999-07-23 08:04:24 +08:00
|
|
|
- First public beta of PHP 4.0
|