1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Commit Graph

95 Commits

Author SHA1 Message Date
Uwe Schindler
a4b9d8117f MFH: replace strncpy with strlcpy 2004-06-26 10:30:22 +00:00
Uwe Schindler
aed8e18415 Addendum to bug #28878: change ini keys as PHP_INI_SYSTEM
Also: Adding "bucket" parameter to non-ini-keys, Elemination of double CONTENT_TYPE/_LENGTH environment variables
2004-06-23 13:05:12 +00:00
Uwe Schindler
de54f321b3 Fix bug #28878: php.ini values in php4_execute 2004-06-22 15:37:55 +00:00
Uwe Schindler
ba9faa42a0 Security fix: Put '\0' string termination before loop 2004-05-03 12:22:54 +00:00
Uwe Schindler
02ab9ce41d hint to raise stacksize (bug #27231) 2004-03-18 13:37:41 +00:00
Uwe Schindler
8c0e3568a9 remove revision tag from module version entry 2003-12-12 16:21:44 +00:00
Uwe Schindler
571ca7f26e this is not needed 2003-11-01 23:56:58 +00:00
Uwe Schindler
005dfa3c04 MFH 2003-10-31 17:32:04 +00:00
Uwe Schindler
112c1def73 Send correct default content type from php.ini not static text/html (important for other charsets than iso-8859-1) 2003-10-31 12:17:43 +00:00
Uwe Schindler
5be79b203b new SunONE server 2003-10-17 21:57:45 +00:00
Uwe Schindler
e95fbd1f2c MFH 2003-08-04 12:46:38 +00:00
foobar
d892bf5333 MFH 2003-08-01 11:24:20 +00:00
Uwe Schindler
c2de8f4282 put $Id:...$ in readme 2003-07-24 17:46:57 +00:00
Uwe Schindler
7e3fa7bd59 MFH: Possibility to use php4_execute to display server error pages or directory listing pages 2003-07-24 17:42:40 +00:00
Uwe Schindler
7ba06d0145 some code cleanups 2003-07-21 14:20:30 +00:00
Uwe Schindler
dff2f35098 MFH: safe mode fix 2003-07-15 22:19:23 +00:00
Uwe Schindler
261429dc52 MFH: Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future 2003-07-15 17:31:03 +00:00
Uwe Schindler
b6b4369972 fix typo 2003-07-02 22:40:13 +00:00
Uwe Schindler
62ef1e2857 Prevent user from making nested PHP requests with virtual() 2003-07-02 13:37:39 +00:00
Uwe Schindler
84ebb3ae39 MFH: Messages for newer servers. 2003-06-01 21:45:26 +00:00
Uwe Schindler
aa9d7d766e MFH: Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode. 2003-06-01 21:15:52 +00:00
Uwe Schindler
2da81fefb8 zend_alter_ini_entry now with PHP_INI_USER 2003-05-31 15:32:38 +00:00
Uwe Schindler
873f321cf7 Disable virtual() if zlib.output_compression is turned on. Better detection of ns-httpdXX.dll 2003-05-30 23:39:04 +00:00
Uwe Schindler
f9f0c83b30 virtual() now works under windows, too 2003-05-30 13:15:04 +00:00
Uwe Schindler
c97e3bac2a fix of incomplete windows fix 2003-05-29 21:05:06 +00:00
Uwe Schindler
b653dfe7ba Changes for compilation on windows 2003-05-29 20:13:15 +00:00
Uwe Schindler
c5ec799b2d MFH. 2003-05-29 12:29:50 +00:00
Uwe Schindler
3ae99689f7 MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;... 2003-05-29 12:27:39 +00:00
Zeev Suraski
2127840893 Revert PHP part of the fd patch 2003-05-21 09:34:21 +00:00
Sascha Schumann
8053881211 protect against further surprises by initializing all zend_file_handle's 2003-05-17 08:06:53 +00:00
Uwe Schindler
25dc000e41 PHP_WIN32 included 2003-03-24 10:33:47 +00:00
Uwe Schindler
da7b2d970d Changes for iPlanet Webserver 6 2003-03-09 12:08:36 +00:00
Uwe Schindler
c138b63720 credits update 2003-03-07 17:08:06 +00:00
foobar
3df73b303e MFH (ws fixes, but merged to ease any fix patch merging) 2003-02-09 23:48:59 +00:00
foobar
b7e4606a73 MFH 2003-02-09 23:30:08 +00:00
foobar
8fc9bfc66e MFH: Fixed _SERVER[] variables, memleaks 2003-02-09 23:27:50 +00:00
Sebastian Bergmann
03d440e1c0 MFH: Bump year. 2002-12-31 16:27:40 +00:00
Ilia Alshanetsky
d5870ef544 Added a sanity check (hopefuly will fix bug #20109). According to
http://developer.netscape.com/docs/manuals/enterprise/40/nsapi/05_nsapi.htm#551539
util_hostname() can return a NULL value.
2002-10-26 22:00:36 +00:00
foobar
350340241c Possible fix for #19290 2002-09-29 22:24:20 +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
Dan Kalowsky
7dd7d39385 Fix for bug #19290
# Untested
2002-09-08 18:13:56 +00:00
Dan Kalowsky
57a1181b9a Fix for Bug #18999 2002-08-20 23:04:53 +00:00
Dan Kalowsky
398288f236 Fix for Bug #18794, and probably various others with nsapi 2002-08-14 16:39:26 +00:00
Dan Kalowsky
9b7cc76300 fix for bug #18794, not checking for actual files 2002-08-08 05:52:15 +00:00
Stefan Esser
44a5b43b79 Fixing the same possible memory leak. 2002-06-21 14:47:59 +00:00
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
2002-03-07 14:20:02 +00:00
Derick Rethans
9d6c7626da - Reformatting 2002-02-20 10:41:18 +00:00
Sebastian Bergmann
38933514e1 Update headers. 2001-12-11 15:32:16 +00:00
foobar
f43b57190c Added missing cvs ids and unified configure messages. 2001-11-30 19:01:32 +00:00
Jeroen van Wolffelaar
eb38ca844b Undo Z_ subst for sapi and ext/yaz 2001-09-27 20:01:23 +00:00