|
| 1 | +1999-12-12 Sascha Schumann <sascha@schumann.cx> |
| 2 | + |
| 3 | + * ext/standard/basic_functions.h |
| 4 | + ext/standard/filestat.c: Make filestat.c thread-safe |
| 5 | + |
| 6 | + * ext/standard/basic_functions.h |
| 7 | + ext/standard/pageinfo.c |
| 8 | + ext/standard/basic_functions.c: |
| 9 | +1999-12-12 Stig Bakken <ssb@fast.no> |
| 10 | + |
| 11 | + * pear/DB/common.php |
| 12 | + pear/DB/mysql.php |
| 13 | + pear/DB.php: - Documented classes, methods and constants in the source |
| 14 | + - Defined DB_ERROR_NOSUCHTABLE and DB_ERROR_NOSUCHFIELD |
| 15 | + - Renamed DB_common::capableOf to DB_common::provides |
| 16 | + - Cleaned up the error code mapping |
| 17 | + - Added simpleQuery method in DB_mysql |
| 18 | + - Changed getXxx methods in DB_common to use simpleQuery |
| 19 | + - Fixed bug in DB_common::getAssoc |
| 20 | + |
| 21 | +1999-12-12 Sascha Schumann <sascha@schumann.cx> |
| 22 | + |
| 23 | + * ext/session/session.c: Remove trailing white-spaces |
| 24 | + |
| 25 | + * php.ini-dist: |
| 26 | + Reformat ini entries and add new options (cache_limiter, cache_expire). |
| 27 | + |
| 28 | + * ext/session/php_session.h |
| 29 | + ext/session/session.c: |
| 30 | + Add cache_limiter and cache_expire options. Rename extern_referer_check |
| 31 | + to referer_check. |
| 32 | + |
| 33 | + * ext/zlib/zlib.c: Kill a warning |
| 34 | + |
| 35 | + * ext/snmp/snmp.c: Initialize variables |
| 36 | + |
| 37 | + * ext/sysvshm/sysvshm.c: Initialize value properly |
| 38 | + |
| 39 | + * ext/gd/gd.c: Call SLS_FETCH() only, if it is needed |
| 40 | + |
| 41 | + * ext/filepro/filepro.c: Make it compile in ZTS mode |
| 42 | + |
| 43 | + * ext/ftp/php_ftp.c: Include header file for php_file_le_fopen() |
| 44 | + |
| 45 | + * ext/standard/array.c: Remove unnecessary ARRAYLS_FETCH() calls |
| 46 | + |
| 47 | + * ext/dbase/dbase.c: Make it compile in ZTS mode |
| 48 | + |
| 49 | + * main.c: |
| 50 | + Disable global lock for now. We will have to find a way to test subsystems |
| 51 | + for thread-safety, and lock them appropiately, if they aren't thread-safe. |
| 52 | + |
| 53 | +1999-12-12 Stig Bakken <ssb@fast.no> |
| 54 | + |
| 55 | + * pear/DB/common.php: |
| 56 | + Renamed (doOne doRow doAssoc) to (getOne getRow getAssoc). |
| 57 | + |
| 58 | + * INSTALL: "setup" is obsolete |
| 59 | + |
1 | 60 | 1999-12-11 Andrei Zmievski <andrei@ispi.net>
|
2 | 61 |
|
3 | 62 | * ext/standard/array.c
|
|
0 commit comments