summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove SVN revision from phar phpinfo outputPeter Kokot2018-06-165-9/+0
* Remove old SVN keywords substitutions from the zip testsPeter Kokot2018-06-163-3/+0
* Remove assertionXinchen Hui2018-06-151-7/+0
* Merge branch 'PHP-7.2'Xinchen Hui2018-06-153-5/+32
|\
| * Fixed bug #76477 (Opcache causes empty return value)Xinchen Hui2018-06-153-5/+32
* | Fixe bug #76386Victor Csiky2018-06-152-2/+127
* | Bump PHP_JSON_VERSION to 1.7.0Jakub Zelenka2018-06-141-1/+1
* | Merge branch 'PHP-7.2'Dmitry Stogov2018-06-141-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-06-141-0/+1
| |\
| | * Fixed invalid free introduced by d6e81f0bfd0cb90586dd83d4fd47a4302605261a (av...Dmitry Stogov2018-06-141-0/+1
* | | Avoid useless stream buffer copying and workaround with chunk_size manipulation.Dmitry Stogov2018-06-141-3/+2
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-133-16/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-133-16/+10
| |\ \ | | |/
| | * Make $locale parameter to BreakIterator ctors optionalNikita Popov2018-06-133-16/+10
* | | php_json_escape_string() optimizationDmitry Stogov2018-06-131-35/+60
* | | erealloc() is infallibleChristoph M. Becker2018-06-131-3/+0
* | | emalloc never returns nullMarkus Staab2018-06-131-18/+16
* | | Remove old SVN keywords substitutions from xsl and sockets testsPeter Kokot2018-06-1310-10/+2
* | | emalloc() never returns NULLDmitry Stogov2018-06-131-3/+1
* | | Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval...Xinchen Hui2018-06-132-2/+26
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-122-0/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-122-0/+17
| |\ \ | | |/
| | * Fixed bug #76462 Undefined property: DateInterval::$fAnatol Belski2018-06-122-0/+17
* | | Fixed bug #76463 (var has array key type but not value type)Xinchen Hui2018-06-122-1/+20
* | | Enable HRTime on OpenBSDTom Van Looy2018-06-121-1/+1
* | | Merge branch 'PHP-7.2'Remi Collet2018-06-122-2/+3
|\ \ \ | |/ /
| * | Add OPSYS_CPM constant as documented and to match libzip namingRemi Collet2018-06-122-2/+3
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-101-0/+1
| |\ \ | | |/
| | * Fix mysqlnd build without opensslNikita Popov2018-06-101-0/+1
* | | Update data tables for Unicode 11Nikita Popov2018-06-111-2996/+3197
* | | Remove dead code for ADD_STRING/ADD_CHAR optimizationNikita Popov2018-06-111-74/+0
* | | Skip tests when Oniguruma is disabledAnatol Belski2018-06-112-0/+2
* | | Fix mbstring fallback when --disable-mbregex usedAnatol Belski2018-06-111-9/+21
* | | Remove inappropriate FreeLibrary callsAnatol Belski2018-06-111-3/+0
* | | Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown)Kalle Sommer Nielsen2018-06-111-3/+0
* | | Remove revision from OCI8 extensionPeter Kokot2018-06-101-1/+0
* | | Deprecate image2wbmp()Christoph M. Becker2018-06-103-60/+26
* | | Optimizer: Don't propagate constants into MAKE_REFNikita Popov2018-06-101-0/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-091-1/+1
|\ \ \ | |/ /
| * | Fix test portabilityAnatol Belski2018-06-091-1/+1
* | | Add check for variable size array featureAnatol Belski2018-06-091-2/+2
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-06-092-1/+15
|\ \ \ | |/ /
| * | Fix #76409: heap use after free in _php_stream_freeChristoph M. Becker2018-06-092-1/+15
* | | Remove exif version from the phpinfo outputPeter Kokot2018-06-091-3/+0
* | | Don't use UNREFs during array operationsNikita Popov2018-06-091-8/+8
* | | Fixed bug #76422 ftruncate fails on files > 2GBAnatol Belski2018-06-092-6/+42
* | | Fix mysqlnd build without opensslNikita Popov2018-06-091-0/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-081-44/+25
|\ \ \ | |/ /
| * | Deduplicate code using php_timezone_to_string()Nikita Popov2018-06-081-42/+23
| * | cast to int to disable compilation warnings.David Carlier2018-06-081-2/+2