History log of /PHP-5.5/ext/mysqli/mysqli.c (Results 176 – 200 of 231)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ea22bf60 25-Dec-2004 Georg Richter

fix for bug 31141


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2
# 01f31dcc 09-Dec-2004 Antony Dovgal

fix buffer overrun and remove debug printf() call


Revision tags: php-4.3.10RC2
# 9751d9af 04-Dec-2004 Georg Richter

Fixed bug #30890 (testsuite)
Fixed bug #28817 (property problems in extended class)


# 30dd61ab 03-Dec-2004 Georg Richter

Fixed bug #30967 (properties in extended mysqli classes don't work)


Revision tags: 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, 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 ...


# 1c6f4900 15-Aug-2004 Georg Richter

fixed default for mysqli_fetch_array


# 1593aa0e 13-Aug-2004 Georg Richter

fixed bug #29656 (segfault on result and statement properties)


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 24541944 09-Aug-2004 Georg Richter

fixed bug #29577 (MYSQLI_CLIENT_FOUND_ROWS undefined)


# 40defd5f 04-Aug-2004 Georg Richter

forgot to remove debug variable :( (Thx to Derick)


# 5caeacc9 04-Aug-2004 Georg Richter

fixed properties when connect wasn't called


# 161b37ff 04-Aug-2004 Georg Richter

fixed bug #29522


# 485f862b 26-Jul-2004 Georg Richter

fixed bug #29335


# 8c6ab178 23-Jul-2004 Georg Richter

fixed bug #29311
added support for Cursors (MySQL 5.0.x)


Revision tags: 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 ...


# c884ad01 05-Jul-2004 Marcus Boerger

- Bugfix: #29019 Database not closing


# f063bdec 23-Jun-2004 Georg Richter

added php_mysqli_construct_get to support __construct in extended classes


Revision tags: php-5.0.0RC3
# 14deb9dd 06-Jun-2004 Sebastian Bergmann

ZTS fixes.


# 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
# 14edc95f 15-Apr-2004 Andi Gutmans

- Temporary fix for bug #27869
- George, you need to implement clone in order for "clone" and
- compatibility mode to work.


Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5
# 5b0f6b1f 21-Mar-2004 Stanislav Malyshev

Update for new read_property API


Revision tags: php-4.3.5RC4, php-5.0.0RC1
# 848f1236 18-Mar-2004 Georg Richter

removed if type=string: val is allocated for any type of data


Revision tags: php-5.0.0RC1RC2
# e3077ead 16-Mar-2004 Georg Richter

fixed stmt->stmt->query which was removed in libmysql 4.1.2
added query buffer in internal stmt structure to copy string
after prepare


Revision tags: php-5.0.0RC1RC1
# 59804de3 09-Mar-2004 Marcus Boerger

Missing buffer->val change


Revision tags: RELEASE_0_2_0
# 8e52a1a8 26-Feb-2004 Georg Richter

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


Revision tags: php-4.3.5RC3
# 7c710a9f 15-Feb-2004 Zeev Suraski

Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.

Note: You should not be using ZVAL_DELREF() in day to day usage. Instead,
you should use zval_ptr_dtor()

Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0.

Note: You should not be using ZVAL_DELREF() in day to day usage. Instead,
you should use zval_ptr_dtor(). Use ZVAL_DELREF() only if you're
messing with the refcount directly and know what you're doing.
Note #2: For clarity, if you want to initialize a new zval with a refcount
of 0, it's best to do that directly, instead of using ZVAL_DELREF
after allocating the zval...

show more ...


12345678910