[PHP-CVS] com php-src: Bug #46408: Fix double formatting for PostgreSQL bound parameters: NEWS Zend/zend_operators.c Zend/zend_operators.h ext/pgsql/pgsql.c ext/pgsql/tests/bug46408.phpt

2013-01-14 Thread Lars Strojny
Commit:92965b033afa098945d18080203de1595084d1ac Author:Lars Strojny lstro...@php.net Mon, 14 Jan 2013 21:23:52 +0100 Parents: 785e66adb536d40a26e4813e6b4ad96b2fdbef43 Branches: PHP-5.5 Link:

Re: [PHP-CVS] com php-src: Bug #46408: Fix double formatting for PostgreSQL bound parameters: NEWS Zend/zend_operators.c Zend/zend_operators.h ext/pgsql/pgsql.c ext/pgsql/tests/bug46408.phpt

2013-01-14 Thread Adam Harvey
On 15 January 2013 04:23, Lars Strojny lstro...@php.net wrote: diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index bd9..274893c 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -572,6 +572,24 @@ ZEND_API void convert_to_boolean(zval *op) /* {{{ */ } /*