History log of /PHP-8.4/ext/pdo/pdo_dbh.c (Results 176 – 200 of 407)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bde56deb 15-Aug-2014 Xinchen Hui

Better version checking


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 1dd07d6b 09-Jul-2014 Dmitry Stogov

Partial fix that allows internal constructors to set $this to null.
The address of $this passed to drectly called internal constructor in execute_data->return_value.
Internal constructors sho

Partial fix that allows internal constructors to set $this to null.
The address of $this passed to drectly called internal constructor in execute_data->return_value.
Internal constructors should use ZEND_CTOR_MAKE_NULL() macro (insted of previous ZEND_NULL(EG(This))) to do the work.

This patch doesn't fix the problem for indirectly called constructors. e.g. parant::__construct().

show more ...


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 2ed8a170 07-Jul-2014 Dmitry Stogov

Refactored run_time_cache usage in object handlers


Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14
# ee30cc8a 23-Jun-2014 Xinchen Hui

Fixed use of uninitialized value


# b42f0ce5 23-Jun-2014 Xinchen Hui

Fixed segfault (we need to close it for it has referenced by somewhere)


Revision tags: php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# 864aa774 27-May-2014 Dmitry Stogov

Fixed refcounting


Revision tags: php-5.4.29, php-5.5.13
# 9fa9da48 26-May-2014 Xinchen Hui

Finished persistent PDO implement


# 8a2a9379 15-May-2014 Pierre Joye

used only in the #ifdef 0


# 49df66be 15-May-2014 Xinchen Hui

Made a little clean up


# b7f6bc51 15-May-2014 nikita2206

add support for pdo-pgsql in phpng refactoring


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# b1c9d5dd 09-May-2014 Xinchen Hui

Use strpprintf


# 223df9ce 07-May-2014 Dmitry Stogov

We shouldn't modify strings in-place (it may be interned strings stored in SHN)


# 211d32c8 05-May-2014 Nikita Popov

Initialize CG(one_time_string) in ZTS as well


# d8651fbe 03-May-2014 Xinchen Hui

Make they are in the same style of Z_ISREF


Revision tags: php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# 35f22f60 25-Apr-2014 Xinchen Hui

Fixed memleak


# 1ccc250c 25-Apr-2014 Xinchen Hui

Fixed memleak in quote


# 36e214c8 25-Apr-2014 Xinchen Hui

Fixed refcount of dbh (we don't need another refcount anymore)


# 9fe85313 24-Apr-2014 Xinchen Hui

Various bugs fixed


# d2e45b05 23-Apr-2014 Nikita Popov

Small zts fix


# a30442c1 23-Apr-2014 Xinchen Hui

Refactor pdo_sqlite (only compilable)


# 8581dd56 22-Apr-2014 Xinchen Hui

Fixed segfault cause EG(This) is modified


# 09dd780c 22-Apr-2014 Xinchen Hui

USE ZEND_HASH_FOREACH_* macros


# bdfef93b 22-Apr-2014 Xinchen Hui

Refactor PDO (only compilable now)


# a16a6eae 16-Apr-2014 Xinchen Hui

Refactor PDO (incompleted)


12345678910>>...17