Revision tags: php-7.2.3RC1, php-7.1.15RC1, php-7.1.14, php-7.2.2 |
|
#
faf785af |
| 28-Jan-2018 |
Gabriel Caruso |
Fix misspelling vlaues to values |
#
1e4deadc |
| 18-Jan-2018 |
Xinchen Hui |
Merge branch 'PHP-7.2' * PHP-7.2: Updated NEWS Fixed #75838 (Memory leak in pg_escape_bytea())
|
#
61843012 |
| 18-Jan-2018 |
Xinchen Hui |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed #75838 (Memory leak in pg_escape_bytea())
|
#
fb205020 |
| 18-Jan-2018 |
Xinchen Hui |
Fixed #75838 (Memory leak in pg_escape_bytea()) |
#
19bf64cd |
| 17-Jan-2018 |
Dmitry Stogov |
Avoid separation and simlifyed conversion |
Revision tags: php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27 |
|
#
a6519d05 |
| 02-Jan-2018 |
Xinchen Hui |
year++ |
#
7a7ec01a |
| 02-Jan-2018 |
Xinchen Hui |
year++ |
#
ccd4716e |
| 02-Jan-2018 |
Xinchen Hui |
year++ |
#
d9f5ea69 |
| 27-Dec-2017 |
Dmitry Stogov |
zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initialized if zend_fcall_info_cache.function_handler is set). |
#
2515b7a0 |
| 15-Dec-2017 |
Anatol Belski |
Merge branch 'PHP-7.2' * PHP-7.2: Fixed bug #75671 pg_version() crashes when called on a connection to cockroach
|
#
171f1baf |
| 15-Dec-2017 |
Anatol Belski |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #75671 pg_version() crashes when called on a connection to cockroach
|
#
acf1472f |
| 15-Dec-2017 |
Anatol Belski |
Fixed bug #75671 pg_version() crashes when called on a connection to cockroach |
#
9e709e2f |
| 14-Dec-2017 |
Dmitry Stogov |
Move constants into read-only data segment |
Revision tags: php-7.2.1RC1 |
|
#
6a9d2b21 |
| 07-Dec-2017 |
Dmitry Stogov |
Cleanup type conversion |
Revision tags: php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, l |
|
#
26f8fc83 |
| 16-Nov-2017 |
Nikita Popov |
Enable and fix printf() format warnings Add _unchecked() variants of zend_spprintf and zend_strpprintf for cases where we specifically want to disable these checks, such as use of %H. |
#
20d930d8 |
| 14-Nov-2017 |
Anatol Belski |
Fix remaining signedness warnings |
Revision tags: php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25 |
|
#
a5bc5aed |
| 12-Oct-2017 |
Anatol Belski |
Patch core for PCRE2 support RFC https://wiki.php.net/rfc/pcre2-migration |
#
67d5f39a |
| 01-Nov-2017 |
Dmitry Stogov |
Persistent resources are "thread-local". Register persistent resources through new functions zend_register_persistent_resource()/zend_register_persistent_resource_ex(). |
#
49ea143b |
| 26-Oct-2017 |
Dmitry Stogov |
Encapsulate reference-counting primitives. Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead. Added mactros to validate reference-count
Encapsulate reference-counting primitives. Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead. Added mactros to validate reference-counting (disabled for now). These macros are going to be used to eliminate race-condintions during reference-counting on data shared between threads.
show more ...
|
#
54ba77c3 |
| 24-Oct-2017 |
Sara Golemon |
Merge branch 'PHP-7.2' * PHP-7.2: Decref default_link when clearing
|
#
d0d7db8b |
| 24-Oct-2017 |
Sara Golemon |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Decref default_link when clearing
|
#
53fe84bf |
| 24-Oct-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Decref default_link when clearing
|
#
68e27b07 |
| 24-Oct-2017 |
Sara Golemon |
Decref default_link when clearing |
#
55ac4f09 |
| 23-Oct-2017 |
Sara Golemon |
Merge branch 'PHP-7.2' * PHP-7.2: Bugfix#75419 Fix clearing of default link during pg_close()
|
#
ece23ea2 |
| 23-Oct-2017 |
Sara Golemon |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Bugfix#75419 Fix clearing of default link during pg_close()
|