[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-05-06 Thread Kalle Sommer Nielsen
kalle   Thu May  7 06:58:57 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-srcUPGRADING 
  Log:
  use have been a keyword in a forever, thanks Greg
  
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.6&r2=1.1.2.3.2.1.2.7&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.6 php-src/UPGRADING:1.1.2.3.2.1.2.7
--- php-src/UPGRADING:1.1.2.3.2.1.2.6   Thu May  7 03:16:28 2009
+++ php-src/UPGRADING   Thu May  7 06:58:57 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.6 2009/05/07 03:16:28 kalle Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.7 2009/05/07 06:58:57 kalle Exp $
 
 UPGRADE NOTES - PHP 5.3
 
@@ -31,7 +31,7 @@
 1. Reserved words and classes
 =
 
-- **namespace**, **use** and **goto** are now reserved keywords.
+- **namespace** and **goto** are now reserved keywords.
 
 - **Closure** is now a reserved class. (Used by lambda and closure.)
 



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



[PHP-CVS] Re: cvs: php-src(PHP_5_3) / UPGRADING

2009-05-06 Thread Greg Beaver
Kalle Sommer Nielsen wrote:
> kalle Thu May  7 03:14:07 2009 UTC
> 
>   Modified files:  (Branch: PHP_5_3)
> /php-src  UPGRADING 
>   Log:
>   * use is a reserved keyword

Hi,

FYI, use has been a reserved keyword since the initial commit of
zend_language_parser.y in October of 2000 :) (see
http://cvs.php.net/viewvc.cgi/Zend/zend_language_parser.y?revision=1.1&view=markup)

Greg

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



[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-05-06 Thread Kalle Sommer Nielsen
kalle   Thu May  7 03:16:28 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-srcUPGRADING 
  Log:
  Windows ME is not supported either as of 5.3
  
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.5&r2=1.1.2.3.2.1.2.6&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.5 php-src/UPGRADING:1.1.2.3.2.1.2.6
--- php-src/UPGRADING:1.1.2.3.2.1.2.5   Thu May  7 03:14:07 2009
+++ php-src/UPGRADING   Thu May  7 03:16:28 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.5 2009/05/07 03:14:07 kalle Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.6 2009/05/07 03:16:28 kalle Exp $
 
 UPGRADE NOTES - PHP 5.3
 
@@ -228,8 +228,8 @@
 11. Windows support
 ===
 
-- The minimum Windows version is now Windows 2000. (Windows 98 and NT4 are no
-  longer supported).
+- The minimum Windows version is now Windows 2000. (Windows 98, ME and NT4 are
+  no longer supported).
 
 - PHP Windows binaries target i586 or later. i386 and i486 are not supported.
 



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



[PHP-CVS] cvs: php-src(PHP_5_3) / UPGRADING

2009-05-06 Thread Kalle Sommer Nielsen
kalle   Thu May  7 03:14:07 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-srcUPGRADING 
  Log:
  * use is a reserved keyword
  * notes to Windows section
  
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.4&r2=1.1.2.3.2.1.2.5&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.4 php-src/UPGRADING:1.1.2.3.2.1.2.5
--- php-src/UPGRADING:1.1.2.3.2.1.2.4   Tue Apr 21 04:35:01 2009
+++ php-src/UPGRADING   Thu May  7 03:14:07 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.4 2009/04/21 04:35:01 kalle Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.5 2009/05/07 03:14:07 kalle Exp $
 
 UPGRADE NOTES - PHP 5.3
 
@@ -31,7 +31,7 @@
 1. Reserved words and classes
 =
 
-- **namespace** and **goto** are now reserved keywords.
+- **namespace**, **use** and **goto** are now reserved keywords.
 
 - **Closure** is now a reserved class. (Used by lambda and closure.)
 
@@ -234,7 +234,14 @@
 - PHP Windows binaries target i586 or later. i386 and i486 are not supported.
 
 - Windows support has been added for the following functions: getopt(),
-  imagecolorclosesthwb(), mcrypt_create_iv(), inet_ntop() and inet_pton().
+  imagecolorclosesthwb(), mcrypt_create_iv(), inet_ntop(), inet_pton(), 
+  getmxrr(), checkdnsrr(), dns_get_record(), linkinfo(), readlink(), 
+  symlink(), link(), fnmatch(), stream_socket_pair(), time_nanosleep(), 
+  time_sleep_until() and socket_create_pair().
+
+- Its now possible to use hardlinks on Windows using the link() function, 
+  and symbolic links via the symlink() function. Hardlinks are available 
+  as of Windows 2000 and symbolic links as of Windows Vista.
 
 ===
 12. New in PHP 5.3:



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



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/filter/tests bug42718-2.phpt /ext/pcre/tests bug33200.phpt /tests/security magic_quotes_gpc.phpt

2009-05-06 Thread Jani Taskinen
janiWed May  6 20:32:00 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/ext/filter/tests   bug42718-2.phpt 
/php-src/ext/pcre/tests bug33200.phpt 
/php-src/tests/security magic_quotes_gpc.phpt 
  Log:
  - Fixed ini deprecation message issues in tests.
  # CGI headers are stripped and the error ends up there with CGI..
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/bug42718-2.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_format=u
Index: php-src/ext/filter/tests/bug42718-2.phpt
diff -u php-src/ext/filter/tests/bug42718-2.phpt:1.1.4.3 
php-src/ext/filter/tests/bug42718-2.phpt:1.1.4.4
--- php-src/ext/filter/tests/bug42718-2.phpt:1.1.4.3Mon May  4 21:18:21 2009
+++ php-src/ext/filter/tests/bug42718-2.phptWed May  6 20:32:00 2009
@@ -18,4 +18,3 @@
 unsafe_raw
 
 1\0
-PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and 
greater in Unknown on line 0
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug33200.phpt?r1=1.1.10.1&r2=1.1.10.2&diff_format=u
Index: php-src/ext/pcre/tests/bug33200.phpt
diff -u php-src/ext/pcre/tests/bug33200.phpt:1.1.10.1 
php-src/ext/pcre/tests/bug33200.phpt:1.1.10.2
--- php-src/ext/pcre/tests/bug33200.phpt:1.1.10.1   Mon May  4 21:18:21 2009
+++ php-src/ext/pcre/tests/bug33200.phptWed May  6 20:32:00 2009
@@ -9,5 +9,5 @@
 echo $str . "\r\n";
 ?>
 --EXPECT--
-SOME '$SAMPLE' TEXT
 PHP Warning:  Directive 'magic_quotes_sybase' is deprecated in PHP 5.3 and 
greater in Unknown on line 0
+SOME '$SAMPLE' TEXT
http://cvs.php.net/viewvc.cgi/php-src/tests/security/magic_quotes_gpc.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/tests/security/magic_quotes_gpc.phpt
diff -u php-src/tests/security/magic_quotes_gpc.phpt:1.1.2.2 
php-src/tests/security/magic_quotes_gpc.phpt:1.1.2.3
--- php-src/tests/security/magic_quotes_gpc.phpt:1.1.2.2Mon May  4 
21:18:22 2009
+++ php-src/tests/security/magic_quotes_gpc.phptWed May  6 20:32:00 2009
@@ -10,4 +10,3 @@
 ?>
 --EXPECT--
 abc\'\"\0123
-PHP Warning:  Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and 
greater in Unknown on line 0



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



[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/misc .cvsignore

2009-05-06 Thread Jani Taskinen
janiWed May  6 19:03:23 2009 UTC

  Added files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/misc.cvsignore 
  Log:
  MFH
  

http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/misc/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/standard/tests/misc/.cvsignore
+++ php-src/ext/standard/tests/misc/.cvsignore
phpt.*
*.mem
*.diff
*.log
*.exp
*.out
*.php
*.gcda
*.gcno



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



[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/misc .cvsignore

2009-05-06 Thread Jani Taskinen
janiWed May  6 19:03:07 2009 UTC

  Added files: (Branch: PHP_5_3)
/php-src/ext/standard/tests/misc.cvsignore 
  Log:
  MFH
  

http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/misc/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/standard/tests/misc/.cvsignore
+++ php-src/ext/standard/tests/misc/.cvsignore
phpt.*
*.mem
*.diff
*.log
*.exp
*.out
*.php
*.gcda
*.gcno



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



[PHP-CVS] cvs: php-src /ext/standard/tests/misc .cvsignore

2009-05-06 Thread Jani Taskinen
janiWed May  6 19:02:27 2009 UTC

  Added files: 
/php-src/ext/standard/tests/misc.cvsignore 
  Log:
  - Add missing file
  

http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/misc/.cvsignore?view=markup&rev=1.1
Index: php-src/ext/standard/tests/misc/.cvsignore
+++ php-src/ext/standard/tests/misc/.cvsignore
phpt.*
*.mem
*.diff
*.log
*.exp
*.out
*.php
*.gcda
*.gcno



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



[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_version.h

2009-05-06 Thread Johannes Schlüter
johannesWed May  6 18:57:46 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  Back to -dev
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.12&r2=1.112.2.37.2.50.2.13&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.50.2.12 
php-src/main/php_version.h:1.112.2.37.2.50.2.13
--- php-src/main/php_version.h:1.112.2.37.2.50.2.12 Wed May  6 18:51:29 2009
+++ php-src/main/php_version.h  Wed May  6 18:57:45 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.0RC2"
+#define PHP_EXTRA_VERSION "RC3-dev"
+#define PHP_VERSION "5.3.0RC3-dev"
 #define PHP_VERSION_ID 50300
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.50&r2=1.579.2.52.2.77.2.51&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.50 
php-src/configure.in:1.579.2.52.2.77.2.51
--- php-src/configure.in:1.579.2.52.2.77.2.50   Wed May  6 18:51:29 2009
+++ php-src/configure.inWed May  6 18:57:45 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.50 2009/05/06 18:51:29 johannes Exp $ 
-*- autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.51 2009/05/06 18:57:45 johannes Exp $ 
-*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
 PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="RC2"
+PHP_EXTRA_VERSION="RC3-dev"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.587&r2=1.2027.2.547.2.965.2.588&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.587 
php-src/NEWS:1.2027.2.547.2.965.2.588
--- php-src/NEWS:1.2027.2.547.2.965.2.587   Wed May  6 18:51:29 2009
+++ php-src/NEWSWed May  6 18:57:45 2009
@@ -1,5 +1,7 @@
 PHPNEWS
 |||
+?? ??? 2009, PHP 5.3.0 RC 3
+
 07 May 2009, PHP 5.3.0 RC 2
 - Upgraded bundled sqlite to version 3.6.13. (Ilia)
 - Upgraded bundled PCRE to version 7.9. (Nuno)



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



Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_version.h

2009-05-06 Thread Johannes Schlüter
On Wed, 2009-05-06 at 18:51 +, Johannes Schlüter wrote:
> johannes  Wed May  6 18:51:29 2009 UTC
> 
>   Modified files:  (Branch: PHP_5_3)
> /php-src/main php_version.h 
> /php-src  configure.in NEWS 
>   Log:
>   5.3.0RC2-dev

no -dev of course ;-)
  
> http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.11&r2=1.112.2.37.2.50.2.12&diff_format=u
> Index: php-src/main/php_version.h
> diff -u php-src/main/php_version.h:1.112.2.37.2.50.2.11 
> php-src/main/php_version.h:1.112.2.37.2.50.2.12
> --- php-src/main/php_version.h:1.112.2.37.2.50.2.11   Mon Mar 23 20:40:36 2009
> +++ php-src/main/php_version.hWed May  6 18:51:29 2009
> @@ -3,6 +3,6 @@
>  #define PHP_MAJOR_VERSION 5
>  #define PHP_MINOR_VERSION 3
>  #define PHP_RELEASE_VERSION 0
> -#define PHP_EXTRA_VERSION "RC2-dev"
> -#define PHP_VERSION "5.3.0RC2-dev"
> +#define PHP_EXTRA_VERSION "RC2"
> +#define PHP_VERSION "5.3.0RC2"
>  #define PHP_VERSION_ID 50300
> http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.49&r2=1.579.2.52.2.77.2.50&diff_format=u
> Index: php-src/configure.in
> diff -u php-src/configure.in:1.579.2.52.2.77.2.49 
> php-src/configure.in:1.579.2.52.2.77.2.50
> --- php-src/configure.in:1.579.2.52.2.77.2.49 Wed May  6 14:04:46 2009
> +++ php-src/configure.in  Wed May  6 18:51:29 2009
> @@ -1,4 +1,4 @@
> -## $Id: configure.in,v 1.579.2.52.2.77.2.49 2009/05/06 14:04:46 iliaa Exp $ 
> -*- autoconf -*-
> +## $Id: configure.in,v 1.579.2.52.2.77.2.50 2009/05/06 18:51:29 johannes Exp 
> $ -*- autoconf -*-
>  dnl ## Process this file with autoconf to produce a configure script.
>  
>  divert(1)
> @@ -42,7 +42,7 @@
>  PHP_MAJOR_VERSION=5
>  PHP_MINOR_VERSION=3
>  PHP_RELEASE_VERSION=0
> -PHP_EXTRA_VERSION="RC2-dev"
> +PHP_EXTRA_VERSION="RC2"
>  
> PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
>  PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
> 100 + [$]PHP_RELEASE_VERSION`
>  
> http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.586&r2=1.2027.2.547.2.965.2.587&diff_format=u
> Index: php-src/NEWS
> diff -u php-src/NEWS:1.2027.2.547.2.965.2.586 
> php-src/NEWS:1.2027.2.547.2.965.2.587
> --- php-src/NEWS:1.2027.2.547.2.965.2.586 Tue May  5 01:35:43 2009
> +++ php-src/NEWS  Wed May  6 18:51:29 2009
> @@ -1,6 +1,6 @@
>  PHP
> NEWS
>  
> |||
> -?? ??? 200?, PHP 5.3.0 RC 2
> +07 May 2009, PHP 5.3.0 RC 2
>  - Upgraded bundled sqlite to version 3.6.13. (Ilia)
>  - Upgraded bundled PCRE to version 7.9. (Nuno)
>  - Upgraded bundled libmagic to 5.02 in the fileinfo extension. (Scott)
> @@ -69,7 +69,8 @@
>  - Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped).
>(Scott, Edward Z. Yang)
>  - Fixed PECL bug #16338 (phar extension uses php_stream_copy_to_stream). 
> (Greg)
> -- Fixed PECL bug #14646 (phar error message unclear with php stream 
> wrappers). (Greg)
> +- Fixed PECL bug #14646 (phar error message unclear with php stream 
> wrappers).
> +  (Greg)
>  - Fixed an issue with ReflectionProperty::setAccessible().
>(Sebastian, Roman Borschel)
>  
> 
> 
> 


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



[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS configure.in /main php_version.h

2009-05-06 Thread Johannes Schlüter
johannesWed May  6 18:51:29 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-src/main   php_version.h 
/php-srcconfigure.in NEWS 
  Log:
  5.3.0RC2-dev
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.11&r2=1.112.2.37.2.50.2.12&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.50.2.11 
php-src/main/php_version.h:1.112.2.37.2.50.2.12
--- php-src/main/php_version.h:1.112.2.37.2.50.2.11 Mon Mar 23 20:40:36 2009
+++ php-src/main/php_version.h  Wed May  6 18:51:29 2009
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.3.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.3.0RC2"
 #define PHP_VERSION_ID 50300
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.49&r2=1.579.2.52.2.77.2.50&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.49 
php-src/configure.in:1.579.2.52.2.77.2.50
--- php-src/configure.in:1.579.2.52.2.77.2.49   Wed May  6 14:04:46 2009
+++ php-src/configure.inWed May  6 18:51:29 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.49 2009/05/06 14:04:46 iliaa Exp $ 
-*- autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.50 2009/05/06 18:51:29 johannes Exp $ 
-*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
 PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="RC2-dev"
+PHP_EXTRA_VERSION="RC2"
 
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 1 + [$]PHP_MINOR_VERSION \* 
100 + [$]PHP_RELEASE_VERSION`
 
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.586&r2=1.2027.2.547.2.965.2.587&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.586 
php-src/NEWS:1.2027.2.547.2.965.2.587
--- php-src/NEWS:1.2027.2.547.2.965.2.586   Tue May  5 01:35:43 2009
+++ php-src/NEWSWed May  6 18:51:29 2009
@@ -1,6 +1,6 @@
 PHPNEWS
 |||
-?? ??? 200?, PHP 5.3.0 RC 2
+07 May 2009, PHP 5.3.0 RC 2
 - Upgraded bundled sqlite to version 3.6.13. (Ilia)
 - Upgraded bundled PCRE to version 7.9. (Nuno)
 - Upgraded bundled libmagic to 5.02 in the fileinfo extension. (Scott)
@@ -69,7 +69,8 @@
 - Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped).
   (Scott, Edward Z. Yang)
 - Fixed PECL bug #16338 (phar extension uses php_stream_copy_to_stream). (Greg)
-- Fixed PECL bug #14646 (phar error message unclear with php stream wrappers). 
(Greg)
+- Fixed PECL bug #14646 (phar error message unclear with php stream wrappers).
+  (Greg)
 - Fixed an issue with ReflectionProperty::setAccessible().
   (Sebastian, Roman Borschel)
 



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



[PHP-CVS] cvs: CVSROOT / avail

2009-05-06 Thread Derick Rethans
derick  Wed May  6 18:25:03 2009 UTC

  Modified files:  
/CVSROOTavail 
  Log:
  - Google of Code Summer Karma for George as Requested By Zoë.
  
  
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1523&r2=1.1524&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1523 CVSROOT/avail:1.1524
--- CVSROOT/avail:1.1523Wed May  6 18:01:50 2009
+++ CVSROOT/avail   Wed May  6 18:25:03 2009
@@ -364,7 +364,7 @@
 avail|olafurw,nlopess,pbiggar,hjalle|php-benchmarks
 
 # phpruntests karma
-avail|zoe,spriebsch|phpruntests
+avail|g2,zoe,spriebsch|phpruntests
 
 # SVN conversion repo
 avail|gwynne|SVNROOT



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



[PHP-CVS] cvs: CVSROOT / avail

2009-05-06 Thread Derick Rethans
derick  Wed May  6 18:01:50 2009 UTC

  Modified files:  
/CVSROOTavail 
  Log:
  - Give Zoë testfest-web access.
  
  
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1522&r2=1.1523&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1522 CVSROOT/avail:1.1523
--- CVSROOT/avail:1.1522Wed May  6 15:03:49 2009
+++ CVSROOT/avail   Wed May  6 18:01:50 2009
@@ -29,7 +29,7 @@
 avail|edink,jmertic,pajoye|win-installer
 
 # Testfest web
-avail|davidc,lsmith,goldoraf|php-testfest-web
+avail|zoe,davidc,lsmith,goldoraf|php-testfest-web
 
 # Some people only work on PhD (The DocBook [manual] build system)
 # Those with php-src and/or phpdoc karma already have access to this



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



[PHP-CVS] cvs: CVSROOT / avail

2009-05-06 Thread Derick Rethans
derick  Wed May  6 15:03:50 2009 UTC

  Modified files:  
/CVSROOTavail 
  Log:
  - Give Vito pecl/gmagick access per Mikko's request
  - Give Eric Stewart qa-web access by Zoë's request
  
  
http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1521&r2=1.1522&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1521 CVSROOT/avail:1.1522
--- CVSROOT/avail:1.1521Mon May  4 12:55:19 2009
+++ CVSROOT/avail   Wed May  6 15:03:49 2009
@@ -55,7 +55,7 @@
 
 # The PHP Quality Assurance Team maintains their own website.
 
-avail|scottmac,ilia,jalal,zak,andre,lyric,jmoore,ronabop,sebastian,joey,jani,torben,hellekin,cnewbill,bate,yohgaki,jan,imajes,derick,msopacua,nohn,edink,iliaa,helly,sean,nlopess,tony2001,zoe,johannes,lsmith,stevseea,felixdv|qaweb
+avail|ericstewart,scottmac,ilia,jalal,zak,andre,lyric,jmoore,ronabop,sebastian,joey,jani,torben,hellekin,cnewbill,bate,yohgaki,jan,imajes,derick,msopacua,nohn,edink,iliaa,helly,sean,nlopess,tony2001,zoe,johannes,lsmith,stevseea,felixdv|qaweb
 
 # Some people get only access to specific languages for phpdoc
 avail|diab,daif,salehcoder|phpdoc-ar
@@ -310,7 +310,7 @@
 avail|bhuisgen|pecl/htscanner
 avail|dams,splanquart|pecl/pdo_4d
 avail|jluedke|pecl/gearman
-
+avail|vito,mkoppanen|pecl/gmagick
 
 # Objective-C bridge
 avail|wez,jan|php-objc



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



[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in

2009-05-06 Thread Ilia Alshanetsky
iliaa   Wed May  6 14:05:55 2009 UTC

  Modified files:  (Branch: PHP_5_2)
/php-srcconfigure.in NEWS 
  Log:
  
  MFB: Fixed bug #48156 (Added support for lcov v1.7)
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.132&r2=1.579.2.52.2.133&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.132 
php-src/configure.in:1.579.2.52.2.133
--- php-src/configure.in:1.579.2.52.2.132   Wed Feb 25 15:34:33 2009
+++ php-src/configure.inWed May  6 14:05:54 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.132 2009/02/25 15:34:33 iliaa Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.133 2009/05/06 14:05:54 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -685,7 +685,7 @@
 AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. 
You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
   fi
   
-  ltp_version_list="1.5 1.6"
+  ltp_version_list="1.5 1.6 1.7"
 
   AC_CHECK_PROG(LTP, lcov, lcov)
   AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1489&r2=1.2027.2.547.2.1490&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.1489 php-src/NEWS:1.2027.2.547.2.1490
--- php-src/NEWS:1.2027.2.547.2.1489Tue May  5 00:33:03 2009
+++ php-src/NEWSWed May  6 14:05:54 2009
@@ -11,8 +11,8 @@
 - Fixed segfault on invalid session.save_path. (Hannes)
 - Fixed leaks in imap when a mail_criteria is used. (Pierre)
 
-- Fixed bug #45092 (header HTTP context option not being used when compiled
-  using --with-curlwrappers). (Jani)
+- Fixed bug #48156 (Added support for lcov v1.7). (Ilia)
+
 - Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via
   bindto). (Ilia)
 - Fixed bug #48132 (configure check for curl ssl support fails with
@@ -75,6 +75,8 @@
   Takeshi Abe)
 - Fixed bug #45191 (error_log ignores date.timezone php.ini val when
   setting logging timestamps). (Derick)
