History log of /PHP-5.6/ext/mysql/php_mysql.c (Results 201 – 225 of 359)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0dev_zend2_alpha3
# 0797d5f9 06-Sep-2002 Georg Richter

fixed typo


Revision tags: php-4.2.3, php-4.2.3RC2
# 04bbf469 29-Aug-2002 foobar

Fix bug: #19159, mysql_field_count was available since 3.22.24


# d23cb168 24-Aug-2002 Yasuo Ohgaki

Rename mysql_character_set_name() to mysql_client_encoding(). pg_client_encoding() is available from PHP4.0.3 and this function is available from PHP 4.3.0


# 4b81d042 24-Aug-2002 Zeev Suraski

Undeprecate mysql_db_query()


# 11bd3c08 24-Aug-2002 Georg Richter

changed zend_error -> php_error_docref()


# 3bd2a540 24-Aug-2002 Georg Richter

changed error messages according to CODING_STANDARDS


Revision tags: php-4.2.3RC1
# 0c386174 23-Aug-2002 Georg Richter

fixed bug #19016
SSL is only available for MYSQL_VERSION_ID >= 40000


# 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)


12345678910>>...15