History log of /php-src/ext/mysqli/php_mysqli.h (Results 26 – 50 of 91)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6
# d2c343a3 24-Feb-2007 Marcus Boerger

- Fix spprintf usage

# 50ea2676 24-Feb-2007 Marcus Boerger

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors

Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.

Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# d2dd99de 09-May-2006 Georg Richter

removed unused macro parameter

# d94467f7 08-May-2006 Georg Richter

moved zend_class_entry variables to mysqli.c

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

1234