History log of /PHP-7.0/ext/pgsql/pgsql.c (Results 26 – 50 of 573)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# ed1b6487 03-Jul-2015 Aaron Piotrowski

Switch position of ce in exception ce variable names


# a812a74c 03-Jul-2015 Aaron Piotrowski

Change zend_exception_get_default() to zend_exception_ce


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


Revision tags: php-5.6.11RC1, php-5.5.27RC1
# 28d7bb97 23-Jun-2015 Rasmus Lerdorf

Fix more proto comments


Revision tags: php-7.0.0alpha2
# 5d3cf577 11-Jun-2015 Nikita Popov

Make convert_to_* safe with rc>1

This only involves switching zval_dtor to zval_ptr_dtor for arrays
and making the convert_to_object for arrays a bit more generic.

All the other

Make convert_to_* safe with rc>1

This only involves switching zval_dtor to zval_ptr_dtor for arrays
and making the convert_to_object for arrays a bit more generic.

All the other changes outside zend_operators.c just make use of
this new ability (use COPY instead of DUP).

What's still missing: Proper references handling. I've seen many
convert_to* calls that will break when a reference is used.

Also fixes bug #69788.

show more ...


Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1
# f93d24aa 20-May-2015 Remi Collet

Fixed Bug #69667 segfault in php_pgsql_meta_data

Incomplete fix for #68741


# 2cc4e69c 20-May-2015 Remi Collet

Fixed Bug #69667 segfault in php_pgsql_meta_data

Incomplete fix for #68741


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40
# 4435b914 05-Apr-2015 Stanislav Malyshev

Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)


# 151b4ea3 08-Apr-2015 Dmitry Stogov

Fixed unsigned underflow


Revision tags: php-5.6.8RC1, php-5.5.24RC1
# 663074b6 23-Mar-2015 Anatol Belski

cleanup mod version macros and mod defs, round x


# 968fbc6a 23-Mar-2015 Stanislav Malyshev

Bacport fix bug #68741 - Null pointer dereference


# d146d150 19-Mar-2015 Dmitry Stogov

Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate()


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation


# 609f05fc 08-Mar-2015 Reeze Xia

ZTS cleanup


Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS
# 3253168c 05-Mar-2015 Adam Harvey

Remove unnecessary debug warning (that also broke tests).


Revision tags: PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38
# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros


# 7667f8ef 14-Feb-2015 Xinchen Hui

Fixed bug #68638 (pg_update() fails to store infinite values)


# 0421404b 13-Feb-2015 William Felipe Welter

Fixed bug #68638 pg_update() fails to store infinite values
Fix indent


Revision tags: POST_PHP7_REMOVALS
# 60d5cdf1 09-Feb-2015 William Felipe Welter

Fixed bug #68638 pg_update() fails to store infinite values
Check if value is "infinity" with strcasestr() to add quotes


Revision tags: PRE_PHP7_REMOVALS
# bb3a81c4 07-Feb-2015 William Felipe Welter

Fixed bug #68638 pg_update() fails to store infinite values.
Add quotes only if "infinity" values are received.


Revision tags: php-5.6.6RC1, php-5.5.22RC1
# cb3833a3 04-Feb-2015 William Felipe Welter

Fixed bug #68638 pg_update() fails to store infinite values.

Regex to check float values changed to accept "infinity" values
and ignore case. Quotes are added to prevent syntax error on

Fixed bug #68638 pg_update() fails to store infinite values.

Regex to check float values changed to accept "infinity" values
and ignore case. Quotes are added to prevent syntax error on
PostgreSQL.

show more ...


# 6c7d3ce0 03-Feb-2015 Xinchen Hui

Fixed pgsql tests


# 64caa97e 03-Feb-2015 Xinchen Hui

Fixed test fails


# f8a8ccab 03-Feb-2015 Yasuo Ohgaki

Fixed Bug #65199 pg_copy_from() modifies input array variable


# 0d4255de 03-Feb-2015 Xinchen Hui

Ported pgsql


12345678910>>...23