History log of /php-src/ext/mysqli/php_mysqli.h (Results 76 – 91 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 4554dc4a 21-Jun-2003 Georg Richter

new functions (4.1.1): mysql_sqlstate, mysql_stmt_sqlstate

Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.

Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 7cf921a5 11-Mar-2003 Georg Richter

profiler:
moved profiler stuff from php_mysql.h to separate include file
added port communication
added xml support for file and port output

# 15f648c8 08-Mar-2003 Georg Richter

various changes for profiler

# 338ec7b8 03-Mar-2003 Georg Richter

fixed bug in macro-definition

# 281960ee 03-Mar-2003 Georg Richter

added profiler support

# b63fbf27 22-Feb-2003 Georg Richter

Fixed bug with stmt_close (libmysql bk version 1.1477 required)
Fixed bug with mysql_execute and float values

# 500dfcfd 18-Feb-2003 Georg Richter

added new function mysqli_stmt_store_result

# ad1972fa 16-Feb-2003 Ilia Alshanetsky

Moved longlong conversion to a macro.

Revision tags: php-4.3.1
# 6997d50f 16-Feb-2003 Georg Richter

added new function mysqli_stmt_affected_rows
added bigint support for mysqli_affected_rows
fixed memleak in mysqli_prepare (stmt->is_null)
fixed return type for mysqli_connect

# f8e0290c 14-Feb-2003 Ilia Alshanetsky

Allow mysqli to be built when imap (c-client) is used.

# 031dd997 14-Feb-2003 Ilia Alshanetsky

Missing portion of the previous patch.

# 4f1b6364 14-Feb-2003 Ilia Alshanetsky

Buncha Fixes.
* Fixed a number of memory leaks.
* Fixed some php_error_docref() calls that tried to print non-existent
arguments.
* Fixed some signed/unsigned problems.
* F

Buncha Fixes.
* Fixed a number of memory leaks.
* Fixed some php_error_docref() calls that tried to print non-existent
arguments.
* Fixed some signed/unsigned problems.
* Fixed the MYSQLI_FETCH_RESOURCE macro so that compilers do not complain
about un-initialized variables.
* CS fixes.

show more ...

# 44559a18 13-Feb-2003 Georg Richter

added new function int mysql_get_server_version
this function is available since libmysql change set 1.1450 (2002-02-13)

# 27063940 12-Feb-2003 Georg Richter

removed function mysql_num_warnings (libmysql change).

# 7d7c07a7 12-Feb-2003 Georg Richter

initial upload

1234