]> granicus.if.org Git - php/shortlog
php
2020-03-31 Nikita PopovRefactor operator implementations
2020-03-31 George Peter... Use explicit helper
2020-03-31 George Peter... Encoding argument is always MBREX(current_mbctype)
2020-03-31 Nikita PopovAdd additional operator exception handling tests
2020-03-31 Nikita PopovRemove unused argument form convert_object_to_type()
2020-03-31 Máté KocsisDisplay nullability in type error messages for internal...
2020-03-31 Nikita PopovClean up silent/noisy flag in convert_to_number
2020-03-31 George Peter... Convert some unknown encoding warnings to ValueErrors...
2020-03-31 George Peter... Promote some warnings to Errors in Zend basic functions
2020-03-31 Derick RethansMerge branch 'PHP-7.4'
2020-03-31 Derick RethansThe 7.4 branch is now for 7.4.6
2020-03-31 Nikita PopovMake cast_object handler required
2020-03-31 Máté KocsisImprove undefined variable error messages
2020-03-31 Nikita PopovClarify SimpleXML comparison logic
2020-03-31 Nikita PopovAdd a ZEND_UNCOMPARABLE value
2020-03-31 Nikita PopovReport object cast failures internally
2020-03-31 Nikita PopovMake sure php_get_internal_encoding() returns non-empty
2020-03-31 Nikita PopovMake sure mbstring.internal_encoding deprecation is...
2020-03-31 Christoph M... Merge branch 'PHP-7.4'
2020-03-31 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-31 Christoph M... Next is 7.3.18
2020-03-31 Christoph M... Merge branch 'PHP-7.4'
2020-03-31 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-31 Christoph M... Fix #79413: session_create_id() fails for active sessions
2020-03-30 George Peter... Drop wchar header check as always defined since C95
2020-03-30 George Peter... Fix format for tm member objects as they are stored...
2020-03-30 Nikita PopovClarify that return throws
2020-03-30 Nikita Popovmb_detect_order(): Use proper array|string argument
2020-03-30 Nikita PopovRemove persistent arg from parse_encoding_array()
2020-03-30 Nikita Popovmb_check_encoding(): Make var a proper array|string arg
2020-03-30 Nikita Popovmb_detect_encoding(): Use proper array|string parameter
2020-03-30 Tyson AndreDo constant evaluation for str_contains in opcache
2020-03-30 Nikita Popovmb_convert_variables(): Make $from an array|string...
2020-03-30 Nikita Popovmb_convert_encoding(): Make $input a proper array|strin...
2020-03-30 Nikita Popovmb_convert_encoding(): Make $from_encodings a proper...
2020-03-30 Michael VoříšekAdd test to make sure that (self::class)::method()...
2020-03-30 Nikita PopovParse mb_convert_encoding() encodings only once
2020-03-30 Nikita PopovProperly report unknown encoding in encoding lists
2020-03-30 Dmitry Stogovcleanup
2020-03-30 Nikita PopovMove encoding fetching outside php_mb_stripos()
2020-03-30 Nikita PopovRemove unnecessary NULL check
2020-03-30 Dmitry StogovInitialize variable numbers
2020-03-30 Nikita PopovDisable Symfony test on PHP 8
2020-03-30 Nikita PopovMerge branch 'PHP-7.4'
2020-03-30 Nikita PopovDon't check directory nlink in stat tests
2020-03-30 Nikita PopovSCCP: Optimize strpos with empty needle
2020-03-30 Christoph M... Merge branch 'PHP-7.4'
2020-03-30 Christoph M... Fix #74940: DateTimeZone loose comparison always true
2020-03-30 Christoph M... Merge branch 'PHP-7.4'
2020-03-30 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-30 Christoph M... Fix #79427: Integer Overflow in shmop_open()
2020-03-29 Jakub ZelenkaMerge branch 'PHP-7.4'
2020-03-29 Andre NathanAllow numeric [UG]ID in FPM listen.{owner,group}
2020-03-29 Remi ColletMerge branch 'PHP-7.4'
2020-03-29 Remi ColletNEWS
2020-03-29 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2020-03-29 Max ReesFix #79424 ext/zip: don't use gl_pathc after call to...
2020-03-27 Dmitry StogovBIND_GLOBAL and BIND_STATIC don't use value of the...
2020-03-27 Christoph M... Fix #76999: mb_regex_set_options() return current options
2020-03-27 Dmitry StogovRemoved useless variable
2020-03-26 Christoph M... Merge branch 'PHP-7.4'
2020-03-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-26 Lukas BergerAdd missing 'skip' to bug79332.phpt skip message
2020-03-26 Nikita PopovRemove rand_r implementation
2020-03-26 Nikita PopovRemove HAVE_REALPATH checks
2020-03-26 Nikita PopovAdd PhpToken class
2020-03-26 Nikita PopovCheck abstract method signatures coming from traits
2020-03-26 Dmitry StogovMerge branch 'PHP-7.4'
2020-03-26 George Peter... Explicitly declare the char as signed in zend_ffi_val.
2020-03-26 George Peter... Explicitly declare the char as signed in zend_ffi_val.
2020-03-26 Christoph M... Fix php_exec() output length
2020-03-25 George Peter... Fix -Wtype-limits warning by using correct type declara...
2020-03-25 Dmitry StogovSeparate zend_jit_var_supports_reg() and cleanup
2020-03-25 Dmitry StogovFixed incorrect "TSSA start" headers
2020-03-25 Dmitry StogovMerge branch 'PHP-7.4'
2020-03-25 Dmitry StogovMerge branch 'PHP-7.3' into PHP-7.4
2020-03-25 Dmitry StogovFixed bug #79412 (Opcache chokes and uses 100% CPU...
2020-03-25 Máté KocsisFix #75958 Return void instead of true
2020-03-25 Máté KocsisAdd stubs for SplDoublyLinkedList
2020-03-25 Dmitry StogovAdd new line before basic-block labels (except for...
2020-03-25 Dmitry StogovAlways print numeric opline numbers
2020-03-25 Nikita PopovClean up php_exec() implementation a bit
2020-03-25 Nikita PopovMerge branch 'PHP-7.4'
2020-03-25 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-03-25 Christian SchneiderFix bug #79410 (system() swallows last chunk if it...
2020-03-25 Dmitry StogovRename "var" to "stack". This is an abstract stack...
2020-03-24 Dmitry StogovMake SSA dump format controlled by opcache.jit_debug...
2020-03-24 Máté KocsisImprove error messages of ext/hash
2020-03-24 Máté KocsisPromote warnings to exceptions in ext/hash
2020-03-24 Máté KocsisAdd stubs for SPL iterators
2020-03-23 Máté KocsisImprove error messages of various extensions
2020-03-23 Máté KocsisImprove error messages of ext/reflection
2020-03-23 Nikita PopovMerge branch 'PHP-7.4'
2020-03-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-03-23 Nikita PopovAdd test file
2020-03-23 Nikita PopovMerge branch 'PHP-7.4'
2020-03-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-03-23 Nikita PopovHandle NULL caller_call_opline
2020-03-23 Christoph M... Merge branch 'PHP-7.4'
2020-03-23 Christoph M... Fix leak on Windows as well
next