summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* typo fix by zoot@zotikos.comSascha Schumann2001-10-021-1/+1
|
* Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the scriptSascha Schumann2001-09-301-0/+12
| | | | | | | environment. Also support setting the INI path from the outside.
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-2715-69/+69
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-2515-69/+69
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* new apache_setenv()Rasmus Lerdorf2001-09-221-0/+24
| | | | | | @- add apache_setenv() function for injecting variables into Apache's @ subprocess_env table.
* fix macro + nuke warningDaniel Beulshausen2001-09-171-6/+1
|
* WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdupSascha Schumann2001-09-161-9/+8
|
* fixed memory_peak resettingThies C. Arntzen2001-09-161-0/+2
|
* Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs.Sascha Schumann2001-09-101-1/+1
| | | | | Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile.
* let apache2 filter build under win32Daniel Beulshausen2001-09-102-2/+144
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-098-16/+16
|
* - Removed duplicate FETCH()Derick Rethans2001-09-091-1/+0
|
* fix zts buildDaniel Beulshausen2001-09-071-2/+2
|
* Damn, went to head instead of the branch - revertRasmus Lerdorf2001-09-061-34/+0
|
* Oops, forgot to add sapi_apache.c to the apache_hooks branchRasmus Lerdorf2001-09-061-0/+34
|
* no need to cast a 'HashTable *' to 'HashTable *'Sterling Hughes2001-09-061-1/+1
|
* WSfoobar2001-08-311-2/+2
|
* API updateZeev Suraski2001-08-311-1/+1
|
* add php version componentDoug MacEachern2001-08-281-0/+9
|
* not all MPMs support child_init,Doug MacEachern2001-08-281-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 Hughes2001-08-223-0/+26
|
* API updateZeev Suraski2001-08-211-2/+2
|
* automatically add php input/output filters when give the standard 1.x config:Doug MacEachern2001-08-201-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 Caraveo2001-08-203-17/+192
|
* php_input_filter needs to ignore proxy requestsDoug MacEachern2001-08-191-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 Hughes2001-08-191-0/+4
|
* Fix warning (Doug MacEachern, dougm@covalent.net)Sterling Hughes2001-08-181-1/+1
|
* # f*ck @!e333u49/&§&$T§$&("E""! expandtab, that's it, the default in mySterling Hughes2001-08-181-2/+2
| | | | | # vimrc is not noet
* fix crash bug (Doug MacEachern, dougm@covalent.net)Sterling Hughes2001-08-181-0/+3
|
* Fix a seg fault in PHP. If a child process is created in the server,Ryan Bloom2001-08-172-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 noetSterling Hughes2001-08-161-7/+7
|
* Ryan Bloom's fix of my fix. ;)Sterling Hughes2001-08-161-2/+7
|
* Fix error loggingSterling Hughes2001-08-161-1/+1
|
* Revert an old bogus patchZeev Suraski2001-08-141-7/+9
|
* TSRMLS fixesDaniel Beulshausen2001-08-141-4/+3
|
* TSRMLS fixesDaniel Beulshausen2001-08-141-14/+11
|
* TSRMLS fixesDaniel Beulshausen2001-08-142-16/+5
|
* use an absolute path for symlinking the php library archiveSascha Schumann2001-08-141-1/+1
|
* ypo;-)Thies C. Arntzen2001-08-141-1/+1
|
* Use a symlink instead of copying the +6MB library archive during installSascha Schumann2001-08-131-1/+1
|
* Don't display egrep resultSascha Schumann2001-08-131-1/+1
|
* whoops, forgot to apply cgi/poll patch before diff'ingSascha Schumann2001-08-131-4/+39
|
* Add check for thttpd-2.21b. We support nothing else for now, becauseSascha Schumann2001-08-131-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 forSascha Schumann2001-08-131-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. TheyZeev Suraski2001-08-131-31/+34
| | | | | require some more work...
* WhitespaceZeev Suraski2001-08-111-34/+31
|
* killed compile warnings.foobar2001-08-101-2/+0
|
* Use zend_first_tryZeev Suraski2001-08-085-5/+5
|
* A CRLF at the end of a line is not so wrong.Sascha Schumann2001-08-071-1/+1
|
* The module usually did not send out Content-Type: text/html.Sascha Schumann2001-08-071-0/+7
| | | | | No major browser seems to care, Opera does though.