Sam Ruby
4a915571f5
Add reflect.java to the list of java classes to be compiled
2000-08-29 01:42:58 +00:00
Daniel Beulshausen
c8eb56cc59
changed the output directorys from the windowsbuilds
2000-08-23 15:43:36 +00:00
Sam Ruby
b43df683ee
Keep servlet working...
2000-08-21 17:01:51 +00:00
Sam Ruby
3aad950735
Reorder call to ELS_FETCH to be after declarations
2000-08-17 19:19:54 +00:00
Sam Ruby
d93732179b
Better error reporting when dll/shared library is not able to be loaded.
...
Submitted by: Bård Farstad <bf@ez.no>
2000-08-17 10:14:50 +00:00
Sam Ruby
5c8fca1757
Correct bug in headers only logic.
2000-08-10 06:09:05 +00:00
Rasmus Lerdorf
76a2d2538c
Heads up! I have moved the headers_only and response_code checks out of
...
SAPI and down into the individual SAPI modules. I have made the
appropriate changes in all the SAPI modules, but please verify these.
The reason for this change is that Apache sometimes will feed PHP
a request_method of GET but have r->header_only set to true. This happens
in an ErrorDocument redirect. In this same scenario we want to preserve
the status code as well instead of just overwriting it with a 200 and
losing this information. For now the other sapi modules act exactly as
before since they probably do not make this distinction, and they may
not even have a valid response code this early in the request.
@ Fix HEAD request bug on an Apache ErrorDocument redirect and preserve
@ the status code across the redirect as well. (Rasmus)
2000-08-02 22:48:45 +00:00
Sam Ruby
4ca1c611b3
Refactor in support of subclassing
2000-07-30 04:50:31 +00:00
David Croft
0836e10a15
various version 2.0 and 2.01 licenses -> 2.02
2000-07-24 05:41:02 +00:00
Sam Ruby
54790b5e63
Correct the value of request_uri
2000-07-24 05:29:20 +00:00
Sam Ruby
5c13954eed
Fix for JDK1.2.2/Tomcat3.2
...
(can't find beanInfo for interfaces which extend other interfaces)
2000-07-09 04:09:47 +00:00
Sam Ruby
f72de266e2
remove unnecessary dependency
2000-06-30 14:33:46 +00:00
Zeev Suraski
37fb71b9ba
Set version number on DLLs
2000-06-30 12:16:58 +00:00
Sam Ruby
e216b8918e
defer loading of the native code
2000-06-27 10:37:40 +00:00
Andrei Zmievski
4010b422dd
Separate plain name returned by php_sapi_module() and pretty name
...
used for output.
2000-06-26 18:05:55 +00:00
Sascha Schumann
0c03253635
Stop including dl/phpdl.h.
2000-06-24 15:36:04 +00:00
Sam Ruby
988302171a
Find servlet includes in new "main" directory. Add (finally) java and
...
servlet to the list of projects
2000-06-14 11:25:54 +00:00
Sam Ruby
f775d18b2c
Export the necessary functions to enable servlet support to be subclassed
...
This is in preparation for xml-cocoon support
2000-06-14 01:41:13 +00:00
Sascha Schumann
102c6ce4b8
Move main.h to php_main.h.
2000-06-05 23:24:42 +00:00
Sam Ruby
767ea7a7e4
use simpler foreach instead of while
2000-05-21 11:26:26 +00:00
Zeev Suraski
e043439ff6
Update the license with the new clause 6
2000-05-18 15:34:45 +00:00
Sascha Schumann
8ab33a4d13
Use "mkdir -p" instead of "test -d || mkdir" where possible
2000-05-15 16:02:43 +00:00
Sam Ruby
c82eca90f4
Fix typo - thanks to Christian Wenz <christian.wenz@stud.tu-muenchen.de>
2000-05-13 15:26:28 +00:00
Sam Ruby
c32bba9644
build error on Unix
2000-05-11 10:39:28 +00:00
Sascha Schumann
7613e064f8
Remove trailing empty lines
2000-05-01 22:38:42 +00:00
Sascha Schumann
0d36199cf9
Large test commit IV
2000-05-01 22:04:52 +00:00
Sascha Schumann
de2cea47c0
Large commit test III
2000-05-01 22:00:09 +00:00
Sascha Schumann
953fe189da
Overall UNIX build system improvements:
...
* Makefile header is now completely dynamic
* Absolute paths in (top_)?(src|build)dir and VPATH
(fixes Tru64 support)
* VPATH does not contain variables anymore
(fixes UnixWare support)
2000-04-30 03:20:09 +00:00
Sam Ruby
a4016620bf
Oops - remove debug statement
2000-04-13 19:05:01 +00:00
Sam Ruby
5424369f3a
match changes to Tomcat example
2000-04-13 19:02:40 +00:00
Sam Ruby
93f9fc77ad
Eliminate warning if virtual cwd is specified
2000-04-11 00:30:33 +00:00
Sam Ruby
8372b2baf1
fix typo: wrong variable name
2000-04-05 12:15:57 +00:00
Sam Ruby
c56888da7c
look for Tomcat binaries too
2000-04-05 09:47:34 +00:00
Sam Ruby
5c40dfa374
Define PHP_SELF in sapi/servlet.
...
Reported by Lim Swee Tat <limst@ncscom.sg>
2000-04-05 09:06:05 +00:00
Sam Ruby
617e1b054c
test -e doesn't exist on Solaris - substituting test -d
2000-04-03 15:29:39 +00:00
Sam Ruby
34933225f6
Accomodate back level (JSDK 2.0) implementations
2000-04-01 17:57:42 +00:00
Sam Ruby
8a64f51101
Use C style comments, per the CODING_STANDARDS
2000-03-31 00:53:45 +00:00
Sam Ruby
57b4e1a3ee
fix indentation (this project has tabstop=4!)
2000-03-30 23:35:55 +00:00
Sam Ruby
8a94c8d598
eliminate chdir if it is already virtual
2000-03-30 23:23:29 +00:00
Andi Gutmans
9c3d6304dd
- Hopefully got most of them. We also need a chdir_file function like
...
for Apache.
2000-03-30 22:56:34 +00:00
Sam Ruby
e4b86c2cd5
support non-debug builds
2000-03-26 20:24:55 +00:00
Sascha Schumann
caeaaf4d98
Fix build on systems which lack snprintf or vsnprintf.
...
PR: #3786
2000-03-12 15:47:34 +00:00
Sam Ruby
d63341ea5f
Unix classpath fixes
2000-03-11 12:05:17 +00:00
Sam Ruby
e24e95bdec
Both PHP and Java can't read Post data - let java do it and reconstruct for
...
PHP.
2000-03-09 13:07:25 +00:00
Sam Ruby
ba50898123
remove duplicate line
2000-03-09 04:04:05 +00:00
Sam Ruby
fa56e42b08
Sapi/servlet build on Unix broken
2000-03-07 15:41:34 +00:00
Sam Ruby
edb2b71387
Cleanup
2000-03-06 13:19:58 +00:00
Sam Ruby
313de641eb
Add support for PHP syntax highlighting
...
Remove debug output
Fix trap when string to be output is not null terminated
Add a MS workspace for project level dependencies
Match case of contentType header
2000-03-05 21:35:24 +00:00
Sam Ruby
6189e219ff
Improved handing of instances of private classes. Added servlet examples.
2000-02-28 17:02:28 +00:00
Sam Ruby
b117adeded
add proper dependencies
2000-02-22 14:37:45 +00:00