summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - 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
* add opendir to VIRTUAL_DIRStanislav Malyshev2000-06-043-0/+25
* chdir returns -1 on error, so should V_CHDIRStanislav Malyshev2000-06-041-2/+2
* @ Add support for both indexed and non-indexed arrays of file uploadsRasmus Lerdorf2000-06-041-11/+57
* - Make the INI entries sorted in phpinfo()Zeev Suraski2000-06-033-0/+50
* Use the new error codeZeev Suraski2000-06-022-58/+0
* s/sys_syslog/std_syslog/Sascha Schumann2000-06-011-3/+3
* @- ignore_user_abort=Off is now default. (Thies)Thies C. Arntzen2000-05-311-1/+1
* Fix startup sequence. It should do it this time.Zeev Suraski2000-05-292-12/+18
* - Added disable_functions php.ini supportZeev Suraski2000-05-292-1/+19
* warn_not_available() will be used by other modules besidesHartmut Holzgraefe2000-05-291-0/+2