| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
| |
- 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...
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
Enable thread-safety memory debugging in ISAPI when in debug mode
|
| |
|
|
|
|
|
|
|
| |
necessary, it can
be overriden in the activate() callback.
|
|
|
|
|
| |
and various opened_path inconsistencies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
used for output.
|
| |
|
|
|
|
|
|
| |
variables listed in the structs in nsapi.c should work now. Untested on
Windows platform.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
@Add initial NSAPI module from Jayakumar Muthukumarasamy
|