summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - 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
* (php_readdir_r) Revert that bad patch.Andrei Zmievski2000-06-121-1/+1
* (php_readdir_r) Last argument to readdir_r was missing.Andrei Zmievski2000-06-121-1/+1
* Change directory name from core to main.Sascha Schumann2000-06-111-1/+1
* Prepare move of the top-level source files to the core directory.Sascha Schumann2000-06-111-0/+20
* (set_time_limit) converted to new API.Thies C. Arntzen2000-06-111-4/+6
* - Fix bug in virtual_file_ex when the resulting path is the root.Andi Gutmans2000-06-101-0/+7
* - Fix PostgreSQL project file a bit.Andi Gutmans2000-06-101-2/+2
* Real fix for std_syslog issue on OpenServer. This is limited to the nativeSascha Schumann2000-06-091-9/+6
* @- Changed WDDX to always serialize arrays as structs. (Andrei)Andrei Zmievski2000-06-091-1/+1
* - Parse errors in the php.ini files under Windows will no longer mess up theZeev Suraski2000-06-092-8/+27
* @ fopen_wrappers() are now extensible via modulesHartmut Holzgraefe2000-06-083-394/+522
* Add PHP_BROKEN_SPRINTF check here.Sascha Schumann2000-06-081-6/+6
* cyscape's "current" browscap.ini file doesn't terminate the last lineHartmut Holzgraefe2000-06-071-0/+1
* @- Made the short_tags, asp_tags and allow_call_time_pass_reference INI direc...Zeev Suraski2000-06-062-14/+5
* - I didn't have anything to do with this buggy code. Just kidding :)Andi Gutmans2000-06-061-2/+1
* Move main.h to php_main.h.Sascha Schumann2000-06-054-3/+59
* - Revert Thies' locale patch. It was screwing up language level things.Andi Gutmans2000-06-051-1/+1
* Fix Win32 buildZeev Suraski2000-06-041-1/+0