Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -86/+80 |
| | |||||
* | converted ext/sqlite and ext/pdo_mysql to use static tsrmls cache | Anatol Belski | 2014-10-16 | 1 | -0/+6 |
| | |||||
* | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+7 |
| | | | | for better comparability with the mainstream | ||||
* | cleanup TSRMLS_FETCH in ext/sqlite3 | Anatol Belski | 2014-09-26 | 1 | -7/+0 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -6/+6 |
| | |||||
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -64/+64 |
| | |||||
* | fix zpp | Anatol Belski | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | ported ext/sqlite3 | Anatol Belski | 2014-08-19 | 1 | -54/+56 |
| | |||||
* | Merge remote-tracking branch 'php/master' | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: ext/date/lib/parse_date.c | ||||
| * | c89 compat | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -33/+33 |
|/ | |||||
* | clean up - remove checked questions | Xinchen Hui | 2014-08-13 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -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 classes | Stanislav Malyshev | 2014-07-26 | 1 | -9/+31 |
| | | |||||
* | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -14/+14 |
| | | |||||
* | | Various bugs fixed | Xinchen Hui | 2014-04-24 | 1 | -16/+17 |
| | | |||||
* | | Fix ZTS build | Nikita Popov | 2014-04-23 | 1 | -2/+2 |
| | | |||||
* | | Clean up (use zend_string and foreach macros) | Xinchen Hui | 2014-04-23 | 1 | -11/+11 |
| | | |||||
* | | Refactored sqlite3 (all tests passes) | Xinchen Hui | 2014-04-23 | 1 | -264/+214 |
| | | |||||
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Implement variadic function syntax | Nikita Popov | 2013-09-26 | 1 | -1/+1 |
| | | | | As per RFC: https://wiki.php.net/rfc/variadics | ||||
* | typo fixes (accommodate, parameter) | Veres Lajos | 2013-06-10 | 1 | -1/+1 |
| | |||||
* | Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ↵ | Lars Strojny | 2013-01-14 | 1 | -0/+12 |
| | | | | sqlite3_*_int64 API | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | | | * PHP-5.3: Improve check for :memory: pseudo-filename in SQlite Conflicts: ext/sqlite3/sqlite3.c | ||||
| * | Improve check for :memory: pseudo-filename in SQlite | Johannes Schlüter | 2012-06-22 | 1 | -2/+2 |
| | | |||||
| * | Good patch from Brad Dewar that adds missing createCollation() | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+121 |
| | | | | | | | | | | method. Fixes bug #60871 and is related to bug #55226 | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed memset usage (identified by coverity) | Ilia Alshanetsky | 2011-08-10 | 1 | -3/+3 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | | |||||
| * | Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() | Adam Harvey | 2011-05-10 | 1 | -1/+1 |
| | | | | | | | | | | prototype. | ||||
| * | - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a ↵ | Felipe Pena | 2011-01-07 | 1 | -1/+1 |
| | | | | | | | | reference. | ||||
| * | Implemented FR #53466 (SQLite3Result::columnType() should return false after ↵ | Scott MacVicar | 2011-01-06 | 1 | -0/+5 |
| | | | | | | | | all of the rows have been fetched). | ||||
| * | Fix error with initialisation flag being set too early. If encryption is ↵ | Scott MacVicar | 2011-01-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | enabled and fails to decrypt a crash can occur. Also fix a WS error. | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add SQLite3_Stmt::readOnly for checking if a statement is read only | Scott MacVicar | 2010-12-31 | 1 | -4/+25 |
| | | |||||
| * | - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) | Felipe Pena | 2010-12-03 | 1 | -1/+7 |
| | | |||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+3 |
| | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | ||||
| * | MFB: Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark) | Ilia Alshanetsky | 2010-06-21 | 1 | -0/+32 |
| | | |||||
| * | Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command). | Ilia Alshanetsky | 2010-06-09 | 1 | -1/+1 |
| | | |||||
| * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+11 |
| | | |||||
* | | Good patch from Brad Dewar that adds missing createCollation() | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+121 |
| | | | | | | | | | | method. Fixes bug #60871 and is related to bug #55226 | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed memset usage (identified by coverity) | Ilia Alshanetsky | 2011-08-10 | 1 | -3/+3 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 |
| | |