]> granicus.if.org Git - php/shortlog
php
2014-05-15 Dmitry StogovMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Dmitry StogovFixed hack. now we may store numbers not as pointers.
2014-05-15 Xinchen HuiFixed two tests, 1 left
2014-05-15 Xinchen HuiMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Dmitry StogovFixed zend_string/char* mess
2014-05-15 Xinchen HuiRefactored ext/xsl, need some help in 3 tests failed
2014-05-15 Dmitry StogovMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Dmitry StogovFixed SoapFault handling
2014-05-15 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Pierre Joyeforgot that hash uses ending 0
2014-05-15 Pierre Joyefix ts build
2014-05-15 Dmitry Stogovfixed refcounting
2014-05-15 Dmitry StogovMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Dmitry StogovFixed destructive assignment
2014-05-15 Pierre Joyefix leak
2014-05-15 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Pierre Joyezend_hash_del>zend_hash_str_del
2014-05-15 Dmitry StogovMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Pierre Joyeunused local var
2014-05-15 Dmitry StogovFixed get_zval_property()
2014-05-15 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-15 Pierre Joyefix invalid use of STR_FREE > efree
2014-05-15 Dmitry StogovFixed reference counting and memory leak
2014-05-15 Pierre JoyeRETURN_STRING takes the char* only now (always copied)
2014-05-15 Pierre JoyeRETURN_STRING takes the char* only now
2014-05-15 Dmitry StogovFixed SOAP error handling
2014-05-15 Pierre Joyefix build
2014-05-15 Dmitry StogovArray with var_args must not be deallocated any more
2014-05-15 Dmitry StogovAllow just set or get context passing NULL pointers
2014-05-15 Dmitry StogovRemoved support for old-style resource destructors...
2014-05-15 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-14 Dmitry Stogovext/soap support for phpng (incomplete - just compilable)
2014-05-14 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-14 Pierre Joyefix windows build
2014-05-14 Pierre Joyeptr needed here
2014-05-14 Xinchen HuiUse defined macro
2014-05-14 Xinchen HuiRefactored tidy (all tests passes)
2014-05-13 Dmitry StogovReverted wrong commit
2014-05-13 Dmitry StogovFixed reference counting, IS_REFERENCE and IS_INDIRECT...
2014-05-13 Dmitry StogovTerminate string
2014-05-13 Dmitry StogovMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-13 Anatol BelskiC89 compat
2014-05-13 Dmitry StogovFixed curl_close() behavior
2014-05-13 Dmitry StogovMerge branch 'master' into phpng
2014-05-13 Dmitry StogovIn most user extensions functions like mysql_close...
2014-05-13 Dmitry StogovFixed access to uninitialized data and attempt to doubl...
2014-05-13 Dmitry StogovFixed safe resource close.
2014-05-13 Dmitry StogovNested PCRE calls may clobber extra->mark and it has...
2014-05-13 Dmitry StogovAdded comment
2014-05-13 Pierre Joyehash keys now use actual string length without leading...
2014-05-13 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-13 Xinchen HuiSave one type checking if the type is already string
2014-05-13 Xinchen HuiThis should be removed too
2014-05-13 Xinchen HuiRemove zval **
2014-05-13 Pierre Joyeport dns_win32
2014-05-13 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-13 Pierre Joyeport sendmail to windwos (untested yet)
2014-05-13 Pierre Joyeport proc_open to windows (untested yet)
2014-05-13 Xinchen Huirestore unexpected commit
2014-05-13 Xinchen HuiMerge branch 'phpng-hash-str-del-fix' of https://github...
2014-05-13 Tjerk MeestersConvert to unpacked before deleting elements
2014-05-13 Felipe Pena- Fixed ZTS build
2014-05-12 Nikita PopovFix memory error in spl_directory.c
2014-05-12 Nikita PopovFix spl_directory cast_object, reenable error
2014-05-12 Dmitry StogovSupport for ext/phar (all tests passed)
2014-05-12 Stanislav MalyshevMerge branch 'PHP-5.6'
2014-05-12 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2014-05-12 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2014-05-12 Stanislav Malyshevfix test - output can be chunked
2014-05-12 Dmitry StogovMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-12 Dmitry Stogovext/phar support (incomplete)
2014-05-12 Xinchen HuiFixed double free (xmlrpc is done, 1 test failed due...
2014-05-12 Xinchen HuiFixed typo
2014-05-12 Xinchen HuiRefactoring ext/xmlrpc (incompleted)
2014-05-12 Dmitry StogovRemoved error message that breaks phar
2014-05-12 Dmitry Stogovext/phar support (incomplete)
2014-05-12 Stanislav Malyshevfix test
2014-05-12 Stanislav Malyshevfix test
2014-05-12 Xinchen HuiMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-12 Xinchen HuiRefactor ext/gd (all tests passes)
2014-05-12 Dmitry StogovFixed wrong buffer length (added place for terminating...
2014-05-12 Yasuo OhgakiMerge branch 'PHP-5.6'
2014-05-12 Yasuo OhgakiFixed test for commit 997be125eb0228c5b1b6dd278f617791e...
2014-05-12 Yasuo OhgakiAdd bug fix to NEWS
2014-05-12 Yasuo OhgakiUpdate UPGRADING according to bug fix
2014-05-12 Stanislav Malyshevfix test
2014-05-12 Stanislav Malyshevimprove CURL tests to allow testing without separate...
2014-05-12 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2014-05-12 Stanislav Malyshevimprove CURL tests to allow testing without separate...
2014-05-12 Pierre JoyeMerge branch 'phpng' of git.php.net:php-src into phpng
2014-05-12 Yasuo OhgakiMerge branch 'PHP-5.6'
2014-05-12 Yasuo OhgakiFixed bug #67199 mb_regex_encoding mishmash
2014-05-12 Xinchen HuiFixed reference handling
2014-05-12 Xinchen HuiFixed IS_INDRICT handling
2014-05-12 Xinchen HuiFixed fields handling
2014-05-12 Stanislav MalyshevMerge branch 'PHP-5.6'
2014-05-12 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2014-05-12 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2014-05-12 Stanislav MalyshevFix bug #67248 (imageaffinematrixget missing check...
2014-05-12 Stanislav MalyshevFix bug #67247 spl_fixedarray_resize integer overflow
next