foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
22 years ago
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
22 years ago
Wez Furlong
331dc79254
More things for the new build system.
Pi3Web and aolserver build untested (no headers and libs for those here)
22 years ago
James Cox
f68c7ff249
updating license information in the headers.
23 years ago
Ilia Alshanetsky
c794f2c710
Removed pointless memory allocation checks.
23 years ago
Sebastian Bergmann
2c5d4b8c23
Bump year.
23 years ago
foobar
dd53efc196
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
23 years ago
Colin Viebrock
c7c275b741
fix phpinfo() output for better browser BC
24 years ago
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.
24 years ago
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...
24 years ago
Sascha Schumann
ee477dbc56
Fix code which makes wrong assumptions about the return value of snprintf.
The AOLserver module did not use the return value, so simply drop it.
24 years ago
Zeev Suraski
2d0f07d086
Add missing element
24 years ago
Sascha Schumann
9d9d39a0de
Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net
directly.
An introduction can be found on
http://schumann.cx/buildv5.txt
24 years ago
Yasuo Ohgaki
83059ae3de
Use {NULL, NULL, NULL} to terminate function entry.
# It does not fix any bugs, since {0} works also.
24 years ago
Sebastian Bergmann
38933514e1
Update headers.
24 years ago
foobar
f43b57190c
Added missing cvs ids and unified configure messages.
24 years ago
Stig Bakken
0cee8df65e
* fix module struct in rest of sapi modules
25 years ago
Jeroen van Wolffelaar
eb38ca844b
Undo Z_ subst for sapi and ext/yaz
25 years ago
Jeroen van Wolffelaar
c033288573
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
25 years ago
Daniel Beulshausen
ba761ce9b1
TSRMLS fixes
25 years ago
Sascha Schumann
8aef193056
more tsrm cleanup
25 years ago
Sascha Schumann
2cce13fd50
further tsrm cleanup
25 years ago
Zeev Suraski
1159c84ab7
- TSRMLS_FETCH work
- whitespace fixes
25 years ago
Zeev Suraski
d87cc976e1
Redesigned thread safety mechanism - nua nua
25 years ago
Zeev Suraski
fe6f8712a4
- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...
25 years ago
Sascha Schumann
afdaee9e47
Nuke more quotes
25 years ago
Wilfredo Sanchez
0df6e8dd88
Add INSTALL_ROOT variable to specify install location.
25 years ago
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..
25 years ago
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
25 years ago
Sascha Schumann
d516726329
Change the default to assumption that people don't use AOLserver 3.0 anymore.
25 years ago
Sascha Schumann
f6eae19147
Try harder to push data through the wire.
I just learned that the AOLserver module will be used for a 100k users
webmail service. Wheee!
25 years ago
Zeev Suraski
bd0ac7fe14
Many patches. I hope I remember them all:
- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
variables and read necessary variables at most once.
25 years ago
Hartmut Holzgraefe
1f6878e912
2nd step towards auto-credits
26 years ago
Zeev Suraski
030b707296
Update SAPI modules to interface with the new TSRM.
Enable thread-safety memory debugging in ISAPI when in debug mode
26 years ago
Sascha Schumann
86b8e890dc
strdup private AOLserver data before inserting it into SAPI's request_info.
26 years ago
Sascha Schumann
4d0992bb22
Remove --with-aolserver-src directive.
AOLserver 3.1 and up install the include directory as per suggestion.
26 years ago
Sascha Schumann
27a8480028
Add/unify aborted connection handling
26 years ago
Zeev Suraski
1fd09132c2
Initial steps to move the INI mechanism to the Zend engine
26 years ago
Zeev Suraski
91c808ecc4
Restore the headers_only test to the centralized SAPI startup. If necessary, it can
be overriden in the activate() callback.
26 years ago
Andi Gutmans
570e7e9a13
- Defining TSRM_WIN32 in each and every dsp sucked. Revert this change
26 years ago
Andi Gutmans
5bc9f72e85
- More Windows build fixes
26 years ago
Rasmus Lerdorf
8a36eb220e
Missed a couple of center attributes
26 years ago
Sascha Schumann
5905971122
Use SAPI' register_server_variables hook.
Defines PHP_SELF now.
26 years ago
Daniel Beulshausen
c8eb56cc59
changed the output directorys from the windowsbuilds
26 years ago
Daniel Beulshausen
000773e7b9
little fixes
26 years ago
Sascha Schumann
bac08af4cb
Disable php_value and add note about reliability
26 years ago
Sascha Schumann
2011db174b
AOLserver CVS uses PREFIX.
26 years ago
Sascha Schumann
479a96ed89
Set file_handle.opened_path to NULL
26 years ago
Daniel Beulshausen
0b686eaa2a
added the vs6 projectfile for the aolserver
26 years ago
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)
26 years ago