summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* i'm sure this was left-over debugging code!Thies C. Arntzen1999-09-141-4/+0
|
* you can now position when doing lob-writes.Thies C. Arntzen1999-09-142-17/+43
|
* - X-* is probably more standard.Andi Gutmans1999-09-132-2/+2
|
* Added PHP_WITH_SHARED for checking "shared,*" prefix when configuringStig Bakken1999-09-1310-84/+93
| | | | | extensions.
* added Metaphone supportThies C. Arntzen1999-09-135-1/+506
|
* got rid of the define-callback stuff there's a bug in oracle-oci8!Thies C. Arntzen1999-09-133-118/+51
|
* Per Stig's suggestion.Andrey Hristov1999-09-131-1/+3
|
* ported $lob->savefile($filename) method from PHP3Thies C. Arntzen1999-09-131-5/+103
|
* Make sure HAVE_LIBDL gets defined.Stig S. Bakken1999-09-132-0/+4
| | | | | Disable more C++ tests when not configured for thread safety.
* cleanupsThies C. Arntzen1999-09-131-89/+30
|
* ported oci8 to use new class APIThies C. Arntzen1999-09-133-92/+65
| | | | | var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead
* Modified phpinfo() to show the contents of arrays in HTTP_*_VARS[]Zeev Suraski1999-09-131-1/+7
|
* Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too)Zeev Suraski1999-09-133-3/+18
|
* - Rewrote the GET/POST/Cookie data reader to support multi-dimensionalZeev Suraski1999-09-124-2/+148
| | | | | | | arrays! (Zeev) This still needs a lot of more testing, but it seems to work more or less.
* Add PHP-Version header in IISZeev Suraski1999-09-121-1/+2
|
* That's important enough to be cachedZeev Suraski1999-09-124-6/+12
|
* Make this class instanciatableZeev Suraski1999-09-121-1/+1
|
* check for c++ only, if thread safety is enabledSascha Schumann1999-09-121-0/+2
|
* use static buffer for URLs instead of allocating/freeing memorySascha Schumann1999-09-123-121/+118
| | | | | for each one
* calculate length of cookie string correctlySascha Schumann1999-09-121-2/+3
|
* add missing result msgSascha Schumann1999-09-121-0/+2
|
* move session URL stuff to the last place before SAPI takes overSascha Schumann1999-09-121-14/+18
|
* These shouldn't be hereSascha Schumann1999-09-121-2/+0
|
* - OopsAndi Gutmans1999-09-121-2/+1
|
* - Make it compile on Win32Andi Gutmans1999-09-121-1/+2
|
* Time to do that - rename the output layer prefixZeev Suraski1999-09-126-64/+64
|
* *** empty log message ***Zeev Suraski1999-09-123-3/+10
|
* expand version numberSascha Schumann1999-09-121-1/+1
|
* updateSascha Schumann1999-09-121-0/+3
|
* Reverting to previous state.Andrey Hristov1999-09-121-6/+0
|
* update macroSascha Schumann1999-09-121-1/+1
|
* Use global symbol table instead..Andrey Hristov1999-09-121-2/+2
|
* Use TRANS_SID macro for selective compilation..Andrey Hristov1999-09-121-2/+8
|
* - Fixed mem leak when undefined variable was passed in for serializationAndrey Hristov1999-09-122-29/+41
| | | | | - Made it properly serialize object properties
* add rule for url_scanner.cSascha Schumann1999-09-121-0/+3
|
* - add standard disclaimerSascha Schumann1999-09-113-134/+267
| | | | | - regenerate scanner with re2c -s
* add transparent session id propagationSascha Schumann1999-09-119-9/+605
| | | | | | | | | this uses a custom scanner which detects relative URIs and changes them appropiately. must be explicitly enabled with --enable-trans-sid (normal case is not affected, since session_adapt_uris defaults to void statement. Compiler should eliminate dead code in output.c then.)
* - Added session_unset() functionAndrey Hristov1999-09-113-2/+31
| | | | | | - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start()
* Use OnUpdateBool for Boolean entries.Andrey Hristov1999-09-112-1/+2
|
* avoid mmap overhead for small filesSascha Schumann1999-09-111-10/+11
|
* optimize fpassthru/readfile to use mmap instead of freadSascha Schumann1999-09-112-20/+58
| | | | | which especially increases speed on large files.
* - support for external entropy sourcesSascha Schumann1999-09-114-6/+34
| | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c
* Rename allow_builtin_links to expose_phpZeev Suraski1999-09-113-10/+10
|
* More cleanupZeev Suraski1999-09-111-11/+1
|
* Except for this small bug fix - it worksZeev Suraski1999-09-111-1/+1
|
* - Seriously optimize and clean php_parse_gpc_data()Zeev Suraski1999-09-115-84/+83
| | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested)
* Cleanups & optimizationsZeev Suraski1999-09-116-126/+22
|
* CleanupsZeev Suraski1999-09-113-127/+5
|
* Move Linux check => more general --version-script checkSascha Schumann1999-09-101-4/+13
|
* add info about php3/php4 apache modulesSascha Schumann1999-09-101-0/+26
|