History log of /PHP-7.2/ext/mysqli/mysqli.c (Results 176 – 200 of 299)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 64aad3d2 08-Mar-2008 Andrey Hristov

Bug fixed in 5.0.46


# ff8a3104 08-Mar-2008 Andrey Hristov

Fix a problem with $mysqi->connect() not working with default values.
Fix a leak, bug#39457


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# fe9f6416 18-Feb-2008 Ilia Alshanetsky

Fixed a possible crash


# 49172e3c 12-Feb-2008 Andrey Hristov

Fix windows build - VC doesn't like nested macros


# d211430a 12-Feb-2008 Johannes Schlüter

MFH: - Fix build with TSRM and mysqlnd


# a47e15d8 12-Feb-2008 Antony Dovgal

MFH


# c95c7c7d 12-Feb-2008 Andrey Hristov

Fix typo


# cf07e941 11-Feb-2008 Andrey Hristov

cvs sync


# 1caa85a6 06-Feb-2008 Andrey Hristov

Pconnect working with mysqli_real_connect(). To less failing tests.


# 7932ccba 28-Jan-2008 Andrey Hristov

More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Wi

More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Windows. For Linux needs some touches to add pthreads if this is enabled,
probably with a compile-time switch.
The code reorganisation makes it easy to add also async API, similar to
cURL's one.

show more ...


# 32dfad78 03-Jan-2008 Johannes Schlüter

- MFH: Remove more replication stuff


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# 6f63004f 09-Nov-2007 Andrey Hristov

Fix crash with pconnect


Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 780fa84f 17-Oct-2007 Antony Dovgal

MFH: use correct dtro and variable for the callback


# 8a2e9e60 16-Oct-2007 Andrey Hristov

Sync mysqlnd. Should still compile with 5_2 for those who want to use the
current stable branch. mysqli from 5_3 patched for mysqlnd should be also
compilable with 5_2.


# c9e48159 16-Oct-2007 Antony Dovgal

avoid double free and use zval_dtor() where neccessary


# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


# 8b9b553a 05-Oct-2007 Andrey Hristov

Import mysqlnd
Patch ext/mysql and ext/mysqli to support mysqlnd


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6c810b0d 27-Sep-2007 Dmitry Stogov

Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)


# dc34874d 12-Sep-2007 Andrey Hristov

Fix stupid error, which happens only on Windows. And we thought this has
been fixed. Now my_thread_end() should be called and there should be no
warnings in the error logs of exiting thread,

Fix stupid error, which happens only on Windows. And we thought this has
been fixed. Now my_thread_end() should be called and there should be no
warnings in the error logs of exiting thread, which hasn't deinited, and
leaks.

show more ...


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
# 99c875a0 25-Jun-2007 Scott MacVicar

Fixed bug #41350 (my_thread_global_end() error during request shutdown on Windows).


Revision tags: 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
# 6081c228 20-Mar-2007 Marcus Boerger

- MFH Optional dependency for SPL must be specified in header


Revision tags: php-4.4.6
# 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
# 8edc9018 16-Feb-2007 Stanislav Malyshev

use error message size


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


12345678910>>...12