Re: [PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Jup, of course. But it's added to the windows section, not to the SAPIs
one. So it should be fine.

Regards

Anatoliy

On Wed, November 14, 2012 10:33, Johannes Schlüter wrote:
> On Wed, 2012-11-14 at 09:02 +, Anatoliy Belsky wrote:
>
>>
>> +- Apache 2.4 handler is supported as of PHP 5.3.20
>> +
>>
>
> That's Windows specific, isn't? From source, I think, we supported this
> for a while already.
>
> johannes
>
>
>


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING

2012-11-14 Thread Johannes Schlüter
On Wed, 2012-11-14 at 09:02 +, Anatoliy Belsky wrote:
> 
> +- Apache 2.4 handler is supported as of PHP 5.3.20
> + 

That's Windows specific, isn't? From source, I think, we supported this
for a while already.

johannes



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Commit:e73beb82dfec93e4e196604107355b21bb2f166e
Author:Anatoliy Belsky  Wed, 14 Nov 2012 10:15:42 
+0100
Parents:   0cac06c0ebe5033199ce984d005173edd94e615b
Branches:  PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=e73beb82dfec93e4e196604107355b21bb2f166e

Log:
Updated NEWS

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 41f2d2a..cc4cb1d 100644
--- a/NEWS
+++ b/NEWS
@@ -181,4 +181,7 @@ PHP 
   NEWS
   . Fixed bug #63248 (Load multiple magic files from a directory under 
Windows).
   (Anatoliy)
 
+- Apache2 Handler SAPI:
+  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
+
 <<< NOTE: Insert NEWS from last stable release here prior to actual release! 
>>>
diff --git a/UPGRADING b/UPGRADING
index 0e497f7..e6362be 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,7 +13,8 @@ PHP X.Y UPGRADE NOTES
 8. Other Changes to Extensions
 9. New Global Constants
 10. Changes to INI File Handling
-11. Other Changes
+11. Windows Support
+12. Other Changes
 
 
 
@@ -247,9 +248,15 @@ PHP X.Y UPGRADE NOTES
 APIs which use(are built) for mysqlnd. This allows ext/mysqli to be used
with the new auth protocol, although at coarser level.
 
+
+11. Windows Support
+
+
+- Apache 2.4 handler is supported as of PHP 5.5.0
+
 
 
-11. Other Changes
+12. Other Changes
 
 
 - Logo GUIDs will no longer work


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: UPdated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Commit:5a1d2fe415cbd21f2237629b956012565494f203
Author:Anatoliy Belsky  Wed, 14 Nov 2012 10:06:46 
+0100
Parents:   55a4da7f53820846f38a89b061193afa943a0954
Branches:  PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=5a1d2fe415cbd21f2237629b956012565494f203

Log:
UPdated NEWS

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index ee9a884..3672fe0 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,9 @@ PHP   
 NEWS
   . Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
 traitnames). (Laruence)
 
+- Apache2 Handler SAPI:
+  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
+
 18 Oct 2012, PHP 5.4.8
 
 - CLI server:
diff --git a/UPGRADING b/UPGRADING
index 68102b8..0293a6a 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -525,6 +525,8 @@ b. Extensions with changed behavior
   must be activated manually with the "extension = php_com_dotnet.dll" 
directive
   in php.ini.
 
+- Apache 2.4 handler is supported as of PHP 5.4.9
+
 ==
 12. New in PHP 5.4
 ==


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Commit:f5d8b638c7864150db3e7d39ecf3808850c82e0f
Author:Anatoliy Belsky  Wed, 14 Nov 2012 10:02:35 
+0100
Parents:   019bdff3951f415e2d5c44933da30a4669c628e8
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=f5d8b638c7864150db3e7d39ecf3808850c82e0f

Log:
Updated NEWS

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 26b179d..bca9590 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP 
   NEWS
 - Core:
   . Fixed bug #63451 (config.guess file does not have AIX 7 defined, 
 shared objects are not created). (kemcline at au1 dot ibm dot com)
+- Apache2 Handler SAPI:
+  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
+
 
 ?? ??? 2012, PHP 5.3.19
 
diff --git a/UPGRADING b/UPGRADING
index 9d62054..bccae66 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -484,6 +484,8 @@ UPGRADE NOTES - PHP 5.3
   must be activated manually with the "extension = php_com_dotnet.dll" 
directive
   in php.ini.
 
+- Apache 2.4 handler is supported as of PHP 5.3.20
+
 =
 11.1 New in PHP 5.3.4
 =


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php