History log of /PHP-5.5/ext/mysqli/mysqli_prop.c (Results 76 – 82 of 82)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# 27319233 01-Jan-2004 Georg Richter

fixed bug(s) in macro call for statement properties


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


1234