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


Revision tags: php-4.4.3RC2
# 1dbaae27 15-Jun-2006 Dmitry Stogov

Added automatic module globals management


Revision tags: BEFORE_NEW_OUTPUT_API
# 3b407d14 29-May-2006 Michael Wallner

- Fixed bug #36949 (invalid internal mysqli objects dtor)


Revision tags: php-4.4.3RC1
# ac97b77e 10-May-2006 Andrey Hristov

Don't allocate 2 chunks of memory when one can fit. Reduces memory
fragmentation. There is one more place that fragments memory but it will
complicate the ongoing Unicode upgrade of mysqli so

Don't allocate 2 chunks of memory when one can fit. Reduces memory
fragmentation. There is one more place that fragments memory but it will
complicate the ongoing Unicode upgrade of mysqli so leaving it away for now.

show more ...


# 77c1b56c 10-May-2006 Marcus Boerger

- Update after api changes


# 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
# f8e6ffee 02-Apr-2006 Georg Richter

Added additional information for compiled header files.


Revision tags: php-5.1.3RC2
# 62ce6717 30-Mar-2006 Antony Dovgal

fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace)


# ad746130 29-Mar-2006 Antony Dovgal

fix typo


# 59b8592c 29-Mar-2006 Antony Dovgal

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_ob

fix bug #36898 (__set() leaks in classes extending internal ones)

Added:
ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC)
ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC)

to initialize and destroy zend_object structs

show more ...


# 65d704cb 24-Mar-2006 Georg Richter

fix and testcase for bug #36745


# 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
# 1aa1c535 01-Mar-2006 Ilia Alshanetsky

Remove no longer needed check (checked at a higher level now).


12345678910