| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Some editors utilizing .editorconfig automatically trim whitespaces. For
convenience this patch removes whitespaces in certain build files:
- ext/*/config*.m4
- configure.ac
- acinclude.m4
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.
In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.
This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
|
|
|
|
| |
120 bytes is ample, the doc says.
|
| |
|
|
|
|
|
|
|
| |
destructors.
zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places.
Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors.
|
|\
| |
| |
| |
| | |
* PHP-7.2:
Fixed bug #76548 pg_fetch_result did not fetch the next row
|
| |\
| | |
| | |
| | |
| | | |
* PHP-7.1:
Fixed bug #76548 pg_fetch_result did not fetch the next row
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
is known to be a temporary allocated zend_string.
|
| | |
| | |
| | |
| | |
| | |
| | | |
doesn't have to be initialized.
It's used only as a result of zend_is_callable() in forward_static_call and spl_autoload.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.2:
Updated NEWS
Fixed #75838 (Memory leak in pg_escape_bytea())
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.1:
Fixed #75838 (Memory leak in pg_escape_bytea())
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
initialized if zend_fcall_info_cache.function_handler is set).
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.2:
Fixed bug #75671 pg_version() crashes when called on a connection to cockroach
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.1:
Fixed bug #75671 pg_version() crashes when called on a connection to cockroach
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add _unchecked() variants of zend_spprintf and zend_strpprintf for
cases where we specifically want to disable these checks, such as
use of %H.
|
| | | |
|
| | |
| | |
| | |
| | | |
RFC https://wiki.php.net/rfc/pcre2-migration
|
| | |
| | |
| | |
| | | |
Register persistent resources through new functions zend_register_persistent_resource()/zend_register_persistent_resource_ex().
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* master: (26 commits)
Better fix for bug #75451 (Assertion fails while foreach on empty xpath query)
Catch with the latest AppVeyor unzip errors
Fixed type inference
Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnect
Fix compiler warnings
We don't use a specific model for a MAKERNOTE so remove these checks that doesn't do anything anyway
Remove these old comments, as for the TODO, there is already a FR for this
Re-enable AppVeyor cache
make sure run-tests reports exit status upon prerequisite error
Remove implicit constants from test case
Fix invalid read in zend_use_undefined_constant()
Fix invalid read in mb_ord()
Remove --with-libmbfl configure option
Fixed bug #75451 (Assertion fails while foreach on empty xpath query)
Add tests for UConverter::getStandards()
convert spaces to tabs in ext/ftp/tests/server.inc
Add tests for ftp_rename
Fix bug #75434 Wrong reflection for mysqli_fetch_all function
Don't optimize input arrays with suffix holes
Fix bug #75307 Wrong reflection for openssl_open function
...
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-7.2:
Fix test compat for PostgreSQL 10
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-7.1:
Fix test compat for PostgreSQL 10
|
| | | |\
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-7.0:
Fix test compat for PostgreSQL 10
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.2:
Decref default_link when clearing
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-7.1:
Decref default_link when clearing
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-7.0:
Decref default_link when clearing
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.2:
Bugfix#75419 Fix clearing of default link during pg_close()
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-7.1:
Bugfix#75419 Fix clearing of default link during pg_close()
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-7.0:
Bugfix#75419 Fix clearing of default link during pg_close()
|
| | | | |
|