History log of /PHP-7.1/ext/mysqli/mysqli.c (Results 276 – 296 of 296)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1be7176c 10-Dec-2003 Georg Richter

freeing result and stmt properties in MSHUTDOWN


# e664af19 24-Nov-2003 Georg Richter

added/fixed write property


# 230b2078 22-Nov-2003 Georg Richter

- Added multiquery support:
mysqli_multi_query
mysqli_more_results
mysqli_next_results

- added read-only properties (and removed methods)
obje

- Added multiquery support:
mysqli_multi_query
mysqli_more_results
mysqli_next_results

- added read-only properties (and removed methods)
object mysql
affected_rows
client_flags
client_version
errno, error,
host, host_info, info
server_capabilities, server_version
sqlstate, port, protocol_version,
server_language
thread_id, user, warning_count

object result
current_field, field_count,
lengths, num_rows, type

object stmt
query, param_count, field_count,
id, errno, error, sqlstate


- added constructor

- minor fixes, prototypes

show more ...


# d9bf51b1 07-Nov-2003 Ilia Alshanetsky

10-18% optimization of fetch_array(), when both number & string indexes are
created.

# Do we want to MFH the change (for ext/mysql) into 4.3.X?


Revision tags: php-4.3.4, php-4.3.4RC3
# 8802c3ad 30-Oct-2003 Zak Greant

Ensure that INI entries are unregistered on shutdown


Revision tags: php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 1ae13e54 06-Sep-2003 Marcus Boerger

Modify mysqli_fetch_object() to be able to instantiate a selected class and
pass parameters to the constructor.


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# b6bed54b 15-Jul-2003 Georg Richter

added support for rebind


Revision tags: php-5.0.0b1, 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
# 445180f2 21-May-2003 Georg Richter

MYSQL_NEED_DATA isn't defined anymore in mysql.h


Revision tags: BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# f83c88e8 21-Mar-2003 Marcus Boerger

Add missing initialization


Revision tags: 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


# 3c9155e0 07-Mar-2003 foobar

Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.


# 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


# 2f604f67 18-Feb-2003 Georg Richter

removed duplicate code


# bc5eb4b3 18-Feb-2003 Georg Richter

fixed some leaks when mysql_close will be called before all stmts are freed.


Revision tags: php-4.3.1
# 43eda85d 14-Feb-2003 Ilia Alshanetsky

Fixed compile warnings.


# 031dd997 14-Feb-2003 Ilia Alshanetsky

Missing portion of the previous patch.


# 1a7a41cf 14-Feb-2003 Georg Richter

fixed a bug in prepare/bind


# 7d7c07a7 12-Feb-2003 Georg Richter

initial upload


1...<<1112