]> granicus.if.org Git - php/shortlog
php
2021-03-17 George Peter... Use standard PDO way for fetching integer attribute...
2021-03-17 George Peter... Validate string is numeric for integer PDO attribute...
2021-03-16 Máté KocsisPromote DOM invalid state errors during property access
2021-03-16 Dmitry StogovChange Zend Stream API to use zend_string* instead...
2021-03-16 Ilija ToviloAdd tokenizer_data_gen to build process
2021-03-16 Nikita PopovDon't check executability
2021-03-16 Nikita PopovCheck for WRONG_PROPERTY_INFO
2021-03-16 Nikita PopovRevert "Remove some unnecessary explicit header depende...
2021-03-16 Nikita PopovAutomatically run zend_vm_gen.php if zend_vm_def.h...
2021-03-16 Nikita PopovRemove some unnecessary explicit header dependencies
2021-03-16 Nikita PopovCheck for php program in autoconf
2021-03-16 Max Semenikrun-tests.php: class for test file loading
2021-03-16 Nikita PopovMerge branch 'PHP-8.0'
2021-03-16 Nikita PopovFix refcount inference for typed properties
2021-03-16 Nikita PopovAdd sanity check for type of read_property return value
2021-03-16 Derick RethansMerge branch 'PHP-8.0'
2021-03-16 Derick RethansMerge branch 'PHP-7.4' into PHP-8.0
2021-03-16 Derick RethansFix build version too
2021-03-16 Derick RethansMerge branch 'PHP-8.0'
2021-03-16 Derick RethansMerge branch 'PHP-7.4' into PHP-8.0
2021-03-16 Derick RethansNEWS for 7.4.18
2021-03-16 Derick RethansPrepare for 7.4.17RC1
2021-03-16 Máté KocsisMerge branch 'PHP-8.0'
2021-03-16 Máté KocsisFix ldap_next_entry() parameter name
2021-03-16 Máté KocsisFix crash in LDAP search functions during argument...
2021-03-15 Máté KocsisMerge branch 'PHP-8.0'
2021-03-15 Máté KocsisAdd missing skipif sections to ext/dom tests
2021-03-15 Christoph M... Merge branch 'PHP-8.0'
2021-03-15 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-03-15 Christoph M... Fix #80817: dba_popen() may cause segfault during RSHUTDOWN
2021-03-15 George Peter... Add comment explaining empty default case
2021-03-15 George Peter... Boolify pdo_dbh_attribute_set()
2021-03-15 George Peter... Boolify pdo_hash_methods()
2021-03-15 George Peter... Boolify pdo_stmt_describe_columns()
2021-03-15 George Peter... Voidify internal pdo_sqlstate_init_error_table()
2021-03-15 George Peter... Remove php_pdo_str_tolower_dup() function
2021-03-15 DharmanChange the default error mode of mysqli
2021-03-15 Nikita PopovMerge branch 'PHP-8.0'
2021-03-15 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-03-15 DharmanFix bug #80866
2021-03-15 Nikita PopovMerge branch 'PHP-8.0'
2021-03-15 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-03-15 DharmanFix bug #80837
2021-03-15 Nikita PopovAssert that stmt is set in PDORow
2021-03-15 Nikita PopovMerge branch 'PHP-8.0'
2021-03-15 Nikita PopovMerge branch 'PHP-7.4' into PHP-8.0
2021-03-15 Nikita PopovUpdate ubuntu on i386 job
2021-03-15 Nikita PopovDowngrade security level in tests using TLS < 1.2
2021-03-15 Máté KocsisUse typed properties in ext/mysqli
2021-03-15 Nikita PopovUse zend_objects_not_comparable in PDO
2021-03-15 DharmanAdd CLEAN sections to mysqli and PDO mysql tests
2021-03-15 Nikita PopovMerge branch 'PHP-8.0'
2021-03-15 Michael Heimpoldext/opcache: fix configure output while checking mmap...
2021-03-15 DharmanDeprecate mysqli driver_version property
2021-03-15 Nikita PopovRemove dead mysqli_driver_construct() function
2021-03-15 DharmanClean up mysqli_driver test cases
2021-03-15 DharmanRemove redundant macros in mysqli_driver implementation
2021-03-15 DharmanRemove unused mysqli global
2021-03-15 Dharmanclient_info is a constant and doesn't need a connection
2021-03-14 George Peter... Use zend_string* & more legible API for php_get_display...
2021-03-14 CalisonReturn early on php display error for better legibility
2021-03-13 Anatol Belskihash: xxhash: Use canonicalization routine from existin...
2021-03-12 Dmitry StogovRemove deprecated code
2021-03-12 Dmitry StogovFixed compilation warning
2021-03-11 Dmitry StogovInline "array" part of FE_FETCH_R handler into HYBRID VM
2021-03-11 Dmitry Stogovzend_verify_recv_arg_type_helper is not "cold".
2021-03-11 Dmitry StogovAvoid repeatable work when error_reporting() is called...
2021-03-11 Dmitry StogovInheritance cache optimization
2021-03-10 Dmitry StogovFixed assertion (ext/opcache/zend_persist.c:327: zend_a...
2021-03-10 Dmitry StogovMerge branch 'PHP-8.0'
2021-03-10 Dmitry StogovFixed bug #80814 (threaded mod_php won't load on FreeBS...
2021-03-09 Dmitry StogovUse spl_filesystem_object.file_name for SPL_FS_DIR...
2021-03-08 Christoph M... Merge branch 'PHP-8.0'
2021-03-08 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-03-08 Christoph M... Fix #51903: simplexml_load_file() doesn't use HTTP...
2021-03-08 Christoph M... Merge branch 'PHP-8.0'
2021-03-08 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-03-08 manuelFix #80838: HTTP wrapper waits for HTTP 1 response...
2021-03-05 Máté KocsisMerge branch 'PHP-8.0'
2021-03-05 Máté KocsisFix the error message of attribute flag validation
2021-03-05 George WangMerge branch 'PHP-8.0'
2021-03-05 George WangMerge branch 'PHP-7.4' into PHP-8.0
2021-03-05 George WangMerge branch 'PHP-7.4' of git.php.net:php-src into...
2021-03-05 George WangLiteSpeed SAPI v7.9: Process manager keeps forked child...
2021-03-05 Nikita PopovMerge branch 'PHP-8.0'
2021-03-05 David CarlierAdd supports for FreeBSD's PROT_MAX to let mprotect...
2021-03-05 Nikita PopovReduce date test threshold further
2021-03-05 Christoph M... Merge branch 'PHP-8.0'
2021-03-05 Christoph M... Merge branch 'PHP-7.4' into PHP-8.0
2021-03-05 Christoph M... Print error code if CreateMutex() fails
2021-03-05 Dmitry Stogovtypo
2021-03-04 Nikita PopovReduce threshold in ext/date/tests/bug73837.phpt
2021-03-04 Max SemenikUpdate mysqli tests to work with newer MySQL server
2021-03-04 Nikita PopovMake the nocache tag actually work
2021-03-04 Nikita PopovAdd mechanism to skip the skipif cache
2021-03-04 Nikita PopovFix dynamic func def persist with preloading
2021-03-04 Nikita Popovrun-tests.php: Preserve .php on leak in one more place
2021-03-04 Dmitry StogovMerge branch 'PHP-8.0'
2021-03-04 Dmitry StogovFix ASAN warning (Zend/zend_string.h:165:2: runtime...
2021-03-04 Dmitry StogovCache haschildren/getchildren methods of recursive...
next