]> granicus.if.org Git - php/shortlog
php
2019-11-09 Benjamin Eberleiext/dom: Replace usages of PHP_FUNCTION and aliases...
2019-11-09 Benjamin EberleiMerge branch 'dom-arginfo-stubs'
2019-11-09 Fabien VillepinteMerge branch 'PHP-7.4'
2019-11-09 Fabien VillepinteFix conflicts in windows ACL tests
2019-11-08 Fabien VillepinteMerge branch 'PHP-7.4'
2019-11-08 Fabien VillepinteMake test runner runnable without arguments
2019-11-08 Nikita PopovAdd support for union types in stubs
2019-11-08 Tyson AndreFix compile error using zend_parse_parameters_throw()
2019-11-08 Levi MorrisonMerge branch 'PHP-7.4'
2019-11-08 Levi MorrisonMerge branch 'PHP-7.3' into PHP-7.4
2019-11-08 Levi MorrisonWrap php_random.h in C++ portability macros
2019-11-08 Nikita PopovImplement union types
2019-11-08 Nikita PopovMake zend_type a 2-field struct
2019-11-08 Benjamin EberleiConvert ext/dom to use arginfo stub.
2019-11-07 Fabien VillepinteClean DONE tags from tests
2019-11-07 Nikita PopovReduce reallocations in exif parsing
2019-11-07 Nikita PopovReduce size limit in parser fuzzer
2019-11-07 Máté KocsisAdd stubs for standard lib functions
2019-11-07 Máté KocsisPromote register_tick_function() callback validation...
2019-11-07 Máté KocsisRemove PHP_SLEEP_NON_VOID as it is not useful anymore
2019-11-07 Nikita PopovAdd compile warning for "confusable" types
2019-11-07 Nikita PopovMerge branch 'PHP-7.4'
2019-11-07 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-11-07 Levi MorrisonWrap hrtime in `extern "c" {}`
2019-11-07 Nikita PopovMerge branch 'PHP-7.4'
2019-11-07 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-11-07 Nikita PopovFix php_pcre_mutex_free()
2019-11-07 Nikita PopovMerge branch 'PHP-7.4'
2019-11-07 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-11-07 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-11-07 Nikita PopovRemove outdated comments in test
2019-11-07 Nikita PopovMerge branch 'PHP-7.4'
2019-11-07 Nikita PopovDisable ifunc resolvers under thread sanitizer as well
2019-11-07 Nikita PopovMerge branch 'PHP-7.4'
2019-11-07 Nikita PopovAdd UPGRADING note about default object from empty...
2019-11-07 Nikita PopovMerge branch 'PHP-7.4'
2019-11-07 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-11-07 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-11-07 Nikita PopovFixed bug #78759
2019-11-07 Christoph M... Merge branch 'PHP-7.4'
2019-11-07 maxFix #78788: ./configure generates invalid php_version.h
2019-11-06 Nikita PopovMove extra checks after zpp in get_browser()
2019-11-06 Nikita PopovMerge branch 'PHP-7.4'
2019-11-06 Nikita PopovRemove bogus skipifs in get_browser tests
2019-11-06 Máté KocsisFix consistency issues with array accesses warnings...
2019-11-06 Nikita PopovMerge branch 'PHP-7.4'
2019-11-06 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-11-06 Nikita PopovFixed bug #78787
2019-11-05 Christoph M... Merge branch 'PHP-7.4'
2019-11-05 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-11-05 Christoph M... 7.3.13 is next
2019-11-05 Sara GolemonMerge branch 'PHP-7.4'
2019-11-05 Sara GolemonMerge branch 'PHP-7.3' into PHP-7.4
2019-11-05 Sara GolemonMerge branch 'PHP-7.2' into PHP-7.3
2019-11-05 Sara GolemonBump for 7.2.26-dev
2019-11-05 Nikita PopovMerge branch 'PHP-7.4'
2019-11-05 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-11-05 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-11-05 Nikita PopovFixed bug #78775
2019-11-05 Christoph M... Merge branch 'PHP-7.4'
2019-11-05 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-11-05 Christoph M... Remove obsolete oniguruma.patch
2019-11-04 Nikita PopovMerge branch 'PHP-7.4'
2019-11-04 Adam SaponaraRemove dead code `ext/mysqlnd/mysqlnd_net.c`.
2019-11-04 Máté KocsisAdd stubs for IntlTimeZone
2019-11-04 Fabien VillepinteMerge branch 'PHP-7.4'
2019-11-04 Fabien VillepinteAdd a test for ReflectionClass:getInterfaceNames()
2019-11-04 Nikita PopovRemove support for array_key_exists() with objects
2019-11-04 Christoph M... Merge branch 'PHP-7.4'
2019-11-04 Christoph M... Make test more robust
2019-11-04 Nikita PopovMerge branch 'PHP-7.4'
2019-11-04 Nikita PopovRevert "Remove configure checks for supported instructi...
2019-11-04 Nikita PopovRemove dead code related to inherits props in reflection
2019-11-04 Nikita PopovStore pointer to property_info in reflection
2019-11-04 Nikita PopovMerge branch 'PHP-7.4'
2019-11-04 Nikita PopovFixed bug #78774
2019-11-02 Christoph M... Fix #55005: imagepolygon num_points requirement
2019-11-02 Christoph M... Add ext/phar arginfo stubs
2019-11-02 Nikita PopovReduce oniguruma retry limit in fuzzer
2019-11-02 Christoph M... Merge branch 'PHP-7.4'
2019-11-02 Simonov DenisPrint Client Library Version in phpinfo
2019-11-02 Nikita PopovMerge branch 'PHP-7.4'
2019-11-02 Nikita PopovExplicitly specify ubuntu versions on azure pipelines
2019-11-01 Christoph M... Remove unused code
2019-11-01 Christoph M... Accept int parameter in the first place
2019-11-01 Máté KocsisPromote some warnings to exceptions in standard lib
2019-11-01 Nikita PopovMerge branch 'PHP-7.4'
2019-11-01 Nikita PopovFixed bug #78768
2019-11-01 Nikita PopovAllow generating stubs for directory
2019-11-01 Christoph M... zend_parse_parameters_throw() is obsolete
2019-11-01 Máté KocsisAdd missing ZPP checks
2019-11-01 Christoph M... Finish OpenSSL arginfo stubs
2019-11-01 Fabien VillepinteMerge branch 'PHP-7.4'
2019-11-01 Fabien VillepinteFix conflicts between tests with obscure filenames
2019-11-01 Fabien VillepinteMerge branch 'PHP-7.4'
2019-11-01 Fabien VillepinteFix conflicts between tests with obscure filenames
2019-11-01 Cameron Porterpdo_oci: Add support for setting and getting the oracle...
2019-11-01 Dmitry StogovDon't skip RECV instuctions when function uses type...
2019-10-31 Christoph M... Merge branch 'PHP-7.4'
2019-10-31 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
next