History log of /PHP-5.6/ext/mysql/php_mysql.c (Results 276 – 300 of 359)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 21ec6e29 07-May-2001 Wez Furlong

Enabled optional result_mode param in mysql_db_query() to make it behave
as mysql_unbuffered_query (can be either MYSQL_USE_RESULT or
MYSQL_STORE_RESULT)


# d998ae4e 05-May-2001 Sascha Schumann

Fix broken ZTS build.


# 52ba3176 05-May-2001 Zeev Suraski

emalloc()'d strings must be freed before the request shutdown;
Rule of the thumb: initialize in RINIT, clean in RSHUTDOWN


# bb131011 04-May-2001 Jason Greene

Fixed bug in my previous patch, forgot to reset connect error globals
on request startup.


# 8405c368 04-May-2001 Jason Greene

@ Added connection error support to mysql_error() and mysql_errno() (Jason)

This should work correctly without causing compatibility issues with previous
scripts. Someone might want to d

@ Added connection error support to mysql_error() and mysql_errno() (Jason)

This should work correctly without causing compatibility issues with previous
scripts. Someone might want to double check this change, just in case.

show more ...


# d4e64925 02-May-2001 foobar

Possible Fix for #10570, #10585, #10539 and maybe others.


Revision tags: php-4.0.5
# c8a768a2 29-Apr-2001 Zeev Suraski

whitespace fix


Revision tags: php-4.0.5RC8
# cb9db291 26-Apr-2001 Matt McClanahan

Enforce the right number of params for mysql_fetch_*() functions, related to bug 9839.


Revision tags: php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2
# e6f3fb39 13-Mar-2001 Zeev Suraski

Implement mysql_unbuffered_query() - uses mysql_use_result() instead of
mysql_store_result()


# fdf21452 13-Mar-2001 Zeev Suraski

Centralize query code


# f5ddc282 13-Mar-2001 Zeev Suraski

Use a container struct instead of MYSQL directly


Revision tags: php-4.0.5RC1
# 48caa74c 12-Mar-2001 Sean Bright

Fixed prototype.


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 6e319873 21-Feb-2001 Shane Caraveo

Initalize some of the global vars. Crashed under ms debugger without having them initialized.


# a297dbd6 18-Feb-2001 Egon Schmid

Typos in protos.


# e07eda31 01-Feb-2001 Stig Bakken

did someone poop in the code? :-)


# 0c450fa9 31-Jan-2001 Egon Schmid

Only two lines are allowed here.


# 31c8104d 31-Jan-2001 Sean Bright

Added the mysql_get_*_info() functions.
# If anyone knows of a version of mysql lower then 3.20.32 that implements
# all 3 of these functions, please change the conditionals.
@- Added mys

Added the mysql_get_*_info() functions.
# If anyone knows of a version of mysql lower then 3.20.32 that implements
# all 3 of these functions, please change the conditionals.
@- Added mysql_get_client_info(), mysql_get_server_info(),
@ mysql_get_proto_info(), and mysql_get_host_info() functions. (Sean)

show more ...


# 0611acb9 31-Jan-2001 Andi Gutmans

- Change unset() functions to null(). unset() is legacy


# b940c972 31-Jan-2001 Sean Bright

Fixed conditional.
# Woops!


# 4086ba97 31-Jan-2001 Sean Bright

Fix for bug #8991. mysql_field_type() now returns "year" for columns of
type YEAR.


# 27afea5c 14-Jan-2001 Zeev Suraski

Don't fetch numeric indices in mysql_fetch_object()


# 69d16ee1 12-Jan-2001 Rasmus Lerdorf

Fix for bug 6073 from Sean R. Bright <elixer@erols.com>


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# cbb2379b 02-Dec-2000 Zeev Suraski

- Get the MySQL module a bit uptodate.
- Fix a bug in mysql_do_connect() - it would corrupt the host argument, if it contained a port
(or could corrupt the INI value, so that the port argum

- Get the MySQL module a bit uptodate.
- Fix a bug in mysql_do_connect() - it would corrupt the host argument, if it contained a port
(or could corrupt the INI value, so that the port argument would work only the first time
around)

show more ...


Revision tags: php-4.0.4RC3
# 905e41af 08-Nov-2000 Zeev Suraski

Will work on a more thorough implementation for mysql_store_result() after 4.0.4


1...<<1112131415