summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Anatol Belski2019-03-302-0/+18
|\
| * Fix handling and extend ext/ffi/tests/044.phptAnatol Belski2019-03-302-0/+18
* | Merge branch 'PHP-7.4'Joe Watkins2019-03-292-1/+18
|\ \ | |/
| * tsrm environment lockJoe Watkins2019-03-292-1/+18
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-295-1/+104
|\ \ | |/
| * Partial support for GCC mode attribute.Dmitry Stogov2019-03-295-1/+104
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-291-1/+1
|\ \
| * \ Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-291-1/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-292-2/+2
| | |\
| | | * Fix test expectationsChristoph M. Becker2019-03-292-2/+2
* | | | Merge branch 'PHP-7.4'Matteo Beccati2019-03-291-2/+6
|\ \ \ \ | |/ / /
| * | | Removed declaration inside for loopsMatteo Beccati2019-03-291-2/+6
* | | | Merge branch 'PHP-7.4'Matteo Beccati2019-03-297-6/+28
|\ \ \ \ | |/ / /
| * | | Fixed SKIPIF when --disable-mbregex is usedMatteo Beccati2019-03-297-6/+28
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-291-4/+10
|\ \ \ \ | |/ / /
| * | | Fixed memory leaksDmitry Stogov2019-03-291-4/+10
* | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-292-13/+13
|\ \ \ \ | |/ / /
| * | | Allow usage of incomplete types for external variables, function parameters a...Dmitry Stogov2019-03-292-13/+13
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-291-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-291-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-291-1/+1
| | |\ \ | | | |/
| | | * Fix test expectationChristoph M. Becker2019-03-291-1/+1
| | * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-03-288-23/+29
| | |\ \ | | | |/
| | | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-287-17/+28
| | | |\
| | | | * Validate subject encoding in mb_split and mb_ereg_matchNikita Popov2019-03-272-5/+12
| | | | * Validate pattern against mbregex encodingNikita Popov2019-03-276-15/+31
| | | | * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-113-0/+50
| | | | * Sync with behavior change in OpenSSL 1.1.1bAnatol Belski2019-03-081-1/+1
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-293-489/+664
|\ \ \ \ \ | |/ / / /
| * | | | Added support for more GCC extensions: attributes, __extension__, __asm__ (ig...Dmitry Stogov2019-03-293-489/+664
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-291-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Ignore "__format__" attributeDmitry Stogov2019-03-291-0/+2
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Allow incomplete array variables - extern const char * const sys_errlist[]Dmitry Stogov2019-03-291-1/+1
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-292-1/+68
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #77768 (FFI: Builtin Types Should Not Raise Error On Redeclaration)Dmitry Stogov2019-03-292-1/+68
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-281-4/+11
|\ \ \ \ \ | |/ / / /
| * | | | Revert "Switch to bison location tracking"Nikita Popov2019-03-281-4/+11
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-283-45/+53
|\ \ \ \ \ | |/ / / /
| * | | | Support for __restrict and few GCC attributesDmitry Stogov2019-03-283-45/+53
* | | | | Merge branch 'PHP-7.4'Dmitry Stogov2019-03-282-1960/+569
|\ \ \ \ \ | |/ / / /
| * | | | Use semantic predicates to simplify lookahead and reduce backtrackingDmitry Stogov2019-03-282-1960/+569
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-271-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Make line numbers for inheritance errors more preciseNikita Popov2019-03-271-1/+1
* | | | | Merge branch 'PHP-7.4'Sara Golemon2019-03-274-1/+292
|\ \ \ \ \ | |/ / / /
| * | | | Validate interoperability between libsodium and libargon for argon2i(d) hashingSara Golemon2019-03-273-0/+291
| * | | | Increase default time cost for argon2 password hashingSara Golemon2019-03-271-1/+1
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-263-6/+16
|\ \ \ \ \ | |/ / / /
| * | | | Add zend_error_at API that accepts a filename and linenoNikita Popov2019-03-263-6/+16
* | | | | Merge branch 'PHP-7.4'Nikita Popov2019-03-263-16/+34
|\ \ \ \ \ | |/ / / /