History log of /PHP-5.5/ext/mysql/php_mysql.c (Results 76 – 100 of 352)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 06a417b6 09-Dec-2009 Andrey Hristov

Remove stub code which never actually was used for anything.
Things like this can be built on top of the core.


# 6f598e62 09-Dec-2009 Andrey Hristov

Remove the zval caching from mysqlnd. It was disabled versions ago
due to problems on windows, which were not debugged. Better have
code that is disabled not in the core.


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0
# 94083033 30-Sep-2009 Ulf Wendel

Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.


# 8aae3baa 18-Sep-2009 Andrey Hristov

MFH:Fix for bug#48754 mysql_close() crash php when no handle specified


Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# f02ebe4a 20-May-2009 Kalle Sommer Nielsen

MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql


Revision tags: php-5.3.0RC2
# b42f9a7f 25-Mar-2009 Johannes Schlüter

MFH: mysql_db_query() is always deprecated


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3
# b489d3a6 18-Feb-2009 Johannes Schlüter

MFH: Fix #47438 mysql_fetch_field ignores zero offse


Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# 1ece8046 01-Dec-2008 Johannes Schlüter

MFH: Fix mysql_fetch_* and tests after param parsing changes


# cfc3bfda 28-Nov-2008 Johannes Schlüter

MFH: New param parsing for ext/mysql


Revision tags: php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# a509ac35 27-Oct-2008 Ilia Alshanetsky

Fixed compiler warning


# 4df718a4 27-Oct-2008 Andrey Hristov

MFH:
Warning if the library API version differs from the headers used to compile.
Patch versions are not considered but major.minor
Fix build of ext/mysql with 4.0.x and pre.


Revision tags: php-5.2.7RC2
# d69dfa4b 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


Revision tags: php-5.2.7RC1
# 3540da53 29-Sep-2008 Johannes Schlüter

MFH: No mysqli stuff in ext/mysql


# 2c841008 06-Aug-2008 Andrey Hristov

Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists in
HEAD, thus no merge


Revision tags: php-4.4.9, php-5.3.0alpha1
# 691d4a69 25-Jul-2008 Dmitry Stogov

Fixed uninitialised data


# 8c56a23a 22-Jul-2008 Andrey Hristov

MFH: Two less failing tests, one of which was definitely a leak in mysqli with mysqlnd
and pconn. ext/mysql is being fixed with a better fix for similar leak.


# 529d73f9 22-Jul-2008 Andrey Hristov

MFH: Fix a leak with pconn and mysqlnd


Revision tags: php-4.4.9RC1
# 5e79f2c4 21-Jul-2008 Andrey Hristov

Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini wi

Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini will override it for
ext/mysql and ext/mysqli but not for pdo_mysql

show more ...


# 136a55fc 15-Jul-2008 Andrey Hristov

Sync with bzr


# 827b772c 24-Jun-2008 Andrey Hristov

Fix remaining valgrind problems with pconn and zval cache
HEAD merge will follow tomorrow.


# 943e9a57 24-Jun-2008 Andrey Hristov

Fix double-free, introduced lately


# e0f45cf7 24-Jun-2008 Andrey Hristov

Fix possible bug with persistent connections and mysqlnd


12345678910>>...15