History log of /PHP-7.4/ext/mysqli/mysqli_nonapi.c (Results 176 – 200 of 214)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 0b4c108b 07-Jan-2005 Georg Richter

Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception

Improved embedded server support
changed testsuite t

Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception

Improved embedded server support
changed testsuite to work also with embedded server

Made statement and resultset classes extendable

minor fixes

show more ...


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# b557bdb6 01-Nov-2004 Georg Richter

added multi resultset support in mysql_connect


# b8863135 01-Nov-2004 Georg Richter

Fixed tests for empty dates (see http://bugs.mysql.com/?id=6058)
Fixed memleak in mysqli_stmt_bind_result
Fixed error handling for mysqli_multi_query


Revision tags: PRE_NEW_VM_GEN_PATCH
# f4f84ac9 19-Oct-2004 Georg Richter

Minor fix for mysqli_connect: checking socket_len for NULL Values
(Thx to Paul DuBois)


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# c8572b0b 25-Aug-2004 Georg Richter

changed local_infile_handler:
mysql client lib now uses php_local_infile functions by default, which allows
to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv'

changed local_infile_handler:
mysql client lib now uses php_local_infile functions by default, which allows
to use php_fopen_wrapper: e.g. LOAD DATA LOCAL INFILE 'http://foo.com/bar.csv' ...

mysql_set_local_infile_handler now only supports a callback function for read.

show more ...


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3
# 93bf6517 05-Jun-2004 Georg Richter

Major changes for 4.1.2-alpha/4.1.3-beta:
- added container for mysql structure
- added load data infile callback functions (currently disabled under win)
Bug fixes:
- fixed property

Major changes for 4.1.2-alpha/4.1.3-beta:
- added container for mysql structure
- added load data infile callback functions (currently disabled under win)
Bug fixes:
- fixed property changes (4.1.1 -> 4.1.2)
- fixed memleak in mysqli_connect
- fixed bug #28100
- fixed bug #28205
- fixed bug #28430

show more ...


Revision tags: php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 8e52a1a8 26-Feb-2004 Georg Richter

added MySQLI ini entries
added ini parameter for mysql->reconnect


# 81f05c18 25-Feb-2004 Ard Biesheuvel

Wordsize fixes


# c65d7997 23-Feb-2004 Georg Richter

fixed prototypes for mysqli_connect_err* functions
(thx to Mehdi Achour)


# b3979e76 23-Feb-2004 Georg Richter

fixed report message
Disabled reconnect option


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# 7782a4b4 28-Jan-2004 Georg Richter

removed experimental status
fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov)
various prototype fixes
moved some methods to properties which are part of mysql struct
add

removed experimental status
fixed bug in mysqli_data_seek (thx to Andrey "Effendi" Hristov)
various prototype fixes
moved some methods to properties which are part of mysql struct
added function mysqli_get_server_version

show more ...


# 85510ff3 26-Jan-2004 Georg Richter

more prototype fixes.
fixed a bug in mysqli_send_long_data


Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# 635e3b19 12-Jan-2004 Marcus Boerger

Proto fix


# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# c10072d0 31-Dec-2003 Georg Richter

fixed memleak and segfault when constructor call failed


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# ec5b38fa 13-Dec-2003 Georg Richter

minor fixes for embedded


# 04d0d99b 13-Dec-2003 Marcus Boerger

ZTS fixes


# ec7ddff5 13-Dec-2003 Georg Richter

removed old profiler stuff for embedded server


# 8b3b1c19 13-Dec-2003 Georg Richter

removed profiler
added mysqli_report
- better support for errors
- support for no_index_used and bad_index_used
typos and prototype fixes


# fee99f6b 23-Nov-2003 Georg Richter

fixed mem leak in constructor


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


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# 8caae993 29-Oct-2003 Georg Richter

added support for embedded MySQL Server
some prototype fixes


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 92b237f4 16-Sep-2003 Hartmut Holzgraefe

proto fix


# 1ae13e54 06-Sep-2003 Marcus Boerger

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


# 14ffad71 05-Sep-2003 Marcus Boerger

Fix warnings


123456789