summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* the pipe is breaking all the timeZeev Suraski2000-02-1914-28/+28
* *** empty log message ***Zeev Suraski2000-02-191-1/+2
* - Fix some issues with the ISAPI module, made it friendlier to non Win32 plat...Zeev Suraski2000-02-182-8/+33
* Fix warnings when compiling static Apache moduleSascha Schumann2000-02-183-3/+3
* No need for a value (not that it seems to work anyway...)Zeev Suraski2000-02-173-3/+3
* @- Updated the browscap module to work with PHP 4.0 (Zeev)Zeev Suraski2000-02-163-1/+7
* - Update .dsp'sZeev Suraski2000-02-161-18/+9
* - In IIS ISAPI when the user presses the STOP button while the script isAndi Gutmans2000-02-161-1/+4
* @- Improved ISAPI module - it should no longer be necessary to set PHP asZeev Suraski2000-02-152-8/+19
* Use sapi_free_header.David Hedbor2000-02-141-4/+4
* Fix a few memory leaksZeev Suraski2000-02-131-2/+0
* Report access violationsZeev Suraski2000-02-131-16/+25
* Make all of the ISAPI variables register themselves as Server variablesZeev Suraski2000-02-131-0/+22
* Never use Apache regex stuffSascha Schumann2000-02-122-16/+1
* on WIN32, PHP_WIN32 and ZEND_WIN32 need to be definedSam Ruby2000-02-111-8/+8
* Update .dsp'sZeev Suraski2000-02-111-3/+3
* Fine tune Andi's patchZeev Suraski2000-02-111-2/+2
* - Baby steps with PHP_WIN32 :)Andi Gutmans2000-02-111-1/+1
* Final build fixes - that's enough for now...Zeev Suraski2000-02-101-1/+1
* request_info.c is giving upZeev Suraski2000-02-101-7/+51
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-105-17/+29
* The last patch wasn't that good, fixZeev Suraski2000-02-101-2/+4
* Make the CVS compile againZeev Suraski2000-02-101-1/+1
* Yes, you guessed it... More cleanupZeev Suraski2000-02-108-2/+25
* More cleanup!Zeev Suraski2000-02-101-3/+3
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-108-2/+17
* More cleanup...Zeev Suraski2000-02-108-0/+15
* Should be 'deactivate' rather than the opposite.Andrei Zmievski2000-02-101-2/+2
* More abstractionZeev Suraski2000-02-1010-8/+58
* Always use getopt with CGI, never use it for anything elseZeev Suraski2000-02-105-25/+191
* Move the logging mechanism to SAPIZeev Suraski2000-02-108-0/+35
* New function notice.Andrei Zmievski2000-02-082-2/+1
* Fix bugletZeev Suraski2000-02-061-8/+11
* @- Protect the ISAPI module against exceptions. Stack overflows in scripts areZeev Suraski2000-02-061-10/+65
* Fixed SAPI modules to properly register their related modules.Andrei Zmievski2000-02-025-6/+6
* Initialize apache properly.Andrei Zmievski2000-02-021-1/+1
* Forgot to add the actual file.Andrei Zmievski2000-02-021-0/+450
* Moved ext/apache into sapi/apache.Andrei Zmievski2000-02-023-4/+15
* Servlets work again! OK, so it crashes on shutdown, apparently trying toSam Ruby2000-02-011-3/+15
* PHP can install and run as a servlet again on Unix.Sam Ruby2000-01-302-15/+7
* add installationSam Ruby2000-01-301-0/+3
* Progress: sapi/servlet now builds again on UnixSam Ruby2000-01-291-4/+4
* First steps towards restoring sapi/servlet on Unix.Sam Ruby2000-01-292-26/+26
* No comment - will explain next weekRasmus Lerdorf2000-01-291-2/+2
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-293-6/+6
* - A few fixesZeev Suraski2000-01-281-0/+1
* Apache module compile fixesZeev Suraski2000-01-281-5/+6
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-288-53/+131
* First step to restoring the ability to build Java support on Unix:Sam Ruby2000-01-191-1/+1
* Destructors no longer return ints, the low level problem it was intended to s...Zeev Suraski2000-01-171-3/+2