History log of /PHP-8.3/ext/pdo_mysql/mysql_driver.c (Results 226 – 250 of 262)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 0ef339df 21-Feb-2005 Hartmut Holzgraefe

"SET SESSION" is not supported by MySQL 3.23, as session is the default
scope for SET anyway we can drop the SESSION specifier (PECL Bug #3470)

Revision tags: RELEASE_0_2_4
# 86708673 18-Feb-2005 Wez Furlong

Fix connecting to remote host, patch by Tim Friebe

# f57b8d6d 13-Feb-2005 Ilia Alshanetsky

Set auto-commit after establishing the connection, otherwise we have a crash.

Revision tags: RELEASE_0_2_3
# b6828f59 13-Feb-2005 Hartmut Holzgraefe

Fixed domain socket / named pipe handling

# f2d2da30 13-Feb-2005 Wez Furlong

zts

# 47d1c2ad 13-Feb-2005 Wez Furlong

autocommit flag gets set always by PDO before invoking this method;
we should unconditionally inspect it here.

# 486370dc 13-Feb-2005 Hartmut Holzgraefe

autocommit setting done right

# 5d4fb518 13-Feb-2005 Hartmut Holzgraefe

added MySQL transaction support

# 5904d59f 12-Feb-2005 Ilia Alshanetsky

Fixed compiler warnings.

Revision tags: RELEASE_0_2_2, RELEASE_0_2_1
# e9f5fb53 10-Feb-2005 Wez Furlong

only do this magic on non-win32 platforms

Revision tags: RELEASE_0_2
# d134fb2a 06-Feb-2005 Wez Furlong

update for api changes

# 26f97a91 21-Jan-2005 Wez Furlong

Eliminate unused parameter.
Don't start a transaction when asking for a cursor with pgsql.
Fix parameter binding for sqlite3

# a9d98544 18-Jan-2005 Wez Furlong

Allow drivers to select bind emulation on a per statement basis

# 0f12bfec 07-Jan-2005 Wez Furlong

tidy up some parts of the build (could do with more work)
Partially implement SQLSTATE error codes

Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2
# 626caf02 23-Sep-2004 Ilia Alshanetsky

Make error messages handle persistent environments properly.

# 72040f7f 23-Sep-2004 Wez Furlong

more method table adjustments.
mysql driver needs work with the error message stuff.
Other drivers need a bit more auditing...

# b42c14f0 23-Sep-2004 Wez Furlong

placeholder for someone to implement a ping for persistent connections

Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 7557b388 28-Jul-2004 Marcus Boerger

- Fix shutdown problems

# d6bfe18b 28-Jul-2004 Wez Furlong

looks like this approach will give us our exceptions back

# 23475d41 28-Jul-2004 Marcus Boerger

- Add missing include

# 7d788aeb 27-Jul-2004 Wez Furlong

fix possible segv on failed connect

Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 2685fad6 25-May-2004 Ilia Alshanetsky

Fixed memory leak.

Revision tags: php-4.3.7RC1
# a4f03b80 25-May-2004 Wez Furlong

Tidy this up a little bit for win32.

# e6551f08 25-May-2004 Wez Furlong

Throw exception during ctor

Revision tags: RELEASE_0_1_1
# 64f0ec7b 21-May-2004 Wez Furlong

Update for placeholder flags

1234567891011