summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-160-0/+0
|\ \ \ \ | |/ / /
| * | | Revert the ABI break commitXinchen Hui2016-05-161-3/+0
| * | | Revert "fix #72143 (preg_replace uses int instead of size_t on zend_string_al...Xinchen Hui2016-05-161-2/+2
* | | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-161-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashes)Xinchen Hui2016-05-162-3/+7
| * | | fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs)Joe Watkins2016-05-142-2/+5
| * | | fix #72206 (xml_parser_create/xml_parser_free leaks mem)Joe Watkins2016-05-142-3/+6
| * | | improve 7132fe19c29c512d00a3afe101212ba15fa1f99eJoe Watkins2016-05-131-13/+6
| * | | fix 1bb8a7b0b895af4a9e6b24101fe8fab5af64f86cJoe Watkins2016-05-131-2/+2
| * | | fix #72180 (Env variables incorrectly pretty printed in config.nice, phpinfo)Joe Watkins2016-05-131-0/+12
* | | | Update NEWS with info about JSON parser methodJakub Zelenka2016-05-151-0/+2
* | | | Merge branch 'json_parser_method'Jakub Zelenka2016-05-153-110/+276
|\ \ \ \
| * | | | Add php_json_yyparse for direct use in json extJakub Zelenka2016-05-111-0/+2
| * | | | Fix and clean up exporting of json parserJakub Zelenka2016-05-113-7/+17
| * | | | Merge branch 'json_parser_method' into json_parser_method_embedJakub Zelenka2016-05-03218-5363/+7810
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into json_parser_methodJakub Zelenka2016-05-03218-5363/+7810
| | |\ \ \ \
| * | | | | | Use embedded json parser method structureJakub Zelenka2016-05-023-27/+27
| |/ / / / /
| * | | | | Remove json parser depth methods and tidy it upJakub Zelenka2016-04-103-111/+77
| * | | | | Add method hooking support to json parserJakub Zelenka2016-04-103-99/+287
* | | | | | fix dir separatorAnatol Belski2016-05-141-1/+1
* | | | | | Inference: $a[]= results in long keysNikita Popov2016-05-141-10/+14
* | | | | | Inference: Fix undef handling for binary opsNikita Popov2016-05-142-16/+28
* | | | | | Inference: Use common handling for compound assign opsNikita Popov2016-05-141-342/+135
* | | | | | Add COPY_SSA_OBJ_TYPE macroNikita Popov2016-05-141-85/+33
* | | | | | Fix & improve assign_dim inferenceNikita Popov2016-05-141-129/+41
* | | | | | fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs)Joe Watkins2016-05-141-2/+2
* | | | | | fix #72206 (xml_parser_create/xml_parser_free leaks mem)Joe Watkins2016-05-141-3/+4
* | | | | | fix #72209 (ReflectionProperty::getValue() doesn't fail if object doesn't mat...Joe Watkins2016-05-143-6/+17
* | | | | | Implement FIPS 180-4 algos: sha512/256 and sha512/224Sara Golemon2016-05-149-1/+134
* | | | | | Check in generated lexerSara Golemon2016-05-141-348/+354
* | | | | | Raise compiler warning on octal overflowSara Golemon2016-05-143-0/+17
* | | | | | Added news entriesDmitry Stogov2016-05-131-0/+3
* | | | | | Fixed bug #72188 (Nested try/finally blocks losing return value)Dmitry Stogov2016-05-138-11/+43
* | | | | | Fixed bug #72177 (Scope issue in __destruct after ReflectionProperty::setValu...Dmitry Stogov2016-05-134-0/+96
* | | | | | fix 1f52a03082b2816826bc5bd8c241f5d016d15395Joe Watkins2016-05-131-1/+1
* | | | | | fix #72180 (Env variables incorrectly pretty printed in config.nice, phpinfo)Joe Watkins2016-05-131-0/+6
* | | | | | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-1317-3156/+3140
* | | | | | Fix phi placement for pi targetsNikita Popov2016-05-121-0/+7
* | | | | | Explicitly construct phi set during def propagationNikita Popov2016-05-122-56/+60
* | | | | | Merge branch 'PHP-7.0'Anatol Belski2016-05-121-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | fix dir separator in testAnatol Belski2016-05-121-1/+1
* | | | | | Removed useless codeDmitry Stogov2016-05-121-7/+2
* | | | | | Merge branch 'PHP-7.0'Anatol Belski2016-05-120-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | update NEWSAnatol Belski2016-05-121-0/+1
* | | | | | Merge branch 'PHP-7.0'Anatol Belski2016-05-121-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | workaround the extra new line in the test out on another envAnatol Belski2016-05-121-1/+1
* | | | | | Intern some known (and offten used) strings.Dmitry Stogov2016-05-1218-139/+262
* | | | | | Merge branch 'PHP-7.0'Anatol Belski2016-05-122-1/+38
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed bug #72197 pg_lo_create arbitrary readAnatol Belski2016-05-122-1/+38
* | | | | | Merge branch 'PHP-7.0'Xinchen Hui2016-05-120-0/+0
|\ \ \ \ \ \ | |/ / / / /