summaryrefslogtreecommitdiff
path: root/sapi/pi3web
Commit message (Collapse)AuthorAgeFilesLines
* Removed some outdated lines from init_request_info().Holger Zimmermann2002-07-231-3/+0
|
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-4/+8
| | | | | | | | | | | | | | | | | | | | | calls. Revert the change to the sapi_add_header_ex interface. Fix various bugs: 1. header("HTTP/1.0 306 foo"); header("Location: absolute-uri"); did not work in combination with several SAPI modules, because http_status_line was never properly reset. And thus, all SAPI modules which looked at http_status_line ignored the changed http_response_code. 2. The CGI SAPI did not send out the HTTP status line at all, if http_status_line had not been set explicitly by calling header("HTTP/1.0 200 foo");
* - Added a new parameter to the header() function which overrides the HTTPDerick Rethans2002-06-211-1/+1
| | | | | | | response code. @- Added a new parameter to the header() function which overrides the HTTP @ response code. (Derick)
* Please welcome the new build system.Sascha Schumann2002-03-072-7/+1
| | | | | | | | | | 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
* Fixed functionality to read in server variables.Holger Zimmermann2002-02-232-40/+54
|
* - Let php_execute_script return 0 on failure and 1 on sucess, and changeDerick Rethans2002-02-141-1/+1
| | | | | SAPIs accordingly. (Andrei, Derick)
* Remove obsolete CG(extended_info) = 0 calls, we already do this in ↵Sebastian Bergmann2002-02-021-1/+0
| | | | zend_set_default_compile_time_values().
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-0/+4
|
* * fix module struct in rest of sapi modulesStig Bakken2001-10-121-0/+2
|
* - More <br> to <br /> fixesDerick Rethans2001-10-091-1/+1
|
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-4/+4
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-4/+4
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* TSRMLS fixesDaniel Beulshausen2001-08-141-4/+3
|
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
|
* more tsrm cleanupSascha Schumann2001-08-051-2/+1
|
* further tsrm cleanupSascha Schumann2001-08-051-2/+1
|
* Remove more duplicate TSRMLS_FETCH() calls.Sebastian Bergmann2001-08-051-2/+0
|
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-1/+1
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-5/+5
|
* Zend compatibility patchZeev Suraski2001-07-301-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-18/+17
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-6/+6
| | | | | | | - 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...
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-54/+56
| | | | | Note: You may *not* return directly from a catch block
* UpdatedHolger Zimmermann2001-07-211-2/+2
|
* UpdatedHolger Zimmermann2001-07-201-1/+1
|
* UpdatedHolger Zimmermann2001-07-201-1/+1
|
* Updated PHP mode, fixed indent mode, added syntax check modeHolger Zimmermann2001-07-202-19/+39
|
* add/fix pi3web dspDaniel Beulshausen2001-04-281-1513/+47
|
* Contribute the MSVC project file. Someone could add this to the php4ts ↵Holger Zimmermann2001-04-081-0/+1602
| | | | workspace.
* Reorganized the #define's in the header.Holger Zimmermann2001-04-082-31/+31
|
* Updated copyright agreement regarding move of Pi3Web to sourceforge.Holger Zimmermann2001-04-081-2/+3
|
* Add INSTALL_ROOT variable to specify install location.Wilfredo Sanchez2001-04-031-1/+1
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-4/+4
| | | | | # Heads up people! I tested this before committing but you never know..
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Many patches. I hope I remember them all:Zeev Suraski2001-01-021-6/+6
| | | | | | | | | - 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.
* Minor update regarding new phpinfo table format. Moved pi3web_sapi.h to the ↵Holger Zimmermann2000-12-282-2/+93
| | | | | | | | | | sapi module. PR: Submitted by: Reviewed by: Obtained from: Pi3Web
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Update SAPI modules to interface with the new TSRM.Zeev Suraski2000-11-181-1/+1
| | | | | Enable thread-safety memory debugging in ISAPI when in debug mode
* Unify handling of aborted connectionsSascha Schumann2000-10-291-0/+3
|
* Restore the headers_only test to the centralized SAPI startup. If ↵Zeev Suraski2000-09-081-5/+0
| | | | | | | necessary, it can be overriden in the activate() callback.
* Set file_handle.opened_path to NULLSascha Schumann2000-08-221-0/+1
|
* Fix buildZeev Suraski2000-08-201-2/+2
|
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-201-13/+2
| | | | | | | | | to the directory where the executing script is located. Since this needs to be implemented for all SAPI modules anyway, this change moves the functionality to php_execute_script() and gets rid of the per-module code.
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-0/+6
| | | | | | | | | | | | | | | 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)
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-5/+3
|
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-1/+2
| | | | | used for output.
* Changed strtok_r to php_strtok_rHolger Zimmermann2000-06-181-2/+2
|
* Cosmetic cleanupsSascha Schumann2000-06-181-12/+8
|
* Readd pi3web_sapi.c and reset flags.Sascha Schumann2000-06-181-0/+461
|