ancements. (rui)
+- Improved NSAPI SAPI: (Uwe Schindler)
+ . Don't set $_SERVER['HTTPS'] on unsecure connection (bug #55403).
+
04 Aug 2011, PHP 5.4.0 Alpha 3
- Added features:
. Short array syntax, see UPGRADING guide for full details (rsky0711 at gmail
Modified: php
hes/PHP_5_3/NEWS 2011-08-18 17:32:37 UTC (rev 315148)
+++ php/php-src/branches/PHP_5_3/NEWS 2011-08-18 19:12:49 UTC (rev 315149)
@@ -2,6 +2,9 @@
|||
?? ??? 2011, PHP 5.3.8
+- Improved NSAPI SAPI: (Uwe Schindler)
+
ER['HTTPS'] on unsecure connection (bug #55403). (Uwe
Schindler)
+23 Aug 2011, PHP 5.3.8
+
+- Core:
+ . Fixed bug #55439 (crypt() returns only the salt for MD5). (Stas)
+
- OpenSSL:
- . Reverted a change in timeout handling restoring PHP 5.3.6 behavior.
(Pierre,
-Andrey, Johann
9-11-12 15:14:12 UTC (rev 290581)
+++ php/php-src/branches/PHP_5_3/NEWS 2009-11-12 15:19:35 UTC (rev 290582)
@@ -20,6 +20,7 @@
- Fixed memory leak in extension loading when an error occurs on Windows.
(Pierre)
+- Fixed bug #50087 (NSAPI performance improvements). (Uwe Schindler)
- Fixed bug #5
thetaphi Thu, 12 Nov 2009 17:13:05 +
Revision: http://svn.php.net/viewvc?view=revision&revision=290591
Log:
As I am working on it, further improvement for bug #50087
Bug: http://bugs.php.net/50087 (Closed) [PATCH] - NSAPI performance improvements
Change
erre)
+- Fixed bug #50140 (With default compilation option, php symbols are
+ unresolved for nsapi). (Uwe Schindler)
- Fixed bug #50174 (Incorrectly matched docComment). (Felipe)
- Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses
containing = or ?). (Pierrick)
Modified: php/php
thetaphi Thu, 19 Nov 2009 22:13:15 +
Revision: http://svn.php.net/viewvc?view=revision&revision=291041
Log:
Fix compile error because of wrong merging from 5.3 branch.
TODO: Convert $SERVER[] variables to unicode also for NSAPI (see
apache2_handler)
Changed p
PROTECTED] so we can mail you a copy immediately. |
+--+
| Author: Jayakumar Muthukumarasamy <[EMAIL PROTECTED]> |
+ | Uwe Schindler <[EMAIL
/nsapi/CREDITS Sun Mar 2 08:45:23 2003
@@ -1,2 +1,2 @@
NSAPI
-Jayakumar Muthukumarasamy
+Jayakumar Muthukumarasamy, Uwe Schindler
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nov 20 05:31:09 2000
+++ php4/sapi/nsapi/CREDITS Fri Mar 7 12:08:06 2003
@@ -1,2 +1,2 @@
NSAPI
-Jayakumar Muthukumarasamy
+Jayakumar Muthukumarasamy, Uwe Schindler
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
thetaphiSun Mar 9 07:08:36 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi-readme.txt
Log:
Changes for iPlanet Webserver 6
Index: php4/sapi/nsapi/nsapi-readme.txt
diff -u php4/sapi/nsapi/nsapi-readme.txt:1.3 php4/sapi/nsapi/nsapi-rea
thetaphiSun Mar 9 07:09:06 2003 EDT
Modified files:
/php4/sapi/nsapinsapi-readme.txt
Log:
Changes for iPlanet Webserver 6
Index: php4/sapi/nsapi/nsapi-readme.txt
diff -u php4/sapi/nsapi/nsapi-readme.txt:1.3 php4/sapi/nsapi/nsapi-readme.txt:1.4
--- p
thetaphiThu May 29 08:24:28 2003 EDT
Modified files:
/php4/sapi/nsapinsapi.c
Log:
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)
Index: php4/sapi/ns
thetaphiThu May 29 08:27:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi.c
Log:
MFH: php.ini values in magnus/obj.conf; virtual() similar to apache;...
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.7 php4/sap
thetaphiThu May 29 08:29:50 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi-readme.txt
Log:
MFH.
Index: php4/sapi/nsapi/nsapi-readme.txt
diff -u php4/sapi/nsapi/nsapi-readme.txt:1.3.8.1
php4/sapi/nsapi/nsapi-readme.txt:1.3.8.2
--- ph
thetaphiThu May 29 16:13:15 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi.c
Log:
Changes for compilation on windows
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.8 php4/sapi/nsapi/nsapi.c:1.28.2.9
--- php4/sa
thetaphiThu May 29 16:13:43 2003 EDT
Modified files:
/php4/sapi/nsapinsapi.c
Log:
Changes for compilation under windows
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.38 php4/sapi/nsapi/nsapi.c:1.39
--- php4/sapi/nsapi/nsapi.c:1.38
thetaphiThu May 29 17:05:06 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi.c
Log:
fix of incomplete windows fix
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.9 php4/sapi/nsapi/nsapi.c:1.28.2.10
--- php4/sapi/n
thetaphiThu May 29 17:05:29 2003 EDT
Modified files:
/php4/sapi/nsapinsapi.c
Log:
fix of incomplete windows fix
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.39 php4/sapi/nsapi/nsapi.c:1.40
--- php4/sapi/nsapi/nsapi.c:1.39T
thetaphiFri May 30 09:15:04 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi.c
Log:
virtual() now works under windows, too
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.10 php4/sapi/nsapi/nsapi.c:1.28.2.11
--- p
thetaphiFri May 30 09:15:22 2003 EDT
Modified files:
/php4/sapi/nsapinsapi.c
Log:
virtual() now works under windows, too
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.40 php4/sapi/nsapi/nsapi.c:1.41
--- php4/sapi/nsapi/nsapi.c:1.40
thetaphiFri May 30 19:39:04 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi.c
Log:
Disable virtual() if zlib.output_compression is turned on. Better detection of
ns-httpdXX.dll
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/n
thetaphiFri May 30 19:39:16 2003 EDT
Modified files:
/php4/sapi/nsapinsapi.c
Log:
Disable virtual() if zlib.output_compression is turned on. Better detection of
ns-httpdXX.dll
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.41 php4/
thetaphiSat May 31 11:32:38 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi.c
Log:
zend_alter_ini_entry now with PHP_INI_USER
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.28.2.12 php4/sapi/nsapi/nsapi.c:1.28.2.13
-
thetaphiSat May 31 11:32:51 2003 EDT
Modified files:
/php4/sapi/nsapinsapi.c
Log:
zend_alter_ini_entry now with PHP_INI_USER
Index: php4/sapi/nsapi/nsapi.c
diff -u php4/sapi/nsapi/nsapi.c:1.42 php4/sapi/nsapi/nsapi.c:1.43
--- php4/sapi/nsapi/nsapi.c:
thetaphiSun Jun 1 17:14:58 2003 EDT
Modified files:
/php4/sapi/nsapinsapi-readme.txt nsapi.c
Log:
Update of README for newer servers; apache-similar functions nsapi_request_headers
and nsapi_response_headers with apache_* aliases; hide authorization-h
thetaphiSun Jun 1 17:15:52 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapinsapi-readme.txt nsapi.c
Log:
MFH: Update of README for newer servers; apache-similar functions
nsapi_request_headers and nsapi_response_headers with apache_* aliases
thetaphiSun Jun 1 17:45:04 2003 EDT
Modified files:
/php4/sapi/nsapiconfig.m4
Log:
Messages for newer servers.
Index: php4/sapi/nsapi/config.m4
diff -u php4/sapi/nsapi/config.m4:1.16 php4/sapi/nsapi/config.m4:1.17
--- php4/sapi/nsapi/config.m4:1.16
thetaphiSun Jun 1 17:45:26 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/sapi/nsapiconfig.m4
Log:
MFH: Messages for newer servers.
Index: php4/sapi/nsapi/config.m4
diff -u php4/sapi/nsapi/config.m4:1.16 php4/sapi/nsapi/config.m4:1.16.2.1
--- php4/
thetaphiWed Jul 2 09:37:39 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/nsapi nsapi.c
Log:
Prevent user from making nested PHP requests with virtual()
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.28.2.14 php-src/sapi
thetaphiWed Jul 2 09:39:41 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
prevent user from making nested PHP requests using virtual()
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.47 php-src/sapi/nsapi/nsapi.c:1.48
-
thetaphiWed Jul 2 18:39:37 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi-readme.txt nsapi.c
Log:
rename functions to php5_*
Index: php-src/sapi/nsapi/nsapi-readme.txt
diff -u php-src/sapi/nsapi/nsapi-readme.txt:1.6 php-src/sapi/nsapi/nsapi-readme.t
thetaphiWed Jul 2 18:40:14 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/nsapi nsapi-readme.txt
Log:
fix typo
Index: php-src/sapi/nsapi/nsapi-readme.txt
diff -u php-src/sapi/nsapi/nsapi-readme.txt:1.3.8.3
php-src/sapi/nsapi/nsapi-readme.txt:1
thetaphiTue Jul 15 13:30:33 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.49 php-src/sapi/n
thetaphiTue Jul 15 13:31:03 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi
thetaphiTue Jul 15 18:19:00 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
safe mode fix
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.50 php-src/sapi/nsapi/nsapi.c:1.51
--- php-src/sapi/nsapi/nsapi.c:1.50 Tue Jul
thetaphiTue Jul 15 18:19:23 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: safe mode fix
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.28.2.16 php-src/sapi/nsapi/nsapi.c:1.28.2.17
--- php-src/sapi
thetaphiMon Jul 21 10:20:31 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/nsapi nsapi.c
Log:
some code cleanups
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.28.2.17 php-src/sapi/nsapi/nsapi.c:1.28.2.18
--- php-src/sapi
thetaphiMon Jul 21 10:20:47 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
some code cleanups
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.51 php-src/sapi/nsapi/nsapi.c:1.52
--- php-src/sapi/nsapi/nsapi.c:1.51 Tue
thetaphiThu Jul 24 13:40:40 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi-readme.txt nsapi.c
Log:
Possibility to use php5_execute to display server error pages or directory listing
pages
Index: php-src/sapi/nsapi/nsapi-readme.txt
diff -u php-src/sap
|||
-26 Jun 2003, Version 4.3.3RC2
+30 Jul 2003, Version 4.3.3RC2
+- More improvements of NSAPI module (Uwe Schindler)
+ . Possibility to use PHP to generate HTTP error pages (404 Not Found,...)
+ . Possibility to use PHP to generate directory listings
thetaphiThu Jul 24 13:46:36 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi-readme.txt
Log:
put $ID:...$ in readme
Index: php-src/sapi/nsapi/nsapi-readme.txt
diff -u php-src/sapi/nsapi/nsapi-readme.txt:1.8 php-src/sapi/nsapi/nsapi-readme.txt:1.9
--- p
thetaphiThu Jul 24 13:46:57 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/nsapi nsapi-readme.txt
Log:
put $Id:...$ in readme
Index: php-src/sapi/nsapi/nsapi-readme.txt
diff -u php-src/sapi/nsapi/nsapi-readme.txt:1.3.8.5
php-src/sapi/nsapi/nsap
Sorry for the whitespace crap in NEWS. I should tell my textpad32 not to
remove spaces from line endings in text files...
"Uwe Schindler" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:<[EMAIL PROTECTED]>...
thetaphiThu Jul 24 13:42:40 200
thetaphiThu Jul 24 15:16:25 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcNEWS
Log:
revert the shitty whitespace patch...
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.301 php-src/NEWS:1.1247.2.302
--- php-src/NEWS:1.1247.2.301 Thu Jul 24 13
thetaphiSun Aug 3 07:22:53 2003 EDT
Modified files:
/php-src/sapi/apache2handlersapi_apache2.c
Log:
Fix Win32 Build because of missint TSRM stuff
Index: php-src/sapi/apache2handler/sapi_apache2.c
diff -u php-src/sapi/apache2handler/sapi_apache2.
thetaphiSun Aug 3 07:23:25 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/apache2handlersapi_apache2.c
Log:
MFH
Index: php-src/sapi/apache2handler/sapi_apache2.c
diff -u php-src/sapi/apache2handler/sapi_apache2.c:1.1.2.19
php-src/sapi/
thetaphiSun Aug 3 15:31:14 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/apache2filter sapi_apache2.c
Log:
MFH
Index: php-src/sapi/apache2filter/sapi_apache2.c
diff -u php-src/sapi/apache2filter/sapi_apache2.c:1.91.2.19
php-src/sapi/apache2fi
thetaphiSun Aug 3 15:31:56 2003 EDT
Modified files:
/php-src/sapi/apache2filter sapi_apache2.c
Log:
TSRM issue in windows compiling
Index: php-src/sapi/apache2filter/sapi_apache2.c
diff -u php-src/sapi/apache2filter/sapi_apache2.c:1.118
php-src/sapi/ap
thetaphiMon Aug 4 08:46:03 2003 EDT
Modified files:
/php-src/sapi/nsapi nsapi-readme.txt nsapi.c
Log:
Give user the chance to support nsapi_virtual() in newer servers by adding parameter
server_lib to php5_init (windows only)
Index: php-src/sapi/nsapi/
thetaphiMon Aug 4 08:46:38 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/sapi/nsapi nsapi-readme.txt nsapi.c
Log:
MFH
Index: php-src/sapi/nsapi/nsapi-readme.txt
diff -u php-src/sapi/nsapi/nsapi-readme.txt:1.3.8.6
php-src/sapi/nsapi/nsapi-readme.tx
thetaphiSat Apr 29 21:50:17 2006 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
Remove hiding of authorization headers completely because safe mode canceled
http://cvs.php.net/viewcvs.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.73&r2=1.74&diff_format=u
Ind
thetaphiTue Jul 25 08:42:54 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sybase_ct php_sybase_ct.c
Log:
Fix compilation with TSRM
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1=1.103.2.5.2.3&r2=1.103.2.5.2.4&diff_for
thetaphiTue Jul 25 09:19:39 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sybase_ct php_sybase_ct.c
Log:
revert shitty whitespace patch (forgot to reconfigure my editor after
reinstallation)
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_
thetaphiTue Jul 25 09:20:32 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sybase_ct php_sybase_ct.c
Log:
MFH: Fix compilation with TSRM (now correct)
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1=1.103.2.5.2.5&r2=1.
thetaphiTue Jul 25 09:12:07 2006 UTC
Modified files:
/php-src/ext/sybase_ct php_sybase_ct.c
Log:
Fix compilation with TSRM
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/php_sybase_ct.c?r1=1.113&r2=1.114&diff_format=u
Index: php-src/ext/sybase_
thetaphiFri Mar 20 15:53:34 2009 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
Fix a sigsegv on server shutdown, add missing sapi_shutdown().
!!! This should also be merged into 5.3, I prepared it, please tell me if it
is ok to commit !!!
http:
thetaphiFri Mar 20 15:54:36 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
Fix a sigsegv on server shutdown, add missing sapi_shutdown().
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.17&r2=1.69.2.3.2.
thetaphiMon Mar 23 23:13:14 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: Fix a sigsegv on server shutdown, add missing sapi_shutdown().
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.18&r2=1.
thetaphi Mon, 03 Aug 2009 10:12:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=286721
Log:
Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX
Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web Server 7.0
HPUX).
+ (Uwe Schindler)
- Fixed bug #49132 (posix_times returns false without error).
(phpbugs at gunnu dot us)
- Fixed bug #49125 (Error in dba_exists C code). (jdornan at stanford dot edu)
Modified: php/php-src/branches/PHP_5_3/sapi/nsapi/nsa
rver 7.0 on HPUX, #define HPUX).
+ (Uwe Schindler)
- Fixed bug #49132 (posix_times returns false without error).
(phpbugs at gunnu dot us)
- Fixed bug #49125 (Error in dba_exists C code). (jdornan at stanford dot edu)
Modified: php/php-src/branches/PHP_5_2/sapi/nsapi/nsa
Schindler
[email protected] - http://www.php.net
NSAPI SAPI developer
Bremen, Germany
> -Original Message-
> From: Jani Taskinen [mailto:[email protected]]
> Sent: Monday, August 03, 2009 12:26 PM
> To: Uwe Schindler
> Cc: [email protected]; [email protected]
> Subject: Re: [
> On 08/03/2009 01:36 PM, Uwe Schindler wrote:
> > Thanks Jani,
> >
> > I thought it is still optional to do this.
>
> Semi-optional. Since we use svn, why not fully make use of the features
> it provides?
+1. But excuse my fault, it was my first commit since the SV
thetaphiSun Jun 22 18:08:45 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.87&r2=1.88&diff_format=u
Index: php-
thetaphiSun Jun 22 18:09:41 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.4
thetaphiSun Jun 22 18:10:33 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: Response to: [PHP-DEV] cleaning up the functions - any volunteers? :)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.8&r2=
thetaphiSun Jun 22 22:16:41 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
URI should be UTF-8
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.88&r2=1.89&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/
thetaphiSun Jun 22 22:28:31 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
fix flushing for PHP6 output code
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.89&r2=1.90&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-s
thetaphiSat Nov 29 14:44:27 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
- Implement the changes needed for http://news.php.net/php.cvs/54228
- Additionally implement flushing in NSAPI and fix some small things
http://cvs.php.net/viewvc.cg
thetaphiSat Nov 29 14:45:51 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH:
- Implement the changes needed for http://news.php.net/php.cvs/54228
- Additionally implement flushing in NSAPI and fix some small things
http
thetaphiSat Nov 29 14:51:45 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
Hallo release manager: This patch is not release critical (affects only
NSAPI, but I want it to be fixed in the last version of PHP 5.2). If you do not
thetaphiSat Nov 29 19:36:41 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
remove one stat call and replace by cached one
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.95&r2=1.96&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
thetaphiSat Nov 29 19:37:06 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: remove one stat call and replace by cached one
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.10&r2=1.69.2.3.2.6.2.11&
thetaphiSat Nov 29 19:38:04 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: remove one stat call and replace by cached one
(release-manager: the same like with last commit)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsap
thetaphiSat Nov 29 19:57:23 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
Some nsapi.h specific ifdefs unified & corrected
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.96&r2=1.97&diff_format=u
Index: php-src/sapi/nsapi/nsapi.
thetaphiSat Nov 29 19:57:49 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: Some nsapi.h specific ifdefs unified & corrected
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.11&r2=1.69.2.3.2.6.2.1
thetaphiSat Nov 29 19:59:27 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: Some nsapi.h specific ifdefs unified & corrected (same like last commit,
only cleanup)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r
thetaphiSat Nov 29 23:43:43 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
support stat cache of webserver (like apache does)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.97&r2=1.98&diff_format=u
Index: php-src/sapi/nsapi/nsap
thetaphiSat Nov 29 23:44:09 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: support stat cache of webserver (like apache does)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.12&r2=1.69.2.3.2.6.2
thetaphiSat Nov 29 23:44:44 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: support stat cache of webserver (like apache does)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.12&r2=1.69.2.3.2.13&diff
thetaphiMon Dec 1 10:08:43 2008 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This
is needed for cleanup of the windows build.
http://cvs.php.net/viewvc.cgi/php-src/sapi/ns
thetaphiMon Dec 1 10:11:10 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This
is needed for cleanup of the windows build.
http://cvs.php.net/viewvc.cg
thetaphiMon Dec 1 10:11:57 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This
is needed for cleanup of the windows build.
http://cvs.php.net/viewvc.cg
thetaphiTue Jan 6 13:45:30 2009 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
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. T
thetaphiTue Jan 6 13:46:20 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
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
thetaphiTue Jan 6 13:46:49 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
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
thetaphiSun Jan 11 13:39:01 2009 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
add sanity check for time_t size of win32
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.101&r2=1.102&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
dif
thetaphiSun Jan 11 13:39:39 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
MFH: add sanity check for time_t size of win32
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.16&r2=1.69.2.3.2.6.2.17&diff_
thetaphiSun Jan 11 13:46:46 2009 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
revert last commit, sizeof does not work in preprocessor :(
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.102&r2=1.103&diff_format=u
Index: php-src/sapi
thetaphiSun Jan 11 13:47:01 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/sapi/nsapi nsapi.c
Log:
revert last commit, sizeof does not work in preprocessor :(
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.6.2.17&r2=1.69.2.3.2
have failures in
NSAPI :-)
Thanks,
Uwe
-----
Uwe Schindler
[email protected] - http://www.php.net
NSAPI SAPI developer
Bremen, Germany
> -Original Message-
> From: Pierre Joye [mailto:[email protected]]
> Sent: Sunday, January 11, 2009 2:41 PM
> To: Uwe Schindler
> Cc: p
thetaphiWed Feb 25 19:52:06 2009 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
Fix Bug 47495: Keep header in internal list after add, so headers_list()
works correctly. Other SAPIs have the same problem, but PHP 5.3 fixes this more
thetaphiFri Oct 27 07:22:46 2006 UTC
Modified files:
/php-src/sapi/nsapi config.m4
Log:
Fix build in Sun Webserver 7
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/config.m4?r1=1.17&r2=1.18&diff_format=u
Index: php-src/sapi/nsapi/config.m4
diff -u php-
thetaphiFri Oct 27 07:23:44 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi config.m4
Log:
Fix build in Sun Webserver 7 (should be in 5.2.0, it's not critical but does
not break mainstream sapis!!!)
http://cvs.php.net/viewvc.cgi/php-src/sa
thetaphiFri Oct 27 07:29:15 2006 UTC
Modified files:
/php-src/sapi/nsapi nsapi-readme.txt
Log:
update readme
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi-readme.txt?r1=1.12&r2=1.13&diff_format=u
Index: php-src/sapi/nsapi/nsapi-readme.txt
diff -
thetaphiFri Oct 27 07:29:51 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi-readme.txt
Log:
MFH: update readme
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi-readme.txt?r1=1.12&r2=1.12.6.1&diff_format=u
Index: php-src/sapi/nsa
thetaphiFri Oct 27 09:02:54 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
update news
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.312&r2=1.2027.2.547.2.313&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2
thetaphiMon Mar 5 16:28:39 2007 UTC
Modified files:
/php-src/sapi/nsapi nsapi.c
Log:
snprintf patch
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.78&r2=1.79&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi
thetaphiMon Mar 5 16:29:18 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
snprintf patch
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.2&r2=1.69.2.3.2.3&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
1 - 100 of 166 matches
Mail list logo