Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | i'm sure this was left-over debugging code! | Thies C. Arntzen | 1999-09-14 | 1 | -4/+0 | |
| | ||||||
* | you can now position when doing lob-writes. | Thies C. Arntzen | 1999-09-14 | 2 | -17/+43 | |
| | ||||||
* | - X-* is probably more standard. | Andi Gutmans | 1999-09-13 | 2 | -2/+2 | |
| | ||||||
* | Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring | Stig Bakken | 1999-09-13 | 10 | -84/+93 | |
| | | | | | extensions. | |||||
* | added Metaphone support | Thies C. Arntzen | 1999-09-13 | 5 | -1/+506 | |
| | ||||||
* | got rid of the define-callback stuff there's a bug in oracle-oci8! | Thies C. Arntzen | 1999-09-13 | 3 | -118/+51 | |
| | ||||||
* | Per Stig's suggestion. | Andrey Hristov | 1999-09-13 | 1 | -1/+3 | |
| | ||||||
* | ported $lob->savefile($filename) method from PHP3 | Thies C. Arntzen | 1999-09-13 | 1 | -5/+103 | |
| | ||||||
* | Make sure HAVE_LIBDL gets defined. | Stig S. Bakken | 1999-09-13 | 2 | -0/+4 | |
| | | | | | Disable more C++ tests when not configured for thread safety. | |||||
* | cleanups | Thies C. Arntzen | 1999-09-13 | 1 | -89/+30 | |
| | ||||||
* | ported oci8 to use new class API | Thies C. Arntzen | 1999-09-13 | 3 | -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 Suraski | 1999-09-13 | 1 | -1/+7 | |
| | ||||||
* | Fix a buglet, and avoid crashing in phpinfo() (fixes an elusive legacy bug too) | Zeev Suraski | 1999-09-13 | 3 | -3/+18 | |
| | ||||||
* | - Rewrote the GET/POST/Cookie data reader to support multi-dimensional | Zeev Suraski | 1999-09-12 | 4 | -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 IIS | Zeev Suraski | 1999-09-12 | 1 | -1/+2 | |
| | ||||||
* | That's important enough to be cached | Zeev Suraski | 1999-09-12 | 4 | -6/+12 | |
| | ||||||
* | Make this class instanciatable | Zeev Suraski | 1999-09-12 | 1 | -1/+1 | |
| | ||||||
* | check for c++ only, if thread safety is enabled | Sascha Schumann | 1999-09-12 | 1 | -0/+2 | |
| | ||||||
* | use static buffer for URLs instead of allocating/freeing memory | Sascha Schumann | 1999-09-12 | 3 | -121/+118 | |
| | | | | | for each one | |||||
* | calculate length of cookie string correctly | Sascha Schumann | 1999-09-12 | 1 | -2/+3 | |
| | ||||||
* | add missing result msg | Sascha Schumann | 1999-09-12 | 1 | -0/+2 | |
| | ||||||
* | move session URL stuff to the last place before SAPI takes over | Sascha Schumann | 1999-09-12 | 1 | -14/+18 | |
| | ||||||
* | These shouldn't be here | Sascha Schumann | 1999-09-12 | 1 | -2/+0 | |
| | ||||||
* | - Oops | Andi Gutmans | 1999-09-12 | 1 | -2/+1 | |
| | ||||||
* | - Make it compile on Win32 | Andi Gutmans | 1999-09-12 | 1 | -1/+2 | |
| | ||||||
* | Time to do that - rename the output layer prefix | Zeev Suraski | 1999-09-12 | 6 | -64/+64 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-12 | 3 | -3/+10 | |
| | ||||||
* | expand version number | Sascha Schumann | 1999-09-12 | 1 | -1/+1 | |
| | ||||||
* | update | Sascha Schumann | 1999-09-12 | 1 | -0/+3 | |
| | ||||||
* | Reverting to previous state. | Andrey Hristov | 1999-09-12 | 1 | -6/+0 | |
| | ||||||
* | update macro | Sascha Schumann | 1999-09-12 | 1 | -1/+1 | |
| | ||||||
* | Use global symbol table instead.. | Andrey Hristov | 1999-09-12 | 1 | -2/+2 | |
| | ||||||
* | Use TRANS_SID macro for selective compilation.. | Andrey Hristov | 1999-09-12 | 1 | -2/+8 | |
| | ||||||
* | - Fixed mem leak when undefined variable was passed in for serialization | Andrey Hristov | 1999-09-12 | 2 | -29/+41 | |
| | | | | | - Made it properly serialize object properties | |||||
* | add rule for url_scanner.c | Sascha Schumann | 1999-09-12 | 1 | -0/+3 | |
| | ||||||
* | - add standard disclaimer | Sascha Schumann | 1999-09-11 | 3 | -134/+267 | |
| | | | | | - regenerate scanner with re2c -s | |||||
* | add transparent session id propagation | Sascha Schumann | 1999-09-11 | 9 | -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() function | Andrey Hristov | 1999-09-11 | 3 | -2/+31 | |
| | | | | | | - Fixed double session globals shutdown crash - Added warning when session_destroy() is called without session_start() | |||||
* | Use OnUpdateBool for Boolean entries. | Andrey Hristov | 1999-09-11 | 2 | -1/+2 | |
| | ||||||
* | avoid mmap overhead for small files | Sascha Schumann | 1999-09-11 | 1 | -10/+11 | |
| | ||||||
* | optimize fpassthru/readfile to use mmap instead of fread | Sascha Schumann | 1999-09-11 | 2 | -20/+58 | |
| | | | | | which especially increases speed on large files. | |||||
* | - support for external entropy sources | Sascha Schumann | 1999-09-11 | 4 | -6/+34 | |
| | | | | | | - extern_referer_chk => extern_referer_check - kill a warning in mod_files.c | |||||
* | Rename allow_builtin_links to expose_php | Zeev Suraski | 1999-09-11 | 3 | -10/+10 | |
| | ||||||
* | More cleanup | Zeev Suraski | 1999-09-11 | 1 | -11/+1 | |
| | ||||||
* | Except for this small bug fix - it works | Zeev Suraski | 1999-09-11 | 1 | -1/+1 | |
| | ||||||
* | - Seriously optimize and clean php_parse_gpc_data() | Zeev Suraski | 1999-09-11 | 5 | -84/+83 | |
| | | | | | | - Added gpc_globals directive to turn global definitions of GPC variables on/off (untested) | |||||
* | Cleanups & optimizations | Zeev Suraski | 1999-09-11 | 6 | -126/+22 | |
| | ||||||
* | Cleanups | Zeev Suraski | 1999-09-11 | 3 | -127/+5 | |
| | ||||||
* | Move Linux check => more general --version-script check | Sascha Schumann | 1999-09-10 | 1 | -4/+13 | |
| | ||||||
* | add info about php3/php4 apache modules | Sascha Schumann | 1999-09-10 | 1 | -0/+26 | |
| |