php-src/ChangeLog

76 lines
3.9 KiB
Plaintext
Raw Normal View History

PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
??? ?? 1999, Version 4.0 Beta 2
- Changed phpinfo() to list modules that have no info function (Zeev)
1999-08-07 16:44:32 +00:00
- Modified array_walk() function so that the userland callback is passed
a key and possible user data in addition to the value (Andrey)
1999-08-07 16:32:50 +00:00
- Fixed ldap_search(), ldap_read() and ldap_list() (Zeev)
1999-08-07 16:02:48 +00:00
- Fixed Apache information in phpinfo() (sam@breakfree.com)
- Improved register_shutdown_function() - you may now supply arguments that
will be passed to the shutdown function (Zeev)
- Improved call_user_func() and call_user_method() - they now support passing
arguments by reference (Zeev)
- Fixed usort() and uksort() (Zeev)
1999-08-06 13:41:27 +00:00
- Fixed md5() in the Apache module (Thies)
1999-08-04 22:34:39 +00:00
- Introduced build process for dynamic modules (Stig)
- Improved ISAPI module to supprt large server variables (Zeev)
1999-08-06 13:41:27 +00:00
- Imported PHP 3.0 fixes for problem with PHP as a dynamic module and Redhat
libc2.1 in zlib module (Stefan)
1999-08-01 00:33:03 +00:00
- Fixed sybase_fetch_object() (Zeev)
1999-08-01 00:25:58 +00:00
- Made the IMAP module work with PHP 4.0 (Zeev)
- Fixed a problem with include()/require() of URLs (Sascha, Zeev)
1999-07-30 22:17:51 +00:00
- 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)
1999-08-06 13:41:27 +00:00
- Fixed various inheritance problems (Andi & Zeev, Zend library)
1999-07-27 20:33:42 +00: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
1999-08-06 13:41:27 +00:00
overriding their children) (Zeev, Zend library)
- Fixed backwards incompatibility with the "new" operator (Andi, Zend library)
1999-07-27 16:26:30 +00:00
- Fixed bugs in uksort() and ksort() sort ordering (Andrey)
1999-07-26 21:55:51 +00:00
- Fixed a memory leak when using assignment-op operators with lvalue of type
1999-08-06 13:41:27 +00:00
string (Zeev, Zend library)
1999-07-26 21:17:05 +00:00
- Fixed a problem in inheritence from classes that are defined in include()d
1999-08-06 13:41:27 +00:00
files (Zeev, Zend library)
1999-07-24 20:36:31 +00:00
- Fixed a problem with the PHP error handler that could result in a crash
on certain operating systems (Zeev)
1999-07-24 14:40:08 +00:00
- Apache php_flag values only recognized 'On' (case sensitive) - changed
to case insensitive (Zeev)
1999-07-24 14:36:48 +00:00
- Fixed a memory leak with switch statement containing return statements
1999-08-06 13:41:27 +00:00
(Andi & Zeev, Zend library)
1999-07-24 14:36:48 +00:00
- Fixed a crash problem in switch statements that had a string offset
1999-08-06 13:41:27 +00:00
as a conditional (Andi & Zeev, Zend library)
- Imported PHP 3.0 fixes for rand() and mt_rand() (Rasmus)
- Added function entries for strip_tags() and similar_text() (Andrey)
1999-07-23 21:24:30 +00:00
- Fixed a bug in WDDX that would cause a crash if a number was passed in
instead of a variable name (Andrey)
1999-08-06 13:41:27 +00:00
- Ported strtotime() function from PHP 3.0 (Andrey)
1999-07-23 15:56:47 +00:00
- Merged in gdttf stuff from php3 (Sascha)
1999-07-23 15:22:36 +00:00
- buildconf now checks your installation (Stig)
- XML module now built dynamically with --with-xml=shared (Stig)
1999-07-23 15:18:37 +00:00
- Added a check for freetype.h - fixed build on RedHat 6.0 (Zeev)
1999-08-06 13:41:27 +00:00
- Fixed array_walk() to work in PHP 4.0 (Andrey)
- Ported all remaining date() format options from PHP 3.0 (Andrey)
1999-07-23 13:47:57 +00:00
- $php_errormsg now works (Andrey)
- Added locale support for Perl Compatible Regexp functions (Andrey)
1999-07-23 12:26:26 +00:00
- Informix module ported (Danny)
1999-07-23 00:04:24 +00: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-08-06 13:41:27 +00:00
- Added missing E_ error level constants (Zeev, Zend library)
- Fixed a bug in sending multiple HTTP Cookies under Apache (Zeev)
- Fixed implicit connect on the MySQL, mSQL, PostgreSQL and Sybase
modules (Zeev)
1999-08-06 13:41:27 +00:00
- Gave PHP 4.0's SNMP extension all the functionality of PHP 3.0.12 (SteveL)
July 19 1999, Version 4.0 Beta 1
1999-07-23 00:04:24 +00:00
- First public beta of PHP 4.0