summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-243-21/+13
* Make browscap not to lowercase its argumentsStanislav Malyshev2000-07-231-1/+1
* BROKEN_SPRINTF should be PHP_BROKEN_SPRINTFJoey Smith2000-07-232-2/+2
* Fix Win32 buildZeev Suraski2000-07-211-0/+3
* @Set default include_path so PEAR files can be reached (Stig)Stig Bakken2000-07-181-1/+1
* Fix disable_functions featureZeev Suraski2000-07-131-6/+6
* (php_error) only set php_errormsg if we (still) have an active_symbol_table.Thies C. Arntzen2000-07-121-1/+1
* Disable the hash_apply() protection on hashes that persist across requests - ...Zeev Suraski2000-07-112-2/+2
* Unify use of my email addressSascha Schumann2000-07-102-2/+2
* Restore INI entries after the request shutdown of modules.Sascha Schumann2000-07-091-2/+3
* - fixed handling of fdf data (application/vnd.fdf)Uwe Steinmann2000-07-054-2/+57
* Added "html_errors" directive to optionally disable HTML formatting of errorStig Bakken2000-07-042-2/+10
* Rename macros which begin with underscore to valid macros.Sascha Schumann2000-07-033-7/+7
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* Change header protection macros to conform to standard.Sascha Schumann2000-07-0213-34/+34
* react only on CORE_ERRORStanislav Malyshev2000-07-021-4/+6
* Be strict on errors in modules startupStanislav Malyshev2000-07-021-0/+3
* This is documented to not be case sensitive and it is not case sensitiveRasmus Lerdorf2000-07-011-1/+1
* - Revert bogus time.h commitZeev Suraski2000-06-302-2/+2
* hmm, this file is not really auto-generated.Thies C. Arntzen2000-06-301-1/+1
* Set version number on DLLsZeev Suraski2000-06-302-2/+2
* - Fix problem with DICARD_PATH being defined in windowsAndi Gutmans2000-06-291-1/+1
* - Fix problem with VIRTUAL_DIR and relative paths containing ..Andi Gutmans2000-06-281-3/+24
* - Fix bug with VIRTUAL_DIR, .., and symlinks.Andi Gutmans2000-06-271-0/+12
* Support boolean NOT in the php.ini processorZeev Suraski2000-06-262-3/+7
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-0/+1
* TRACK_VARS is really no longer necessary...Zeev Suraski2000-06-262-5/+0
* - Fix bug in virtual dir under Windows when using absolute paths withoutZeev Suraski2000-06-261-1/+1
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-254-19/+19
* - Forgot to remove commentAndi Gutmans2000-06-241-1/+1
* - Only use VIRTUAL_DIR in ZTS mode until it is thoroughly tested.Andi Gutmans2000-06-243-9/+71
* - Make the output globals accessible from the outside worldZeev Suraski2000-06-242-20/+28
* - COMPILE_ERROR should only be used in ZendAndi Gutmans2000-06-231-2/+2
* Remove some unnecessary CLS_FETCH()s.Sascha Schumann2000-06-231-1/+0
* Update to 4.0.1Zeev Suraski2000-06-221-1/+1
* HAVE_MEMORY_H is not used by PHP.Sascha Schumann2000-06-211-4/+1
* - Make Windows compileAndi Gutmans2000-06-161-1/+1
* Improve timeout support - ini_get("max_execution_time", ...) works nowZeev Suraski2000-06-162-5/+18
* Move timeout code to Zend, allow Win32 timeoutsZeev Suraski2000-06-161-55/+4
* - Don't need to check doc_root's length twiceAndi Gutmans2000-06-161-1/+0
* - Last one for tonight. Make sure that we don't check uninitializedAndi Gutmans2000-06-161-16/+21
* - Last patch for tonight. A more optimized way to check for absolute pathAndi Gutmans2000-06-161-1/+2
* - Missed a bracketAndi Gutmans2000-06-161-1/+1
* - Beautify fopen-wrappers a bit.Andi Gutmans2000-06-161-48/+48
* - virtual_fopen() should fail on empty pathAndi Gutmans2000-06-151-0/+4
* Plus a leak when both register_globals and track_vars are off.Andrei Zmievski2000-06-131-0/+3
* Avoid using E_CORE_* errorlevels in any place which is not in the global star...Zeev Suraski2000-06-122-17/+15
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-122-1/+10
* - Start of popen() fix for UNIX. Still unclear what we'll do on Windows.Andi Gutmans2000-06-123-0/+37
* Killed <?php_track_vars?>Zeev Suraski2000-06-121-6/+0