summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - Add a bitwise flag to phpinfo()Andi Gutmans1999-07-141-2/+2
* Don't touch refcount and EA directlyZeev Suraski1999-07-092-18/+9
* Step 2:Zeev Suraski1999-07-092-9/+9
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-5/+7
* *** empty log message ***Zeev Suraski1999-07-081-0/+1
* Avoid sending NULL argument to printfZeev Suraski1999-07-081-2/+2
* Support PCRE under Win32Zeev Suraski1999-07-062-1/+5
* Support x-httpd-php-sourceZeev Suraski1999-07-031-5/+15
* work around the Apache problem that it pollutes the namespaceSascha Schumann1999-07-031-0/+8
* * Get rid of another request_info element (filename)Zeev Suraski1999-06-262-10/+11
* Protect against NULL arguments in filenameZeev Suraski1999-06-261-4/+6
* add dmallocSascha Schumann1999-06-261-0/+4
* Fix compile-time definition of track_vars defaultZeev Suraski1999-06-221-1/+1
* cosmeticsStig Bakken1999-06-221-1/+1
* fix some potential buffer overflowsStig Bakken1999-06-221-33/+31
* *** empty log message ***Zeev Suraski1999-06-191-5/+3
* Implement new get_ini_entry() for ZendZeev Suraski1999-06-193-12/+39
* Use php.ini instead of php3.iniZeev Suraski1999-06-192-3/+3
* Win32/ZTS compiles againZeev Suraski1999-06-193-4/+12
* 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
* Win32 patches (does not compile still)Zeev Suraski1999-06-171-4/+6
* MIME headers may be 512 characters long.Stig Bakken1999-06-161-5/+5
* * fixed some #if/#ifdef issuesStig Bakken1999-06-164-98/+127
* * reverse fsock/string import patchesStig Bakken1999-06-152-114/+87
* Change four spaces back to tabs (Why the hell did you change the tabs to four...Zeev Suraski1999-06-151-28/+28
* * now using php4.ini instead of php3.iniStig Bakken1999-06-153-95/+130
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-123-12/+267
* Print out include_path in include/require failuresZeev Suraski1999-06-111-4/+10
* * Fix a buglet in the session moduleZeev Suraski1999-06-111-94/+0
* Move shutdown order into ZendZeev Suraski1999-06-051-8/+3
* * Add a new workspace for dynamic PHP extensions.Zeev Suraski1999-06-045-13/+10
* thread-safety fixZeev Suraski1999-05-311-2/+5
* *** empty log message ***Zeev Suraski1999-05-311-0/+3
* kill some warningsSascha Schumann1999-05-302-4/+4
* kill warningSascha Schumann1999-05-291-0/+1
* getopt.h conflicted with system include fileSascha Schumann1999-05-291-1/+1
* * Get Apache module to compile again with the regex stuff.Zeev Suraski1999-05-282-1/+13
* * Use new Zend macros for standardized definition of classes.Zeev Suraski1999-05-281-1/+1
* Some innocent cleanupsRasmus Lerdorf1999-05-281-4/+4
* Generate Visual Studio compatible error messages when compiling under Win32Zeev Suraski1999-05-271-1/+10
* Moved all SET_ and RETURN_ macros to ZendZeev Suraski1999-05-271-130/+0
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-254-13/+75
* Allow unregistering content types as well.Zeev Suraski1999-05-252-0/+7
* * Add generic POST content-type support. Only application/x-www-form-urlencodedZeev Suraski1999-05-252-6/+60
* include regex in Win32 buildZeev Suraski1999-05-241-1/+3
* More fixes. Should hopefully work well now.Zeev Suraski1999-05-222-16/+18
* php_ini fixesZeev Suraski1999-05-221-3/+4
* * Minor fixesZeev Suraski1999-05-221-6/+12