History log of /PHP-5.5/sapi/nsapi/nsapi.c (Results 26 – 50 of 125)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.1RC4
# d80507b7 12-Nov-2009 Uwe Schindler

As I am working on it, further improvement for bug #50087


Revision tags: php-5.2.12RC1
# 47189cac 12-Nov-2009 Uwe Schindler

Fix bug #50087: NSAPI performance improvements


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 847f6374 03-Aug-2009 Uwe Schindler

MFH: Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# 0935ae19 23-Mar-2009 Uwe Schindler

MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# b70260d3 11-Jan-2009 Uwe Schindler

revert last commit, sizeof does not work in preprocessor :(


# 4db4009c 11-Jan-2009 Uwe Schindler

MFH: add sanity check for time_t size of win32


# 3d4c47e2 06-Jan-2009 Uwe Schindler

MFH: the #ifdef was never working. If Sun extends its NSAPI to support subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not chang

MFH: the #ifdef was never working. If Sun extends its NSAPI to support 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.

show more ...


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# f24ac160 01-Dec-2008 Uwe Schindler

remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build.


# 482d167a 29-Nov-2008 Uwe Schindler

MFH: support stat cache of webserver (like apache does)


# 0bcf89e2 29-Nov-2008 Uwe Schindler

MFH: Some nsapi.h specific ifdefs unified & corrected


# 7db781fc 29-Nov-2008 Uwe Schindler

MFH: remove one stat call and replace by cached one


# 321b1b68 29-Nov-2008 Uwe Schindler

MFH:
- Implement the changes needed for http://news.php.net/php.cvs/54228
- Additionally implement flushing in NSAPI and fix some small things


Revision tags: php-5.2.7RC5, php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# cc9a2860 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1
# 67185d60 16-Jul-2008 Felipe Pena

- Added arginfo


# 48bfd447 22-Jun-2008 Uwe Schindler

MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 45e327a6 18-Mar-2008 Rasmus Lerdorf

Add new empty child terminate sapi hook to the rest of the sapis


# 5d9e462e 09-Mar-2008 Felipe Pena

Fix typo (#44381)


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2
# 88bef568 27-Apr-2007 Uwe Schindler

MFH: Fix crash on server startup when log message is printed


Revision tags: php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# ad336e43 06-Mar-2007 Uwe Schindler

remove (large) static buffers for header names and request uri


# e25bb8ea 06-Mar-2007 Uwe Schindler

use slprintf instead of snprintf and remove 0termination things (because slprintf is always available now)


12345