summaryrefslogtreecommitdiff
path: root/sapi/nsapi/nsapi.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-20/+18
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-15/+15
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* - Commit NSAPI patches.Andi Gutmans2001-03-021-113/+61
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-5/+5
| | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once.
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
| | | | | Enable thread-safety memory debugging in ISAPI when in debug mode
* Unify handling of aborted connectionsSascha Schumann2000-10-291-3/+2
|
* Restore the headers_only test to the centralized SAPI startup. If ↵Zeev Suraski2000-09-081-6/+0
| | | | | | | necessary, it can be overriden in the activate() callback.
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
| | | | | and various opened_path inconsistencies.
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-0/+7
| | | | | | | | | | | | | | | SAPI and down into the individual SAPI modules. I have made the appropriate changes in all the SAPI modules, but please verify these. The reason for this change is that Apache sometimes will feed PHP a request_method of GET but have r->header_only set to true. This happens in an ErrorDocument redirect. In this same scenario we want to preserve the status code as well instead of just overwriting it with a 200 and losing this information. For now the other sapi modules act exactly as before since they probably do not make this distinction, and they may not even have a valid response code this early in the request. @ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve @ the status code across the redirect as well. (Rasmus)
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-1/+2
| | | | | used for output.
* Apply the NSAPI patchZeev Suraski2000-06-241-0/+16
|
* Added more server variables to the HTTP_SERVER_VARS array, all theAnthony Whitehead2000-06-081-0/+21
| | | | | | variables listed in the structs in nsapi.c should work now. Untested on Windows platform.
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
|
* Added changes suggested by Stanislav Borutsky with respect to NSAPI_PUBLIC.Anthony Whitehead2000-05-311-10/+4
|
* Altered NSAPI autoconf to check for location of include files automatically, ↵Anthony Whitehead2000-05-301-47/+52
| | | | | | | | | tested for Netscape 3.x and iPlanet 4.x. Added very basic variable support for usefull things such as PHP_SELF. I'll extend this to supply this rest of the variables soon. Commited a patch to activate ZTS in the NSAPI module, this patch comes from Jayakumar Muthukumarasamy.
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* nsapi now compiles under win32, untestedShane Caraveo2000-05-061-8/+49
|
* Add initial NSAPI module from Jayakumar MuthukumarasamyRasmus Lerdorf2000-04-301-0/+522
@Add initial NSAPI module from Jayakumar Muthukumarasamy