History log of /PHP-7.1/ext/mysqli/mysqli_prop.c (Results 101 – 105 of 105)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1733557a 01-Jan-2004 Georg Richter

Added Macro for longlong values
added property stmt->affected_rows


# 17f6ef51 30-Dec-2003 Georg Richter

fixed a bug in insert_id property


# 95bda900 28-Dec-2003 Georg Richter

fixed bug in properties for longlong values


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 317e4b0d 16-Dec-2003 Georg Richter

added properties
- insert_id
- server_status
fixed bug in mysqli_execute (report func)


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


12345