| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-10 | 1 | -3/+5 |
|\ |
|
| * | Fix 29nb_async_connect.phpt | Nikita Popov | 2019-04-10 | 1 | -3/+5 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-10 | 3 | -8/+46 |
|\ \
| |/ |
|
| * | Fix pgsql use after free trying to reuse closed connection | Nikita Popov | 2019-04-10 | 3 | -8/+46 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-04-10 | 2 | -5/+22 |
|\ \
| |/ |
|
| * | Fix use after free on pg_close() of default connection | Nikita Popov | 2019-04-10 | 2 | -5/+22 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-11-18 | 2 | -1/+41 |
| |\ |
|
| | * | Fixed bug #77047 pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE... | Anatol Belski | 2018-11-18 | 2 | -1/+41 |
| | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 13 | -14/+9 |
| | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 20 | -67/+67 |
| | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -4/+0 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 4 | -49/+49 |
| | * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 1 | -78/+78 |
| * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 13 | -14/+9 |
| * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 20 | -67/+67 |
| * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -4/+0 |
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 4 | -49/+49 |
* | | | Add test for bug #77047 | Anatol Belski | 2018-11-18 | 1 | -0/+40 |
* | | | FIX #77047: fixes regex for "time" data type | andy | 2018-11-18 | 1 | -1/+1 |
* | | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 2 | -2/+2 |
* | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 13 | -14/+9 |
* | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 20 | -67/+67 |
* | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 3 | -4/+0 |
* | | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 3 | -47/+47 |
* | | | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -2/+2 |
* | | | Fix typos in code comments | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 4 | -8/+1 |
* | | | Reduce error buffer size | Anatol Belski | 2018-07-05 | 1 | -1/+1 |
* | | | Use zval_ptr_dtor() imstead of zval_dtor() | Dmitry Stogov | 2018-07-05 | 1 | -2/+2 |
* | | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -7/+7 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-06-29 | 2 | -0/+24 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-06-29 | 2 | -0/+24 |
| |\ \
| | |/ |
|
| | * | Fixed bug #76548 pg_fetch_result did not fetch the next row | Anatol Belski | 2018-06-29 | 2 | -0/+24 |
* | | | Removed "dead" code (zend_hash_update() never fails) | Dmitry Stogov | 2018-06-01 | 1 | -3/+1 |
* | | | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -1/+1 |
* | | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d... | Dmitry Stogov | 2018-05-03 | 1 | -1/+0 |
* | | | Avoid strlen calls for regexes | Anatol Belski | 2018-04-19 | 1 | -45/+63 |
* | | | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -2/+2 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 3 | -3/+3 |
* | | | Reduce var scope | Anatol Belski | 2018-02-18 | 1 | -32/+24 |
* | | | Remove empty sections in tests | Gabriel Caruso | 2018-02-14 | 1 | -1/+0 |
* | | | Fix misspelling vlaues to values | Gabriel Caruso | 2018-01-28 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-01-18 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-18 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Fixed #75838 (Memory leak in pg_escape_bytea()) | Xinchen Hui | 2018-01-18 | 1 | -0/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | Avoid separation and simlifyed conversion | Dmitry Stogov | 2018-01-17 | 1 | -25/+12 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia... | Dmitry Stogov | 2017-12-27 | 1 | -1/+0 |