]> granicus.if.org Git - php/shortlog
php
2015-07-01 Dmitry StogovCleanup (we don't use is_ref=1/refcount=2 trick to...
2015-07-01 Dmitry StogovCleanup (avoid reallocation)
2015-07-01 Dmitry StogovCleanup (avoid reallocation)
2015-07-01 Dmitry StogovCleanup (avoid reallocation).
2015-07-01 Dmitry StogovCleanup (avoid reallocation).
2015-07-01 Dmitry StogovCleanup (avoid string reallocations)
2015-06-30 Dmitry StogovGet rid of ZVAL_ZVAL() macro usages. Replace them with...
2015-06-30 Rasmus Lerdorfdebug_print_backtrace has a 2nd optional arg
2015-06-30 Rasmus Lerdorfphp_uname has an optional arg
2015-06-30 Xinchen HuiMerge branch 'amortize-hash-compaction' of https:/...
2015-06-30 Dmitry StogovUse ZSTR_ API to access zend_string elements (this...
2015-06-30 Côme BernigaudMerge branch 'PHP-5.6'
2015-06-30 Anatol Belskikeep LDAP_DEPRECATED in config.w32
2015-06-30 Aaron PiotrowskiAdd tests for dynamic static call to instance method
2015-06-30 Aaron PiotrowskiThrow Error on dynamic call to instance method when...
2015-06-30 Bob WeinandFix test failures from previous commit
2015-06-30 Christopher... More PHP 7 patches (Rajendra/Abdullah)
2015-06-30 Bob WeinandOnly call stream_flush if anything was written
2015-06-30 Dmitry StogovUse ZSTR_ API to access zend_string elements (this...
2015-06-29 Christopher... Fix Windows compilation warnings (Senthil)
2015-06-29 Christoph M... Merge branch 'PHP-5.6'
2015-06-29 Edgar R. SandiImproved code coverage of explode function
2015-06-29 Christoph M... Merge branch 'PHP-5.6'
2015-06-29 Edgar R. SandiAdded basic and error tests for hex2bin function
2015-06-29 Anatol Belskirefix the negative zend_long to size_t casts
2015-06-29 Christoph M... Merge branch 'PHP-5.6'
2015-06-29 Edgar R. Sandiadding several other testing scenarios of code without...
2015-06-29 Christoph M... Merge branch 'PHP-5.6'
2015-06-29 Edgar R. Sandiadding another testing scenario without coverage in...
2015-06-29 Dmitry StogovMerge branch 'PHP-5.6'
2015-06-29 Dmitry StogovOn Windows PHP may be restarted with different set...
2015-06-29 Dmitry StogovOn Windows PHP may be restarted with different set...
2015-06-29 jrchampUPGRADING typos/wording
2015-06-29 Dmitry StogovImproved zend_string API (Francois Laupretre)
2015-06-29 Côme BernigaudDeprecating ldap_sort the right way
2015-06-29 Dmitry StogovRestored old behavior
2015-06-29 Anatol Belskifix more places with subtle negative zend_long to size_...
2015-06-29 Anatol Belskiremove useless check
2015-06-29 Anatol Belskiremove comment
2015-06-29 Dmitry StogovRevert "Fixed last previously broken tests"
2015-06-29 Dmitry StogovPrevent attempts of compile-time evaluation of invalid...
2015-06-29 Dmitry StogovReverted wrong fb08798c9f0ea820d567668d0cea4833dc61dd8e
2015-06-29 Andreas HeiglFixes ldap_sort-tests
2015-06-29 Andreas HeiglAdds deprecation-message for ldap_sort
2015-06-29 Dmitry StogovDon't evaluate invalid constant expressions.
2015-06-29 Anatol Belskifix negative zend_long to size_t cast
2015-06-29 Edgar R. Sandiremoved unreachable code in the substr_replace function
2015-06-29 Dmitry StogovFixed bug #69955 (Segfault when trying to combine ...
2015-06-29 Anatol Belskikeep LDAP_DEPRECATED in config.w32
2015-06-29 Côme BernigaudPutting back deprecated symbols for ldap_sort
2015-06-29 Côme BernigaudRemoved deprecated function calls from ldap module
2015-06-29 Côme BernigaudRemoved ifdefs of LDAP_API_FEATURE_X_OPENLDAP, fixed...
2015-06-29 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-06-29 Xinchen HuiFixed memroy errors with valgrind
2015-06-29 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-06-29 Côme BernigaudMerge PR about LDAP cleaning by removing deprecated...
2015-06-29 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-06-29 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-06-29 Xinchen HuiFixed segfault in wordpress (introduced in rev 4a4529ad...
2015-06-29 Côme BernigaudPutting back deprecated symbols for ldap_sort
2015-06-29 Anatol Belskifix tests
2015-06-29 Anatol Belskiremove useless assignment
2015-06-29 Anatol Belskifix FCGI crash in TS mode
2015-06-29 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-06-29 Stanislav MalyshevMerge branch 'pull-request/1350' into PHP-5.4
2015-06-29 Bob WeinandFix assertion failure with Z_REFCOUNT() in info constants
2015-06-29 Rasmus Lerdorf2nd arg of sprintf is optional
2015-06-29 Bob WeinandMake backtraces *much* more readable
2015-06-29 Bob WeinandAdd yield from to frame leaving instructions
2015-06-28 Bob WeinandShow exception source in phpdbg
2015-06-28 Bob WeinandFixed last previously broken tests
2015-06-28 Bob WeinandShow full signature upon inheritance mismatch
2015-06-28 Bob WeinandRemove now unneeded step option (-s)
2015-06-28 Jakub ZelenkaFix incompatible JSON errors
2015-06-28 Bob WeinandFix bug #69957 (Different ways of handling div/mod...
2015-06-28 Jakub ZelenkaFix bug #62010 (json_decode produces invalid byte-seque...
2015-06-28 Jakub ZelenkaBump re2c version for json scanner
2015-06-28 Bob WeinandFix bug #69952 (Dereferencing issue in session_start())
2015-06-28 Bob WeinandForgot to git add rope leak test
2015-06-28 Bob WeinandFix rope memory leaks upon exception
2015-06-28 Xinchen HuiFixed ZEND_VM_DEFINE_OP build when --without-specializer
2015-06-28 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-06-28 Xinchen HuiUnused ret
2015-06-28 Anatol Belskiupdated NEWS
2015-06-28 Cameron PorterCorrect oci8 hash destructors to prevent segfaults...
2015-06-27 Anatol Belskitweak the zendparse symbol to be exported with newer...
2015-06-27 Anatol Belskifix touching
2015-06-27 Anatol Belskitouch all the files before creating a tarball
2015-06-27 Anatol Belskifix one more bad char in the NEWS
2015-06-27 Anatol Belskiremove BOM and a unicode char from the NEWS
2015-06-27 Christoph M... updated NEWS
2015-06-27 Christoph M... Merge branch 'PHP-5.6'
2015-06-27 Christoph M... updated NEWS
2015-06-27 Christoph M... Fixed #69655: php -S changes MKCALENDAR request method...
2015-06-27 Christoph M... Merge branch 'PHP-5.6'
2015-06-27 Christoph M... added skip condition for powershell requirement of...
2015-06-27 Christoph M... updated NEWS
2015-06-27 Christoph M... Merge branch 'PHP-5.6'
2015-06-27 Christoph M... updated NEWS
2015-06-27 Christoph M... Fix #64878: 304 responses return Content-Type header
next