History log of /PHP-5.5/ext/mysql/php_mysql.c (Results 201 – 225 of 352)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8153dfc8 23-Aug-2002 Georg Richter

fixed bug #16965


# 0019a842 09-Aug-2002 Georg Richter

forgot to remove another LOCAL_INFILE opion call


# f9e5ba34 08-Aug-2002 Georg Richter

Ups, forgot to remove load_infile tests. Thx to Brad Bulgar


# 8f7792a7 07-Aug-2002 Georg Richter

added zend_error messages for deprecated functions
inserted zak and me in author list/credits


# f4b4797a 07-Aug-2002 Georg Richter

removed unsued constants (MYSQL_USE_RESULT and MYSQL_STORE_RESULT)


Revision tags: dev
# cbcdae70 21-Jul-2002 Georg Richter

removed changes for mysql_select_db (optional parameter)

Why:
1) Its not the common way to add additionally functionality for functions or
features which are already implemented in S

removed changes for mysql_select_db (optional parameter)

Why:
1) Its not the common way to add additionally functionality for functions or
features which are already implemented in SQL. Therefore also a lot of
mysql functions are marked as deprecated (and will be removed in near future)

2) The implemented workaround works only when mysql_select_db was called
before (fetching the databasename from mysql->conn.db). It returns invalid
or inconsistent results e.g.:

- when "USE databasename" via mysql_query was used
- when database was dropped or grant privileges had changed.

In conjunction with persistent connection, there are also some inconsistencies,
cause mysql_select_db returns the databasename from an old connection.

To determine the database name just use the SQL command "SELECT DATABASE()"

show more ...


# 96276bf8 21-Jul-2002 Georg Richter

fixed bug in mysql_real_escape_string:
allocated 1 more byte for '\0' terminating character


Revision tags: php-4.2.2
# dcb05238 16-Jul-2002 foobar

fix protos


# 950a576f 16-Jul-2002 Georg Richter

Added support for php.ini parameter "mysql.connect_timeout"


# 44bbec7a 15-Jul-2002 Anantha Kesari H Y

mysql_create_db and mysql_drop_db disabled for NetWare


# 5d001a9a 12-Jul-2002 foobar

Partially reverted the netware related commit.


# 20a735db 12-Jul-2002 foobar

Beauify a bit..


# 21245bcb 12-Jul-2002 foobar

Some ws fixes. And removed the problems causing typedef for ushort.


# 2af885d4 12-Jul-2002 Anantha Kesari H Y

Added NetWare changes


# 05007b0c 10-Jul-2002 Georg Richter

1) New constants:
MYSQL_CLIENT_SSL for ssl connections
MYSQL_CLIENT_COMPRESS for compressed protocol
MYSQL_CLIENT_IGNORE_SPACES for spaces after function names
MYSQL_CLIENT_INTERACTIV

1) New constants:
MYSQL_CLIENT_SSL for ssl connections
MYSQL_CLIENT_COMPRESS for compressed protocol
MYSQL_CLIENT_IGNORE_SPACES for spaces after function names
MYSQL_CLIENT_INTERACTIVE for closing connections after timeout_interactive seconds

2) Optional parameter client_flags for mysql_connect and mysql_pconnect
For parameter desctiption see 1.
This also should fix bug #13589

3) New internal function _rollback_mysql_transactions, which is called via
PHP_RSHUTDOWN_FUNCTION
This fixes bug #12513

show more ...


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 7d4a78ba 26-Jun-2002 Derick Rethans

Unify error messages


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# 41287396 08-May-2002 Zak Greant

Minor improvement to error message for mysql_data_seek


Revision tags: php-4.2.1RC2, php-4.2.1RC1
# 80f9fdf3 28-Apr-2002 foobar

@- Added optional 3rd parameter to mysql_select_db() which makes it return
@ the previously selected database name. (Jani)


# 305260ce 28-Apr-2002 foobar

kill a compile warning


Revision tags: php-4.2.0
# c57ab20a 18-Apr-2002 Sebastian Bergmann

Make use of HAVE_MYSQL. Reviewed by: Sterling.


Revision tags: php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2
# a0e3bd8f 29-Mar-2002 foobar

WS fix


# bc19dd69 29-Mar-2002 Jan Lehnardt

- add mysql_info function


# 6a0bf08c 25-Mar-2002 Georg Richter

fixed prototype for mysql_ping


# 7ae1dd66 25-Mar-2002 Sterling Hughes

more zend_parse_parameters fixup


# 3c3ae850 25-Mar-2002 Sterling Hughes

Fix-up the last fix a bit
Clean up mysql_list_processes


12345678910>>...15