[PHP-CVS] com php-src: Fix a couple typos: main/main.c

2013-03-03 Thread Xinchen Hui
Commit:58f3c74e13a0c96b3826cbfd3115cab3a81c55e1
Author:Carson McDonald  Sun, 3 Mar 2013 
10:44:46 -0500
Parents:   b572f07b6f4890789fa3c53f2e69f744a0fde15b
Branches:  master

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

Log:
Fix a couple typos

Changed paths:
  M  main/main.c


Diff:
diff --git a/main/main.c b/main/main.c
index 325ef7e..a792fb6 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1332,7 +1332,7 @@ PHPAPI int php_stream_open_for_zend_ex(const char 
*filename, zend_file_handle *h
handle->handle.stream.reader  = 
(zend_stream_reader_t)_php_stream_read;
handle->handle.stream.fsizer  = php_zend_stream_fsizer;
handle->handle.stream.isatty  = 0;
-   /* can we mmap immeadiately? */
+   /* can we mmap immediately? */
memset(&handle->handle.stream.mmap, 0, 
sizeof(handle->handle.stream.mmap));
len = php_zend_stream_fsizer(stream TSRMLS_CC);
if (len != 0
@@ -2182,7 +2182,7 @@ int php_module_startup(sapi_module_struct *sf, 
zend_module_entry *additional_mod
zend_set_utility_values(&zuv);
php_startup_sapi_content_types(TSRMLS_C);
 
-   /* startup extensions staticly compiled in */
+   /* startup extensions statically compiled in */
if (php_register_internal_extensions_func(TSRMLS_C) == FAILURE) {
php_printf("Unable to start builtin modules\n");
return FAILURE;


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



[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS

2013-03-03 Thread Stanislav Malyshev
Commit:b65d4d1cfc35af5aa43802501b3b50a81754b657
Author:Stanislav Malyshev  Sun, 3 Mar 2013 13:24:00 
-0800
Parents:   a5b6a0a25bf6c7432a585b317ae89399c6fd42a9 
2578f7bcc05c3a304599e978df3900323d3b1b70
Branches:  PHP-5.5 master

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

Log:
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  rename NEWS back
  updated NEWS

Changed paths:
  AM  NEWS


Diff: 

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



[PHP-CVS] com php-src: rename NEWS back: NEWS NEWS-5.3

2013-03-03 Thread Stanislav Malyshev
Commit:656fcb67f1edbd2bde1b93577cdc273ad27e0d8f
Author:Stanislav Malyshev  Sun, 3 Mar 2013 13:18:58 
-0800
Parents:   fe2612d71e7f9ef07ce1d6ceb44e94baed1ea44b
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

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

Log:
rename NEWS back

Changed paths:
  A  NEWS
  D  NEWS-5.3


Diff: 

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



[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: NEWS

2013-03-03 Thread Stanislav Malyshev
Commit:2578f7bcc05c3a304599e978df3900323d3b1b70
Author:Stanislav Malyshev  Sun, 3 Mar 2013 13:20:57 
-0800
Parents:   d95faef1a10df8db5ce622d6495733495d562430 
656fcb67f1edbd2bde1b93577cdc273ad27e0d8f
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  rename NEWS back
  updated NEWS

Changed paths:
  AM  NEWS


Diff: 

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



[PHP-CVS] com php-src: Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5: NEWS-5.5

2013-03-03 Thread Anatol Belski
Commit:a5b6a0a25bf6c7432a585b317ae89399c6fd42a9
Author:Anatol Belski  Sun, 3 Mar 2013 19:23:06 +0100
Parents:   555d584a408aac06321f1e022a208aa249fce999 
1e1de1554f2fb78f9d8fc237e52e42d276a64b6e
Branches:  PHP-5.5

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

Log:
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Rename to create a NEWS file per version to fix the annoying merging issue 
with NEWS files.
  Rename to create a NEWS file per version to fix the annoying merging issue 
with NEWS files.
  Rename to create a NEWS file per version to fix the annoying merging issue 
with NEWS files.

Changed paths:
  AM  NEWS-5.5

diff --cc NEWS-5.5
index 000,d6e40de..a5b11c0
mode 00,100644..100644
--- a/NEWS-5.5
+++ b/NEWS-5.5
@@@ -1,0 -1,341 +1,344 @@@
+ PHP
NEWS
+ 
|||
+ ?? ??? 201?, PHP 5.5.0 Beta 1
+ 
+ - Core:
+   . Fixed bug #49348 (Uninitialized ++$foo->bar; does not cause a notice).
+ (Stas)
+ 
+ - Sockets:
+   . Fixed bug #64287 (sendmsg/recvmsg shutdown handler causes segfault).
+ (Gustavo)
+ 
++- PCRE:
++  . Merged PCRE 8.32. (Anatol)
++
+ 21 Feb 2013, PHP 5.5.0 Alpha 5
+ 
+ - Core:
+   . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
+   . Fixed bug #64135 (Exceptions from set_error_handler are not always
+ propagated). (Laruence)
+   . Fixed bug #63830 (Segfault on undefined function call in nested 
generator).
+ (Nikita Popov)
+   . Fixed bug #60833 (self, parent, static behave inconsistently
+ case-sensitive). (Stas, mario at include-once dot org)
+   . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
+   . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
+   . Added ARMv7/v8 versions of various Zend arithmetic functions that are
+ implemented using inline assembler (Ard Biesheuvel)
+   . Fix undefined behavior when converting double variables to integers.
+ The double is now always rounded towards zero, the remainder of its 
division
+   by 2^32 or 2^64 (depending on sizeof(long)) is calculated and it's made
+   signed assuming a two's complement representation. (Gustavo)
+ 
+ - CLI server:
+   . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)
+ 
+ - cURL:
+   . Implemented FR #46439 - added CURLFile for safer file uploads.
+ (Stas)
+ 
+ - Intl:
+   . Cherry-picked UConverter wrapper, which had accidentaly been committed 
only
+ to master.
+ 
+ - mysqli
+   . Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented
+ all options, per MySQL 5.6, which can be used with START TRANSACTION, 
COMMIT
+   and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and 
their
+   respective OO counterparts. They work in libmysql and mysqlnd mode. 
(Andrey)
+   . Added mysqli_savepoint(), mysqli_release_savepoint(). (Andrey)
+ 
+ - mysqlnd
+   . Add new begin_transaction() call to the connection object. Implemented all
+ options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT
+   and ROLLBACK. (Andrey)
+   . Added mysqlnd_savepoint(), mysqlnd_release_savepoint(). (Andrey)
+ 
+ - Sockets:
+   . Added recvmsg() and sendmsg() wrappers. (Gustavo)
+ See https://wiki.php.net/rfc/sendrecvmsg
+ 
+ - Filter:
+   . Implemented FR #49180 - added MAC address validation. (Martin)
+ 
+ - Phar:
+   . Fixed timestamp update on Phar contents modification. (Dmitry)
+ 
+ - SPL:
+   . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
+   . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
+ (patch by kr...@krizalys.com, Laruence)
+   . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). 
+ (Nikita Popov)
+   . Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
+ (Mike Willbanks)
+ 
+ - SNMP:
+   . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)
+ 
+ 24 Jan 2013, PHP 5.5.0 Alpha 4
+ 
+ - Core:
+   . Fixed bug #63980 (object members get trimmed by zero bytes). (Laruence)
+   . Implemented RFC for Class Name Resolution As Scalar Via "class" Keyword.
+ (Ralph Schindler, Nikita Popov, Lars)
+ 
+ - DateTime
+   . Added DateTimeImmutable - a variant of DateTime that only returns the
+ modified state instead of changing itself. (Derick)
+ 
+ - FPM:
+   . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
+ 
+ - pgsql:
+   . Bug #46408: Locale number format settings can cause pg_query_params to
+ break with numerics. (asmecher, Lars)
+ 
+ - dba:
+   . Bug #62489: dba_insert not working as expected.
+ (marc-bennewitz at arcor dot de, Lars)
+ 
+ - Reflection:
+   . Fixed bug #64007 (There is an ability to create instance of Generator by
+ hand). (Laruence)
+ 

