1999-07-23 07:54:54 +08:00
|
|
|
PHP 4.0 CHANGE LOG ChangeLog
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
1999-08-13 08:14:17 +08:00
|
|
|
?? ?? 1999, Version 4.0 Beta 3
|
1999-09-17 20:12:56 +08:00
|
|
|
- snmp, pgsql, mysql and gd modules can be built as dynamically loaded
|
|
|
|
modules (Greg)
|
1999-09-17 16:25:03 +08:00
|
|
|
- OCI8 fix for fetching empty LOBs (Thies)
|
1999-09-17 13:40:59 +08:00
|
|
|
- Added user-level callbacks for session module (Sascha)
|
1999-09-17 07:18:15 +08:00
|
|
|
- Added support for unknown POST content types (Zeev)
|
1999-09-16 21:00:06 +08:00
|
|
|
- Added "wddx" serialization handler for session module (Sascha)
|
|
|
|
(automatically enabled, if you compile with --with-wddx)
|
|
|
|
- Fixed deserializing objects (Thies)
|
1999-09-16 16:05:17 +08:00
|
|
|
- PHP4 now serialized Objects as 'O' (not understood by PHP3), but deserializes
|
|
|
|
PHP3 serialized objects as expected. (Thies)
|
1999-09-15 23:03:06 +08:00
|
|
|
- Made serialize/unserialize work on classes. If the class is known at
|
|
|
|
unserialize() time, you'll get back a fully working object! (Thies)
|
1999-09-15 03:24:37 +08:00
|
|
|
- Reworked preg_* functions according to the new PCRE API, which also made
|
|
|
|
them behave much more like Perl ones (Andrey)
|
|
|
|
- Made it possible to specify external location of PCRE library (Andrey)
|
|
|
|
- Updated bundled PCRE library to version 2.08 (Andrey)
|
1999-09-14 22:18:57 +08:00
|
|
|
- count()/is_array/is_object... speedups. (Thies)
|
1999-09-14 20:41:00 +08:00
|
|
|
- OCI8 supports appending and positioning when saving LOBs (Thies)
|
1999-09-13 23:48:32 +08:00
|
|
|
- Added metaphone support (Thies)
|
1999-09-13 23:19:29 +08:00
|
|
|
- OCI8 doesn't use define callbacks any longer. (Thies)
|
1999-09-13 18:52:54 +08:00
|
|
|
- OCI8 Driver now supports LOBs like PHP3. (Thies)
|
|
|
|
- var_dump now dumps the properties of an object (Thies)
|
1999-09-13 07:51:12 +08:00
|
|
|
- Rewrote the GET/POST/Cookie data reader to support multi-dimensional
|
|
|
|
arrays! (Zeev)
|
1999-09-12 11:08:29 +08:00
|
|
|
- Renamed allow_builtin_links to expose_php (defaults to On). This directive
|
|
|
|
tells PHP whether it may expose its existence to the outside world, e.g.
|
|
|
|
by adding itself to the Web server header (Zeev)
|
1999-09-12 08:44:08 +08:00
|
|
|
- Added support for transparent session id propagation (Sascha)
|
1999-09-12 08:04:29 +08:00
|
|
|
- Made WDDX serialize object properties properly (Andrey)
|
|
|
|
- Fixed WDDX mem leak when undefined variable is passed in
|
|
|
|
for serialization (Andrey)
|
1999-09-12 06:31:04 +08:00
|
|
|
- Added session_unset() function (Andrey)
|
|
|
|
- Fixed double session globals shutdown crash (Andrey)
|
1999-09-12 04:36:47 +08:00
|
|
|
- Fixed crash related to ignore_user_abort ini entry (Andrey)
|
1999-09-12 01:20:31 +08:00
|
|
|
- Added support for external entropy sources for session id creation
|
|
|
|
(on Unices /dev/random and /dev/urandom) (Sascha)
|
1999-09-11 23:04:45 +08:00
|
|
|
- Added gpc_globals variable directive to php.ini. By default it is On, but
|
|
|
|
if it is set to Off, GET, POST and Cookie variables will not be inserted
|
|
|
|
to the global scope. Mostly makes sense when coupled with track_vars (Zeev)
|
|
|
|
- Added versioning support for shared library (Sascha)
|
1999-09-12 08:44:08 +08:00
|
|
|
This allows concurrent use of PHP3 and PHP4 as Apache modules. See
|
|
|
|
the end of the INSTALL file for more information.
|
1999-09-08 02:29:59 +08:00
|
|
|
- Added second parameter to array_keys which specifies search value
|
|
|
|
for which the key should be returned (Andrey)
|
1999-09-07 03:24:47 +08:00
|
|
|
- Resourcified Informix driver (Danny)
|
1999-09-05 21:06:24 +08:00
|
|
|
- New resource handling for odbc, renamed to php_odbc.[ch]
|
1999-09-05 05:33:18 +08:00
|
|
|
- Make set_time_limit() work on Unix (Rasmus)
|
1999-09-12 11:08:29 +08:00
|
|
|
- Added connection handling support (Rasmus)
|
1999-09-04 21:03:09 +08:00
|
|
|
- Improved the Sybase-CT module to make use of resources (Zeev)
|
1999-09-04 08:37:31 +08:00
|
|
|
- Improved the mSQL module to make use of resources (Zeev)
|
|
|
|
- Changed mysql_query() and mysql_db_query() to return false in case of saving
|
|
|
|
the result set data fails (Zeev)
|
1999-09-04 03:13:37 +08:00
|
|
|
- Improved the resource mechanism - resources were not getting freed as soon
|
|
|
|
as they could (Zeev)
|
1999-09-04 01:46:39 +08:00
|
|
|
- Added shared memory module for session data storage (Sascha)
|
|
|
|
- Fixed session.auto_start (Sascha)
|
1999-09-03 10:39:36 +08:00
|
|
|
- Fixed several problems with output buffering and HEAD requests (Zeev)
|
|
|
|
- Fixed HTTP Status code issue with ISAPI module (Zeev)
|
|
|
|
- Fixed a problem that prevented $GLOBALS from working properly (Zeev, Zend
|
|
|
|
library)
|
1999-09-02 19:58:23 +08:00
|
|
|
- Ported newest GetImageSize (Thies)
|
1999-09-02 12:26:48 +08:00
|
|
|
- Added session compile support in Win32 (Andi)
|
1999-08-29 07:06:07 +08:00
|
|
|
- Added -d switch to the CGI binary that allows overriding php.ini values
|
|
|
|
from the command line (Zeev)
|
1999-08-28 18:31:54 +08:00
|
|
|
- Fixed a crash that would occur if wddx_deserialize did not receive
|
1999-08-26 21:26:57 +08:00
|
|
|
a valid packet (Andrey)
|
1999-08-26 14:49:42 +08:00
|
|
|
- Fixed a bugglet when redefining a class at run-time (Andi, Zend library)
|
1999-08-28 18:31:54 +08:00
|
|
|
- Fixed sem_get() on AIX (Sascha)
|
|
|
|
- Fixed fopen() to work with URL's in Win32 (Andi & Zeev)
|
|
|
|
- Fixed include_path for Win32 (Andi, Zend library)
|
1999-08-25 20:22:45 +08:00
|
|
|
- Fixed bug in ISAPI header sending function (Charles)
|
|
|
|
- Fixed memory leak when using undefined values (Andi & Zeev, Zend library)
|
1999-08-25 07:12:50 +08:00
|
|
|
- Added output_buffering directive to php.ini, to enable output buffering
|
1999-08-29 07:06:07 +08:00
|
|
|
for all PHP scripts - default is off (Zeev).
|
1999-08-28 18:31:54 +08:00
|
|
|
- Fixed some more class inheritance issues (Zeev, Zend library)
|
1999-08-23 02:48:57 +08:00
|
|
|
- Fixed Apache build wrt to shared modules on FreeBSD/Linux (Sascha)
|
1999-08-22 04:48:40 +08:00
|
|
|
- Added session.extern_referer_chk which checks whether session ids were
|
|
|
|
referred to by an external site and eliminates them (Sascha)
|
|
|
|
- Improved session id generation (Sascha)
|
1999-08-22 01:34:55 +08:00
|
|
|
- Improved speed of uniqid() by using the combined LCG and removing
|
|
|
|
the extra usleep() (Sascha)
|
|
|
|
- Introduced general combined linear congruential generator (Sascha)
|
1999-08-20 21:04:05 +08:00
|
|
|
- Made ldap_close back into an alias for ldap_unbind (Andrey)
|
1999-08-18 20:51:51 +08:00
|
|
|
- OciFetchInto now resets the returned array in all cases (Thies)
|
1999-08-18 06:06:55 +08:00
|
|
|
- Fixed mysql_errno() to work with recent versions of MySQL (Zeev)
|
1999-08-18 06:01:10 +08:00
|
|
|
- Fixed a problem with define() and boolean values (Zeev)
|
1999-08-18 02:08:37 +08:00
|
|
|
- Fixed inclusion of gd/freetype functions (Sascha)
|
1999-08-18 01:31:27 +08:00
|
|
|
- Fixed persistency of MHASH_* constants (Sascha)
|
1999-08-17 22:40:28 +08:00
|
|
|
- Oracle is now ZTS-Save (Thies)
|
1999-08-17 22:18:27 +08:00
|
|
|
- Fixed flushing of cached information to disk in DBA's DB2 module (Sascha)
|
1999-08-25 07:12:50 +08:00
|
|
|
- OCI8 is now ZTS-Safe (Thies)
|
1999-08-19 21:19:47 +08:00
|
|
|
- Fixed is_writeable/is_writable problem; they are both defined now (Andrey)
|
1999-08-17 20:32:23 +08:00
|
|
|
- Imported PHP 3.0 diskfreespace() function (Thies)
|
1999-08-14 05:03:27 +08:00
|
|
|
- Fixed thread-safety issues in the MySQL module (Zeev)
|
|
|
|
- Fixed thread-safe support for dynamic modules (Zeev)
|
1999-08-13 08:14:17 +08:00
|
|
|
- Fixed Sybase CT build process (Zeev)
|
|
|
|
|
1999-08-10 02:33:22 +08:00
|
|
|
August 9 1999, Version 4.0 Beta 2
|
1999-08-10 02:29:40 +08:00
|
|
|
- Fixed a problem when sending HTTP/1.x header lines using header() (Zeev)
|
|
|
|
- Win32 builds now include the ODBC module built-in (Zeev)
|
|
|
|
- Fixed SYSV-SHM interface (Thies).
|
|
|
|
- Updated hyperwave module, made it thread safe
|
|
|
|
- Updated pdflib module, version 0.6 of pdflib no longer supported
|
|
|
|
- Updated fdf module
|
1999-08-08 02:21:35 +08:00
|
|
|
- Built-in phpinfo() links are now turned off by default. They can be turned
|
|
|
|
on using the allow_builtin_links INI directive (Zeev)
|
1999-08-08 01:52:11 +08:00
|
|
|
- Changed phpinfo() to list modules that have no info function (Zeev)
|
1999-08-08 00:44:32 +08: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-08 00:32:50 +08:00
|
|
|
- Fixed ldap_search(), ldap_read() and ldap_list() (Zeev)
|
1999-08-08 00:02:48 +08:00
|
|
|
- Fixed Apache information in phpinfo() (sam@breakfree.com)
|
1999-08-06 23:25:11 +08:00
|
|
|
- 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 21:41:27 +08:00
|
|
|
- Fixed md5() in the Apache module (Thies)
|
1999-08-05 06:34:39 +08:00
|
|
|
- Introduced build process for dynamic modules (Stig)
|
1999-08-05 06:21:29 +08:00
|
|
|
- Improved ISAPI module to supprt large server variables (Zeev)
|
1999-08-06 21:41:27 +08:00
|
|
|
- Imported PHP 3.0 fixes for problem with PHP as a dynamic module and Redhat
|
1999-08-03 05:12:16 +08:00
|
|
|
libc2.1 in zlib module (Stefan)
|
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)
|
1999-08-06 21:41:27 +08:00
|
|
|
- Fixed various inheritance problems (Andi & Zeev, Zend library)
|
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.
|
1999-08-25 07:12:50 +08:00
|
|
|
- Fixed runtime inheritance of classes (parent methods/properties were
|
1999-08-06 21:41:27 +08:00
|
|
|
overriding their children) (Zeev, Zend library)
|
|
|
|
- Fixed backwards incompatibility with the "new" operator (Andi, Zend library)
|
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-08-06 21:41:27 +08:00
|
|
|
string (Zeev, Zend library)
|
1999-08-25 07:12:50 +08:00
|
|
|
- Fixed a problem in inheritance from classes that are defined in include()d
|
1999-08-06 21:41:27 +08:00
|
|
|
files (Zeev, Zend library)
|
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
|
1999-08-06 21:41:27 +08:00
|
|
|
(Andi & Zeev, Zend library)
|
1999-07-24 22:36:48 +08:00
|
|
|
- Fixed a crash problem in switch statements that had a string offset
|
1999-08-06 21:41:27 +08:00
|
|
|
as a conditional (Andi & Zeev, Zend library)
|
|
|
|
- Imported PHP 3.0 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-08-06 21:41:27 +08:00
|
|
|
- Ported strtotime() function from PHP 3.0 (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-08-06 21:41:27 +08: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 21:47:57 +08:00
|
|
|
- $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-08-06 21:41:27 +08:00
|
|
|
- Added missing E_ error level constants (Zeev, Zend library)
|
1999-07-23 07:54:54 +08:00
|
|
|
- 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 21:41:27 +08:00
|
|
|
- Gave PHP 4.0's SNMP extension all the functionality of PHP 3.0.12 (SteveL)
|
1999-07-23 07:54:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
July 19 1999, Version 4.0 Beta 1
|
1999-07-23 08:04:24 +08:00
|
|
|
- First public beta of PHP 4.0
|