History log of /PHP-8.3/ext/pgsql/pgsql.c (Results 151 – 175 of 734)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.29RC1, php-7.0.14RC1
# 644e290f 20-Nov-2016 Craig Duncan

Fix bug #73498

Postgres uses the DELIMITER keyword since 7.3
And WITH is no longer required/used


Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13
# 3b78cabc 05-Nov-2016 Stanislav Malyshev

More int->size_t and string overflow fixes


# 669763d8 05-Nov-2016 Stanislav Malyshev

More int->size_t and string overflow fixes


Revision tags: php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11
# 19866fb7 02-Sep-2016 Stanislav Malyshev

Fix various int size overflows.

Add function for detection of string zvals with length that does not fit
INT_MAX.


# e0e50631 04-Sep-2016 Nikita Popov

Drop some pieces of commented-out code


# 9513187d 03-Sep-2016 Anatol Belski

fix leak and error check order


Revision tags: php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# adc95c51 23-Jun-2016 Dmitry Stogov

Fixed compilation warnings


Revision tags: php-7.1.0alpha2
# 323b2733 21-Jun-2016 Dmitry Stogov

Fixed compilation warnings


Revision tags: php-7.0.8, php-5.6.23
# 16160386 21-Jun-2016 Dmitry Stogov

Added ZEND_ATTRIBUTE_FORMAT to some middind functions.
"%p" replaced by ZEND_LONG_FMT to avoid compilation warnings.
Fixed most incorrect use cases of format specifiers.


Revision tags: php-5.5.37, php-5.6.23RC1, php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7
# 7f6e2854 12-May-2016 Anatol Belski

Fixed bug #72197 pg_lo_create arbitrary read


# 3c0341e6 12-May-2016 Xinchen Hui

Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)


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


12345678910>>...30