+- Fixed bug #45092 (header HTTP context option not being used when compiled
+  using --with-curlwrappers). (Jani)
 - Fixed bug #43073 (TrueType bounding box is wrong for angle<>0).
   (Martin McNickle)
 - Fixed bug #38805 (PDO truncates text from SQL Server text data type



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



[PHP-CVS] cvs: php-src / configure.in

2009-05-06 Thread Ilia Alshanetsky
iliaa   Wed May  6 14:04:58 2009 UTC

  Modified files:  
/php-srcconfigure.in 
  Log:
  
  MFB: Fixed bug #48156 (Added support for lcov v1.7)
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.676&r2=1.677&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.676 php-src/configure.in:1.677
--- php-src/configure.in:1.676  Wed Mar 18 10:49:35 2009
+++ php-src/configure.inWed May  6 14:04:58 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.676 2009/03/18 10:49:35 dmitry Exp $ -*- autoconf -*-
+## $Id: configure.in,v 1.677 2009/05/06 14:04:58 iliaa Exp $ -*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -728,7 +728,7 @@
 AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. 
You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
   fi
   
-  ltp_version_list="1.5 1.6"
+  ltp_version_list="1.5 1.6 1.7"
 
   AC_CHECK_PROG(LTP, lcov, lcov)
   AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)



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



[PHP-CVS] cvs: php-src(PHP_5_3) / configure.in

2009-05-06 Thread Ilia Alshanetsky
iliaa   Wed May  6 14:04:46 2009 UTC

  Modified files:  (Branch: PHP_5_3)
/php-srcconfigure.in 
  Log:
  
  Fixed bug #48156 (Added support for lcov v1.7)
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.48&r2=1.579.2.52.2.77.2.49&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.48 
php-src/configure.in:1.579.2.52.2.77.2.49
--- php-src/configure.in:1.579.2.52.2.77.2.48   Mon Mar 23 20:40:36 2009
+++ php-src/configure.inWed May  6 14:04:46 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.48 2009/03/23 20:40:36 johannes Exp $ 
-*- autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.49 2009/05/06 14:04:46 iliaa Exp $ 
-*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -728,7 +728,7 @@
 AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. 
You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
   fi
   
-  ltp_version_list="1.5 1.6"
+  ltp_version_list="1.5 1.6 1.7"
 
   AC_CHECK_PROG(LTP, lcov, lcov)
   AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)



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