History log of /PHP-5.5/ext/mysqli/php_mysqli.h (Results 26 – 50 of 86)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 0944a471 05-Apr-2006 Georg Richter

fixed bigint conversion on windows platforms


Revision tags: php-5.1.3RC2
# b3a437fc 24-Mar-2006 Georg Richter

Fix for bug #36802 (server crashes with invalid/not opened connections)
Added status to mysqli_resource:
MYSQLI_STATUS_UNKNOWN
MYSQLI_STATUS_CLEARE

Fix for bug #36802 (server crashes with invalid/not opened connections)
Added status to mysqli_resource:
MYSQLI_STATUS_UNKNOWN
MYSQLI_STATUS_CLEARED (for future use)
MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init)
MYSQLI_STATUS_VALID (for valid objects)
removed valid flag
changed MYSQLI_FETCH_RESOURCE
added last parameter __check which specifies the status

show more ...


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# 06b36f7c 06-Dec-2005 foobar

MFH: nuke php3 legacy


Revision tags: RELEASE_2_0_2
# c23052d6 01-Dec-2005 Andrey Hristov

fix compile failure on Windows - Microsoft hasn't heard of long long :)


Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1
# 62ca4594 18-Oct-2005 Antony Dovgal

MFH: use php_error_docref() instead of php_error() everywhere


Revision tags: php-5.1.0RC3, php-5.1.0RC2
# 410e106a 10-Oct-2005 Antony Dovgal

fix #34810 (mysqli::init() and others use wrong $this pointer without checks)


Revision tags: php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3
# 502b00c3 12-Jul-2005 Antony Dovgal

add forgotten ifdefs, fix #33667 (mysqli doesn't compile)


# 9aabcf70 12-Jul-2005 Georg Richter

changed version dependency for charset functions


# 9caaee66 12-Jul-2005 Georg Richter

removed charset structure. libmysql now provides a function
mysqli_get_character_set_info (Vers. 5.0.10)


Revision tags: php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# 6fba73e8 22-Jun-2005 Georg Richter

changed/fixed mysqli_warning class
added prefetch support for cursors


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# d486da96 03-Jun-2005 Georg Richter

added new function mysqli_get_charset


# 230681b0 21-May-2005 Georg Richter

enabled set_charset for MySQL Versions >= 5.0.6
added testcase for bug #33090


# d8f91dc4 13-May-2005 Georg Richter

mysql_set_charset now works version undependent for MySQL 4.1.13 and above


# 49e1484d 13-May-2005 Georg Richter

- fixed compile error under windows. Functionality for changing the
character set was moved to libmysql (4.1 bk tree - will be merged into
5.0 within the next days).
- renamed mysql_set_c

- fixed compile error under windows. Functionality for changing the
character set was moved to libmysql (4.1 bk tree - will be merged into
5.0 within the next days).
- renamed mysql_set_character_set to mysqli_set_charset

show more ...


# b654b20e 08-May-2005 Georg Richter

Added new function mysqli_set_character_set_name


# f6b12b35 27-Apr-2005 Andrey Hristov

MFB (fixing bug 31668)


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# f3d39ff4 16-Jan-2005 Zak Greant

Added standard emacs and vim modelines


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


# 683f6c87 26-Dec-2004 Georg Richter

added constructors for mysqli_stmt and mysqli_result classes


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, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH
# 62ed6a0f 02-Sep-2004 Georg Richter

fixed bug #29283


Revision tags: 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
# 9db1075c 07-Jul-2004 Georg Richter

added check in config.m4 for deprecated library
added support for new 4.1.3-beta functions
mysqli_stmt_field_count
mysqli_stmt_attr_set
mysqli_stmt_attr_get

added check in config.m4 for deprecated library
added support for new 4.1.3-beta functions
mysqli_stmt_field_count
mysqli_stmt_attr_set
mysqli_stmt_attr_get
removed support for deprecated/old api functions
fixed bug in constructor_get

show more ...


Revision tags: php-5.0.0RC3
# f0468116 06-Jun-2004 Georg Richter

removed conditional defines for load_data_infile_handlers on windows
(4.1.2 windows build is fixed now on mysql.com)


1234