summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - Move to virtual cwd in TSRMAndi Gutmans2000-09-032-2/+2
* Make gcc happyZeev Suraski2000-09-031-1/+4
* Fix init bugZeev Suraski2000-09-031-1/+1
* Added network.cStig Venaas2000-09-031-1/+1
* To be included by code using functions in network.cStig Venaas2000-09-031-0/+27
* Network related functions, only for internal use by other PHP code. TriesStig Venaas2000-09-031-0/+105
* - Remove another TSRM->Zend dependencyAndi Gutmans2000-09-022-8/+17
* @- Added support for an optional output handler function for outputZeev Suraski2000-09-023-23/+78
* - Get rid of unused code and stop including PHP's win95nt.hAndi Gutmans2000-09-021-65/+2
* - Fix dir.cZeev Suraski2000-09-011-60/+50
* Hopefully last round of fixing varargs use.Sascha Schumann2000-09-011-3/+8
* - Use emalloc() for opened_path now. This was a potential leak before.Andi Gutmans2000-08-312-2/+4
* - Remove redundant IS_SLASHAndi Gutmans2000-08-312-10/+5
* Make main.c compile againStanislav Malyshev2000-08-311-8/+8
* Safer shutdown process. Continue to shut down even if we bail out in the mid...Zeev Suraski2000-08-311-10/+25
* should be easier when compiling the modulesDaniel Beulshausen2000-08-301-4/+4
* - Missed a spaceAndi Gutmans2000-08-301-1/+1
* - Fix bug when using safe_mode and doc_root togetherAndi Gutmans2000-08-301-7/+3
* This is no longer relevant...Zeev Suraski2000-08-301-10/+0
* - Truly fix varargs handling - the current situation was a sure-fire crash in...Zeev Suraski2000-08-301-2/+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