[PHP-CVS] com php-src: updated NEWS: NEWS

2013-03-03 Thread Anatol Belski
Commit:555d584a408aac06321f1e022a208aa249fce999
Author:Anatol Belski  Sun, 3 Mar 2013 19:16:36 +0100
Parents:   b89c326578362846758ea0976381de49e22e55ce
Branches:  PHP-5.5 master

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

Log:
updated NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index d6e40de..a5b11c0 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ PHP   
 NEWS
   . Fixed bug #64287 (sendmsg/recvmsg shutdown handler causes segfault).
 (Gustavo)
 
+- PCRE:
+  . Merged PCRE 8.32. (Anatol)
+
 21 Feb 2013, PHP 5.5.0 Alpha 5
 
 - Core:


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



[PHP-CVS] com php-src: This commit was manufactured by cvs2svn to create tag 'NEWS'.: TSRM/LICENSE TSRM/Makefile.am TSRM/TODO TSRM/TSRM.c TSRM/TSRM.dsp TSRM/TSRM.h TSRM/acconfig.h TSRM/acinclude.m4 TS

2013-03-03 Thread Anatol Belski
Commit:3e94ce6a9723f0662a0a4fb57021c1a0ea1fe158
Author:SVN Migration  Fri, 19 Dec 2008 02:13:42 +
Parents:   99614941d79d71cbdc22130a99cca23920f7e64e
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
This commit was manufactured by cvs2svn to create tag 'NEWS'.

