summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* - Checking for ".." isn't enough. include_once() could mess up even if bothAndi Gutmans2000-08-201-25/+22
* - Sascha's patch should make PHP in VIRTUAL_DIR mode also change to theAndi Gutmans2000-08-203-15/+0
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-0/+20
* Use size_t as parameter type in the getenv member of struct sapi_moduleSascha Schumann2000-08-202-3/+3
* const'ify virtual-cwd APISascha Schumann2000-08-202-10/+10
* Provide PHP_SEPARATOR which expands to the default directory separatorSascha Schumann2000-08-202-5/+5
* Fix prototype of virtual_real_chdir_file.Sascha Schumann2000-08-201-1/+1
* Add virtual_real_chdir_file. Silly name for a useful function.Sascha Schumann2000-08-203-1/+22
* Remove php_realpath from build.Sascha Schumann2000-08-204-312/+3
* Avoid an endless loop situation in case of an error situation while sending h...Zeev Suraski2000-08-191-2/+6
* - Centralize more fopen-wrappers functionality.Andi Gutmans2000-08-181-19/+8
* - The beginning of an attempt to cleanup fopen-wrappers.Andi Gutmans2000-08-162-46/+25
* Fix varargs handling. The assignments are not necessary at all andSascha Schumann2000-08-151-7/+5
* Sync with ZendZeev Suraski2000-08-151-1/+1
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+2
* - Move compat macros to php3_compat.hAndi Gutmans2000-08-102-5/+5
* Update to be consistent with the new Zend APIZeev Suraski2000-08-091-7/+7
* Standartize full path handling - everything now goes via expand_filepathStanislav Malyshev2000-08-082-10/+22
* fix return code for virtual_file_exStanislav Malyshev2000-08-081-1/+1
* Reverse this patch - it really shouldn't be in the error handler, but in the ...Zeev Suraski2000-08-061-46/+1
* Including utime.h once is enough.Sascha Schumann2000-08-061-2/+0
* Add utime includeStanislav Malyshev2000-08-061-0/+8
* Include <utime.h> in php_virtual_cwd.h.Sascha Schumann2000-08-061-0/+4
* Replace min() - not everyone has itStanislav Malyshev2000-08-061-10/+1
* fix stupid bugStanislav Malyshev2000-08-061-2/+2
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-064-3/+102
* Support content-encoding headers in file upload mime partsRasmus Lerdorf2000-08-061-6/+16
* decouple this check just in case we hit a weird system that has oneRasmus Lerdorf2000-08-061-0/+2
* changed default sendmail flags from '-t' to '-t -i' (bugid#5374)Hartmut Holzgraefe2000-08-041-1/+1
* If we can't find a protocol in URL wrapper, try it as a filename (fix #5931)Stanislav Malyshev2000-08-031-0/+1
* Leave this initialization inRasmus Lerdorf2000-08-021-1/+1
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-0/+8
* "undefined function" error message will now suggest similar namedHartmut Holzgraefe2000-08-011-1/+46
* - Get rid of whitespace.Zeev Suraski2000-08-011-3/+4
* Fix file upload types array handling (#5836)Stanislav Malyshev2000-07-301-18/+21
* This url symbol was a bit too generic. Change it to php_url instead.Rasmus Lerdorf2000-07-291-2/+2
* Made ob_start() and friends reentrant. It's now possible to implement thisZeev Suraski2000-07-293-51/+86
* - Update .dsp'sZeev Suraski2000-07-294-7/+15
* added '-l' option to command line / CGI version for 'syntax check only'Hartmut Holzgraefe2000-07-281-0/+22
* Fix realpath not to die on non-existing files (bug #5790)Stanislav Malyshev2000-07-271-9/+12
* Make browscap parameter names lowercaseStanislav Malyshev2000-07-251-3/+8
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-245-13/+21
* 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