]> granicus.if.org Git - php/shortlog
php
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
2019-10-31 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-10-31 Christoph M... Fix test cases for libxml2 2.9.10
2019-10-31 Nikita PopovAdd stubs for WeakReference
2019-10-31 Nikita PopovMerge branch 'PHP-7.4'
2019-10-31 Nikita PopovRemove configure checks for supported instruction sets
2019-10-31 Nikita PopovMerge branch 'PHP-7.4'
2019-10-31 Nikita PopovFix bug #77930: Remove mmap limit
2019-10-31 Christoph M... Elevate warnings to ValueErrors in ext/calendar
2019-10-30 Christoph M... Merge branch 'PHP-7.4'
2019-10-30 Christoph M... Fix #78761: Zend memory heap corruption with preload...
2019-10-30 Christoph M... Merge branch 'PHP-7.4'
2019-10-30 Christoph M... Fix #78762: Failing FFI::cast() may leak memory
2019-10-30 Máté KocsisCleanup return values when parameter parsing is unsucce...
2019-10-30 Máté KocsisCleanup return values for Intl when parameter parsing...
2019-10-30 Nikita PopovDon't use chunking for stream writes
2019-10-30 Nikita PopovMerge branch 'PHP-7.4'
2019-10-30 Nikita PopovAdd UPGRADING note for stream_read() change
2019-10-30 Rimvydas ZilinskasAdd more openssl stubs
2019-10-30 Nikita PopovMerge branch 'PHP-7.4'
2019-10-30 Tyson AndreOptimize creation of empty arrays in json_decode
2019-10-30 Nikita PopovMake "unterminated comment" into a parse error
2019-10-30 Nikita PopovWarn on strtr(["" => "x"])
2019-10-30 Nikita PopovPromote mt_rand() min/max warning to ValueError
2019-10-30 Máté KocsisAdd stubs for various standard functions
2019-10-30 Nikita PopovUse ArgumentCountError in IntlGregorianCalendar ctor
2019-10-30 Tyson AndreUpdate documentation/comment for GH-4860
2019-10-30 Máté KocsisAdd stubs for directory and file functions
2019-10-30 Nikita PopovDon't check $this existence in object opcodes
2019-10-30 Nikita PopovMerge branch 'PHP-7.4'
2019-10-30 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-30 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-30 Nikita PopovAdd missing refcount increment
2019-10-29 Nikita PopovFix bug #78681 by renaming libphp8.so to libphp.so
2019-10-29 Christoph M... Allow to call XMLReader::open() and ::XML() statically
2019-10-29 Nikita PopovMerge branch 'PHP-7.4'
2019-10-29 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-29 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-29 Nikita PopovFixed bug #78689
2019-10-29 Nikita PopovRemove some RETURN_FALSE on exception
2019-10-29 Nikita PopovAdd Z_PARAM_STRING/ARRAY_OR_NULL convenience macros
2019-10-29 Nikita PopovDon't accept objects for options in password_hash()
2019-10-29 Nikita PopovPromote base_convert "invalid base" errors to ValueError
2019-10-29 Nikita PopovThrow "Unsupported operand types" error when using...
2019-10-29 Nikita PopovExpect number argument in round()
2019-10-29 Craig DuncanConvert phpdbg arginfo to php stubs
2019-10-29 Nikita PopovSmall phpdbg cleanups
2019-10-29 Nikita PopovSmall ext/dom cleanups
2019-10-29 Christoph M... Merge branch 'PHP-7.4'
2019-10-29 Christoph M... Skip test case on non Windows platforms
2019-10-29 Nikita PopovTry to fix asan warning in scalar_constant_defaults...
2019-10-29 Derick RethansMerge branch 'PHP-7.4'
2019-10-29 Christoph M... Merge branch 'PHP-7.4'
2019-10-29 Christoph M... Skip test case on non Windows platforms
2019-10-29 Nikita PopovTry to fix 32-bit fprintf test
2019-10-29 Derick RethansUpdate NEWS for 7.4.0RC6
2019-10-29 Derick RethansUpdate NEWS for PHP 7.4.0RC5
2019-10-29 Christoph M... Fix test cases for master
2019-10-29 Christoph M... Merge branch 'PHP-7.4'
2019-10-29 Christoph M... Implement #78270: Support __vectorcall convention with FFI
2019-10-29 Stanislav MalyshevMerge branch 'PHP-7.4'
2019-10-29 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-10-29 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
next