Oracle 5.0 Reference Manual page 2260

Table of Contents

Advertisement

mysql.default_socket
string
mysql.default_host
mysql.default_user
mysql.default_password
string
mysql.connect_timeout
integer
20.7.2.1.4. Resource Types
Copyright 1997-2012 the PHP Documentation Group. [2230]
There are two resource types used in the MySQL module. The first one is the link identifier for a
database connection, the second a resource which holds the result of a query.
20.7.2.2. Changelog
Copyright 1997-2012 the PHP Documentation Group. [2230]
The following changes have been made to classes/functions/methods of this extension.
General Changelog for the ext/mysql extension
This changelog references the ext/mysql extension.
Changes to existing functions
The following list is a compilation of changelog entries from the ext/mysql functions.
Global ext/mysql changes
The following is a list of changes to the entire ext/mysql extension.
Version
5.5.0
5.5.0
Original MySQL API (Mysql)
The default socket name to use when connecting to a local
database server if no other socket name is specified.
string
The default server host to use when connecting to the database
server if no other host is specified. Doesn't apply in
string
The default user name to use when connecting to the database
server if no other name is specified. Doesn't apply in
mode.
The default password to use when connecting to the database
server if no other password is specified. Doesn't apply in
mode.
Connect timeout in seconds. On Linux this timeout is also used for
waiting for the first answer from the server.
2240
Description
This extension has been deprecated. Connecting
to a MySQL database via mysql_connect,
or an implicit connection via
mysql_pconnect
any other
function will generate an
mysql_*
error.
E_DEPRECATED
All of the old deprecated functions and aliases
now emit
E_DEPRECATED
are:
mysql(), mysql_fieldname(), mysql_fieldtable(),
mysql_fieldlen(), mysql_fieldtype(),
mysql_fieldflags(), mysql_selectdb(),
mysql_createdb(), mysql_dropdb(),
mysql_freeresult(), mysql_numfields(),
mysql_numrows(), mysql_listdbs(),
mysql_listtables(), mysql_listfields(),
SQL safe
mode.
SQL safe
SQL safe
errors. These functions

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents