History log of /PHP-5.5/sapi/nsapi/nsapi.c (Results 76 – 100 of 125)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e3a55ba2 15-Jul-2003 Uwe Schindler

Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future


# 948476bd 02-Jul-2003 Uwe Schindler

rename functions to php5_*


# 2f280dcd 02-Jul-2003 Uwe Schindler

prevent user from making nested PHP requests using virtual()


Revision tags: php-5.0.0b1, php-4.3.3RC1
# fa48ad6d 15-Jun-2003 Edin Kadribasic

Fixed ZTS build


# 045460ed 15-Jun-2003 Edin Kadribasic

No need for this in the HEAD branch


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 82773428 01-Jun-2003 Uwe Schindler

Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode.


# 6aaa211e 31-May-2003 Uwe Schindler

zend_alter_ini_entry now with PHP_INI_USER


# eeb7f406 30-May-2003 Uwe Schindler

Disable virtual() if zlib.output_compression is turned on. Better detection of ns-httpdXX.dll


Revision tags: BEFORE_FD_REAPPLY
# c1b8e699 30-May-2003 Uwe Schindler

virtual() now works under windows, too


# 499f902a 29-May-2003 Uwe Schindler

fix of incomplete windows fix


# b13365a5 29-May-2003 Uwe Schindler

Changes for compilation under windows


# fe141ca1 29-May-2003 Uwe Schindler

Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() function to make sub-request on server (thanks to Chris Elving from Sun)


Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT
# 1e4730fb 20-May-2003 Uwe Schindler

Set exspected threads to tsrm_startup() to number of threads NSAPI returns for server


# 6672f23a 19-May-2003 Uwe Schindler

NSAPI SAPI sends now 404 if script not found and 500 if execution failed. Includes forgotten php4_close() function registration. Complete rewrite of php4_execute()


# 2a90ecf4 18-May-2003 Uwe Schindler

Implement feature request #8879: Added possibility to alter ini entries by php4_execute service line. php4_init now supports path to an alternate php.ini (for example in the webservers config directo

Implement feature request #8879: Added possibility to alter ini entries by php4_execute service line. php4_init now supports path to an alternate php.ini (for example in the webservers config directory)

show more ...


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 0353b50f 24-Mar-2003 Uwe Schindler

PHP_WIN32 included


Revision tags: php-4.3.2RC1, php-4.3.1
# b69d4c00 09-Feb-2003 foobar

style, ws


# 8c596d13 09-Feb-2003 foobar

Some compilers puke on these..


# 738b662b 07-Feb-2003 Uwe Schindler

(NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now similar to apache SAPI; with this new file the memory leaks (webserver eats up memory during a few days running) are also disap

(NSAPI SAPI) Fixed _SERVER[] variables (all headers included) to be now similar to apache SAPI; with this new file the memory leaks (webserver eats up memory during a few days running) are also disappeared (all by NSAPI allocated strings are freed).

show more ...


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2
# dd53efc1 26-Nov-2002 foobar

- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.


Revision tags: RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2
# d5870ef5 26-Oct-2002 Ilia Alshanetsky

Added a sanity check (hopefuly will fix bug #20109). According to
http://developer.netscape.com/docs/manuals/enterprise/40/nsapi/05_nsapi.htm#551539
util_hostname() can return a NULL value.


Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 76312b45 18-Sep-2002 Zeev Suraski

another startup initialization fix - only ISAPI and CGI SAPI's tested,
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 44a5b43b 21-Jun-2002 Stefan Esser

Fixing the same possible memory leak.


12345