History log of /PHP-5.6/ext/mysqli/mysqli.c (Results 126 – 150 of 243)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


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
# 92f4cc35 27-Jul-2006 Antony Dovgal

MFH: fix leak in php_local_infile_init() handler


Revision tags: php-5.2.0RC1
# 1f09c0b9 12-Jul-2006 Antony Dovgal

fix TSRM build


# d9d23050 10-Jul-2006 Antony Dovgal

MFH: fix mysqli_*_free_storage() funcs to conform with their prototypes


# 26c7981c 10-Jul-2006 Dmitry Stogov

Another fix for #38019


# 690e86fd 10-Jul-2006 Dmitry Stogov

Fixed bug #38019 (segfault extending mysqli class)


# 0f8f9454 05-Jul-2006 Antony Dovgal

MFH: fix bug #38003(in classes inherited from mysqli it's possible to call private constructors from invalid context)


12345678910