Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #69897 (segfault when manually constructing SQLite3Result) | Kalle Sommer Nielsen | 2015-06-22 | 1 | -1/+1 |
* | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-06-14 | 2 | -2207/+4818 |
|\ | |||||
| * | Merge branch 'PHP-5.6' | Lior Kaplan | 2015-06-08 | 2 | -2207/+4818 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2015-06-08 | 2 | -2207/+4818 |
| | |\ | |||||
| | | * | Upgrade bundled sqlite to 3.8.10.2 | Lior Kaplan | 2015-06-08 | 2 | -2207/+4818 |
* | | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-17 | 3 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Tweak uncaught exception message display | Nikita Popov | 2015-05-17 | 3 | -3/+3 |
* | | | | Merge branch 'master' into throwable-interface | Aaron Piotrowski | 2015-05-17 | 1 | -6/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix typos | olshevskiy87 | 2015-05-13 | 1 | -6/+6 |
* | | | | Updated tests to reflect exception class changes. | Aaron Piotrowski | 2015-05-16 | 1 | -1/+1 |
|/ / / | |||||
* | | | Fixed access to uninitialized value (in case of exception) | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
* | | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 2 | -11/+4 |
* | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-05 | 2 | -1/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-04-05 | 2 | -0/+39 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-04-05 | 2 | -0/+39 |
| | |\ | |||||
| | | * | Fix bug #66550 (SQLite prepared statement use-after-free) | Stanislav Malyshev | 2015-04-05 | 2 | -0/+39 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 3 | -3/+3 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-03-25 | 3 | -1889/+3744 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3 | Anatol Belski | 2015-03-25 | 2 | -1888/+3743 |
| | * | | fix dir separator in test | Anatol Belski | 2015-03-25 | 1 | -1/+1 |
* | | | | updated bundled libsqlite to 3.8.8.3 | Anatol Belski | 2015-03-25 | 3 | -6766/+8621 |
* | | | | Merge branch 'pull-request/1091' | Stanislav Malyshev | 2015-03-22 | 2 | -8/+12 |
|\ \ \ \ | |||||
| * | | | | Stop trying to call the callback after it has thrown an exception. Also, as a... | Danack | 2015-02-16 | 2 | -9/+13 |
| * | | | | Merge branch 'sqlite3_exceptionSegfault56' into sqlite3_exception7 | Danack | 2015-02-16 | 1 | -0/+32 |
| |\ \ \ \ | |||||
| | * | | | | Fix freeing null segfault. Added test for behaviour. | Danack | 2015-01-06 | 2 | -6/+43 |
* | | | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-03-22 | 1 | -0/+36 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-22 | 1 | -0/+4 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Fix #68760: Fix freeing null segfault. Added test for behaviour. | Danack | 2015-03-22 | 2 | -6/+47 |
| | * | | | | Bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
| * | | | | | Fix #68760: Fix freeing null segfault. Added test for behaviour. | Danack | 2015-03-22 | 2 | -6/+43 |
| * | | | | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
| |_|/ / / |/| | | | | |||||
* | | | | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -3/+3 |
* | | | | | bump year | Xinchen Hui | 2015-01-15 | 4 | -4/+4 |
* | | | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-01-12 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-01-12 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixed bug #68771 SQL syntax error in sqlite lib | Anatol Belski | 2015-01-12 | 1 | -1/+1 |
* | | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 5 | -4981/+4981 |
* | | | | | Merge branch 'PHP-5.6' | Julien Pauli | 2015-01-09 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-01-09 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | |||||
| | * | | Fix bug #68260 | Julien Pauli | 2015-01-09 | 1 | -1/+1 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -86/+80 |
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-06 | 3 | -6217/+11704 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.6' | Anatol Belski | 2014-12-05 | 3 | -6217/+11704 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-12-05 | 3 | -6217/+11704 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | . Fixed bug #68120 Update bundled libsqlite | Anatol Belski | 2014-12-05 | 3 | -6213/+11700 |
| | * | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -63/+63 |
* | | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-26 | 1 | -63/+63 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -63/+63 |
* | | | | | converted ext/sqlite and ext/pdo_mysql to use static tsrmls cache | Anatol Belski | 2014-10-16 | 4 | -2/+11 |