summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
...
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* php_error_docref aborts cgi. This broke using php as cgi underShane Caraveo2002-12-011-1/+1
* Made open_basedir error more descriptive.Ilia Alshanetsky2002-11-081-1/+2
* Added 4th argument to virtual_file_ex() that specifies whether or notIlia Alshanetsky2002-11-051-1/+1
* Fixed a problem where opendir with <path>/ and having <path>/ inBrian France2002-10-041-0/+7
* Uh, this is what I meant to do. Fix for #19292Rasmus Lerdorf2002-09-281-3/+3
* Probable fix for bug #19292Rasmus Lerdorf2002-09-281-2/+2
* Fixed bug #19395Ilia Alshanetsky2002-09-221-2/+12
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-1/+14
* use php_error_docref()Marcus Boerger2002-08-251-2/+2
* Fix a few warningsZeev Suraski2002-08-191-2/+2
* MTH - thought the code was slightly different in HEAD because of theRasmus Lerdorf2002-05-111-1/+1
* New PHP streams...Wez Furlong2002-03-151-137/+0
* 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