[PHP-CVS] com php-src: Add warning to pg_unescape_bytea() when invalid parameter is passed: ext/pgsql/pgsql.c

2013-07-08 Thread Yasuo Ohgaki
Commit:2bc8271b29752e82eb0b9bb7f85e6f9dbaee9a78 Author:Yasuo Ohgaki Mon, 8 Jul 2013 18:51:37 +0900 Parents: d1c261d7f890c037fdbd4f54cc3a43ff7473a2d2 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2bc8271b29752e82eb0b9bb7f85e6f9dbaee9a78 Log: Add

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

2013-07-08 Thread Yasuo Ohgaki
Commit:bdfe70ab343bbdb957fa7d76b7c89ec75cd664f6 Author:Yasuo Ohgaki Mon, 8 Jul 2013 19:02:42 +0900 Parents: 2bc8271b29752e82eb0b9bb7f85e6f9dbaee9a78 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bdfe70ab343bbdb957fa7d76b7c89ec75cd664f6 Log: Up

[PHP-CVS] com php-src: Added warning for hex2bin() when input is invalid string: ext/standard/string.c

2013-07-08 Thread Yasuo Ohgaki
Commit:bde0f1318a967759dbda538f3c522defb5e9d294 Author:Yasuo Ohgaki Mon, 8 Jul 2013 19:14:45 +0900 Parents: bdfe70ab343bbdb957fa7d76b7c89ec75cd664f6 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bde0f1318a967759dbda538f3c522defb5e9d294 Log: Add

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

2013-07-08 Thread Yasuo Ohgaki
Commit:204137693c24bbd5580e88bc91a3115d2667c359 Author:Yasuo Ohgaki Mon, 8 Jul 2013 19:21:52 +0900 Parents: bde0f1318a967759dbda538f3c522defb5e9d294 Branches: PHP-5.5 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=204137693c24bbd5580e88bc91a3115d2667c359 Log: Up

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

2013-07-08 Thread Andrey Hristov
Commit:2c3f6dcdb6de8cd43371e91fb470e547aa217327 Author:Andrey Hristov Mon, 8 Jul 2013 20:28:51 +0200 Parents: 9fc38183b707341b6eddb8c196d0ea2b7c13d6a9 e4a28b7b7b972fecd01458364c0663195352891e Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2c3f

[PHP-CVS] com php-src: Bump PECL package info version check to allow PECL installs with PHP 5.5+: NEWS ext/oci8/package.xml ext/oci8/php_oci8.h

2013-07-08 Thread Christopher Jones
Commit:6ac7c9d0a7d93a26d077e9c321f030118d279cd8 Author:Christopher Jones Mon, 8 Jul 2013 13:29:49 -0700 Parents: ac26d0e6558f3c7e8c555feb0511867da5984344 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6ac7c9d0a7d93a26d077e9c321f030118d27

[PHP-CVS] com php-src: Fixed pgsql_stmt_get_column_meta() OID signedness: ext/pdo_pgsql/pgsql_statement.c

2013-07-08 Thread Yasuo Ohgaki
Commit:24037fd3d9dd36ce68bea97b8636706ffc37c745 Author:Yasuo Ohgaki Tue, 9 Jul 2013 06:58:50 +0900 Parents: 79df8cf9c2958eecee58da9859db10ee36af1753 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=24037fd3d9dd36ce68bea97b8636706ffc37c745 Log: Fix

[PHP-CVS] com php-src: Improve pg_unescape_bytea() error message: ext/pgsql/pgsql.c

2013-07-08 Thread Yasuo Ohgaki
Commit:baac810eb8244de87944ab76b1f466d0d6ec4304 Author:Yasuo Ohgaki Tue, 9 Jul 2013 14:51:44 +0900 Parents: 84e6576203fdf5b4db798e17f633a923b4e86807 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=baac810eb8244de87944ab76b1f466d0d6ec4304 Log: Imp