summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* Avoid possible buffer overflow.Edin Kadribasic2002-11-221-2/+9
|
* MFB: Don't send default http status (200).Edin Kadribasic2002-11-221-7/+10
|
* Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.Edin Kadribasic2002-11-221-2/+17
|
* brief v1 documentationGeorge Schlossnagle2002-11-191-0/+206
|
* Props to Lukas as wellGeorge Schlossnagle2002-11-191-1/+1
|
* Add George to the credits and add note about it being different than the ↵foobar2002-11-191-3/+2
| | | | real Apache SAPI
* Fix the configure..foobar2002-11-191-3/+5
|
* now this works (thanks Rasmus)George Schlossnagle2002-11-191-3/+5
| | | | | Note: the correct line is --with-apache-hooks
* fixed recurrent entrance to add_cgi_varsGeorge Schlossnagle2002-11-182-20/+19
|
* Initial attempt to get apache_hooks api to compile on windows.Edin Kadribasic2002-11-183-16/+18
| | | | | | Still getting link errors with undefined symbol: 'php_request_startup_for_hook'.
* Updated windows build file.Edin Kadribasic2002-11-181-17/+17
|
* Fix a few warnings - compiles nicely nowRasmus Lerdorf2002-11-181-4/+4
|
* #defined offsetof, for systems that can't find itGeorge Schlossnagle2002-11-181-0/+3
|
* initial import of all these files. This was previously the apache_hooksGeorge Schlossnagle2002-11-1813-0/+4122
| | | | | | | | branch of the apache sapi. Now it lives on its own. General functionality seems to be working, though there may be a problem with some output buffering, most likely due to the way that sapi_deactivate needs to be mangled with here.
* Oops.Andrei Zmievski2002-11-151-2/+2
|
* Fix function prototype.Andrei Zmievski2002-11-151-5/+2
|
* Sort the modules and extensions before printing them when -m switch is used.Andrei Zmievski2002-11-142-10/+89
|
* - Remove PHP_DISABLE_CLISascha Schumann2002-11-141-2/+0
| | | | | | - Streamline ircg build: thttpd-dependent part moved into separate source file, so that it can be added to the SAPI-only object list.
* - be more verboseJan Lehnardt2002-11-131-1/+1
|
* Implemented -n switch to skip parsing ini at startup as suggested by Wez.Marcus Boerger2002-11-122-3/+28
| | | | | | #The switch 'n' was planned to be used for beautifying....delete n to make #clear these functions do not have a switch yet.
* reverting accidential commitHartmut Holzgraefe2002-11-121-7/+3
|
* *** empty log message ***Hartmut Holzgraefe2002-11-121-3/+7
|
* PHP flags specified in .htaccess can now be turned on by using '1' as well asIlia Alshanetsky2002-11-102-2/+2
| | | | | 'On'.
* Defend against pipelined requests on persistent connections as used bySascha Schumann2002-11-101-28/+38
| | | | | | | | | | | | | | | | | IRCG. These could cause thttpd to start a second request in the same connection context, and thereby causing real damage. Mozilla 1.0.1 is buggy in that context: When HTTP/1.1 pipelining is enabled (defaults to off), it will send any number of requests over a persistent connection (which is fine), even after it has received a "Connection: close" header field in a subsequent response header. This blatantly violates RFC 2616, section 8.1.2. Because it cannot receive any response on the dead connection, the download manager pops up and tries to download a file (which never arrives). Also, we don't try to send a 400 message anymore, if the connection dies.
* s/PHP_API/PHP_API_VERSION/Sascha Schumann2002-11-081-1/+1
|
* let this source file compile with php 4.2.xSascha Schumann2002-11-071-0/+5
|
* Add two missing entriesSascha Schumann2002-11-071-0/+2
|
* - use TCP_DEFER_ACCEPTSascha Schumann2002-11-061-50/+99
| | | | | | | - don't timeout connections which are managed by IRCG - don't generate invalid HTTP replies, if the client did not send a request line yet
* Fixed bug #20035. ZE now allows us to pass the current line position byIlia Alshanetsky2002-11-053-3/+3
| | | | | setting zend_lineno to (current_line * -1).
* call php_module_startup after zts has been initialised. This way we couldMarcus Boerger2002-11-051-6/+12
| | | | | | | have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary. #tested with ZTS and non ZTS build and many manual fail points. #now it even compiles without any warning, at least for me
* Moving php/embed windows build files to sapi/embed folder.Edin Kadribasic2002-11-051-0/+100
|
* Made php -v output look nicer on standard 80 column display.Edin Kadribasic2002-11-051-1/+1
|
* Fix debugging descriptionSascha Schumann2002-11-041-2/+1
|
* Fixed bug #20217. When php_flag & php_value are used, the PHP_INI_PERDIRIlia Alshanetsky2002-11-021-2/+2
| | | | | | flag should be used when setting the ini value. Otherwise, the user cannot modify per-directory ini settings specified via .htaccess.
* adding id tagsJames Cox2002-11-024-0/+8
|
* syntax highlighting has been addedSascha Schumann2002-11-021-1/+0
|
* add missing }}} closureSascha Schumann2002-11-021-0/+1
|
* fix obvious copy&paste errorSascha Schumann2002-11-021-1/+1
|
* Simplify handler dispatching mechanismSascha Schumann2002-11-011-45/+46
|
* Add missing return statement.Sascha Schumann2002-11-011-23/+23
|
* updateSascha Schumann2002-11-011-0/+1
|
* improve host header checking, only affects systems which have virtualSascha Schumann2002-11-011-21/+33
| | | | | hosting enabled
* Added built date and time to -v output.foobar2002-10-311-1/+1
|
* first step towards asynchronous content body processingSascha Schumann2002-10-302-69/+159
|
* s/-//Sascha Schumann2002-10-261-1/+1
|
* add phppat/phpspat configuration file support andSascha Schumann2002-10-261-74/+156
| | | | | fix some indention
* update and extendSascha Schumann2002-10-261-9/+27
|
* Added a sanity check (hopefuly will fix bug #20109). According toIlia Alshanetsky2002-10-261-1/+3
| | | | | | http://developer.netscape.com/docs/manuals/enterprise/40/nsapi/05_nsapi.htm#551539 util_hostname() can return a NULL value.
* Fix build and .phps supportSascha Schumann2002-10-261-16/+16
|
* experimental .phps supportSascha Schumann2002-10-263-43/+60
|