diff options
author | <changelog@php.net> | 2000-02-15 02:09:11 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-02-15 02:09:11 +0000 |
commit | 69e950ecfcf2005cd8338f149e1ec78fbdeeada5 (patch) | |
tree | 2d0e344fda4debec67a8e5d48d9618e2d6e52ad3 | |
parent | 167f7729663f7a37f5b99f948761a61a0b9f15e5 (diff) | |
download | php-git-69e950ecfcf2005cd8338f149e1ec78fbdeeada5.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +2000-02-14 Stig Bakken <ssb@fast.no> + + * pear/DB/pgsql.php: Added PostgreSQL support for DB submitted by Rui Hirokawa + <louis@cityfujisawa.ne.jp> + + * main.c: Made auto_prepend_file and auto_append_file accept "none" as parameter + to disable, like in PHP 3.0. + + * pear/DB/common.php + pear/DB/mysql.php + pear/DB/storage.php + pear/DB.php: Added DB/storage to PEAR. + Introduced DB warnings + Revert to using Javadoc-style comments. + DB_common now returns references in the appropriate places + +2000-02-14 Andrei Zmievski <andrei@ispi.net> + + * NEWS + ext/standard/filestat.c: Fix for filesize() and others on sockets. + +2000-02-14 Hartmut Holzgraefe <hholzgra@media-engineering.de> + + * ext/imap/imap.c: + imap_delet(),imap_undelete() and imap_move() will now optionaly accept UDIs + +2000-02-14 David Hedbor <david@hedbor.org> + + * sapi/roxen/roxen.c: Use sapi_free_header. + 2000-02-13 Zeev Suraski <zeev@php.net> * sapi/isapi/php4isapi.c: Fix a few memory leaks |