summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_2'.php-4.0.2SVN Migration2000-08-291-283/+0
* Go 4.0.2Zeev Suraski2000-08-291-1/+1
* @Added PHP API for Zend's ticksStig Bakken2000-08-293-17/+13
* sizeof(old_cwd) evaluated to sizeof(char *) after last commit, so old_cwdSascha Schumann2000-08-271-3/+3
* - Use do_alloca()/free_alloca() for old_cwd. This will ensure speed inAndi Gutmans2000-08-271-2/+5
* - Reverting Sascha's patch although I don't like doing these kind of thingsAndi Gutmans2000-08-271-9/+1
* Initializing new_path once is enoughSascha Schumann2000-08-271-1/+1
* If a SAPI module does not pass an absolute path as primary_file toSascha Schumann2000-08-271-1/+10
* Export IS_ABSOLUTE_PATH to the outside world.Sascha Schumann2000-08-272-11/+16
* Real fix for this rule.Sascha Schumann2000-08-271-1/+1
* - This should be more efficient.Andi Gutmans2000-08-271-2/+2
* Fix internal_functions.c rule. This should also work better with BSD make'sSascha Schumann2000-08-271-2/+2
* - Remove some unused stuff.Andi Gutmans2000-08-271-15/+0
* - Test commit msg. This is Andi and it seems to come from Zeev.Andi Gutmans2000-08-271-2/+4
* - Forgot to fix non-ZTS CHDIR_FILE macroZeev Suraski2000-08-271-1/+1
* - Try and fix problem with opening wrong file.Andi Gutmans2000-08-275-16/+295
* Fix strlcpy use at this place.Sascha Schumann2000-08-271-2/+2
* Refine PHP_STRLCPY commentSascha Schumann2000-08-271-3/+3
* newtype has a length of newlen+1, 'len' refers to the length of *mimetypeSascha Schumann2000-08-271-2/+2
* Add PHP_STRLCPY macro. This macro should be used in new code instead ofSascha Schumann2000-08-271-0/+21
* @Added ob_get_length function (Stig)Stig Bakken2000-08-252-0/+26
* - Fix IMAP build problemZeev Suraski2000-08-241-1/+1
* The macro CONVERT_TO_WIN_FS is not used anywhere.Sascha Schumann2000-08-211-9/+0
* Cleaning up some messSascha Schumann2000-08-217-15/+13
* - Remove old/deprecated version of expand_filepathAndi Gutmans2000-08-211-45/+0
* - Change PHP_SEPARATOR to PHP_DIR_SEPARATORAndi Gutmans2000-08-203-6/+6
* - 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