Moriyoshi Koizumi
bb1720a9d7
Fixed bug #23669
2003-05-17 18:47:17 +00:00
Moriyoshi Koizumi
f3b050fba1
Fixed a syntax highlighter problem that happens when output buffering is turned
...
on
2003-05-16 23:08:23 +00:00
Sascha Schumann
528c495d68
If there is a content body, enable lingering and disable keep alive.
2003-05-16 22:32:22 +00:00
Sascha Schumann
edd6a6449a
Properly timeout post requests
2003-05-15 16:54:37 +00:00
Sascha Schumann
e473374ff3
Don't emit Content-Length in a 304 reply
...
Don't falsely claim HEAD method
Add PHP to HTTP server string
2003-05-15 16:42:43 +00:00
Moriyoshi Koizumi
af32730476
Revert the last patch.
...
# sorry for the annoyance
2003-05-14 18:15:01 +00:00
Moriyoshi Koizumi
0d39841728
Oops
2003-05-13 19:35:49 +00:00
Moriyoshi Koizumi
e54919d230
Fixed bug #23610
2003-05-13 19:33:36 +00:00
Sascha Schumann
3eab2fb3bd
improve keep alive handling
2003-05-12 01:29:21 +00:00
Sascha Schumann
40dd3617eb
add premium thttpd support
2003-05-12 01:02:08 +00:00
Edin Kadribasic
4aa1414623
Reverting last patch (merge from sapi/apache).
2003-05-09 09:13:01 +00:00
Edin Kadribasic
d758f2ea0b
Reverting my last patch because user reports it does not help
...
solve the problem. (bug #23504 )
2003-05-09 09:11:14 +00:00
Edin Kadribasic
97f3a35d73
Fixed MFB side effect
2003-05-08 14:42:31 +00:00
Edin Kadribasic
692b508957
Merge from sapi/apache (fix for #23504 )
2003-05-08 09:31:08 +00:00
Edin Kadribasic
6f0e0a61b6
MFB
2003-05-08 09:27:18 +00:00
Moriyoshi Koizumi
edac258751
Possible fix for bug #23455 (patch by rrichards@digarc.com)
2003-05-07 14:11:58 +00:00
Sascha Schumann
33a10b342e
Improved protection against hostname attacks
2003-05-06 19:17:50 +00:00
Sascha Schumann
bd6ff4ca43
fix typo
2003-05-06 10:15:33 +00:00
Sascha Schumann
4f8aeebf64
improve portability
2003-05-06 10:14:20 +00:00
Sascha Schumann
833d734af1
cleanup
2003-05-01 20:49:42 +00:00
Ilia Alshanetsky
11d9dd93b9
Fixed bug #23417 (compile failure in apache2filter sapi).
2003-04-30 00:47:08 +00:00
Sascha Schumann
9f4f0cec39
Fix Content-Encoding header lacking CRLF
2003-04-28 22:07:18 +00:00
Sascha Schumann
ca47774ede
MFB usage fix
2003-04-28 19:43:09 +00:00
Edin Kadribasic
43e54bf2c1
More clean way of ignoring headers in CLI since we do not need to
...
disable them selectively. This fixes problems for people who want
to use session module in CLI.
2003-04-28 10:04:50 +00:00
Marcus Boerger
1c1aa38ee5
Reset option parsing
...
# i swear i had them in before last commit
2003-04-27 19:41:36 +00:00
Marcus Boerger
129d0898ca
split parameter parsing once more: do informal queries before others
...
#still a memleak in case of a parameter conflict
2003-04-27 19:19:29 +00:00
Wez Furlong
4a679ca77f
MFB fix for registration
2003-04-24 13:53:04 +00:00
Marcus Boerger
d2833dc9c2
Revert some ini settings to be hardcoded due to popular demand
2003-04-23 22:52:44 +00:00
Sascha Schumann
17f3aca625
Properly update the global httpd_time_now and remove php_makefile from diff
2003-04-21 01:08:23 +00:00
Holger Zimmermann
93a53656a5
Added PHP4PI3WEB_EXPORTS in order to control exports/imports on Win32
2003-04-19 16:11:36 +00:00
Marcus Boerger
de76ceb2d3
Fix more shutdown wierdness
2003-04-19 15:02:44 +00:00
Wez Furlong
7ca29424c4
Fix folding marker
2003-04-19 14:41:31 +00:00
Marcus Boerger
0bcfdd0262
Do init CG(in_compilation) here until someone finds a better place
2003-04-19 13:54:01 +00:00
Marcus Boerger
1b3467e72d
Shutdown memleaks
2003-04-19 00:02:50 +00:00
Ilia Alshanetsky
f7d72d178d
Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2)
2003-04-16 23:31:23 +00:00
Sascha Schumann
8e165ea050
fix two uninitialized reads
2003-04-16 13:43:23 +00:00
Sascha Schumann
4ff425c157
Nuke all sn?printf's and rely on the optimized httpd_ntoa to
...
convert the IP to a string representation.
2003-04-16 13:37:34 +00:00
Sascha Schumann
cd403e3b51
Merging some Premium thttpd improvements, notably
...
- periodic update of date strings
- caching of Last-Modified values
- use of smart_str'ings for crafting HTTP header (static files)
and inside make_log_entry
- buffered log writing
- httpd_ntoa is about 8 times faster
Overall improvement: Around 50% faster now
2003-04-16 09:20:55 +00:00
foobar
2170ea8b4d
Added missing CVS Id tags
2003-04-16 02:34:57 +00:00
Stanislav Malyshev
6f08d5e759
Make Apache 2 define SG(request_info).path_translated like Apache 1 did.
2003-04-10 11:33:45 +00:00
Stanislav Malyshev
2849872f19
make Apache define SG(request_info).path_translted, like Apache 1 did.
2003-04-10 11:28:54 +00:00
Marcus Boerger
bb0f885d51
Hopefully last fix on error reporting
2003-04-09 00:38:19 +00:00
Sascha Schumann
d26e1b751c
Merge proper -I parameter for APXS builds
2003-03-30 18:36:04 +00:00
Marcus Boerger
7aa1e2cda4
more ini defaults for error message handling
2003-03-30 14:00:09 +00:00
Marcus Boerger
06a0e1c112
simplify and fix
2003-03-30 11:07:36 +00:00
Marcus Boerger
ac3113122a
done
2003-03-30 10:56:34 +00:00
Shane Caraveo
e3c002b0c3
clean up url handling with path_info
...
handle sending a 404 if the requested file does not exist
2003-03-30 04:17:24 +00:00
Marcus Boerger
c21f2b7493
use sizeof() as suggested by Andrei
2003-03-29 21:23:53 +00:00
Derick Rethans
fa59090287
- html errors should default to off (0) in CLI
2003-03-29 20:57:31 +00:00
Moriyoshi Koizumi
db2de468e1
Fixed too optimized part
2003-03-29 16:18:04 +00:00