Changed paths: 

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



[PHP-CVS] com php-src: merged PCRE 8.32: ext/pcre/config.w32 ext/pcre/config0.m4 ext/pcre/pcrelib/ChangeLog ext/pcre/pcrelib/HACKING ext/pcre/pcrelib/NEWS ext/pcre/pcrelib/README ext/pcre/pcrelib/conf

2013-03-03 Thread Anatol Belski
Commit:357ab3cbada57374075ccf57c9ec25cb6948
Author:Anatol Belski  Sun, 3 Mar 2013 19:06:22 +0100
Parents:   c134f2a1a5ef56da72dbdc1096eddc91e4f5939e
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

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

Log:
merged PCRE 8.32

- defined HAVE_CONFIG_H to simplify the future merges
- PCRE NEWS http://pcre.org/news.txt

Changed paths:
  M  ext/pcre/config.w32
  M  ext/pcre/config0.m4
  M  ext/pcre/pcrelib/ChangeLog
  M  ext/pcre/pcrelib/HACKING
  M  ext/pcre/pcrelib/NEWS
  M  ext/pcre/pcrelib/README
  M  ext/pcre/pcrelib/config.h
  M  ext/pcre/pcrelib/dftables.c
  M  ext/pcre/pcrelib/doc/pcre.txt
  M  ext/pcre/pcrelib/pcre.h
  M  ext/pcre/pcrelib/pcre_chartables.c
  M  ext/pcre/pcrelib/pcre_compile.c
  M  ext/pcre/pcrelib/pcre_config.c
  M  ext/pcre/pcrelib/pcre_exec.c
  M  ext/pcre/pcrelib/pcre_fullinfo.c
  M  ext/pcre/pcrelib/pcre_get.c
  M  ext/pcre/pcrelib/pcre_globals.c
  M  ext/pcre/pcrelib/pcre_internal.h
  M  ext/pcre/pcrelib/pcre_maketables.c
  M  ext/pcre/pcrelib/pcre_newline.c
  M  ext/pcre/pcrelib/pcre_ord2utf8.c
  M  ext/pcre/pcrelib/pcre_refcount.c
  M  ext/pcre/pcrelib/pcre_study.c
  M  ext/pcre/pcrelib/pcre_tables.c
  M  ext/pcre/pcrelib/pcre_ucd.c
  M  ext/pcre/pcrelib/pcre_valid_utf8.c
  M  ext/pcre/pcrelib/pcre_version.c
  M  ext/pcre/pcrelib/pcre_xclass.c
  M  ext/pcre/pcrelib/pcreposix.c
  M  ext/pcre/pcrelib/testdata/grepoutput
  M  ext/pcre/pcrelib/testdata/testinput1
  M  ext/pcre/pcrelib/testdata/testinput10
  M  ext/pcre/pcrelib/testdata/testinput2
  M  ext/pcre/pcrelib/testdata/testinput6
  M  ext/pcre/pcrelib/testdata/testinput7
  M  ext/pcre/pcrelib/testdata/testoutput1
  M  ext/pcre/pcrelib/testdata/testoutput10
  M  ext/pcre/pcrelib/testdata/testoutput2
  M  ext/pcre/pcrelib/testdata/testoutput5
  M  ext/pcre/pcrelib/testdata/testoutput6
  M  ext/pcre/pcrelib/testdata/testoutput7
  M  ext/pcre/pcrelib/ucp.h


Diff: 

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



[PHP-CVS] com php-src: Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4: NEWS-5.4

2013-03-03 Thread Anatol Belski
Commit:d95faef1a10df8db5ce622d6495733495d562430
Author:Anatol Belski  Sun, 3 Mar 2013 19:22:35 +0100
Parents:   00ecc12c0fb86f3f4c03d55e1ae0fe1e417acea6 
6c2564766f9260ceecf3f963ce79a150cea9b0ac
Branches:  PHP-5.4

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

