History log of /PHP-7.1/ext/mysqli/mysqli.c (Results 201 – 225 of 296)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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).


# ce9dfedc 16-Feb-2006 Ilia Alshanetsky

Fixed bug #36420 (segfault when access result->num_rows after calling
result->close())


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4
# 04ac1f7f 14-Jan-2006 Georg Richter

2nd attempt: implementation of 36007
1st commit stopped with protocol error - never seen that before :-(


Revision tags: 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
# 1c0971f3 22-Dec-2005 Andrey Hristov

fix for bug# 35759
(mysqli_stmt_bind_result() makes huge allocation when column empty)
#this shows some leaks now, which has to be investigated but closes the
#bug report.


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, 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
# d3e0b57e 15-Nov-2005 Dmitry Stogov

Allow recursive calls to __get/__set for different properties


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2
# 2bc716c1 12-Oct-2005 Antony Dovgal

fix TS build


# a5cea052 10-Oct-2005 Antony Dovgal

fix #34818 (new mysqli_stmt() and several others crash if the first parameter is not a valid mysqli_link)


# 7357ac0b 08-Oct-2005 Georg Richter

fix for bug 34785:
added support for parent::__construct (mysqli_statement and mysqli_resultset)
fixed failed testcases when sql_mode is in effect


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# bd7a277d 13-Sep-2005 Antony Dovgal

fix #34450 (Segfault when calling mysqli_close() in destructor)


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


12345678910>>...12