]> granicus.if.org Git - php/shortlog
php
2019-03-03 Peter KokotRemove AC_PROG_CC_C_O
2019-03-02 Anatol BelskiHeedlessly enable thread LS cache for ext/hash.
2019-03-02 Peter KokotMerge branch 'PHP-7.3' into PHP-7.4
2019-03-02 Peter KokotMerge branch 'PHP-7.2' into PHP-7.3
2019-03-02 Peter KokotUpdate NEWS
2019-03-02 Kevin AdlerFix shared module generation on AIX bug #77676
2019-03-02 Peter KokotRemove LIBZEND_CHECK_INT_TYPE and PHP_CHECK_TYPES
2019-03-01 Peter KokotMerge branch 'PHP-7.3' into PHP-7.4
2019-03-01 Peter KokotMerge branch 'PHP-7.2' into PHP-7.3
2019-03-01 Peter KokotUpdate NEWS
2019-03-01 Ralf HabackerFix #77609: Tests from mailparse extension fails
2019-03-01 Peter KokotRemove obsolescent AC_HEADER_STDC and memcpy check
2019-03-01 c9sFix out-dated docs and typo
2019-03-01 Nikita PopovUse separate files for SplFileObject::setCsvControl...
2019-03-01 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-03-01 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-03-01 Jay Satirocurl_error: return an empty string if no error occurred
2019-03-01 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-03-01 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-03-01 Kevin AdlerFix bug #77677: WCOREDUMP not available on all systems
2019-03-01 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-03-01 Nikita PopovCheck for NULL GC type in objects_store_del
2019-03-01 Dmitry StogovUnused parameter
2019-03-01 Dmitry StogovKeep original debug info
2019-03-01 Dmitry StogovEnable Posix Shared Memory on Linux
2019-03-01 Rodrigo PradoTest for function posix_getpwnam() basic functionality
2019-02-28 Peter KokotFix file permissions
2019-02-28 Peter KokotRemove PHP_DECLARED_TIMEZONE and HAVE_DECLARED_TIMEZONE
2019-02-28 Nikita PopovFree map_base_ptr during post_startup
2019-02-28 Nikita PopovDon't remove CONST CAST in CONCAT operand
2019-02-28 Nikita PopovRemove unnecessary convert_to_string_safe macro
2019-02-28 Nikita PopovFix leak in resolve_property_types
2019-02-28 Nikita PopovDon't return inside _DO_THROW macro
2019-02-28 Nikita PopovRemove more leftovers of mysqli embedded server
2019-02-28 Derick RethansMerge branch 'PHP-7.3' into PHP-7.4
2019-02-28 Derick RethansMerge branch 'PHP-7.2' into PHP-7.3
2019-02-28 Derick RethansMerge branch 'DateIntervalBogusData' into PHP-7.2
2019-02-28 Derick RethansFixed bug #50020 (DateInterval:createDateFromString...
2019-02-28 Anatol BelskiSync with 7be0e06b482e5bf14eaf4fe9a882d8b72d644038
2019-02-28 Christoph M... Remove dead code
2019-02-28 Nikita PopovRemove mysqli embedded server support
2019-02-28 Anatol BelskiMerge branch 'PHP-7.3' into PHP-7.4
2019-02-28 Anatol BelskiMerge branch 'PHP-7.2' into PHP-7.3
2019-02-28 Anatol BelskiSync with behavior change in OpenSSL 1.1.1b
2019-02-28 Nikita PopovDisable test parallelization on AppVeyor with opcache
2019-02-28 Nikita PopovMark ext/xmlreader/tests/bug70309.phpt as online test
2019-02-28 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-02-28 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-02-28 Nikita PopovFixed bug #77669
2019-02-28 Bob WeinandFix test (order of warning / notice changes due to...
2019-02-28 Peter KokotRemove unused package2.xml file
2019-02-28 Peter KokotRemove not needed PHP_PDO_PEAR_CHECK m4 macro
2019-02-27 Peter KokotRemove ZEND_FP_EXCEPT macro and HAVE_FP_EXCEPT
2019-02-27 Peter KokotRemove unused PHP_AC_BROKEN_SNPRINTF m4 macro
2019-02-27 Peter KokotRemove deprecated PHP_EXTENSION m4 macro
2019-02-27 Bob WeinandDelay array to string conversion notice until runtime
2019-02-27 Bob WeinandUncomment cleanup for runtime_compile_time_binary_opera...
2019-02-27 rjhdbyAdd runtime_compile_time_binary_operands.phpt
2019-02-27 Joe WatkinsMerge branch 'PHP-7.4' of git://github.com/php/php...
2019-02-27 Joe WatkinsFix #77673 ReflectionClass::getDefaultProperties return...
2019-02-26 Nikita PopovSync types in .gdbinit, improve property dumping
2019-02-25 Benjamin EberleiMake regex replacements in zend_vm_gen.php more obvious
2019-02-25 Nikita PopovFix tests bareword fallback with error suppression
2019-02-25 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-02-25 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-02-25 Nikita PopovFix assertion in Exception::getMessage() if $message...
2019-02-25 Nikita PopovFix some directory collisions in dir tests
2019-02-25 Nikita PopovFix some port collisions in sockets tests
2019-02-25 Xinchen HuiFixed compiler warning
2019-02-25 Xinchen HuiUpdate NEWS
2019-02-25 Xinchen HuiMerge branch 'PHP-7.2' into PHP-7.3
2019-02-25 Xinchen HuiFixed bug #77660 (Segmentation fault on break 2147483648)
2019-02-25 Xinchen HuiUpdate NEWS
2019-02-25 Xinchen HuiMerge branch 'PHP-7.2' into PHP-7.3
2019-02-25 Xinchen HuiFixed bug #77664 (Segmentation fault when using undefin...
2019-02-24 Jakub ZelenkaMerge branch 'PHP-7.3' into PHP-7.4
2019-02-24 Jakub ZelenkaMerge branch 'PHP-7.2' into PHP-7.3
2019-02-24 Jakub ZelenkaRevert "Disable bug77390.phpt"
2019-02-24 Jakub ZelenkaPrint empty string in test for but 77390 just once
2019-02-24 Jakub ZelenkaUse spaces instead of tabs in bug 77390 test
2019-02-23 Peter KokotRemove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_...
2019-02-23 Peter KokotReplace Hebrew characters with escape sequences
2019-02-22 Nikita PopovDisable bug77390.phpt
2019-02-22 Nikita PopovFix anon class handling in ext mode
2019-02-22 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-02-22 Nikita PopovRemove result def during jmp_set optimization
2019-02-22 Nikita PopovFix removal of unreachable code in SCCP
2019-02-22 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-02-22 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-02-22 Nikita PopovFix inference warning about missing key type
2019-02-22 Nikita PopovFix get_unresolved_initializer for static props
2019-02-22 Nikita PopovFix directory collisions in zlib tests
2019-02-22 Nikita PopovFix more file name collisions in phar tests
2019-02-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-02-22 Christoph M... Fix #77648: BOM in sapi/apache2handler/php_functions.c
2019-02-22 Nikita PopovUse separate files in phar tests
2019-02-22 Nikita PopovStricter validation for popen mode argument on Windows
2019-02-22 Christoph M... Avoid potentially superfluous string reallocation
2019-02-22 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-02-22 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
next