Log:
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4

* 'PHP-5.4' of git.php.net:php-src:
  Rename to create a NEWS file per version to fix the annoying merging issue 
with NEWS files.
  Rename to create a NEWS file per version to fix the annoying merging issue 
with NEWS files.

Changed paths:
  AM  NEWS-5.4


Diff: 

--
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

2013-03-03 Thread Anatol Belski
Commit:00ecc12c0fb86f3f4c03d55e1ae0fe1e417acea6
Author:Anatol Belski  Sun, 3 Mar 2013 19:14:50 +0100
Parents:   faf14e9b2ebb7284b899b57b8f944ddf89bf2c6c
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
updated NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 7d0d2b6..36f6f9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHPNEWS
 |||
 ?? ??? 2012, PHP 5.4.14
+- PCRE:
+  . Merged PCRE 8.32. (Anatol)
 
 ?? ??? 2012, PHP 5.4.13


--
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

2013-03-03 Thread Anatol Belski
Commit:e1023affc173ecdc3e43aaabcdfb528b3c1bfb7a
Author:Anatol Belski  Sun, 3 Mar 2013 19:13:38 +0100
Parents:   357ab3cbada57374075ccf57c9ec25cb6948
Branches:  PHP-5.3

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

Log:
updated NEWS

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 6eea516..82afa3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHPNEWS
 |||
 ?? ??? 2013, PHP 5.3.24
+- PCRE:
+  . Merged PCRE 8.32). (Anatol)
+
 
 28 Feb 2013, PHP 5.3.23RC1


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



[PHP-CVS] com php-src: Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3: NEWS-5.3

2013-03-03 Thread Anatol Belski
Commit:fe2612d71e7f9ef07ce1d6ceb44e94baed1ea44b
Author:Anatol Belski  Sun, 3 Mar 2013 19:21:45 +0100
Parents:   e1023affc173ecdc3e43aaabcdfb528b3c1bfb7a 
b36df28dca7d07a6b2bdae03c1257498470f8eef
Branches:  PHP-5.3

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

Log:
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3

* 'PHP-5.3' of git.php.net:php-src:
  Rename to create a NEWS file per version to fix the annoying merging issue 
with NEWS files.

Changed paths:
  AM  NEWS-5.3


Diff: 

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



[PHP-CVS] com php-src: Rename to create a NEWS file per version to fix the annoying merging issue with NEWS files.: NEWS NEWS-5.5

2013-03-03 Thread Derick Rethans
Commit:1e1de1554f2fb78f9d8fc237e52e42d276a64b6e
Author:Derick Rethans  Sun, 3 Mar 2013 
13:10:24 -0500
Parents:   47ac3ec1f4c2fbad0f72aa76346f96ba52ecf2bc
Branches:  PHP-5.5 master

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

Log:
Rename to create a NEWS file per version to fix the annoying merging issue with 
NEWS files.

Changed paths:
  D  NEWS
  A  NEWS-5.5

