Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo fix by zoot@zotikos.com | Sascha Schumann | 2001-10-02 | 1 | -1/+1 |
| | |||||
* | Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the script | Sascha Schumann | 2001-09-30 | 1 | -0/+12 |
| | | | | | | | environment. Also support setting the INI path from the outside. | ||||
* | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 15 | -69/+69 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 15 | -69/+69 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | new apache_setenv() | Rasmus Lerdorf | 2001-09-22 | 1 | -0/+24 |
| | | | | | | @- add apache_setenv() function for injecting variables into Apache's @ subprocess_env table. | ||||
* | fix macro + nuke warning | Daniel Beulshausen | 2001-09-17 | 1 | -6/+1 |
| | |||||
* | WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdup | Sascha Schumann | 2001-09-16 | 1 | -9/+8 |
| | |||||
* | fixed memory_peak resetting | Thies C. Arntzen | 2001-09-16 | 1 | -0/+2 |
| | |||||
* | Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs. | Sascha Schumann | 2001-09-10 | 1 | -1/+1 |
| | | | | | Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile. | ||||
* | let apache2 filter build under win32 | Daniel Beulshausen | 2001-09-10 | 2 | -2/+144 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 8 | -16/+16 |
| | |||||
* | - Removed duplicate FETCH() | Derick Rethans | 2001-09-09 | 1 | -1/+0 |
| | |||||
* | fix zts build | Daniel Beulshausen | 2001-09-07 | 1 | -2/+2 |
| | |||||
* | Damn, went to head instead of the branch - revert | Rasmus Lerdorf | 2001-09-06 | 1 | -34/+0 |
| | |||||
* | Oops, forgot to add sapi_apache.c to the apache_hooks branch | Rasmus Lerdorf | 2001-09-06 | 1 | -0/+34 |
| | |||||
* | no need to cast a 'HashTable *' to 'HashTable *' | Sterling Hughes | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | WS | foobar | 2001-08-31 | 1 | -2/+2 |
| | |||||
* | API update | Zeev Suraski | 2001-08-31 | 1 | -1/+1 |
| | |||||
* | add php version component | Doug MacEachern | 2001-08-28 | 1 | -0/+9 |
| | |||||
* | not all MPMs support child_init, | Doug MacEachern | 2001-08-28 | 1 | -3/+4 |
| | | | | | | so move php_apache_server_startup to the post_config phase (happens at server startup) | ||||
* | Add some editor modes (in the rest of the source) | Sterling Hughes | 2001-08-22 | 3 | -0/+26 |
| | |||||
* | API update | Zeev Suraski | 2001-08-21 | 1 | -2/+2 |
| | |||||
* | automatically add php input/output filters when give the standard 1.x config: | Doug MacEachern | 2001-08-20 | 1 | -0/+34 |
| | | | | | | AddType application/x-httpd-php .php with that, no longer need "Set{In,Out}putFilter PHP" configuration for 2.0 | ||||
* | Windows compilation of fast cgi now working. See windows.txt for info. | Shane Caraveo | 2001-08-20 | 3 | -17/+192 |
| | |||||
* | php_input_filter needs to ignore proxy requests | Doug MacEachern | 2001-08-19 | 1 | -0/+4 |
| | | | | | else it swallows POST data that needs to be sent to the downstream server | ||||
* | Pass on proxy requests (fix by Doug MacEachern <dougm@covalent.net>) | Sterling Hughes | 2001-08-19 | 1 | -0/+4 |
| | |||||
* | Fix warning (Doug MacEachern, dougm@covalent.net) | Sterling Hughes | 2001-08-18 | 1 | -1/+1 |
| | |||||
* | # f*ck @!e333u49/&§&$T§$&("E""! expandtab, that's it, the default in my | Sterling Hughes | 2001-08-18 | 1 | -2/+2 |
| | | | | | # vimrc is not noet | ||||
* | fix crash bug (Doug MacEachern, dougm@covalent.net) | Sterling Hughes | 2001-08-18 | 1 | -0/+3 |
| | |||||
* | Fix a seg fault in PHP. If a child process is created in the server, | Ryan Bloom | 2001-08-17 | 2 | -3/+3 |
| | | | | | | | | | using apr_proc_create, it will seg fault, because PHP is using a NULL child cleanup. To fix this, we have to use the special cleanup function, apr_pool_cleanup_null. This also fixes a compiler warning in the ap_log_error call. | ||||
* | darn noet | Sterling Hughes | 2001-08-16 | 1 | -7/+7 |
| | |||||
* | Ryan Bloom's fix of my fix. ;) | Sterling Hughes | 2001-08-16 | 1 | -2/+7 |
| | |||||
* | Fix error logging | Sterling Hughes | 2001-08-16 | 1 | -1/+1 |
| | |||||
* | Revert an old bogus patch | Zeev Suraski | 2001-08-14 | 1 | -7/+9 |
| | |||||
* | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 1 | -4/+3 |
| | |||||
* | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 1 | -14/+11 |
| | |||||
* | TSRMLS fixes | Daniel Beulshausen | 2001-08-14 | 2 | -16/+5 |
| | |||||
* | use an absolute path for symlinking the php library archive | Sascha Schumann | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | ypo;-) | Thies C. Arntzen | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | Use a symlink instead of copying the +6MB library archive during install | Sascha Schumann | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Don't display egrep result | Sascha Schumann | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | whoops, forgot to apply cgi/poll patch before diff'ing | Sascha Schumann | 2001-08-13 | 1 | -4/+39 |
| | |||||
* | Add check for thttpd-2.21b. We support nothing else for now, because | Sascha Schumann | 2001-08-13 | 1 | -0/+1 |
| | | | | | this version is rock-stable using the combined set of patches. | ||||
* | improved thttpd-2.21b patch.. I got tired of applying my patches for | Sascha Schumann | 2001-08-13 | 1 | -19/+53 |
| | | | | | | | | | | | these bugs. fixes poll(2) issue fixes hanging cgi issue fixes off-by-one in scanning input buffers in case of EAGAIN/EWOULDBLOCK fixes potential bug in managing write buffers add "index.php" to default files to look for | ||||
* | Reverse patches that slipped in by mistake in a whitespace patch. They | Zeev Suraski | 2001-08-13 | 1 | -31/+34 |
| | | | | | require some more work... | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -34/+31 |
| | |||||
* | killed compile warnings. | foobar | 2001-08-10 | 1 | -2/+0 |
| | |||||
* | Use zend_first_try | Zeev Suraski | 2001-08-08 | 5 | -5/+5 |
| | |||||
* | A CRLF at the end of a line is not so wrong. | Sascha Schumann | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | The module usually did not send out Content-Type: text/html. | Sascha Schumann | 2001-08-07 | 1 | -0/+7 |
| | | | | | No major browser seems to care, Opera does though. |