]> granicus.if.org Git - php/shortlog
php
2020-05-15 Christoph M... Merge branch 'PHP-7.4'
2020-05-15 Christoph M... Fix #79557: extension_dir = ./ext now use current direc...
2020-05-15 Christoph M... Merge branch 'PHP-7.4'
2020-05-15 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-15 Christoph M... Fix #79596: MySQL FLOAT truncates to int some locales
2020-05-15 Christoph M... Merge branch 'PHP-7.4'
2020-05-15 Christoph M... [ci skip] Fix NEWS
2020-05-14 Christoph M... Remove unused variable
2020-05-14 Máté KocsisImprove error message for deprecated methods
2020-05-14 Bob WeinandRemove generated zend_jit_x86.c upon make distclean
2020-05-14 Christoph M... Merge branch 'PHP-7.4'
2020-05-14 Christoph M... Check compatibility with proper runtime DLL
2020-05-14 Nikita PopovMerge branch 'PHP-7.4'
2020-05-14 Nikita PopovCanonicalize bison error during ini parsing
2020-05-14 Máté KocsisAdd stubs for some SAPIs
2020-05-14 Dmitry StogovTracing JIT support for delayed call chain
2020-05-14 Máté KocsisConvert resource to object in Sysvmsg
2020-05-14 Nikita PopovAvoid duplicating the proc_open cleanup logic
2020-05-14 Alex DowadFurther refactoring of proc_open.c
2020-05-14 Alex DowadDon't leak memory if wrong resource type is passed...
2020-05-14 Alex DowadAdd PTY support to proc_open (again after 16 long years)
2020-05-14 Nikita PopovMerge branch 'PHP-7.4'
2020-05-14 Gerard RocheFix lcov genhtml: ERROR: cannot read [file]
2020-05-14 Ondřej SurýProperly detect CRC32 APIs on aarch64 from configure
2020-05-14 Jens de NiesRemoved pure zpp tests in the imap extension
2020-05-13 Christoph M... Merge branch 'PHP-7.4'
2020-05-13 Christoph M... Fix brittle shmop test
2020-05-13 Nikita PopovAllow null callback to array_filter()
2020-05-13 Dmitry StogovSet "hybrid_ret_counters" only after links to "function...
2020-05-13 Remi ColletRevert "doc for enchant Object move"
2020-05-13 Remi ColletRevert "convert enchant resources to objects of new...
2020-05-13 Remi ColletRevert "add myself as enchant maintainer"
2020-05-13 Remi Colletdoc for enchant Object move
2020-05-13 Remi Colletconvert enchant resources to objects of new classes...
2020-05-13 Nikita PopovAssert on unknown type in zend_get_type_by_const()
2020-05-13 Dmitry StogovFixed JIT with ON_HOT_COUNTERS trigger (opcache.jit...
2020-05-13 Nikita PopovUse zend_zval_type_name() API where possible
2020-05-13 Nikita PopovRename zend_zval_get_type() API
2020-05-13 Máté KocsisConvert resource to object in XML-RPC extension
2020-05-13 Dmitry StogovBetter trace_buffer packing
2020-05-13 Alex DowadHonor script time limit when calling shutdown functions
2020-05-13 Xinchen HuiRevert "Fixed crash if jit.trigger is counter based...
2020-05-13 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2020-05-13 Xinchen HuiFixed crash if jit.trigger is counter based with preloa...
2020-05-13 George Peter... Use new Fast ZPP macros for string|int parar types
2020-05-13 George Peter... utime is always available on Windows
2020-05-13 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2020-05-13 Xinchen HuiFixed #79582 (Crash seen when opcache.jit=1235 and...
2020-05-13 Remi Colletskip when mbstring missing (no warning)
2020-05-13 Gerard Rocherun-tests: extract usage message
2020-05-13 Gerard Rocherun-tests: cs fixes (cleanup)
2020-05-12 Dmitry StogovReplace zend_jit_trace_info.loop_kind by zend_jit_trace...
2020-05-12 Dmitry StogovFixed invalid index
2020-05-12 Dmitry StogovPrevent usage of uninitialized class entry
2020-05-12 George Peter... Fix [-Wundef] warning in PHPDBG SAPI
2020-05-12 George Peter... Fix [-Wundef] warning in CLI SAPI
2020-05-12 George Peter... Fix [-Wundef] warning in FPM SAPI
2020-05-12 George Peter... Fix [-Wundef] warning in Zend folder
2020-05-12 George Peter... Fix [-Wundef] warning in streams implementation
2020-05-12 George Peter... Fix [-Wundef] warning in main folder
2020-05-12 Christoph M... Merge branch 'PHP-7.4'
2020-05-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-12 Christoph M... Fix #79588: Boolean opcache settings ignore on/off...
2020-05-12 Alex DowadTest setting SplDoublyLinkedList iterator mode to IT_MO...
2020-05-12 Alex DowadSplDoublyLinkedList uses iteration flags in iterator...
2020-05-12 Alex DowadRemove useless prototype for spl_dllist_get_iterator
2020-05-12 Nikita PopovDisplay errors in shutdown function timeout test
2020-05-12 Alex Dowadzend_timeout is not a signal handler function
2020-05-12 Nikita PopovDrop multi_convert_* APIs
2020-05-12 Rod EliasTrim trailing whitespaces and fix code style
2020-05-12 Gerard Rocherun-tests: remove use of FILE_BINARY constant
2020-05-12 Nikita PopovRemove zend_qsort
2020-05-12 Christoph M... Merge branch 'PHP-7.4'
2020-05-12 Christoph M... Skip test on big-endian architectures
2020-05-12 Dmitry StogovAvoid useless manual instruction encoding
2020-05-12 Dmitry StogovMove EG(vm_interrupt) checks at the end of the trace...
2020-05-12 Christoph M... Merge branch 'PHP-7.4'
2020-05-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-12 Christoph M... Fix #79489: .user.ini does not inherit
2020-05-12 Christoph M... Merge branch 'PHP-7.4'
2020-05-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-12 Christoph M... [ci skip] Update NEWS
2020-05-12 Remi ColletMerge branch 'PHP-7.4'
2020-05-12 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2020-05-12 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2020-05-12 Remi Colletbump version to 7.2.32-dev
2020-05-11 Stanislav MalyshevUpdate NEWS
2020-05-11 Stanislav MalyshevMerge branch 'PHP-7.4'
2020-05-11 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2020-05-11 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2020-05-11 Christoph M... Fix #78876: Long variables cause OOM and temp files...
2020-05-11 Christoph M... Fix #78875: Long filenames cause OOM and temp files...
2020-05-11 George Peter... Refactor mb_substitute_character()
2020-05-11 Nikita PopovDeprecate old ReflectionParameter type declaration...
2020-05-11 George Peter... Remove old ARG_COUNT() macro
2020-05-11 Christoph M... Merge branch 'PHP-7.4'
2020-05-11 Christoph M... Fix #79571: FFI: var_dumping unions may segfault
2020-05-11 Christoph M... Update AppVeyor for enchant-2
2020-05-11 Nikita PopovDon't reset SIGG(running) when calling zend_on_timeout
2020-05-11 Nikita PopovUse standard key behavior in array_column()
next