diff --git a/NEWS b/NEWS
deleted file mode 100644
index d6e40de..000
--- a/NEWS
+++ /dev/null
@@ -1,341 +0,0 @@
-PHPNEWS
-|||
-?? ??? 201?, PHP 5.5.0 Beta 1
-
-- Core:
-  . Fixed bug #49348 (Uninitialized ++$foo->bar; does not cause a notice).
-(Stas)
-
-- Sockets:
-  . Fixed bug #64287 (sendmsg/recvmsg shutdown handler causes segfault).
-(Gustavo)
-
-21 Feb 2013, PHP 5.5.0 Alpha 5
-
-- Core:
-  . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
-  . Fixed bug #64135 (Exceptions from set_error_handler are not always
-propagated). (Laruence)
-  . Fixed bug #63830 (Segfault on undefined function call in nested generator).
-(Nikita Popov)
-  . Fixed bug #60833 (self, parent, static behave inconsistently
-case-sensitive). (Stas, mario at include-once dot org)
-  . Implemented FR #60524 (specify temp dir by php.ini). (ALeX Kazik).
-  . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
-  . Added ARMv7/v8 versions of various Zend arithmetic functions that are
-implemented using inline assembler (Ard Biesheuvel)
-  . Fix undefined behavior when converting double variables to integers.
-The double is now always rounded towards zero, the remainder of its 
division
-   by 2^32 or 2^64 (depending on sizeof(long)) is calculated and it's made
-   signed assuming a two's complement representation. (Gustavo)
-
-- CLI server:
-  . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)
-
-- cURL:
-  . Implemented FR #46439 - added CURLFile for safer file uploads.
-(Stas)
-
-- Intl:
-  . Cherry-picked UConverter wrapper, which had accidentaly been committed only
-to master.
-
-- mysqli
-  . Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented
-all options, per MySQL 5.6, which can be used with START TRANSACTION, 
COMMIT
-   and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and 
their
-   respective OO counterparts. They work in libmysql and mysqlnd mode. 
(Andrey)
-  . Added mysqli_savepoint(), mysqli_release_savepoint(). (Andrey)
-
-- mysqlnd
-  . Add new begin_transaction() call to the connection object. Implemented all
-options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT
-   and ROLLBACK. (Andrey)
-  . Added mysqlnd_savepoint(), mysqlnd_release_savepoint(). (Andrey)
-
-- Sockets:
-  . Added recvmsg() and sendmsg() wrappers. (Gustavo)
-See https://wiki.php.net/rfc/sendrecvmsg
-
-- Filter:
-  . Implemented FR #49180 - added MAC address validation. (Martin)
-
-- Phar:
-  . Fixed timestamp update on Phar contents modification. (Dmitry)
-
-- SPL:
-  . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
-  . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
-(patch by kr...@krizalys.com, Laruence)
-  . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). 
-(Nikita Popov)
-  . Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
-(Mike Willbanks)
-
-- SNMP:
-  . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)
-
-24 Jan 2013, PHP 5.5.0 Alpha 4
-
-- Core:
-  . Fixed bug #63980 (object members get trimmed by zero bytes). (Laruence)
-  . Implemented RFC for Class Name Resolution As Scalar Via "class" Keyword.
-(Ralph Schindler, Nikita Popov, Lars)
-
-- DateTime
-  . Added DateTimeImmutable - a variant of DateTime that only returns the
-modified state instead of changing itself. (Derick)
-
-- FPM:
-  . Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11). (Adam)
-
-- pgsql:
-  . Bug #46408: Locale number format settings can cause pg_query_params to
-break with numerics. (asmecher, Lars)
-
-- dba:
-  . Bug #62489: dba_insert not working as expected.
-(marc-bennewitz at arcor dot de, Lars)
-
-- Reflection:
-  . Fixed bug #64007 (There is an ability to create instance of Generator by
-hand). (Laruence)
-
-10 Jan 2013, PHP 5.5.0 Alpha 3
-
-- General improvements:
-  . Fixed bug #63874 (Segfault if php_strip_whitespace has heredoc). (Pierrick)
-  . Fixed bug #63822 (Crash when using closures with ArrayAccess).
-(Nikita Popov)
-  . Add Generator::throw() method. (Nikita Popov)
-  . Bug #23955: allow specifying Max-Age attribute in setcookie() (narfbg, 
Lars)
-  . Bug #52126: timestamp for mail.log (Martin Jansen, Lars)
-
-- mysqlnd
-  . Fixed return value of mysqli_stmt_a

[PHP-CVS] com php-src: Rename to create a NEWS file per version to fix the annoying merging issue with NEWS files.: NEWS NEWS-5.4

2013-03-03 Thread Derick Rethans
Commit:6c2564766f9260ceecf3f963ce79a150cea9b0ac
Author:Derick Rethans  Sun, 3 Mar 2013 
13:09:52 -0500
Parents:   206cce0d8be294c6d2990b46e590d165011b2d42
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
Rename to create a NEWS file per version to fix the annoying merging issue with 
NEWS files.

Changed paths:
  D  NEWS
  A  NEWS-5.4


Diff: 

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



[PHP-CVS] com php-src: Rename to create a NEWS file per version to fix the annoying merging issue with NEWS files.: NEWS NEWS-5.3

2013-03-03 Thread Derick Rethans
Commit:b36df28dca7d07a6b2bdae03c1257498470f8eef
Author:Derick Rethans  Sun, 3 Mar 2013 
13:08:19 -0500
Parents:   c134f2a1a5ef56da72dbdc1096eddc91e4f5939e
Branches:  PHP-5.3 PHP-5.4 PHP-5.5 master

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

Log:
Rename to create a NEWS file per version to fix the annoying merging issue with 
NEWS files.

Changed paths:
  D  NEWS
  A  NEWS-5.3


Diff: 

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



