Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid possible buffer overflow. | Edin Kadribasic | 2002-11-22 | 1 | -2/+9 |
| | |||||
* | MFB: Don't send default http status (200). | Edin Kadribasic | 2002-11-22 | 1 | -7/+10 |
| | |||||
* | Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive. | Edin Kadribasic | 2002-11-22 | 1 | -2/+17 |
| | |||||
* | brief v1 documentation | George Schlossnagle | 2002-11-19 | 1 | -0/+206 |
| | |||||
* | Props to Lukas as well | George Schlossnagle | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | Add George to the credits and add note about it being different than the ↵ | foobar | 2002-11-19 | 1 | -3/+2 |
| | | | | real Apache SAPI | ||||
* | Fix the configure.. | foobar | 2002-11-19 | 1 | -3/+5 |
| | |||||
* | now this works (thanks Rasmus) | George Schlossnagle | 2002-11-19 | 1 | -3/+5 |
| | | | | | Note: the correct line is --with-apache-hooks | ||||
* | fixed recurrent entrance to add_cgi_vars | George Schlossnagle | 2002-11-18 | 2 | -20/+19 |
| | |||||
* | Initial attempt to get apache_hooks api to compile on windows. | Edin Kadribasic | 2002-11-18 | 3 | -16/+18 |
| | | | | | | Still getting link errors with undefined symbol: 'php_request_startup_for_hook'. | ||||
* | Updated windows build file. | Edin Kadribasic | 2002-11-18 | 1 | -17/+17 |
| | |||||
* | Fix a few warnings - compiles nicely now | Rasmus Lerdorf | 2002-11-18 | 1 | -4/+4 |
| | |||||
* | #defined offsetof, for systems that can't find it | George Schlossnagle | 2002-11-18 | 1 | -0/+3 |
| | |||||
* | initial import of all these files. This was previously the apache_hooks | George Schlossnagle | 2002-11-18 | 13 | -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 Zmievski | 2002-11-15 | 1 | -2/+2 |
| | |||||
* | Fix function prototype. | Andrei Zmievski | 2002-11-15 | 1 | -5/+2 |
| | |||||
* | Sort the modules and extensions before printing them when -m switch is used. | Andrei Zmievski | 2002-11-14 | 2 | -10/+89 |
| | |||||
* | - Remove PHP_DISABLE_CLI | Sascha Schumann | 2002-11-14 | 1 | -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 verbose | Jan Lehnardt | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | Implemented -n switch to skip parsing ini at startup as suggested by Wez. | Marcus Boerger | 2002-11-12 | 2 | -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 commit | Hartmut Holzgraefe | 2002-11-12 | 1 | -7/+3 |
| | |||||
* | *** empty log message *** | Hartmut Holzgraefe | 2002-11-12 | 1 | -3/+7 |
| | |||||
* | PHP flags specified in .htaccess can now be turned on by using '1' as well as | Ilia Alshanetsky | 2002-11-10 | 2 | -2/+2 |
| | | | | | 'On'. | ||||
* | Defend against pipelined requests on persistent connections as used by | Sascha Schumann | 2002-11-10 | 1 | -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 Schumann | 2002-11-08 | 1 | -1/+1 |
| | |||||
* | let this source file compile with php 4.2.x | Sascha Schumann | 2002-11-07 | 1 | -0/+5 |
| | |||||
* | Add two missing entries | Sascha Schumann | 2002-11-07 | 1 | -0/+2 |
| | |||||
* | - use TCP_DEFER_ACCEPT | Sascha Schumann | 2002-11-06 | 1 | -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 by | Ilia Alshanetsky | 2002-11-05 | 3 | -3/+3 |
| | | | | | setting zend_lineno to (current_line * -1). | ||||
* | call php_module_startup after zts has been initialised. This way we could | Marcus Boerger | 2002-11-05 | 1 | -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 Kadribasic | 2002-11-05 | 1 | -0/+100 |
| | |||||
* | Made php -v output look nicer on standard 80 column display. | Edin Kadribasic | 2002-11-05 | 1 | -1/+1 |
| | |||||
* | Fix debugging description | Sascha Schumann | 2002-11-04 | 1 | -2/+1 |
| | |||||
* | Fixed bug #20217. When php_flag & php_value are used, the PHP_INI_PERDIR | Ilia Alshanetsky | 2002-11-02 | 1 | -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 tags | James Cox | 2002-11-02 | 4 | -0/+8 |
| | |||||
* | syntax highlighting has been added | Sascha Schumann | 2002-11-02 | 1 | -1/+0 |
| | |||||
* | add missing }}} closure | Sascha Schumann | 2002-11-02 | 1 | -0/+1 |
| | |||||
* | fix obvious copy&paste error | Sascha Schumann | 2002-11-02 | 1 | -1/+1 |
| | |||||
* | Simplify handler dispatching mechanism | Sascha Schumann | 2002-11-01 | 1 | -45/+46 |
| | |||||
* | Add missing return statement. | Sascha Schumann | 2002-11-01 | 1 | -23/+23 |
| | |||||
* | update | Sascha Schumann | 2002-11-01 | 1 | -0/+1 |
| | |||||
* | improve host header checking, only affects systems which have virtual | Sascha Schumann | 2002-11-01 | 1 | -21/+33 |
| | | | | | hosting enabled | ||||
* | Added built date and time to -v output. | foobar | 2002-10-31 | 1 | -1/+1 |
| | |||||
* | first step towards asynchronous content body processing | Sascha Schumann | 2002-10-30 | 2 | -69/+159 |
| | |||||
* | s/-// | Sascha Schumann | 2002-10-26 | 1 | -1/+1 |
| | |||||
* | add phppat/phpspat configuration file support and | Sascha Schumann | 2002-10-26 | 1 | -74/+156 |
| | | | | | fix some indention | ||||
* | update and extend | Sascha Schumann | 2002-10-26 | 1 | -9/+27 |
| | |||||
* | Added a sanity check (hopefuly will fix bug #20109). According to | Ilia Alshanetsky | 2002-10-26 | 1 | -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 support | Sascha Schumann | 2002-10-26 | 1 | -16/+16 |
| | |||||
* | experimental .phps support | Sascha Schumann | 2002-10-26 | 3 | -43/+60 |
| |