History log of /PHP-5.6/ext/mysql/php_mysql.c (Results 76 – 100 of 359)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b7004eda 20-May-2010 Felipe Pena

- Added arginfo


# bf31c009 18-May-2010 Andrey Hristov

And I thought I fixed that...
Part of the previous changeset - remove duplicated code/
The ifdefs were for debug purposes.


# c91c86b7 18-May-2010 Andrey Hristov

Remove duplicated code.
Use one centralized functions for data extraction.


# 940e64db 18-May-2010 Andrey Hristov

Remove duplicated code.
Use one centralized functions for data extraction.


# cb303308 26-Apr-2010 Kalle Sommer Nielsen

Merge safe_mode changes into extensions that are in sync in both branches


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# 52371a2d 08-Feb-2010 Andrey Hristov

Fix bug#50416
PROCEDURE db.myproc can't return a result set in the given context


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


12345678910>>...15