[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS

2013-03-03 Thread Derick Rethans
Commit:c596850af6d278b283aaf5b90026d23b348d5fe7
Author:Derick Rethans  Sun, 3 Mar 2013 
12:58:42 -0500
Parents:   46e612ada4679d6d87fca7581dcd303bf6d9dc42 
a3f020a4be1dc5595a55d0e970663e5830ce6aa7
Branches:  PHP-5.5 master

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

Log:
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
NEWS

Changed paths:
  MM  NEWS


Diff:
diff --cc NEWS
index b75c052,7d0d2b6..d6e40de
--- a/NEWS
+++ b/NEWS
@@@ -32,34 -14,37 +32,46 @@@ PH
  - CLI server:
. Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)
  
 -- Mbstring:
 -  . mb_split() can now handle empty matches like preg_split() does. 
(Moriyoshi)
 +- cURL:
 +  . Implemented FR #46439 - added CURLFile for safer file uploads.
 +(Stas)
 +
 +- Intl:
 +  . Cherry-picked UConverter wrapper, which had accidentaly been committed 
only
 +to master.
  
 -- OpenSSL:
 -  . Fixed bug #61930 (openssl corrupts ssl key resource when using 
 -openssl_get_publickey()). (Stas)
 +- mysqli
 +  . Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented
 +all options, per MySQL 5.6, which can be used with START TRANSACTION, 
COMMIT
 +  and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and 
their
 +  respective OO counterparts. They work in libmysql and mysqlnd mode. 
(Andrey)
 +  . Added mysqli_savepoint(), mysqli_release_savepoint(). (Andrey)
  
 -- PDO_mysql:
 -  . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs).
 -(Johannes)
 +- mysqlnd
 +  . Add new begin_transaction() call to the connection object. Implemented all
 +options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT
 +  and ROLLBACK. (Andrey)
 +  . Added mysqlnd_savepoint(), mysqlnd_release_savepoint(). (Andrey)
  
 -- Phar:
 -  . Fixed timestamp update on Phar contents modification. (Dmitry)
 +- Sockets:
 +  . Added recvmsg() and sendmsg() wrappers. (Gustavo)
 +See https://wiki.php.net/rfc/sendrecvmsg
  
 -- SOAP
 -  . Added check that soap.wsdl_cache_dir conforms to open_basedir
 -(CVE-2013-1635). (Dmitry)
 -  . Disabled external entities loading (CVE-2013-1643). (Dmitry)
 +- Filter:
 +  . Implemented FR #49180 - added MAC address validation. (Martin)
  
+ - Phar:
+   . Fixed timestamp update on Phar contents modification. (Dmitry)
+ 
+ - SPL:
+   . Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
+   . Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
+ (patch by kr...@krizalys.com, Laruence)
+   . Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended). 
+ (Nikita Popov)
+   . Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
+ (Mike Willbanks)
+ 
  - SNMP:
. Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)


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



[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: NEWS

2013-03-03 Thread Derick Rethans
Commit:a3f020a4be1dc5595a55d0e970663e5830ce6aa7
Author:Derick Rethans  Sun, 3 Mar 2013 
12:53:23 -0500
Parents:   fe5ce5cb9143ca251dd8c2083a63232d8beea5a9 
c134f2a1a5ef56da72dbdc1096eddc91e4f5939e
Branches:  PHP-5.4 PHP-5.5 master

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

Log:
Merge branch 'PHP-5.3' into PHP-5.4

Changed paths:
  MM  NEWS


Diff:
diff --cc NEWS
index 4f29a68,6eea516..7d0d2b6
--- a/NEWS
+++ b/NEWS
@@@ -1,38 -1,12 +1,41 @@@
  PHP
NEWS
  
|||
 -?? ??? 2013, PHP 5.3.24
 +?? ??? 2012, PHP 5.4.14
  
 -28 Feb 2013, PHP 5.3.23RC1
 +?? ??? 2012, PHP 5.4.13
 +
 +- Core:
 +  . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
 +(Laruence)
 +  . Implemented FR #64175 (Added HTTP codes as of RFC 6585). (Jonh Wendell)
 +  . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
 +  . Fixed bug #64070 (Inheritance with Traits failed with error). (Dmitry)
 +
 +- CLI server:
 +  . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)
 +
 +- Mbstring:
 +  . mb_split() can now handle empty matches like preg_split() does. 
(Moriyoshi)
 +
 +- OpenSSL:
 +  . Fixed bug #61930 (openssl corrupts ssl key resource when using 
 +openssl_get_publickey()). (Stas)
 +
 +- PDO_mysql:
 +  . Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs).
 +(Johannes)
 +
 +- Phar:
 +  . Fixed timestamp update on Phar contents modification. (Dmitry)
 +
 +- SOAP
 +  . Added check that soap.wsdl_cache_dir conforms to open_basedir
 +(CVE-2013-1635). (Dmitry)
 +  . Disabled external entities loading (CVE-2013-1643). (Dmitry)
  
