summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* zlib.h being included before ssl.h needs to be handled here tooRasmus Lerdorf2002-10-081-0/+7
|
* Add note about javax.servlet package.Sebastian Bergmann2002-10-061-0/+3
|
* A slightly better content-type check.Ilia Alshanetsky2002-10-041-1/+1
|
* Added a note on how to enable .phps support.Ilia Alshanetsky2002-10-041-0/+4
|
* Added .phps support to Apache 2. It can be enabled by addingIlia Alshanetsky2002-10-041-10/+25
| | | | | | AddType application/x-httpd-php-source .phps to httpd.conf
* - Revert changed to implicit_flush behavior. The new behavior was notDerick Rethans2002-10-031-0/+1
| | | | | intended in the first place.
* Shouldn't enable implicit_flush like this.Yasuo Ohgaki2002-10-031-1/+0
| | | | | | Most problems are fixed. If you find internal function that does not follow my comment, please fix it or let me know.
* Added missing TSRMLS_DC to php_apache_lookup_uri()Ilia Alshanetsky2002-10-031-3/+3
|
* Added apache_response_headers(), apache_note(), apache_getenv() andIlia Alshanetsky2002-10-021-15/+160
| | | | | | | | 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().
* Possible fix for #19290foobar2002-09-291-2/+3
|
* Follow Yasuo's suggestion and build sapi program's under the sapi-specificSascha Schumann2002-09-299-8/+332
| | | | | | | | | directory. Move sapi-specific makefile fragments to their respective directory. Create an embed sapi module which resides in its own dir now.
* Those two have enough credits already :)Edin Kadribasic2002-09-271-1/+1
|
* fix phpinfo() output for better browser BCColin Viebrock2002-09-262-2/+2
|
* Fixed bug #17466Ilia Alshanetsky2002-09-232-1/+20
|
* Allow this to build on beos with it's bizarre linking.David Reid2002-09-231-0/+8
|
* Force /nocache/ entities to be delivered completely, even if aSascha Schumann2002-09-231-34/+58
| | | | | broken proxy ignores our anti-cache headers and sends an IMS request.
* We leak quite a few things intentionally, if you want to debug it - enableZeev Suraski2002-09-231-1/+1
| | | | | explicitly please..
* Fixed bug #17662Ilia Alshanetsky2002-09-231-1/+12
|
* Use generic getnameinfo for address-to-name translation, if available.Sascha Schumann2002-09-231-1/+18
| | | | | This adds support for IPv6 addresses.
* Immediately unmap /nocache/ entries, so that the mmc cache does not getSascha Schumann2002-09-211-12/+108
| | | | | polluted too much.
* Fixed bug #15038, original patch by: phpman@toowards.comIlia Alshanetsky2002-09-211-1/+3
|
* Fix double initializationZeev Suraski2002-09-213-7/+0
|
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-192-2/+2
| | | | | | | | | | 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.
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-1818-43/+103
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* Should fix #19425foobar2002-09-161-1/+1
|
* Fix for bug #19290Dan Kalowsky2002-09-081-1/+3
| | | | | # Untested
* @- Added --disable-all configure option. (Jani)foobar2002-09-042-3/+3
|
* Fix headers when default content type is used.Marcus Boerger2002-09-041-3/+3
| | | | | #THIS fixes the problems with error_log()
* - prepare non-html phpinfo output for zend extensionsJan Lehnardt2002-09-021-0/+2
|
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-5/+8
| | | | | | @ WebDAV http requests within PHP scripts. (chregu) # More methods (for DeltaV) will follow.
* These functions are not used elsewhere.foobar2002-08-221-29/+28
|
* Fix ZTS buildfoobar2002-08-211-0/+1
|
* Fix for Bug #18999Dan Kalowsky2002-08-201-1/+1
|
* Fix xbithack bug finally (see bug #16515)Rasmus Lerdorf2002-08-191-2/+6
|
* Debug functions should only work in debug mode.Edin Kadribasic2002-08-191-1/+1
|
* Some minor changes related to Pi3Web 2.0.1.Holger Zimmermann2002-08-181-6/+6
|
* make POST requests work againStefan Esser2002-08-181-1/+3
|
* Removed unused local variable header_line.Holger Zimmermann2002-08-181-1/+0
|
* Fix a NASTY multithreading bug with in the Apache moduleZeev Suraski2002-08-151-1/+1
|
* Fix for Bug #9280 with regards to an Expect header. patch submitted byDan Kalowsky2002-08-141-0/+8
| | | | | | Ilia <ilia@prohost.org> # someone just give the man his php4 karma please!
* Fix for Bug #18794, and probably various others with nsapiDan Kalowsky2002-08-141-3/+5
|
* Fix protoRasmus Lerdorf2002-08-131-1/+1
|
* change order of initialisation to allow making filename availableMarcus Boerger2002-08-101-28/+36
| | | | | through $_SERVER variables (Bug #18657)
* fix for bug #18794, not checking for actual filesDan Kalowsky2002-08-081-1/+3
|
* dump memory leaks on shutdownHarald Radi2002-08-071-0/+4
|
* The link lines don't need any of $DEFS, $INCLUDES, $EXTRA_INCLUDES orMarko Karppinen2002-08-062-4/+4
| | | | | $CPPFLAGS, right? Removed them. Added frameworks to $COMMON_FLAGS.
* Support compiling and linking against Darwin / Mac OS X frameworksMarko Karppinen2002-08-062-2/+2
|
* Fix segfault due to unchecked null pointerSascha Schumann2002-07-261-35/+37
|
* - Fixed bug: #18560, the macro was not defined always.foobar2002-07-251-11/+0
|
* Removed some outdated lines from init_request_info().Holger Zimmermann2002-07-231-3/+0
|