Zeev Suraski
d229f82a46
Allow virtual() of PHP files. We may have to improve the detection code a
...
bit, but it worked well on everything I tried.
2001-05-07 11:07:22 +00:00
David Hedbor
935d6287fd
Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array.
2001-05-07 06:43:37 +00:00
Ben Mansell
13e4699ae3
Removed a duplicate php_import_environment_variables() call
...
from fastcgi sapi
2001-05-04 09:49:14 +00:00
Sascha Schumann
e337f07ecd
Replace slow strlcpy with a quick memcpy.
2001-05-03 09:04:15 +00:00
Andi Gutmans
8975186810
- Another strncpy() -> strlcpy() change
2001-05-02 22:53:41 +00:00
Ben Mansell
98af7a8d7d
Patch from Stephen Landamore: speed up the environment merging by
...
using memcpy instead of putenv.
2001-05-02 17:19:58 +00:00
Andi Gutmans
a166b6146b
- Remove unused variable
2001-05-01 07:16:57 +00:00
Sterling Hughes
ba49860cc8
fix for bug 6491, http://www.php.net/bugs.php?id=6491 , removes a bit of
...
(what I think is) broken logic.
# This is as discussed on the mailing list previously. This change
# does fix the problem, however, the extra code was in there for a
# reason (I'm guessing :), i'm ready to revert this patch in a jiffy
# if someone has a good reason why that (just removed) extra logic
# should be in there.
2001-05-01 03:48:27 +00:00
Andi Gutmans
6196e0bc4d
- Fix for Bug id #10071
...
PR:
Submitted by:
Reviewed by:
Obtained from:
2001-04-30 22:47:51 +00:00
Andi Gutmans
4c823e8a89
- Change macros from V_ to VCWD_ because of AIX name clash
2001-04-30 12:45:02 +00:00
Daniel Beulshausen
59f3775f7c
add/fix pi3web dsp
2001-04-28 18:46:56 +00:00
Sascha Schumann
6602b48071
Fix optimization -- we did not send out custom Response Status Lines.
2001-04-25 06:42:24 +00:00
Sascha Schumann
ab1df8dfb9
Accomodate Apache HTTPD 2.0 API change
2001-04-24 12:57:34 +00:00
David Hedbor
d522a6a25e
Disable use of th_farm since it doesn't seem to work. Uses a Pike layer
...
thread farm now instead.
2001-04-24 01:08:35 +00:00
Sascha Schumann
ff423ef9d9
remove Only.* lines from patch
2001-04-22 14:33:57 +00:00
Sascha Schumann
0fc2ca64bf
bytes in the conn structure was renamed to bytes_sent.
2001-04-22 14:22:40 +00:00
Sascha Schumann
38e55b3249
Update patch to thttpd-2.21
2001-04-22 14:00:53 +00:00
Stig Bakken
0b2641efa6
@Added -C command-line option to avoid chdir to the script's directory (Stig)
2001-04-16 23:20:47 +00:00
Sascha Schumann
466c226415
Revert mega patch.
...
This patch has at least the following deficiences:
- the CGI is built using objects from another SAPI module.
This usually results in unsatisfied symbol references.
- the CGI makefile is not created properly
- building CGI cannot be disabled
2001-04-09 15:47:19 +00:00
Stig Bakken
a4877d7afd
* CGI version is always installed!
...
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
is backwards compatible
* use --datadir, --libdir and --sysconfdir configure options to determine
where PEAR files, shared extensions and php.ini goes
* simplified the extension version directory name
2001-04-08 22:30:17 +00:00
Holger Zimmermann
23f3187b6f
Contribute the MSVC project file. Someone could add this to the php4ts workspace.
2001-04-08 11:04:27 +00:00
Holger Zimmermann
8c0f71e7b3
Reorganized the #define's in the header.
2001-04-08 10:49:07 +00:00
Holger Zimmermann
9b7aa43dd4
Updated copyright agreement regarding move of Pi3Web to sourceforge.
2001-04-08 08:25:20 +00:00
Sascha Schumann
d8b3bdf3bc
Fix static Apache builds which were broken by the last commit.
2001-04-05 10:56:04 +00:00
Wilfredo Sanchez
cb71c4c2d0
Separate CPPFLAGS from CFLAGS.
2001-04-03 23:30:49 +00:00
Wilfredo Sanchez
0df6e8dd88
Add INSTALL_ROOT variable to specify install location.
2001-04-03 20:59:50 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
Ben Mansell
afbcd5c4eb
Changed header handling; before, we were somehow losing
...
Content-Type: text/html
2001-03-27 15:16:34 +00:00
Ben Mansell
4549e389bb
Fix a bug with POST requests. If the Content-Type header wasn't present,
...
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.
2001-03-22 18:54:51 +00:00
Ben Mansell
87bc51fc5c
Fix a bug with POST requests. If the Content-Type header wasn't present,
...
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.
2001-03-22 18:48:51 +00:00
Ben Mansell
2c8c9d68d7
Altered README.Zeus to give instructions on building FastCGI.
...
Changed --with-zeus configure option into --with-isapi, since its more
descriptive (and since there are now different ways to configure PHP+Zeus)
2001-03-19 11:23:57 +00:00
Ben Mansell
08df6f9b67
@ New FastCGI server module
...
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.
2001-03-19 11:03:29 +00:00
Stanislav Malyshev
5c1f7a2f60
Fix off-by-one on config values set from Apache config
...
# It didn't really hurt, since the extra character was always \0,
# but the phpinfo() display came out ugly.
2001-03-13 18:39:38 +00:00
Sascha Schumann
5708ddf171
Replace memcpy and sprintf with smart_strs.
2001-03-13 17:14:47 +00:00
foobar
f4917d49c3
Fixed the help for other options too.
2001-03-07 13:24:12 +00:00
Ben Mansell
515c20da47
Added support for Zeus SSL client certificate information.
...
Added SERVER_SIGNATURE to the environment.
Submitted by: daniel@zeus.com
2001-03-07 10:28:00 +00:00
Zeev Suraski
800950c5a7
Avoid using ret uninitialized
2001-03-06 15:10:53 +00:00
Ben Mansell
a40f208ab8
Thread hashtable was being initialized with a size of 1! Changed to 128 as
...
a more sensible number.
# Also could change the 'expected resources' parameter from 1, but I
# haven't tested that bit yet
----------------------------------------------------------------------
2001-03-06 15:09:15 +00:00
Zeev Suraski
559c254f8f
Avoid writing to error_log in case of aborted connections.
2001-03-06 15:00:08 +00:00
foobar
356fc41a0a
Fix help text for -f
2001-03-05 15:08:36 +00:00
foobar
81a2669216
Can't output any error messages if there isn't any function initialized
...
to do it..
# Bug report: #7650
2001-03-05 01:26:36 +00:00
Zeev Suraski
ce39c56c8b
whitespace fix
2001-03-04 01:08:46 +00:00
Sascha Schumann
de6c69f716
Combine all HTTP headers into a single writev
2001-03-02 17:01:52 +00:00
Andi Gutmans
abb18a7918
- Commit NSAPI patches.
2001-03-02 15:25:51 +00:00
Sascha Schumann
2da359bb84
httpd-2.0 cvs seems to be busted. I'm getting very strange backtraces
...
and the header filter still seems to be broken. Will try later.
2001-02-28 14:19:15 +00:00
Sascha Schumann
a824c87e6d
Now it actually loads, but it segfaults upon a request.
2001-02-28 14:11:34 +00:00
Sascha Schumann
6ed0cbb140
Make the module compile again with the latest httpd-2.0 cvs.
2001-02-28 14:03:58 +00:00
Ben Mansell
5e5f5886ff
Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables
...
for Zeus/ISAPI, so basic authenication works.
Submitted by: daniel@zeus.com
2001-02-27 13:29:21 +00:00
Andi Gutmans
a0d3c5a88e
- Finally rename modules.h to zend_modules.h for consistency (first try
...
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zend_API.h
2001-02-26 18:14:50 +00:00
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00