summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* Fix thread-safe build.Sebastian Bergmann2002-02-021-2/+2
* Changed php.ini directive 'safe_mode_include_dir' to accept aJames E. Flemer2002-02-011-43/+67
* Undefine AF_UNIX under RISC OSAlex Waugh2001-12-231-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Z_TYPE(filehandle)?? ok.. whatever... ;)Sterling Hughes2001-11-261-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* - TSRMLS_FETCH workZeev Suraski2001-08-051-5/+5
* kill warning and make this build again.foobar2001-08-011-1/+1
* Fix some warningsZeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-34/+25
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-19/+9
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-13/+10
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* - Shouldn't be needed anymoreAndi Gutmans2001-07-211-2/+0
* - Fix __FILE__ in the main script in CGI/command line mode.Andi Gutmans2001-07-211-9/+16
* Fix the crash Joey foundZeev Suraski2001-07-161-11/+11
* GeneralizeZeev Suraski2001-07-161-15/+3
* Fix a crash with the new check-in-cwd code. It will now work onlyZeev Suraski2001-07-151-16/+20
* o Fixed Bug #12121: chdir and safe_modeJames E. Flemer2001-07-131-33/+90
* Remove unreferenced variableZeev Suraski2001-07-111-1/+0
* - Nuke fprintf()Andi Gutmans2001-07-101-2/+0
* - Commit patch which checks for an include file in the calling scripts'Andi Gutmans2001-07-101-1/+32
* WhitespaceZeev Suraski2001-07-101-9/+9
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-9/+42
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-1/+1
* oops..foobar2001-05-231-1/+1
* fixed bug: #10960foobar2001-05-231-1/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-5/+5
* @Added -C command-line option to avoid chdir to the script's directory (Stig)Stig Bakken2001-04-161-1/+3
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-0/+2
* - Make all places use MAXPATHLEN in the same way. It includes theAndi Gutmans2000-12-161-2/+2
* - This is the correct way of doing itAndi Gutmans2000-12-141-1/+1
* fix for #7756 and #6743 : fatal error on 'include("")' instead of warningHartmut Holzgraefe2000-11-111-8/+3
* - When mode is specified the flag is a don't careAndi Gutmans2000-11-021-5/+5
* - Missed one of the php_checkuid() placesAndi Gutmans2000-11-021-1/+1
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-4/+4
* removed some bogus codeHartmut Holzgraefe2000-10-311-9/+5
* - URL-opened files now store the HTTP response header in $http_response_headerZeev Suraski2000-10-281-6/+8
* Kill compiler warning.Frank M. Kromann2000-10-271-1/+1
* We don't need to store NUL of the key which simplifies the lookupSascha Schumann2000-10-221-12/+6
* Close bug #7325. Patches by djm@web.us.uu.net.Joey Smith2000-10-191-1/+1
* now it works for me as CGI and APXS, with or without --enable-debug ...Hartmut Holzgraefe2000-10-131-2/+1
* compile fixes & update of win32 dspDaniel Beulshausen2000-10-131-0/+4
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-467/+27
* - Fix memory leak.Andi Gutmans2000-10-121-1/+2
* - Fix V_CHDIR_FILE() to only chdir() when a directory part is specified.Andi Gutmans2000-10-031-8/+2
* - Remove unneeded IS_SLASH() definition.Andi Gutmans2000-10-011-9/+0