summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix check for invoking abstract methodNikita Popov2018-07-022-15/+33
* Add $ before property name in error messageNikita Popov2018-07-027-32/+32
* Merge branch 'PHP-7.2'Nikita Popov2018-07-022-1/+26
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-022-1/+26
| |\
| | * Fixed bug #75231Nikita Popov2018-07-022-1/+26
* | | Remove unnecessary explicit argc checkNikita Popov2018-07-021-18/+6
* | | Remove METHOD_NOTSTATIC checks in reflectionNikita Popov2018-07-021-42/+0
* | | Merge branch 'PHP-7.2'Nikita Popov2018-07-021-3/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-021-3/+1
| |\ \ | | |/
| | * Fix test after serialization changeNikita Popov2018-07-021-3/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2018-07-026-448/+495
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-07-026-41/+63
| |\ \ | | |/
| | * Fixed bug #74670Nikita Popov2018-07-026-41/+63
* | | Fixed bug #63217Rudi Theunissen2018-07-022-66/+49
* | | Remove the forked test and adjust the original oneAnatol Belski2018-07-022-75/+1
* | | Avoid magic method hash lookupsDmitry Stogov2018-07-022-3/+3
* | | Add ssl/tls streams options for min and max proto versionJakub Zelenka2018-07-014-66/+186
* | | Add syslog's ident and facility parameters to configPhilip Prindeville2018-07-011-1/+7
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-07-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-011-1/+1
| |\ \ | | |/
| | * Make newly introduced bug76556.phpt more resilientChristoph M. Becker2018-07-011-1/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-06-302-1/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-302-1/+24
| |\ \ | | |/
| | * Fix #76556: get_debug_info handler for BreakIterator shows wrong typeChristoph M. Becker2018-06-302-1/+24
* | | Add test for void return type on internal functionNikita Popov2018-06-301-0/+9
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-301-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-301-1/+1
| |\ \ | | |/
| | * Fix typo in compound dim assign op inferenceNikita Popov2018-06-301-1/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-06-303-1/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-303-1/+33
| |\ \ | | |/
| | * Fix #71848: getimagesize with $imageinfo returns falseChristoph M. Becker2018-06-303-1/+33
* | | Fix pecl vs ext typo in pharPeter Kokot2018-06-304-4/+4
* | | Add zend_update_static_property_ex APINikita Popov2018-06-291-15/+1
* | | Add zend_read_static_property_ex APINikita Popov2018-06-291-5/+1
* | | Check return value of pcre2_maketables()Anatol Belski2018-06-291-0/+7
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-292-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-292-0/+24
| |\ \ | | |/
| | * Fixed bug #76548 pg_fetch_result did not fetch the next rowAnatol Belski2018-06-292-0/+24
* | | Removed INIT_OVERLOADED_CLASS... macrosDmitry Stogov2018-06-291-14/+1
* | | Changed php_add[c]slashes prototypes (removed should_free argument)Dmitry Stogov2018-06-296-45/+35
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-283-1/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-283-1/+20
| |\ \ | | |/
| | * Fixed bug #76532 (excessive memory usage in mb_strimwidth)Marcus Schwarz2018-06-283-1/+20
* | | Fix ReflectionProperty::get/setValue() on internal static propertyNikita Popov2018-06-282-31/+38
* | | DOMDocument::formatOutput attribute sometimes ignoredAndrew Nester2018-06-282-7/+28
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-06-282-1/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-06-282-1/+21
| |\ \ | | |/
| | * Fixed bug #76536 (PHP crashes with core dump when throwing exception in error...Xinchen Hui2018-06-282-1/+21
* | | Store unmangled name in ReflectionPropertyNikita Popov2018-06-271-47/+37
* | | Fix typos...Nikita Popov2018-06-271-1/+1