History log of /php-src/ext/pdo/pdo_dbh.c (Results 176 – 200 of 409)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7

# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 92269d25 19-Aug-2014 Anatol Belski

ported pdo and pdo_sqlite

# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once

# d790eceb 16-Aug-2014 Xinchen Hui

Fixed version id

# 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
# f9927a6c 25-Apr-2014 Dmitry Stogov

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patch

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patches related to constant expression handling (we need to review them carefully)
I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway)

Conflicts:
Zend/zend.h
Zend/zend_API.c
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_constants.c
Zend/zend_exceptions.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_hash.c
Zend/zend_highlight.c
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Zend/zend_variables.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/date/php_date.c
ext/dom/documenttype.c
ext/hash/hash.c
ext/iconv/iconv.c
ext/mbstring/tests/zend_multibyte-10.phpt
ext/mbstring/tests/zend_multibyte-11.phpt
ext/mbstring/tests/zend_multibyte-12.phpt
ext/mysql/php_mysql.c
ext/mysqli/mysqli.c
ext/mysqlnd/mysqlnd_reverse_api.c
ext/mysqlnd/php_mysqlnd.c
ext/opcache/ZendAccelerator.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/pcre/php_pcre.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/html.c
ext/standard/mail.c
ext/standard/php_array.h
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/user_filters.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
main/php_variables.c
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_frame.c
sapi/phpdbg/phpdbg_help.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_print.c
sapi/phpdbg/phpdbg_prompt.c

show more ...


# 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

12345678910>>...17