summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Support for samesite cookies with array syntaxPedro Magalhães2018-07-3111-65/+331
* implement same site cookie see https://bugs.php.net/bug.php?id=72230 see http...Frederik Bosch2018-07-3110-27/+139
* Removed useless IS_UNDEF checksDmitry Stogov2018-07-315-25/+15
* Fix minor Autoconf coding stylePeter Kokot2018-07-312-2/+2
* Merge branch 'PHP-7.2'Anatol Belski2018-07-302-0/+119
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-07-302-0/+119
| |\
| | * Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL optionAnatol Belski2018-07-302-0/+119
* | | Make more tests run on 64bit plataformsGabriel Caruso2018-07-3012-41/+5
* | | Give a reason why the test was skippedGabriel Caruso2018-07-301-0/+12
* | | Fix AC_RUN_IFELSE calls when cross-compilingPeter Kokot2018-07-303-4/+4
* | | Remove superfluous SKIPIF sections of always available constantsGabriel Caruso2018-07-3011-61/+3
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-3014-123/+117
* | | Remove superfluous SKIPIF sections of always available interfacesGabriel Caruso2018-07-293-5/+0
* | | Remove superfluous SKIPIF sections of always available functionsGabriel Caruso2018-07-2928-79/+5
* | | [ci skip] Fix typoGabriel Caruso2018-07-292-2/+2
* | | Run tokenizer_data_gen.sh to reorganize tokensGabriel Caruso2018-07-291-70/+70
* | | Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEVPeter Kokot2018-07-294-7/+7
* | | Remove unused libmbfl build system related filesPeter Kokot2018-07-2913-462/+0
* | | Fix typo in config.m4Peter Kokot2018-07-291-6/+1
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-2933-109/+109
* | | Fix typos in codePeter Kokot2018-07-274-4/+4
* | | Remove unused Git ident attributes from zip extensionPeter Kokot2018-07-2746-48/+4
* | | Reverts some changes from 7ec64a83Gabriel Caruso2018-07-271-2/+5
* | | Remove superfluous check for PHP 7+ testsGabriel Caruso2018-07-273-9/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-07-262-1/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-262-1/+20
| |\ \ | | |/
| | * Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-262-1/+20
* | | Sync with ab8094c6Anatol Belski2018-07-261-2/+1
* | | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-262-5/+5
* | | Remove unused variablesGabriel Caruso2018-07-252-3/+1
* | | Remove extra semicolonsGabriel Caruso2018-07-256-8/+6
* | | Encode parent class name as IS_CONST operand in DECLARE_INHERITED_CLASS and D...Dmitry Stogov2018-07-252-2/+12
* | | Fix typos in code commentsPeter Kokot2018-07-2520-21/+21
* | | Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, pro...Dmitry Stogov2018-07-254-116/+111
* | | Remove unused Git attributes identPeter Kokot2018-07-25675-1214/+92
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-07-243-44/+58
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-243-44/+58
| |\ \ | | |/
| | * Fix #76643: Segmentation fault when using `output_add_rewrite_var`Christoph M. Becker2018-07-243-44/+58
* | | Better name: ZEND_PROPERTY_HAS => ZEND_PROPERTY_NOT_EMPTYDmitry Stogov2018-07-241-1/+1
* | | Give a meaningful nameXinchen Hui2018-07-244-12/+12
* | | Micro-optmizationXinchen Hui2018-07-241-69/+72
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-07-242-11/+99
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-07-242-10/+98
| |\ \ | | |/
| | * Fixed bug #68553 (array_column: null values in $index_key become incrementing...Xinchen Hui2018-07-242-10/+98
* | | Fixed testsDmitry Stogov2018-07-233-0/+40
* | | Avoid code duplicationDmitry Stogov2018-07-231-19/+7
* | | Remove some dead codeKalle Sommer Nielsen2018-07-231-7/+1
* | | Use better destructor (key may be only IS_STRING or IS_LONG).Dmitry Stogov2018-07-232-3/+3
* | | Give a reason why the test was skippedGabriel Caruso2018-07-2217-25/+28
* | | Use variables that already received ZEND_NUM_ARGS()Gabriel Caruso2018-07-226-22/+15