History log of /PHP-7.2/ext/pgsql/pgsql.c (Results 26 – 50 of 598)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.22RC1, php-7.0.7RC1
# fc2a45b7 09-May-2016 Anatol Belski

Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor"

This reverts commit b4eedd128ba9f61be08a50c94afd72837d7cf70b.

This fixed bug #72151, and reverts th

Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor"

This reverts commit b4eedd128ba9f61be08a50c94afd72837d7cf70b.

This fixed bug #72151, and reverts the fix for bug #71820.
See also bug #50636 and #49521 for the history.

show more ...


# 1cc536af 09-May-2016 Anatol Belski

Revert "Backport patch for bug #71820"

This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72.

This fixed bug #72151, and reverts the fix for bug #71820.
See also bug #506

Revert "Backport patch for bug #71820"

This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72.

This fixed bug #72151, and reverts the fix for bug #71820.
See also bug #50636 and #49521 for the history.

show more ...


Revision tags: php-7.0.6
# 6499162f 28-Apr-2016 Dmitry Stogov

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change"

- get rid of EG(scope). zend_get_executed_scope() should be used instead.
- ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.

show more ...


Revision tags: php-5.6.21, php-5.5.35
# f0a2e8eb 27-Apr-2016 Dmitry Stogov

Removed "zend_fcall_info.function_table". It was assigned in many places, but is never used.


# 988bdd09 21-Apr-2016 Nikita Popov

Fix escape sequences in pgsql.c


Revision tags: php-5.6.21RC1
# 7e01c518 16-Apr-2016 Xinchen Hui

Fixed bug #72028 (pg_query_params(): NULL converts to empty string)

I don't have a pgsql server by hand, so no test script, but the fix must
be right.


# d2636165 15-Apr-2016 Anatol Belski

Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp


Revision tags: php-7.0.6RC1
# b4ab0eff 10-Apr-2016 Anatol Belski

Fixed bug #71998 Function pg_insert does not insert when column type = inet


Revision tags: php-5.6.20, php-5.5.34, php-7.0.5
# 1b632cfe 17-Mar-2016 Anatol Belski

Backport patch for bug #71820

Rev b4eedd128ba9f61be08a50c94afd72837d7cf70b


# b4eedd12 17-Mar-2016 Anatol Belski

Fixed bug #71820 pg_fetch_object bind parameters before call constructor

If we want to fetch into an object of a custom class that implemens
__set handler, the corstructor has to be call

Fixed bug #71820 pg_fetch_object bind parameters before call constructor

If we want to fetch into an object of a custom class that implemens
__set handler, the corstructor has to be called first. The data
passed to the constructor can be possibly required in __set handler.

show more ...


Revision tags: php-5.6.20RC1, php-7.0.5RC1
# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.


Revision tags: php-5.6.19
# 2399c64e 02-Mar-2016 Anatol Belski

show correct MINFO with libpq >= 9.5.x


# c67c166f 02-Mar-2016 Dmitry Stogov

Removed zend_fcall_info.symbol_table


Revision tags: php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1
# 5c4b4d11 15-Feb-2016 Dmitry Stogov

Added missing semicolon


# 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


12345678910>>...24