summaryrefslogtreecommitdiff
path: root/sapi/webjames
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-7/+4
| | | | | | | | | | | | MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-10/+14
|
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
|
* MFH: Improve robustness of sending routinesAlex Waugh2006-11-261-12/+32
|
* MFH Improve DOCUMENT_ROOT settingAlex Waugh2006-03-071-3/+6
|
* bump year and license versionfoobar2006-01-012-6/+6
|
* - Bumber up yearfoobar2005-08-032-2/+2
|
* Add the new request_time sapi struct entry to all the sapis. Some of theseRasmus Lerdorf2004-12-201-0/+1
| | | | | | | may have ways of getting the request time without the extra syscall, but for now let's just make sure we don't crash and people will eventually fill these in where applicable.
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-261-3/+0
|
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+2
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* Add sapi_header_op interface which supersedes the sapi_add_header and _exSascha Schumann2002-07-031-17/+1
| | | | | | | | | | | | | | | | | | | | | 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");
* Backslashes caused the build to fail with autoconf 2.52Alex Waugh2002-03-241-2/+1
|
* 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
* Updated build instructionsAlex Waugh2002-03-032-12/+6
|
* Updated to new TSRM macrosAlex Waugh2002-02-171-35/+20
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Added missing cvs ids and unified configure messages.foobar2001-11-301-0/+4
|
* New SAPI module for the WebJames server on RISC OSAlex Waugh2001-11-056-0/+426
@- New SAPI module for the WebJames server on RISC OS (Alex Waugh)