]> granicus.if.org Git - php/shortlog
php
2020-04-27 Máté KocsisFix inaccurate func infos
2020-04-27 Nikita PopovAvoid throw expression leaks
2020-04-27 Dmitry StogovFixed incorrect side exit address
2020-04-27 Christoph M... Show all tests on AppVeyor
2020-04-27 Alex DowadSessionUpdateTimestampHandler class was never implemented
2020-04-27 Nikita PopovUse information about classes returned by internal...
2020-04-27 Nikita PopovPass existing lcname to check_magic_method_implementation
2020-04-27 Gabriel CarusoUse zend_string in zend_check_magic_method implementation
2020-04-27 Symeon CharalabidesTest xml_error_string() and xml_get_error_code()
2020-04-27 Flávio HelenoFixed run-tests.php for PHP 7.2
2020-04-27 Alex DowadRemove duplicate tests
2020-04-27 Vladyslav StartsevEnsure bcmath scale is between 0 and INT_MAX
2020-04-27 Nikita PopovAdd helper APIs for get_gc implementations
2020-04-27 Nikita PopovAdd macro to get ini target address
2020-04-27 Christoph M... Merge branch 'PHP-7.4'
2020-04-27 Christoph M... Fix #79065: DOM classes do not expose properties to...
2020-04-27 Christoph M... Merge branch 'PHP-7.4'
2020-04-27 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-27 Christoph M... Fix #79470: PHP incompatible with 3rd party file system...
2020-04-26 Levi MorrisonAdd case insensitive find_ptr hash functions
2020-04-26 Christoph M... Add gen_stub.php to devel pack
2020-04-26 Máté KocsisGenerate method entries from stubs for Zend classes
2020-04-26 Gabriel CarusoClean section of test not working due to short open...
2020-04-26 Gabriel CarusoCheck Serialization magic methods structure
2020-04-25 Máté KocsisUse the default type error message for Exception::__con...
2020-04-25 Máté KocsisGenerate methods entries from stubs for ext/spl
2020-04-24 Alex DowadNothing in codebase cares whether platform has fpclass()
2020-04-24 Christoph M... Merge branch 'PHP-7.4'
2020-04-24 Christoph M... Fix #79514: Memory leaks while including unexistent...
2020-04-24 Dmitry StogovAvoid STORE of register inherited from parent trace
2020-04-24 Dmitry StogovSkip life range with LOAD and single use
2020-04-24 Dmitry Stogovcleanup
2020-04-24 Derick RethansUpdated to version 2020.1 (2020a)
2020-04-24 Derick RethansEmpty merge
2020-04-24 Derick RethansUpdated to version 2020.1 (2020a)
2020-04-24 Derick RethansEmpty merge
2020-04-24 Derick RethansUpdated to version 2020.1 (2020a)
2020-04-24 Dmitry StogovAbort register allocation if no candidates
2020-04-24 Nikita PopovUse zend_make_tmp_result() helper in more places
2020-04-24 Nikita PopovAccept result znode in zend_compile_class_decl()
2020-04-24 Ilija ToviloUse return in compile_expr for consistency
2020-04-24 Christoph M... Update intl test suite for ICU 67.1
2020-04-24 Symeon CharalabidesTest XSLTProcessor::importStylesheet() with invalid...
2020-04-24 Christoph M... Fix #36365: scandir duplicates file name at every 65535...
2020-04-24 Sara GolemonRemove dead checks for LOG_FILE paths, replace with...
2020-04-23 Christoph M... Merge branch 'PHP-7.4'
2020-04-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-23 Graham CampbellAdd additional preg_match test case
2020-04-23 Ilija ToviloMake throw statement an expression
2020-04-23 Jacob DreesenFix typo in UPGRADING [ci skip]
2020-04-23 Nikita PopovFix treatment of "self" when validating against trait...
2020-04-23 Dmitry StogovMore accurate life range termination
2020-04-23 Your NameAdd get_debug_type() function
2020-04-23 Nikita PopovRemove support for libmysqlclient 5.0
2020-04-23 Nikita PopovMerge branch 'PHP-7.4'
2020-04-23 Nicolas GrekasFix bug #79447
2020-04-23 Alex DowadRemove unneeded prototype for spl_array_get_iterator
2020-04-23 Alex DowadRemove unused 'ce_get_iterator' field from spl_fixedarr...
2020-04-23 Alex DowadRemove unused 'ce_get_iterator' field from spl_heap_object
2020-04-22 George Peter... Drop unnecessary stdint and inttypes header checks
2020-04-22 Nicolas GrekasSkip non-existing properties returned by __sleep()
2020-04-22 Symeon CharalabidesTests for the default case of the parameter of xml_pars...
2020-04-22 Tyson AndreDocument change to ReflectionMethod->isConstructor...
2020-04-22 Christoph M... Merge branch 'PHP-7.4'
2020-04-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-22 Christoph M... Fix #79503: Memory leak on duplicate metadata
2020-04-22 Christoph M... Merge branch 'PHP-7.4'
2020-04-22 Graham CampbellAdd additional preg_match test case
2020-04-22 Dmitry StogovReorder conditions
2020-04-22 Christoph M... Merge branch 'PHP-7.4'
2020-04-22 Christoph M... Upgrade to PCRE2 10.34
2020-04-22 Nikita PopovDiagnose missing format specifier at end of string
2020-04-22 Dmitry StogovFixed register allocation constraints
2020-04-22 Nikita PopovEmit diagnostic on unknown printf specifier
2020-04-22 Nikita PopovRemove some redundant sprintf variation tests
2020-04-22 Nikita Popovprintf: Unify error case
2020-04-22 Nikita Popovprintf: Report error if missing padding character
2020-04-21 George Peter... Fix error message in ext/socket
2020-04-21 George Peter... Promote warnings to Errors in sockets's extension.
2020-04-21 Nikita PopovRemove redundant vfprintf/vsprintf variation tests
2020-04-21 Nikita PopovFix number of required parameters in printf
2020-04-21 Dmitry StogovReuse registers allocated for parent trace in side...
2020-04-21 Dmitry StogovRegister allocation is useless if JIT just calls standa...
2020-04-21 Nikita PopovGenerate zend_builtin_functions FEs from stubs
2020-04-21 Dmitry StogovRemoved old TODO
2020-04-21 Nikita PopovAdd crude memory limit to tracked alloc
2020-04-21 Nikita PopovMake gen_stub parallelism safe
2020-04-21 Symeon CharalabidesEnsure hash_update_stream() always returns the same...
2020-04-20 Christoph M... Fix OPcache build
2020-04-20 Christoph M... Fix #71417: fread() does not report zlib.inflate errors
2020-04-20 Nikita PopovRemove support for EBCDIC
2020-04-20 Nikita PopovMerge branch 'PHP-7.4'
2020-04-20 Nikita PopovDon't rand() in test
2020-04-20 Dmitry StogovRegister allocator and deoptimizer for tracing JIT.
2020-04-20 Christoph M... Fix #71263: fread() does not report bzip2.decompress...
2020-04-20 Máté KocsisImprove a last couple of argument error messages
2020-04-20 Nikita PopovMerge branch 'PHP-7.4'
2020-04-20 Nikita PopovFix file name clash in touch_variation1.phpt
2020-04-20 Nikita PopovMerge branch 'PHP-7.4'
2020-04-20 Alex DowadFix bug #67369 ArrayObject serializatino drops the...
next