History log of /php-src/ext/pdo_pgsql/pgsql_driver.c (Results 101 – 125 of 268)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ed35de78 01-Jan-2016 Lior Kaplan

Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
Happy new year (Update copyright to 2016)


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)

Revision tags: php-7.0.2RC1, 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, 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, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 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
# cd5b7e96 11-Jun-2015 Matteo Beccati

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
Fixed bug #61574 - No MSI

Conflicts:

Merge branch 'PHP-5.6'

* PHP-5.6:
Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
Fixed bug #61574 - No MSI

Conflicts:
ext/pdo_pgsql/pgsql_driver.c
win32/install.txt

show more ...


# afa4c3e7 11-Jun-2015 Matteo Beccati

Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)

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, php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1
# 4694e1c0 24-Apr-2015 Nikita Popov

Remove PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT

Use the generic ATTR_EMULATE_PREPARES instead.

# 1ce22062 22-Apr-2015 Rasmus Lerdorf

libpq versions older than 9.3 do not have lo_lseek64

Revision tags: php-5.6.8
# b9732a37 15-Apr-2015 Anatol Belski

fix possible int overflow

# 7a88cfe4 15-Apr-2015 Anatol Belski

fix datatype mismatches

# a01e8c1f 15-Apr-2015 Anatol Belski

fix data type and 64-bit compat

Revision tags: php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# a141ccb4 29-Mar-2015 Kalle Sommer Nielsen

Another minor cleanup, drop ENFORCE_SAFE_MODE (all except pdo_pgsql have #if's for checking already)

Revision tags: php-5.6.7, php-5.5.23, php-5.4.39
# 609f05fc 08-Mar-2015 Reeze Xia

ZTS cleanup

Revision tags: php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# dfe6aea9 26-Jan-2015 Stanislav Malyshev

size_t cleanup for PDO

Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

# 0579e827 15-Jan-2015 Xinchen Hui

bump year

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# 28ff5131 05-Jan-2015 Matteo Beccati

Merge branch 'PHP-5.6'

* PHP-5.6:
Updated NEWS for #68371
Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARES


# 3de6f80f 05-Jan-2015 Matteo Beccati

Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARES

# 7d0887a2 05-Jan-2015 Matteo Beccati

Merge branch 'PHP-5.6'

* PHP-5.6:
Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names


# 488d3dac 05-Jan-2015 Matteo Beccati

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35
# 3e4b91ec 10-Nov-2014 Matteo Beccati

Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names

# e2305ac2 31-Oct-2014 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
fix ZTS build


# 1b1f7c62 31-Oct-2014 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
fix ZTS build


1234567891011