Sascha Schumann
47a1421d89
Redo the patch on Linux, the cygwin diff seems to be a bit broken.
2002-10-13 11:54:08 +00:00
Sascha Schumann
356f7503fa
PHP + thttpd (+IRCG) build using CYGWIN now
2002-10-13 11:50:16 +00:00
Sascha Schumann
4f61b16768
Remove set .x
2002-10-13 11:28:34 +00:00
Sascha Schumann
240cdb743e
Use if block rather than an or expression
2002-10-13 11:28:06 +00:00
Shane Caraveo
69f56e8c4a
make fastcgi usage threadsafe, ready for future multithreaded fastcgi implementation
...
get rid of environment overwriting but hooking into php's environment function
set $_ENV correctly for mod_fastcgi
add -b to specify binding for fastcgi
new readme file with information for running under apache2.0 and iis
2002-10-13 09:40:44 +00:00
Shane Caraveo
acb9bc95e3
fixes for unix, untested
...
remove exit calls
fix a couple function definitions
2002-10-13 08:34:27 +00:00
Shane Caraveo
2b40a0f2a3
fix shutdown issues
2002-10-13 07:23:17 +00:00
Shane Caraveo
bfd3efcbd3
fix invalid handle issue that shutdown php fastcgi prematurly
...
fix checking os name for impersonation
2002-10-13 05:55:03 +00:00
foobar
068907c9bc
- Removed sapi/fhttpd (this webserver is dead)
2002-10-12 23:02:43 +00:00
foobar
534ad6f38f
Use AC_ARG_WITH instead of PHP_ARG_WITH.
2002-10-12 03:10:04 +00:00
foobar
ac950497a6
Fix typo
2002-10-12 02:50:16 +00:00
foobar
ba3730c2c8
ws fix
2002-10-12 01:48:47 +00:00
Edin Kadribasic
67da691a13
Added .cvsignore and CREDITS.
2002-10-12 01:30:52 +00:00
foobar
204b3b5fbd
Add the proper install lines.
2002-10-12 01:18:04 +00:00
foobar
7a3f2eb63b
Default to shared.
2002-10-12 00:54:53 +00:00
foobar
49488cfd0d
- Removed the unnecessary extra configure option --enable-shared-embed
...
- Changed --enable-embed to accept parameters shared/static and default
to static build.
2002-10-11 23:28:01 +00:00
Rasmus Lerdorf
204c64e57f
zlib.h being included before ssl.h needs to be handled here too
2002-10-08 00:13:56 +00:00
Sebastian Bergmann
8684c06b6d
Add note about javax.servlet package.
2002-10-06 06:27:13 +00:00
Ilia Alshanetsky
29be52fbfb
A slightly better content-type check.
2002-10-04 21:31:34 +00:00
Ilia Alshanetsky
5f67f05d92
Added a note on how to enable .phps support.
2002-10-04 21:22:13 +00:00
Ilia Alshanetsky
9f2b70d507
Added .phps support to Apache 2. It can be enabled by adding
...
AddType application/x-httpd-php-source .phps
to httpd.conf
2002-10-04 21:15:59 +00:00
Derick Rethans
9b517c4b93
- Revert changed to implicit_flush behavior. The new behavior was not
...
intended in the first place.
2002-10-03 10:35:33 +00:00
Yasuo Ohgaki
b52edbddf9
Shouldn't enable implicit_flush like this.
...
Most problems are fixed. If you find internal function that does
not follow my comment, please fix it or let me know.
2002-10-03 09:57:53 +00:00
Ilia Alshanetsky
01830c0d27
Added missing TSRMLS_DC to php_apache_lookup_uri()
2002-10-03 01:28:04 +00:00
Ilia Alshanetsky
ca0aced7c9
Added apache_response_headers(), apache_note(), apache_getenv() and
...
apache_setenv() functions.
The getallheaders() is renamed to apache_request_headers() and an
getallheaders() is aliased to it.
Added a better error reporting mechanism to apache_lookup_uri() and virtual().
2002-10-02 21:22:44 +00:00
foobar
350340241c
Possible fix for #19290
2002-09-29 22:24:20 +00:00
Sascha Schumann
e6e54605b7
Follow Yasuo's suggestion and build sapi program's under the sapi-specific
...
directory.
Move sapi-specific makefile fragments to their respective directory.
Create an embed sapi module which resides in its own dir now.
2002-09-29 16:22:49 +00:00
Edin Kadribasic
4be735db9e
Those two have enough credits already :)
2002-09-27 12:15:13 +00:00
Colin Viebrock
c7c275b741
fix phpinfo() output for better browser BC
2002-09-26 17:54:54 +00:00
Ilia Alshanetsky
44d42b8e13
Fixed bug #17466
2002-09-23 18:51:34 +00:00
David Reid
8dde690042
Allow this to build on beos with it's bizarre linking.
2002-09-23 17:40:04 +00:00
Sascha Schumann
1f18eaadee
Force /nocache/ entities to be delivered completely, even if a
...
broken proxy ignores our anti-cache headers and sends an IMS request.
2002-09-23 15:41:44 +00:00
Zeev Suraski
d31604997b
We leak quite a few things intentionally, if you want to debug it - enable
...
explicitly please..
2002-09-23 11:35:22 +00:00
Ilia Alshanetsky
8a1556b3a1
Fixed bug #17662
2002-09-23 04:10:25 +00:00
Sascha Schumann
625e7b202b
Use generic getnameinfo for address-to-name translation, if available.
...
This adds support for IPv6 addresses.
2002-09-23 00:49:12 +00:00
Sascha Schumann
c74f96333f
Immediately unmap /nocache/ entries, so that the mmc cache does not get
...
polluted too much.
2002-09-21 17:23:15 +00:00
Ilia Alshanetsky
fd094b5b1e
Fixed bug #15038 , original patch by: phpman@toowards.com
2002-09-21 15:42:33 +00:00
Zeev Suraski
b23adfb43b
Fix double initialization
2002-09-21 01:53:15 +00:00
Colin Viebrock
14a6cc8847
Change phpinfo() to use CSS styling instead of HTML code.
...
It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using your own CSS
to style it differently.
There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so
Derick has the patch.
2002-09-19 21:57:25 +00:00
Zeev Suraski
76312b4508
another startup initialization fix - only ISAPI and CGI SAPI's tested,
...
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...
2002-09-18 21:57:42 +00:00
foobar
55362251c8
Should fix #19425
2002-09-16 13:13:52 +00:00
Dan Kalowsky
7dd7d39385
Fix for bug #19290
...
# Untested
2002-09-08 18:13:56 +00:00
foobar
3bf7519210
@- Added --disable-all configure option. (Jani)
2002-09-04 18:47:28 +00:00
Marcus Boerger
0b25d07f15
Fix headers when default content type is used.
...
#THIS fixes the problems with error_log()
2002-09-04 15:30:56 +00:00
Jan Lehnardt
298ae37e8c
- prepare non-html phpinfo output for zend extensions
2002-09-02 20:44:01 +00:00
Christian Stocker
9495fb9d7d
@ - Added php.ini option "allow_webdav_methods" to allow handling of
...
@ WebDAV http requests within PHP scripts. (chregu)
# More methods (for DeltaV) will follow.
2002-08-22 07:48:23 +00:00
foobar
91b3644a72
These functions are not used elsewhere.
2002-08-22 00:19:54 +00:00
foobar
8beb1e2237
Fix ZTS build
2002-08-21 23:51:12 +00:00
Dan Kalowsky
57a1181b9a
Fix for Bug #18999
2002-08-20 23:04:53 +00:00
Rasmus Lerdorf
f5630aa246
Fix xbithack bug finally (see bug #16515 )
2002-08-19 15:52:21 +00:00