+ - Phar:
+   . Fixed timestamp update on Phar contents modification. (Dmitry)
+ 
  - SPL:
. Fixed bug #64264 (SPLFixedArray toArray problem). (Laruence)
. Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).


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



[PHP-CVS] svn: /SVNROOT/ global_avail

2013-03-03 Thread Ferenc Kovacs
tyrael   Sun, 03 Mar 2013 12:42:52 +

Revision: http://svn.php.net/viewvc?view=revision&revision=329635

Log:
yaf and yar were moved to git (taint too, but there is no entry for that)

Changed paths:
U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===
--- SVNROOT/global_avail2013-03-03 11:47:22 UTC (rev 329634)
+++ SVNROOT/global_avail2013-03-03 12:42:52 UTC (rev 329635)
@@ -354,7 +354,7 @@
 avail|dsr|pecl/sam,phpdoc
 avail|jtansavatdi|pecl/amqp,phpdoc
 avail|knut|php-src.git/tests
-avail|laruence|pecl/yaf,phpdoc
+avail|laruence|pecl/system/yaf.git,phpdoc
 avail|whereswardy|pecl/handlersocket,phpdoc
 avail|flavius|pecl/meta,phpdoc
 avail|osmanov|pecl/eio,pecl/event,phpdoc
@@ -364,7 +364,7 @@
 avail|willfitch|pecl/numbers/bitset.git,phpdoc
 avail|ioseb|pecl/uri-template,phpdoc
 avail|edward|pecl/kadm5,phpdoc
-avail|zhangzhenyu|pecl/yar,phpdoc
+avail|zhangzhenyu|pecl/web_services/yar.git,phpdoc
 avail|reeze|pecl/leveldb,phpdoc
 avail|krakjoe|pecl/pthreads,phpdoc
 avail|johannes|pecl/database/mysqlnd_memcache.git

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

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-03-03 Thread Hannes Magnusson
bjoriSun, 03 Mar 2013 11:47:22 +

Revision: http://svn.php.net/viewvc?view=revision&revision=329634

Log:
ardbiesheuvel (Ard Biesheuvel) already had VCS account as abies.
The abies account has now been deleted and Ard is now known as ardbiesheuvel.

Note: "abies" had special karma for ext/interbase and ext/pdo_firebird,
but the "ardbiesheuvel" user has full php-src&Zend karma, so no longer needs 
those lines

Changed paths:
U   SVNROOT/global_avail

Modified: SVNROOT/global_avail
===
--- SVNROOT/global_avail2013-03-03 07:16:32 UTC (rev 329633)
+++ SVNROOT/global_avail2013-03-03 11:47:22 UTC (rev 329634)
@@ -22,7 +22,7 @@
 # The PHP Developers have full access to the full source trees for
 # PHP, as well as the documentation.

-avail|patrickallaert,mgdm,pierrick,ilewis,mkoppanen,lstrojny,dharmap,kraghuba,stevseea,colder,lwe,auroraeosrose,mike,rolland,cawa,msisolak,alan_k,rrichards,tal,mfischer,fmk,hirokawa,jah,eschmid,dbeu,sebastian,samjam,avsm,ronabop,derick,sterling,venaas,stas,hholzgra,cmv,phildriscoll,jmoore,andre,jani,sr,david,jdonagher,chagenbu,jon,elixer,joosters,jason,mysql,kalowsky,opaquedave,steinm,phanto,gluke,svanegmond,rjs,vlad,jimjag,wez,sasha,camber,ohrn,romolo,martin,lurcher,wsanchez,dreid,bmcadams,swm,zhang,joey,entity,cardinal,coar,jflemer,raphael,danda,rbb,mboeren,dougm,edink,alexwaugh,bernd,zak,sesser,yohgaki,imajes,markonen,dickmeiss,helly,sander,jan,kir,aaron,jwoolley,pbannister,rvenkat,dali,rodif_bl,hyanantha,witten,georg,msopacua,mpdoremus,fujimoto,iliaa,chregu,azzit,gschlossnagle,andrey,dan,moriyoshi,dviner,bfrance,flex,iwakiri,john,harrie,pollita,ianh,k.schroeder,dcowgill,jerenkrantz,jay,ddhill,jorton,thetaphi,abies,vincent,goba,dmitry,pajoye,shie,rafi,magnus,tony2001,joh!
 
