History log of /php-src/ext/pgsql/pgsql.c (Results 226 – 250 of 852)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8fd92e05 12-May-2016 Xinchen Hui

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)


# 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
# 148fa6bb 09-May-2016 Anatol Belski

Merge branch 'PHP-7.0'

* PHP-7.0:
Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor"
Revert "Backport patch for bug #71820"


# 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.

# 3dc8f80b 21-Apr-2016 Nikita Popov

Merge branch 'PHP-7.0'


# 988bdd09 21-Apr-2016 Nikita Popov

Fix escape sequences in pgsql.c

Revision tags: php-5.6.21RC1
# 513f2e77 16-Apr-2016 Xinchen Hui

Merge branch 'PHP-7.0'


# 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.

# fd2cd354 15-Apr-2016 Anatol Belski

Merge branch 'PHP-7.0'

* PHP-7.0:
update NEWS
Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp


# d2636165 15-Apr-2016 Anatol Belski

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

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

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed bug #71998 Function pg_insert does not insert when column type = inet


# 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

# ad7e1768 17-Mar-2016 Anatol Belski

Merge branch 'PHP-7.0'

* PHP-7.0:
Fixed bug #71820 pg_fetch_object bind parameters before call constructor


# 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
# f57c0b32 03-Mar-2016 Nikita Popov

Merge branch 'PHP-7.0'


# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.

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

Merge branch 'PHP-7.0'

* PHP-7.0:
show correct MINFO with libpq >= 9.5.x


# 4f0042be 02-Mar-2016 Anatol Belski

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
show correct MINFO with libpq >= 9.5.x


# 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
# 052651b0 15-Feb-2016 Dmitry Stogov

Merge branch 'PHP-7.0'

* PHP-7.0:
Added missing semicolon


12345678910>>...35