]> granicus.if.org Git - php/shortlog
php
2015-10-01 Sean DuBoisUpdate scripts/dev/check_parameters.php for PHP 7
2015-10-01 Nikita PopovRemove checks for read_property retval being NULL
2015-10-01 Nikita PopovRemove dead assignment in get_property_guard
2015-09-30 Matteo BeccatiReflectionGenerator and ReflectionType are new classes
2015-09-30 Antony Dovgalfix dl() function
2015-09-30 Dmitry StogovReordered field to improve data lacality and reduce...
2015-09-30 Julien PauliMerge branch 'PHP-5.6' into PHP-7.0
2015-09-30 Julien PauliMerge branch 'PHP-5.5' into PHP-5.6
2015-09-30 Julien PauliFixed test
2015-09-30 Julien Pauli5.5.31 now
2015-09-30 Bob WeinandAdd NTS/ZTS information to php -v
2015-09-30 Anatol Belskifix test
2015-09-30 Anatol Belskifork test
2015-09-30 Anatol Belskifix tests on Windows
2015-09-30 Anatol Belskitweak cgi binary search
2015-09-30 Andrey HristovAdd JSON as exported type, if available. mysqlnd has...
2015-09-30 Xinchen HuiMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2015-09-30 Andrey HristovMerge branch 'PHP-5.6' into PHP-7.0
2015-09-30 Richard QuadlingSpelling
2015-09-30 Xinchen HuiMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2015-09-30 Xinchen HuiSimply use 0/1 instead as dmitry suggested
2015-09-29 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-09-29 Ferenc Kovacsupdate NEWS, these missed 5.6.14RC1 as I was not asked...
2015-09-29 Ferenc Kovacsadd NEWS entries
2015-09-29 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-09-29 Ferenc Kovacsadd NEWS entries
2015-09-29 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2015-09-29 Ferenc Kovacsadd NEWS entries
2015-09-29 Xinchen HuiMake ZEND_ECHO and removed ZEND_PRINT distinguishable
2015-09-29 Dmitry StogovMerge branch 'PHP-7.0' of git.php.net:php-src into...
2015-09-29 Dmitry StogovAdded information about Zend Extension API chabges
2015-09-29 Anatol Belskifix test
2015-09-29 Steven HilderEnsure timeout tests wait for the entire specified...
2015-09-29 Dmitry StogovAdded zend_internal_function.reserved[] fields, to...
2015-09-29 Anatol Belskiupdate NEWS for next
2015-09-29 marcosptfUpdate openssl_x509_checkpurpose.phpt
2015-09-29 rootadd test to openssl ext
2015-09-29 Dmitry StogovRemoved or simplified incorrect SEPARATE_*() macros...
2015-09-29 Andrey HristovAdd upgrading info about the tick functions internal...
2015-09-29 ScottRemove makedev() check.
2015-09-29 ScottDifferent error message if makedev check fails
2015-09-29 ScottAdd support for getrandom(2), add type check on file...
2015-09-29 Anatol Belskifix test
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-09-29 Stanislav MalyshevBetter fix for bug #70433
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-09-29 Stanislav Malyshevfix memory leak
2015-09-29 Stanislav MalyshevFIx bug #70433 - Uninitialized pointer in phar_make_dir...
2015-09-29 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-28 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-09-28 Stanislav MalyshevFix bug #69720: Null pointer dereference in phar_get_fp...
2015-09-28 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2015-09-28 Stanislav MalyshevFix bug #70480 (php_url_parse_ex() buffer overflow...
2015-09-28 Andrey HristovAdd support for parameters to tick functions, on C...
2015-09-27 Bob WeinandAdd NEWS entry for #70533 (credits to Anatol)
2015-09-27 Anatol Belskifix phpdbg's -h switch
2015-09-25 Andrey HristovMerge branch 'PHP-5.6' into PHP-7.0
2015-09-25 Andrey HristovFixed bug #70572 segfault in mysqlnd_connect
2015-09-25 Andrey HristovSpread the news about 70384
2015-09-25 Dmitry StogovAllow an experimental VM with tail call dispatch techni...
2015-09-25 Anatol Belskicheck for test requirement
2015-09-25 Anatol Belskifix data type and warning
2015-09-25 Dmitry StogovExtended zend_extension API to allow storing additional...
2015-09-25 Dmitry StogovMake necessary separation (it might be possible to...
2015-09-25 Anatol Belskiadd note about minimum openssl version
2015-09-25 Anatol Belskifix ident
2015-09-24 Dmitry StogovCleanup: avoid useless array duplication
2015-09-24 Dmitry StogovCleanup
2015-09-24 Dmitry StogovFixed incorrect usage of HASH_OF() macro. Replaced...
2015-09-24 Bob WeinandFix missing LOAD_OPLINE() for ZEND_USER_OPCODE_LEAVE
2015-09-24 Bob WeinandEnsure proper exception handling and EX(opline) state...
2015-09-24 Anatol Belskidon't keep locked mutex after errors
2015-09-24 Anatol Belskiavoid dangling pointers
2015-09-24 Anatol Belskimove accel_shared_globals assignment into locked block
2015-09-24 Anatol Belskiadd ovfl check, fix warnings
2015-09-24 Anatol Belskifix warning
2015-09-24 Anatol Belskifix warning
2015-09-24 Dmitry StogovFixed bug #70573 (Cloning SplPriorityQueue leads to...
2015-09-24 Adam HarveyFix a memory leak in sqlite3_do_callback.
2015-09-24 Dmitry StogovFix (revert) loop exit condition
2015-09-24 Dmitry StogovAttmpt to fix "Unable to reattach to base address"...
2015-09-23 Dmitry StogovCleanup: avoid reallocations
2015-09-23 Dmitry StogovCleanup: avoid reallocations
2015-09-23 Dmitry StogovFixed memory leak and avoid reallocations
2015-09-23 Dmitry StogovCleanup: replace removed condition with ZEND_ASSERT()
2015-09-23 Dmitry StogovFixed memory leak.
2015-09-23 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-09-23 Anatol Belskiupdate NEWS
2015-09-23 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-09-23 Anatol Belskiadd test
2015-09-23 Anatol Belskiexpose openssl config path so it can be tested
2015-09-23 Andrey HristovSpread the news about 70384
2015-09-23 Andrey HristovFix for Bug #70384 mysqli_real_query(): Unknown type...
2015-09-23 Bob WeinandFixed bug #70531 (-rr should not fallback to interactiv...
2015-09-23 Andrey HristovFix for Bug #70384 mysqli_real_query(): Unknown type...
2015-09-23 Bob WeinandFixed bug #70532 (respect set_exception_handler in...
2015-09-23 Anatol Belskiuse bundled openssl.cnf
2015-09-23 Xinchen HuiFixed memleaks in apache2handler
next