annes,dbs,skoduru,nrathna,jesus,gopalv,bjori,nlopess,wrowe,shire,zoe,scottmac,t2man,dsp,davidw,ab5602,nicholsr,lsmith,cellog,davidc,felipe,robinf,jmessa,philip,sixd,gwynne,ant,kalle,mattwil,sfox,hnangelo,ohill,indeyets,felixdv,mich4ld,lbarnaud,cseiler,sean,dkelsey,tabe,ericstewart,mbeccati,sebs,garretts,guenter,srinatar,basantk,geissert,salathe,aharvey,mj,gron,uw,fat,cataphract,sbeattie,acurioso,lytboris,shm,fa,laruence,arpad,nikic,jawed,ab,ircmaxell,tstarling,tyrael,jpauli,remi,googleguy,ardbiesheuvel,marco,keyur|php-src.git,pecl,phpdoc,phd.git,web/doc.git,web/doc-editor.git
+avail|patrickallaert,mgdm,pierrick,ilewis,mkoppanen,lstrojny,dharmap,kraghuba,stevseea,colder,lwe,auroraeosrose,mike,rolland,cawa,msisolak,alan_k,rrichards,tal,mfischer,fmk,hirokawa,jah,eschmid,dbeu,sebastian,samjam,avsm,ronabop,derick,sterling,venaas,stas,hholzgra,cmv,phildriscoll,jmoore,andre,jani,sr,david,jdonagher,chagenbu,jon,elixer,joosters,jason,mysql,kalowsky,opaquedave,steinm,phanto,gluke,svanegmond,rjs,vlad,jimjag,wez,sasha,camber,ohrn,romolo,martin,lurcher,wsanchez,dreid,bmcadams,swm,zhang,joey,entity,cardinal,coar,jflemer,raphael,danda,rbb,mboeren,dougm,edink,alexwaugh,bernd,zak,sesser,yohgaki,imajes,markonen,dickmeiss,helly,sander,jan,kir,aaron,jwoolley,pbannister,rvenkat,dali,rodif_bl,hyanantha,witten,georg,msopacua,mpdoremus,fujimoto,iliaa,chregu,azzit,gschlossnagle,andrey,dan,moriyoshi,dviner,bfrance,flex,iwakiri,john,harrie,pollita,ianh,k.schroeder,dcowgill,jerenkrantz,jay,ddhill,jorton,thetaphi,vincent,goba,dmitry,pajoye,shie,rafi,magnus,tony2001,johannes,!
 
dbs,skoduru,nrathna,jesus,gopalv,bjori,nlopess,wrowe,shire,zoe,scottmac,t2man,dsp,davidw,ab5602,nicholsr,lsmith,cellog,davidc,felipe,robinf,jmessa,philip,sixd,gwynne,ant,kalle,mattwil,sfox,hnangelo,ohill,indeyets,felixdv,mich4ld,lbarnaud,cseiler,sean,dkelsey,tabe,ericstewart,mbeccati,sebs,garretts,guenter,srinatar,basantk,geissert,salathe,aharvey,mj,gron,uw,fat,cataphract,sbeattie,acurioso,lytboris,shm,fa,laruence,arpad,nikic,jawed,ab,ircmaxell,tstarling,tyrael,jpauli,remi,googleguy,ardbiesheuvel,marco,keyur|php-src.git,pecl,phpdoc,phd.git,web/doc.git,web/doc-editor.git

 # Engine karma is further restricted (this line MUST come after lines granting
 # php-src karma and before lines granting Zend/TSRM karma)
@@ -173,7 +173,7 @@
 avail|fmk|php-src.git/ext/iisfunc
 avail|veebert,musone,askalski,chagenbu,rjs3|php-src.git/ext/imap
 avail|danny,nyenyon,borg73,nobbie|php-src.git/ext/informix
-avail|jah,aeschbacher,daniela,ludoo,abies,mariuz|php-src.git/ext/interbase,php-src.git/ext/pdo_firebird,php-src.git/NEWS
+avail|jah,aeschbacher,daniela,ludoo,mariuz|php-src.git/ext/interbase,php-src.git/ext/pdo_firebird,php-src.git/NEWS
 
avail|jamuel,thewitness|php-src.git/ext/snmp,phpdoc,php-src.git/NEWS,php-src.git/UPGRADING
 avail|akilov,stoddard,wenz,tjw|php-src.git/ext/java
 avail|amitay,cardoe|php-src.git/ext/ldap

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