History log of /PHP-5.4/ext/mysql/php_mysql.c (Results 201 – 225 of 335)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# 05475d80 25-Mar-2002 Sterling Hughes

clean up mysql_real_escape_string() a bit

# I really think we should just add a database handle
# parameter to mysql_escape_string()


# 3fae05b0 24-Mar-2002 Zak Greant

Added mysql_table_name() alias for mysql_tablename()
Improved logic of parameter parsing code for mysql_ping
- made test for no arguments more explicit
- combined to if blocks into one

Added mysql_table_name() alias for mysql_tablename()
Improved logic of parameter parsing code for mysql_ping
- made test for no arguments more explicit
- combined to if blocks into one if/else if block

show more ...


# f12dfba7 24-Mar-2002 Sander Roobol

Fixed tiny mistake in proto (tnx to Egon for spotting it).


# 68b18b05 24-Mar-2002 Sander Roobol

Fix typo in proto.


# a9439b70 24-Mar-2002 Derick Rethans

- Fix proto


# c47244cd 24-Mar-2002 Georg Richter

changed prototype for mysql_real_escape_string


# fa4bd7ab 24-Mar-2002 Zak Greant

Added mysql_ping() function.


# e15bb45a 24-Mar-2002 Georg Richter

a) ws fixed
b) changed mysql_list_processes, mysql_stat (zend_parse_parameters)
c) New functions:
1) mysql_real_escape_string this function is similar to mysql_escape_string (

a) ws fixed
b) changed mysql_list_processes, mysql_stat (zend_parse_parameters)
c) New functions:
1) mysql_real_escape_string this function is similar to mysql_escape_string (deprecated).
it needs a mysql-connection to escape a string according to the
current character set

2) mysql_character_set_name returns the current character set for the connection

3) mysql_thread_id return the pid for the current connection. This function is usefull
when using mysql_list_processes

show more ...


# 28de0b54 24-Mar-2002 Zak Greant

(PHP mysql_list_processes) Returns a pointer to a result set containing
information on the processes running in the
MySQL server.
(PH

(PHP mysql_list_processes) Returns a pointer to a result set containing
information on the processes running in the
MySQL server.
(PHP mysql_stat) Returns a string containing information on the status
of the MySQL server.
@- Added two new functions: mysql_list_processes and mysql_stat (Georg)
@- mysql_list_processes() fetches information on the processes running on
@ the MySQL server.
@- mysql_stat() returns status information for a MySQL server.
# Committed for Georg by Zak

show more ...


Revision tags: php-4.2.0RC1
# 00929ff9 20-Mar-2002 foobar

- Fixed bug: #16139 (compile failure with Mysql 4.0.1)
- Some tests were only run when compiling with the bundled libs.
(caused some compile warnings with external mysql libs)
- Another

- Fixed bug: #16139 (compile failure with Mysql 4.0.1)
- Some tests were only run when compiling with the bundled libs.
(caused some compile warnings with external mysql libs)
- Another try to fix the zlib issue..(uncompress)

show more ...


Revision tags: help
# c8e7db98 12-Mar-2002 Andi Gutmans

- Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR


# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 3ac1646e 30-Dec-2001 Zak Greant

Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL values from having both numeric and associative indexes. (Bug 14291)


Revision tags: php-4.1.1
# 57d2cec1 23-Dec-2001 Alex Waugh

Check for ushort


# 9590c517 15-Dec-2001 Zeev Suraski

Fix bug #13456 - I'm unable to actually test it


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 990e2612 06-Dec-2001 Zeev Suraski

Work around a quirk in the MySQL client library to fix unbuffered queries


12345678910>>...14