History log of /PHP-8.3/ext/pdo_mysql/mysql_driver.c (Results 101 – 125 of 262)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# be6fd4ba 16-Nov-2015 Xinchen Hui

Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)

Actually, this only be fixed if php uses mysqlnd

Revision tags: 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
# 014abbc8 30-Aug-2015 Xinchen Hui

Merge branch 'PHP-5.6'

Conflicts:
ext/pdo/pdo_dbh.c
ext/pdo/php_pdo_driver.h


Revision tags: php-5.6.13RC1, php-7.0.0RC1
# dca6d102 18-Aug-2015 Xinchen Hui

Fixed bug #70272 (Segfault in pdo_mysql)

Revision tags: 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, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2, 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, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1, php-5.6.7, php-5.5.23, php-5.4.39, 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
# 29688512 15-Jan-2015 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
updated NEWS
updated NEWS
PDO_MySQL: Differentiate between linux and win32 when passing unix_socket

Conflicts:
ext/pd

Merge branch 'PHP-5.6'

* PHP-5.6:
updated NEWS
updated NEWS
PDO_MySQL: Differentiate between linux and win32 when passing unix_socket

Conflicts:
ext/pdo_mysql/mysql_driver.c

show more ...


# 3d6a83a7 15-Jan-2015 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
updated NEWS
PDO_MySQL: Differentiate between linux and win32 when passing unix_socket


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# 7c963341 05-Jan-2015 steffen

PDO_MySQL: Differentiate between linux and win32 when passing unix_socket

Unix uses "127.0.0.1" as default host for named pipes,
while when using Windows a "." is required as host by mys

PDO_MySQL: Differentiate between linux and win32 when passing unix_socket

Unix uses "127.0.0.1" as default host for named pipes,
while when using Windows a "." is required as host by mysqlnd.
(This can be seen at mysqlnd.c (line 945 or searching #ifndef PHP_WIN32)

show more ...

# fc33f52d 15-Jan-2015 Xinchen Hui

bump year

# 0579e827 15-Jan-2015 Xinchen Hui

bump year

# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year

# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

# 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


# 7d2f8525 05-Jan-2015 Matteo Beccati

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

# 42d7cb4c 06-Dec-2014 Anatol Belski

Merge branch 'PHP-5.6'

* PHP-5.6:
C89 compat
add include for missing localeconv_r proto


# 08241ee3 06-Dec-2014 Anatol Belski

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
C89 compat
add include for missing localeconv_r proto


# 9016018c 06-Dec-2014 Anatol Belski

C89 compat

# 5a528076 05-Dec-2014 Julien Pauli

Merge branch 'PHP-5.6'

* PHP-5.6:
Updated NEWS
Updated NEWS
Start adding new attribute to control multi statements


# 5104c2bb 05-Dec-2014 Julien Pauli

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
Updated NEWS
Start adding new attribute to control multi statements


Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35
# 4c0bd5e7 07-Nov-2014 pwolanin

Start adding new attribute to control multi statements

# 3e4b91ec 10-Nov-2014 Matteo Beccati

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

Revision tags: php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7

# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

1234567891011