1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Commit Graph

1407 Commits

Author SHA1 Message Date
Moriyoshi Koizumi 8e8029f23d CS & WS fixes 2003-03-29 16:13:51 +00:00
Sterling Hughes 3f700e58ab update php module name to php5, not php4.
apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.
2003-03-29 04:52:46 +00:00
Moriyoshi Koizumi 2ad3f446c3 Do the right fix.. 2003-03-28 18:24:02 +00:00
Moriyoshi Koizumi 0b6f629b68 Fixed bug #22773 2003-03-28 17:53:36 +00:00
Shane Caraveo e949850881 handle invalid paths passed to us from iis 2003-03-27 17:52:33 +00:00
foobar 7e0aea7efe CS fix 2003-03-27 13:16:18 +00:00
Ian Holsman 0cef2e7df8 change to a pool-based bucket instead of a transient one. 2003-03-27 05:31:49 +00:00
Ian Holsman c5fd930eea remove flush from standard unbuffered write.
people requiring a flush can turn implicit flush on.
Thanks ilia for benchmarking this!
2003-03-27 04:35:44 +00:00
Ilia Alshanetsky 2e0651f378 Added missing initialization, which causes AP2 to crash on startup in ZTS. 2003-03-25 15:35:08 +00:00
Edin Kadribasic 5d381f8f80 MFB and more. Fixed various win32 compilation issues. Also the sapi
is now built as php4apach2.dll since the filter is being obsoleted.
2003-03-25 11:50:18 +00:00
Edin Kadribasic 14a56343c8 MFB: Disable building of apache2filter (obsoleted by handler). 2003-03-25 10:40:39 +00:00
Sebastian Bergmann 5ca078779a Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 2003-03-25 08:07:13 +00:00
Shane Caraveo b671380b6b many new enhancements to run-tests that allow for testing cgi and other
sapi modules via http.  see README.TESTING2 for more details
several sapi tests added
2003-03-25 07:45:18 +00:00
Shane Caraveo 56210b8921 use the correct flush on deactivate
add some code to make debugging iis 5 cgi easier
2003-03-25 07:43:30 +00:00
foobar 96c02a1251 - This is not supposed to be 'pretty' name. (ref. bug #22853) 2003-03-25 01:38:14 +00:00
Ilia Alshanetsky 519721851f Fixed bug #22805 (Reading of user input could stop prematurely). 2003-03-25 01:34:32 +00:00
foobar d963292f6f This is AUTH_TYPE in every other SAPI. 2003-03-24 11:21:15 +00:00
Uwe Schindler 0353b50f80 PHP_WIN32 included 2003-03-24 10:33:21 +00:00
Shane Caraveo ac7748cef1 For fastcgi env vars, don't magic quote them 2003-03-23 20:16:41 +00:00
Marcus Boerger 58df04af27 - reenable $argc/$argv
- add a comment where hardcoded defaults would go
# i believe we have none for now though
2003-03-19 20:36:04 +00:00
Marcus Boerger 3e621fac94 make phpinfo() depend on executed sapi 2003-03-18 20:52:52 +00:00
Marcus Boerger b21fdb762a use new callback to overwrite ini settings
# ok now lets split html_errors and phpinfo() formatting
2003-03-18 15:56:12 +00:00
Stig Bakken 0e6fca4f22 * email address change 2003-03-18 12:06:09 +00:00
foobar 6121c846b3 whitespace.. 2003-03-18 01:24:18 +00:00
Ian Holsman 2697be632c PR#22672 - User not logged under Apache2
patch provided by Andrew Bradford.
2003-03-17 21:28:41 +00:00
foobar 5be5cc33c6 no c++ comments 2003-03-14 17:40:42 +00:00
foobar f10d00b374 - Changed --with-apxs2 for apache2handler.
# Can we nuke that apache2filter now from php5 ?
2003-03-10 03:14:37 +00:00
Uwe Schindler 96cc9aa4c4 Changes for iPlanet Webserver 6 2003-03-09 12:09:06 +00:00
foobar aa95498acd Fixed bug #22473 (ISAPI Secure Server Variables not available) 2003-03-07 18:56:15 +00:00
Ben Mansell 6d8283fa57 Fix bug whereby a webserver closing stdout from the CGI/FastCGI binary
would cause PHP to get caught in an infinite loop of failing write()
syscalls.
2003-03-07 14:48:28 +00:00
Ilia Alshanetsky 8c3e16bf09 OnUpdateInt -> OnUpdateLong. 2003-03-07 13:52:06 +00:00
Ilia Alshanetsky 97418f59bd CS Fixes.
Fixed a bug with 404 handling.
Added more detailed Apache info for phpinfo().
Added the support for last_modified.
2003-03-07 13:45:33 +00:00
foobar 3c9155e0cb Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.
2003-03-07 05:15:28 +00:00
Stefan Esser af4aa97d1e Fixing functionicalls with variable number of parameters... 2003-03-06 20:31:20 +00:00
foobar 45964cb629 - Fix for some unixware compile problem. (comment by Sascha :) 2003-03-05 16:12:23 +00:00
Ben Mansell 64bb5135d9 C++ -> C comments 2003-03-05 15:01:13 +00:00
Edin Kadribasic d1feae01d9 Credits update. 2003-03-04 00:10:11 +00:00
Marcus Boerger 3ac6bb5017 remove entry done already 2003-03-03 00:15:50 +00:00
Wez Furlong 71b1c7bdb0 typo fix 2003-03-02 15:11:42 +00:00
Uwe Schindler 99bec84027 *** empty log message *** 2003-03-02 13:45:23 +00:00
Wez Furlong ec86811298 Build-performance tweaks 2003-03-02 13:14:49 +00:00
Wez Furlong 6fed2e95b2 Fix build for activescript sapi 2003-03-02 13:09:48 +00:00
foobar 43c4c6913e Another win32 build fix. 2003-02-25 06:54:04 +00:00
foobar c7a40ac1ff (hopefully) fix the build.. 2003-02-25 06:49:59 +00:00
foobar 73bae37f26 Possible fix for #22259 + part 1/2 for fixing one AIX bug.. 2003-02-24 16:16:11 +00:00
Zeev Suraski 80d0fa7aad (possibly) fix Win32 builds of the Apache 2 filter 2003-02-24 15:10:36 +00:00
George Schlossnagle e49bc59a79 ws fix 2003-02-24 01:25:30 +00:00
George Schlossnagle f5fb75f390 hopefully a fix for 19919 2003-02-24 01:19:08 +00:00
foobar 58e4503942 Added missing headers and $Id$ tags. 2003-02-23 09:50:43 +00:00
foobar 406340713d MFB: Fixed bug #22356 (Do not add empty -I flags). 2003-02-23 09:37:13 +00:00