summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* A few .dsp fixesZeev Suraski2000-04-201-1/+1
* - Change a getcwd()Andi Gutmans2000-04-201-1/+1
* - Add missing V_STAT()Andi Gutmans2000-04-201-1/+1
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-10/+10
* - Turn off VIRTUAL_DIR by defaultAndi Gutmans2000-04-111-1/+1
* Fix another missing opened_path assignmentZeev Suraski2000-04-101-3/+11
* - Don't need to extern functionsAndi Gutmans2000-04-091-0/+24
* Add a missing expand_filepath()Zeev Suraski2000-04-071-3/+13
* - This shouldn't do any harm and might fix a problem with Win32Andi Gutmans2000-03-311-1/+1
* - Baby steps... Use PHP_FOPEN()Andi Gutmans2000-03-301-8/+8
* - Use PHP_CHDIR()Andi Gutmans2000-03-301-1/+1
* - Fix another bug in session.cAndi Gutmans2000-03-301-1/+1
* - WIN32 -> PHP_WIN32Andi Gutmans2000-03-151-1/+1
* - Use strlcpy() insted of strcpy()Andi Gutmans2000-03-101-3/+3
* - Fix bug 3640Andi Gutmans2000-02-271-0/+8
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-9/+9
* - Baby steps with PHP_WIN32 :)Andi Gutmans2000-02-111-4/+4
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-2/+0
* - Introduce PHP_WIN32Andi Gutmans2000-02-101-5/+5
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* php3 -> php prefix workAndrei Zmievski1999-12-211-3/+1
* More php3_ annihilationZeev Suraski1999-12-171-14/+14
* More php3_ annihilationZeev Suraski1999-12-171-24/+24
* opened_path could end up uninitialized - fixedZeev Suraski1999-12-061-1/+6
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-301-8/+7
* @- RFC-854 fix for internal FTP-Code. Commands have to end in "\r\n" (Thies)Thies C. Arntzen1999-11-111-6/+6
* _php3/_php3i -> php renameAndrei Zmievski1999-10-161-1/+1
* - First go at using strlcat().Andi Gutmans1999-09-141-12/+7
* Make fopen() work with URL's in Win32Andi Gutmans1999-08-251-4/+4
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-7/+7
* allow access to std{in,out,err} by using the php domainSascha Schumann1999-07-181-0/+10
* License updateZeev Suraski1999-07-161-20/+9
* * Get rid of another request_info element (filename)Zeev Suraski1999-06-261-9/+10
* cosmeticsStig Bakken1999-06-221-1/+1
* fix some potential buffer overflowsStig Bakken1999-06-221-33/+31
* Win32/ZTS compiles againZeev Suraski1999-06-191-3/+5
* update php3 sync infoStig Bakken1999-06-181-2/+2
* optimize php3_fopen_url_wrapper() a bit (fewer recv() and send() calls)Stig Bakken1999-06-181-74/+65
* make CGI version work againStig Bakken1999-06-181-9/+9
* MIME headers may be 512 characters long.Stig Bakken1999-06-161-5/+5
* * fixed some #if/#ifdef issuesStig Bakken1999-06-161-81/+98
* * reverse fsock/string import patchesStig Bakken1999-06-151-107/+81
* * now using php4.ini instead of php3.iniStig Bakken1999-06-151-80/+107
* Move path_info to the SAPI structureZeev Suraski1999-05-021-1/+3
* * Plenty of thread safety and Win32 work.Zeev Suraski1999-04-261-1/+1
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-12/+12
* Remove tls.[ch]Zeev Suraski1999-04-231-4/+0