History log of /PHP-5.5/ext/mysql/php_mysql.c (Results 276 – 300 of 352)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# ef8fb276 07-Nov-2000 Stanislav Malyshev

Enable to use mysql_use_result in query functions.
You may need this if you use real big queries.
@- Allow user to use mysql_use_result in mysql queries (Stas)


# b20f8b39 03-Nov-2000 Zeev Suraski

Fixed mysql_close() - A bit more complicated than I originally thought


# 6451d584 03-Nov-2000 Zeev Suraski

Fix mysql_close()


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


Revision tags: php-4.0.3
# dea72ba6 11-Oct-2000 Zeev Suraski

Added mysql_escape_String()


Revision tags: php-4.0.3RC2, php-4.0.3RC1
# 3f80efd6 30-Sep-2000 Andi Gutmans

- Cleanup output functions


1...<<1112131415