summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RETURN_REF'.experimental/RETURN_REFSVN Migration1999-12-12812-218901/+0
|
* - Documented classes, methods and constants in the sourceStig Bakken1999-12-121-22/+97
| | | | | | | | | | - Defined DB_ERROR_NOSUCHTABLE and DB_ERROR_NOSUCHFIELD - Renamed DB_common::capableOf to DB_common::provides - Cleaned up the error code mapping - Added simpleQuery method in DB_mysql - Changed getXxx methods in DB_common to use simpleQuery - Fixed bug in DB_common::getAssoc
* Remove trailing white-spacesSascha Schumann1999-12-121-7/+7
|
* Reformat ini entries and add new options (cache_limiter, cache_expire).Sascha Schumann1999-12-121-13/+20
|
* Add cache_limiter and cache_expire options. Rename extern_referer_checkSascha Schumann1999-12-122-2/+118
| | | | | to referer_check.
* Kill a warningSascha Schumann1999-12-121-1/+1
|
* Initialize variablesSascha Schumann1999-12-121-2/+2
|
* Initialize value properlySascha Schumann1999-12-121-1/+1
|
* Call SLS_FETCH() only, if it is neededSascha Schumann1999-12-121-4/+5
|
* Make it compile in ZTS modeSascha Schumann1999-12-122-0/+5
|
* Include header file for php_file_le_fopen()Sascha Schumann1999-12-121-0/+2
|
* Remove unnecessary ARRAYLS_FETCH() callsSascha Schumann1999-12-121-3/+1
|
* Disable global lock for now. We will have to find a way to test subsystemsSascha Schumann1999-12-121-0/+2
| | | | | for thread-safety, and lock them appropiately, if they aren't thread-safe.
* "setup" is obsoleteStig Bakken1999-12-121-4/+0
|
* ChangeLog update1999-12-121-0/+32
|
* NEWS update1999-12-121-0/+2
|
* Added array globals in preparation for multisort() changes.Andrei Zmievski1999-12-112-2/+46
|
* (PHP php_implode) Made binary-safe.Andrei Zmievski1999-12-112-14/+13
| | | | | @ Made implode() binary-safe (Andrei)
* get_meta_tags() was using php_stristr() so it needed to be changed.Andrei Zmievski1999-12-112-6/+14
| | | | | Optimized it to use php_memnstr() directly.
* Made strstr(), stristr(), and ucwords() binary-safe(). Also correctedAndrei Zmievski1999-12-112-35/+42
| | | | | | stristr() behavior to match that of strstr() if needle is not a string. @ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
* Moving APXS-specific checks into respective config.m4. The placement ofSascha Schumann1999-12-112-9/+10
| | | | | `%APXS -q..` caused error messages, if APXS was not used.
* Don't include functions not supported by SolidAndreas Karajannis1999-12-112-13/+23
|
* ChangeLog update1999-12-111-0/+27
|
* Fixed #2952.Andrei Zmievski1999-12-101-3/+3
|
* Added makerpm by Samuel Liddicott <sam@campbellsci.co.uk>Stig Bakken1999-12-101-0/+173
|
* Output information about HTTP headersSascha Schumann1999-12-101-0/+21
|
* Export sapi_free_header()Sascha Schumann1999-12-102-1/+2
|
* remove uninteresting NEWS entriesStig Bakken1999-12-101-2/+0
|
* A few more fixes for php_strtolower().Andrei Zmievski1999-12-101-1/+2
|
* ChangeLog update1999-12-101-0/+45
|
* NEWS update1999-12-101-0/+2
|
* (PHP strtoupper, strtolower, substr_replace) Made binary-safe.Andrei Zmievski1999-12-095-17/+18
| | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
* (php_set_session_var): logic fix:Sascha Schumann1999-12-091-2/+2
| | | | | | gpc_globals set? Add it to the global symbol table track_vars set? Add it to the HTTP_STATE_VARS array
* @- Fix a crash in the Apache syntax highlighting mode (Zeev)Zeev Suraski1999-12-091-1/+0
|
* just went thru string.c and wrote down the functions that are obviously NOT ↵Thies C. Arntzen1999-12-091-1/+16
| | | | binary-safe
* (unserialize) closed mem-leakThies C. Arntzen1999-12-091-2/+4
|
* small cleanups in MINIT codeThies C. Arntzen1999-12-094-58/+20
| | | | | OCIInitialize is now called at the "right" spot again
* Report all ODBC error's not just the top of the stackNick Gorham1999-12-092-9/+13
|
* - improved configuration due to compile problems which suddently show upUwe Steinmann1999-12-093-11/+19
|
* ChangeLog update1999-12-091-0/+37
|
* NEWS update1999-12-091-0/+1
|
* - Use Set-Cookie for consistency with SetCookie() (and possibly for ↵Zeev Suraski1999-12-082-2/+1
| | | | | | | | adherence with with some clients?) - Remove unnecessary directive from configuration-parser.y
* Use global ctor in non-ZTS mode as wellSascha Schumann1999-12-081-6/+10
|
* (unserialize) now cleans up better on failure!Thies C. Arntzen1999-12-081-3/+1
|
* make non-ZTS happy againThies C. Arntzen1999-12-081-1/+3
|
* @- OCI8 now returns NULL values in LONG columns correct. (Thies)Thies C. Arntzen1999-12-081-3/+3
|
* Added some more error defines (CANNOT_CREATE/DELETE/DROP).Stig Bakken1999-12-081-0/+48
| | | | | | | | Folded up the methods in DB.php. Started adding documentation for DB_result methods. Added doOne() doRow() and doAssoc() methods in DB_common. Added numCols() to DB_mysql.
* ZTS compile fixesThies C. Arntzen1999-12-083-2/+5
|
* this is the "right" ZTS-fixThies C. Arntzen1999-12-081-6/+3
|
* ChangeLog update1999-12-081-0/+124
|