History log of /PHP-8.3/ext/pgsql/pgsql.c (Results 176 – 200 of 734)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 420c7979 14-Feb-2016 Nikita Popov

Fix zpp in pg_last_notice


Revision tags: php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-7.0.2RC1
# 283cbebe 18-Dec-2015 Yasuo Ohgaki

Improve FR #48532 implementation (Allow pg_fetch_all() to index numerically).
Made result type option be consistent with pg_fetch_row().


# 5835593d 18-Dec-2015 Yasuo Ohgaki

Improve FR #31021 implementation (pg_last_notice() is needed to get all notice messages).
Now pg_last_notice() can clear stored notices.


# 7a01ff5e 17-Dec-2015 Yasuo Ohgaki

Fix proto and arg info


# b6935efc 17-Dec-2015 Yasuo Ohgaki

Implemented FR #48532 (Allow pg_fetch_all() to index numerically).


# 57d9da87 16-Dec-2015 Yasuo Ohgaki

Implemented FR #31021 (pg_result_notice() is needed to get all notice messages).


Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3
# 927d68db 14-Sep-2015 Dmitry Stogov

Avoid reallocations


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 545b364d 02-Aug-2015 Anatol Belski

remove TSRMLS_*

either remains or merged in from PHP5


# 62515a1d 25-Jul-2015 Yasuo Ohgaki

Fixed Bug #70092 pg_field_type() is too slow


Revision tags: php-5.6.12RC1, php-7.0.0beta2
# 5c95226d 17-Jul-2015 Nikita Popov

Various warning fixes


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


12345678910>>...30