History log of /PHP-5.6/ext/mysql/php_mysql.c (Results 51 – 75 of 359)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a3391dce 14-Jan-2011 Andrey Hristov

merge from branch


# 97fe6536 14-Jan-2011 Andrey Hristov

fix more parameter stuff, now it is complete


# f144bb71 14-Jan-2011 Andrey Hristov

pass data which is available


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# efe22e3b 05-Oct-2010 Kalle Sommer Nielsen

Fix constness warnings


# 5aca10ee 04-Oct-2010 Ulf Wendel

Trying to fix compiler warnings (on Windows).


# 926ba0d9 04-Oct-2010 Ulf Wendel

Trying to fix compiler warnings (on Windows).


# 71bbb24f 04-Oct-2010 Ulf Wendel

Sorry again, nothing but removal of white space from the end of the lines.

- fix compile warning "ext/mysql/php_mysql.c:640:11: warning: extra tokens at end of #ifdef directive"


# cbbd9e80 04-Oct-2010 Ulf Wendel

Sorry again, nothing but removal of white space from the end of the lines.

- fix compile warning "ext/mysql/php_mysql.c:640:11: warning: extra tokens at end of #ifdef directive"


# 60327d87 30-Sep-2010 Andrey Hristov

Plug a leak in mysqli when in the same script
a pconn is reused.
Call end_psession earlier - so will mysqlnd and
the plugins free data earlier.


# 77d73b81 30-Sep-2010 Andrey Hristov

Plug a leak in mysqli when in the same script
a pconn is reused.
Call end_psession earlier - so will mysqlnd and
the plugins free data earlier.


# 1ac15b2f 23-Sep-2010 Kalle Sommer Nielsen

Added TSRMLS macros into php_get_current_user()


# 20f4bdc3 18-Aug-2010 Kalle Sommer Nielsen

Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)

# Tested by rein at basefarm dot no


# c2c3467a 18-Aug-2010 Kalle Sommer Nielsen

Fixed bug #52636 (php_mysql_fetch_hash writes long value into int)

# Tested by rein at basefarm dot no


# 33c7b63c 17-Aug-2010 Andrey Hristov

Update with PHP_DEF_FE, also update the test


# 00825de6 17-Aug-2010 Andrey Hristov

Use PHP_DEP_FE - good for reflection


# 8600c1b4 17-Aug-2010 Andrey Hristov

Deprecate mysql_list_dbs, as mysql_list_tables is already deprecated.
As well as mysql_list


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# 0488a866 28-Jun-2010 Felipe Pena

- Fix arginfo name


# 5c4e0080 28-Jun-2010 Felipe Pena

- Fix arginfo name


# 80926568 26-Jun-2010 Felipe Pena

- Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases)


# e64734f9 26-Jun-2010 Felipe Pena

- Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases)


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# bccf2cea 25-May-2010 Andrey Hristov

Handle the situation when mysql_init()/mysqlnd_init()
return NULL. It is a rare case of OOM but PHP shouldn't crash, if possible.


# f4f5a507 25-May-2010 Andrey Hristov

Handle the situation when mysql_init()/mysqlnd_init()
return NULL. It is a rare case of OOM but PHP shouldn't crash, if possible.


# b4500e9b 20-May-2010 Felipe Pena

- Added arginfo


12345678910>>...15