summaryrefslogtreecommitdiff
path: root/sapi/nsapi
Commit message (Collapse)AuthorAgeFilesLines
* MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().Uwe Schindler2009-03-231-0/+6
|
* - disable it when ZTS is disabledPierre Joye2009-03-201-0/+1
|
* revert last commit, sizeof does not work in preprocessor :(Uwe Schindler2009-01-111-7/+0
|
* MFH: add sanity check for time_t size of win32Uwe Schindler2009-01-111-1/+8
|
* MFH: the #ifdef was never working. If Sun extends its NSAPI to support ↵Uwe Schindler2009-01-061-8/+0
| | | | subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour.
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* remove unneeded includes (not needed since NSAPI 3.0, wich is very old). ↵Uwe Schindler2008-12-011-6/+0
| | | | This is needed for cleanup of the windows build.
* MFH: support stat cache of webserver (like apache does)Uwe Schindler2008-11-291-1/+8
|
* MFH: Some nsapi.h specific ifdefs unified & correctedUwe Schindler2008-11-291-4/+2
|
* MFH: remove one stat call and replace by cached oneUwe Schindler2008-11-291-6/+3
|
* MFH:Uwe Schindler2008-11-291-29/+94
| | | | | | - Implement the changes needed for http://news.php.net/php.cvs/54228 - Additionally implement flushing in NSAPI and fix some small things
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-3/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-3/+0
|
* - Added arginfoFelipe Pena2008-07-161-7/+23
|
* MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)Uwe Schindler2008-06-221-11/+17
|
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
|
* Fix typo (#44381)Felipe Pena2008-03-091-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-14/+8
| | | | | | | | | | | | 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: Fix crash on server startup when log message is printedUwe Schindler2007-04-271-1/+5
|
* remove (large) static buffers for header names and request uriUwe Schindler2007-03-061-19/+27
|
* use slprintf instead of snprintf and remove 0termination things (because ↵Uwe Schindler2007-03-061-14/+10
| | | | slprintf is always available now)
* snprintf patchUwe Schindler2007-03-051-2/+2
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH: update readmeUwe Schindler2006-10-271-6/+6
|
* Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does ↵Uwe Schindler2006-10-271-11/+11
| | | | not break mainstream sapis!!!)
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)Dmitry Stogov2005-07-041-1/+1
|
* Add sapi.get_request_time() to NSAPIUwe Schindler2005-04-031-1/+6
|
* 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.
* changed order of processing of ini entriesUwe Schindler2004-09-201-2/+2
|
* Fixed bug #29805 (HTTP Authentication Issues)Uwe Schindler2004-09-151-0/+2
|
* replace strncpy with strlcpyUwe Schindler2004-06-261-5/+3
|
* Addendum to bug #28878: change ini keys as PHP_INI_SYSTEMUwe Schindler2004-06-231-17/+10
| | | | | Also: Adding "bucket" parameter to non-ini-keys, Elemination of double CONTENT_TYPE/_LENGTH environment variables
* Fix bug #28878: php.ini values in php5_executeUwe Schindler2004-06-221-1/+1
|
* Security fix: Put '\0' string termination before loopUwe Schindler2004-05-031-1/+1
|
* hint to raise stacksize (bug #27231)Uwe Schindler2004-03-181-0/+4
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-28/+28
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* glob-ify lib checks; this simplifies writing of config.w32 files a little.Wez Furlong2004-01-071-2/+1
|
* More things for the new build system.Wez Furlong2003-12-191-13/+7
| | | | | Pi3Web and aolserver build untested (no headers and libs for those here)
* remove revision tag from module version entryUwe Schindler2003-12-121-2/+2
|
* use /Ox flag for release build (all optimizations on).Wez Furlong2003-12-051-13/+11
| | | | | | | | | | If no php_build dir is specified, then look for either of the two "standard" things in reasonable locations. Allow CHECK_LIB to search for the "same" library using a ; separated list of alternatives. Tweak nsapi config and remove redundant or unused flags. Add ZTS checks for both isapi and nsapi configs.
* First version... Wez: can you check this...Uwe Schindler2003-12-051-0/+28
|