summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-12-053-6217/+11704
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: . Fixed bug #68120 Update bundled libsqlite Conflicts: ext/sqlite3/libsqlite/sqlite3.c
| | | * | . Fixed bug #68120 Update bundled libsqliteAnatol Belski2014-12-053-6213/+11700
| | | | |
| | * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-63/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* | | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-261-63/+63
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (102 commits) fix dir separator in test fix TS build fix TS build Better fix for bug #68446 Revert "Merge remote-tracking branch 'origin/PHP-5.6'" Revert NEWS and set test to XFAIL Revert "Fix bug #68446 (bug with constant defaults and type hints)" Improved zend_hash_clean() and added new optimized zend_symtable_clean() Use inline version of zval_ptr_dtor() Added new optimized zend_array_destroy() function Moved i_zval_ptr_dtor() from zend_execute.h to zend_variables.h fix REGISTER_NS_*_CONSTANT macros Removed useless assert. EG(uninitialized_zval) can't be refcounted. Use specialized destructors when types of zvals are known. move tests into proper place Improved assignment to object property Reuse zend_assign_to_variable() in zend_std_write_property() cleanup comments from svn/cvs era fix dir separator in test fork test for windows ...
| * | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-63/+63
| | | | |
* | | | | converted ext/sqlite and ext/pdo_mysql to use static tsrmls cacheAnatol Belski2014-10-164-2/+11
| | | | |
* | | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+7
| | | | | | | | | | | | | | | | | | | | for better comparability with the mainstream
* | | | | cleanup TSRMLS_FETCH in ext/sqlite3Anatol Belski2014-09-261-7/+0
|/ / / /
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-193-3/+3
| | | |
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-6/+6
| | | |
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
| | | |
* | | | master renames phase 3Anatol Belski2014-08-251-3/+3
| | | |
* | | | master renames phase 1Anatol Belski2014-08-252-67/+67
| | | |
* | | | fix zppAnatol Belski2014-08-211-1/+1
| | | |
* | | | ported ext/sqlite3Anatol Belski2014-08-192-57/+59
| | | |
* | | | Merge remote-tracking branch 'php/master'Anatol Belski2014-08-191-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ext/date/lib/parse_date.c
| * | | | c89 compatAnatol Belski2014-08-191-2/+2
| | | | |
* | | | | basic macro replacements, all at onceAnatol Belski2014-08-191-33/+33
|/ / / /
* | | | clean up - remove checked questionsXinchen Hui2014-08-131-1/+0
| | | |
* | | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-9/+31
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (46 commits) PHP_INT_MIN and _MAX tests NEWS and UPGRADING Added PHP_INT_MIN Fix wrong lenght size Bug #51096 - Remove unnecessary ? for first/last day of Moved streams related functions to xp_ssl.c Remove duplicate NEWS Update NEWS Update NEWS Update NEWS BFN BFN Fixed bug #67715 (php-milter does not build and crashes randomly). We need to turn off any strict mode here for this warning to show up Disable restrictions regarding arrays in constants at run-time. For the discussion around it, see the thread on the mailing list: http://www.mail-archive.com/internals@lists.php.net/msg68245.html Revert "Fix bug #67064 in a BC safe way" Updated NEWS for #67693 Updated NEWS for #67693 Fixed bug #67693 - incorrect push to the empty array add missing entry to NEWS ... Conflicts: Zend/tests/errmsg_040.phpt Zend/tests/ns_059.phpt Zend/zend_language_parser.y Zend/zend_vm_def.h ext/openssl/openssl.c ext/reflection/php_reflection.c ext/session/session.c ext/spl/spl_directory.c ext/spl/spl_iterators.c ext/sqlite3/sqlite3.c ext/standard/array.c
| * | | Add object initialization checks for sqlite3 classesStanislav Malyshev2014-07-261-9/+31
| | | |
* | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-14/+14
| | | |
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-264-19691/+38358
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-112-1848/+2495
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.5: Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3
| | * | Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3Anatol Belski2014-04-112-1848/+2495
| | | |
| | * | updated libsqlite to 3.8.3.1 in 5.5 branch, tooAnatol Belski2014-03-104-18660/+36680
| | | |
| | * | Bump yearXinchen Hui2014-01-033-3/+3
| | | |
| * | | removed the libsqlite patch as it's not relevant anymoreAnatol Belski2014-03-091-18/+0
| | | |
| * | | updated bundled libsqlite to 3.8.3.1Anatol Belski2014-03-093-18642/+36680
| | | |
* | | | Various bugs fixedXinchen Hui2014-04-241-16/+17
| | | |
* | | | Fix ZTS buildNikita Popov2014-04-231-2/+2
| | | |
* | | | Clean up (use zend_string and foreach macros)Xinchen Hui2014-04-232-14/+12
| | | |
* | | | Refactored sqlite3 (all tests passes)Xinchen Hui2014-04-232-274/+242
| | | |
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/ / /
* | | Bump yearXinchen Hui2014-01-033-3/+3
| | |
* | | Implement variadic function syntaxNikita Popov2013-09-261-1/+1
| | | | | | | | | | | | As per RFC: https://wiki.php.net/rfc/variadics
* | | let the libsqlite3 symbols be exported in dllAnatol Belski2013-09-171-1/+1
|/ /
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-041-6/+6
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c
| * non living code related typo fixesVeres Lajos2013-08-041-6/+6
| |
| * typo fixesVeres Lajos2013-07-151-13/+13
| |
| * less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
| |
| * typos (orig)Veres Lajos2013-07-151-2/+2
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-35/+35
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | typo fixesVeres Lajos2013-07-151-13/+13
| |
* | typos (orig)Veres Lajos2013-07-151-2/+2
| |
* | less serious compatAbility fixesVeres Lajos2013-07-151-1/+1
| |
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-35/+35
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-102-4/+4
|\ \ | |/ | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
| * typo fixes (argument)Veres Lajos2013-06-101-1/+1
| |