]> granicus.if.org Git - php/shortlog
php
2014-12-11 Xinchen HuiSave one xor instr
2014-12-09 Dmitry StogovWrap RETURN_VALUE_USED() with EXPECTED() or UNEXPECTED...
2014-12-09 Dmitry StogovImproved ASSIGN_<OP>, ASSIGN_DIM and UNSET_DIM
2014-12-09 Remi Colletdrop dead/unused code
2014-12-09 Dmitry Stogovsimplified code
2014-12-09 Dmitry StogovMove ZVAL_DEREF() and make_real_object() into slow...
2014-12-09 Dmitry StogovPass znode_op structure by value (it fits into one...
2014-12-08 Dmitry StogovMove checks for references into slow paths.
2014-12-08 Dmitry StogovImproved ASSIGN_DIM and ASSIGN_OBJ
2014-12-08 Dmitry StogovFixed typo
2014-12-08 Dmitry StogovMove checks for references into slow paths of handlers...
2014-12-08 Derick RethansMerge branch 'PHP-5.6'
2014-12-08 Derick RethansMerge branch 'PHP-5.5' into PHP-5.6
2014-12-08 Derick RethansMerge branch 'day-of-week-issues' into PHP-5.5
2014-12-08 Derick RethansFixed day_of_week function as it could sometimes return...
2014-12-08 Dmitry StogovMerge branch 'PHP-5.6'
2014-12-08 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2014-12-08 Dmitry StogovMerge branch 'PHP-5.4' into PHP-5.5
2014-12-08 Dmitry StogovFixed possible read after end of buffer and use after...
2014-12-07 Nikita PopovFix arrow operator precedence
2014-12-06 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-06 Anatol BelskiFixed bug #68398 msooxml matches too many archives
2014-12-06 Nikita PopovFix zpp call in apache_getenv()
2014-12-06 Nikita PopovDrop unnecessary zval containers
2014-12-06 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-06 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-06 Anatol Belskifixed test
2014-12-06 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-06 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-06 Anatol BelskiC89 compat
2014-12-06 Anatol Belskiadd include for missing localeconv_r proto
2014-12-06 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-06 Anatol Belskiupdated NEWS
2014-12-06 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-06 Anatol BelskiFixed bug #65230 setting locale randomly broken
2014-12-06 Matteo BeccatiMerge branch 'PHP-5.6'
2014-12-06 Matteo BeccatiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-06 Matteo BeccatiFix compilation error (ref #68424)
2014-12-06 Dmitry StogovRemoved useless handlers
2014-12-05 Dmitry StogovMove checks for references into slow paths of operator...
2014-12-05 Adam HarveyMerge branch 'PHP-5.6'
2014-12-05 Adam HarveyMerge branch 'PHP-5.5' into PHP-5.6
2014-12-05 Adam HarveyMerge branch 'PHP-5.4' into PHP-5.5
2014-12-05 Chris ChristoffRevert unintentional docblock change
2014-12-05 Andrea FauldsMerge branch 'ZendEngine3'
2014-12-05 Andrea FauldsRestored zip/oci8 PHP 4 code, add PHP 7 checks
2014-12-05 Andrea FauldsNote macro removal in UPGRADING.INTERNALS
2014-12-05 Andrea FauldsRemoved ZEND_ENGINE_2 checks (and ZE1 code, it's been...
2014-12-05 Andrea FauldsZend Engine 3
2014-12-05 Julien PauliUpdated NEWS
2014-12-05 Julien PauliMerge branch 'PHP-5.6'
2014-12-05 Julien PauliUpdated NEWS
2014-12-05 Julien PauliMerge branch 'PHP-5.5' into PHP-5.6
2014-12-05 Julien PauliUpdated NEWS
2014-12-05 pwolaninStart adding new attribute to control multi statements
2014-12-05 Dmitry StogovGet rid of few more duplicate handlers
2014-12-05 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-05 Anatol Belskiupdated NEWS
2014-12-05 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-05 Anatol Belski. Fixed bug #68120 Update bundled libsqlite
2014-12-05 Dmitry StogovImproved BOOL, BOOL_NOT and conditional jumps
2014-12-05 Dmitry StogovImproved ECHO and PRINT
2014-12-05 Dmitry StogovGet rid of duplicare FETCH_DIM_* handlers
2014-12-05 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-05 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-05 Anatol Belskiupdated NEWS
2014-12-05 Anatol BelskiFixed bug #65769 localeconv() broken in TS builds
2014-12-05 Dmitry StogovGet rid of duplicate handlers (where the code for IS_TM...
2014-12-05 Julien PauliUpdated NEWS
2014-12-05 Julien PauliMerge branch 'PHP-5.6'
2014-12-05 Julien PauliUpdated NEWS
2014-12-05 Julien PauliMerge branch 'PHP-5.5' into PHP-5.6
2014-12-05 Julien PauliUpdated NEWS
2014-12-05 Peter CowburnFixed #68479 - Added escape parameter to SplFileObject...
2014-12-05 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-05 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-05 Anatol Belskifix dir separators in test
2014-12-05 Xinchen HuiMake it const as Levi asked for
2014-12-04 Michael WallnerFix zend_fcall_info_arg*() to use ZVAL_COPY
2014-12-04 Ferenc KovacsMerge branch 'PHP-5.6'
2014-12-04 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2014-12-04 Ferenc KovacsMerge branch 'pull-request/932' into PHP-5.5
2014-12-03 Tjerk MeestersMerge branch 'PHP-5.6'
2014-12-03 Tjerk MeestersMerge branch 'PHP-5.5' into PHP-5.6
2014-12-03 Tjerk MeestersFixed #65213 - cannot cast SplFileInfo to boolean
2014-12-03 Ferenc Kovacsadd initial install
2014-12-03 Ferenc Kovacsswitch to C travis project instead of PHP
2014-12-03 Ferenc Kovacsuse the generic TRAVIS environment var to check for...
2014-12-03 Anatol Belskifix TS build
2014-12-03 Anatol Belskiadd config option to target codegen architectures
2014-12-03 Anatol BelskiMerge branch 'PHP-5.6'
2014-12-03 Anatol Belskiupdated NEWS
2014-12-03 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-12-03 Anatol Belskiupdated NEWS
2014-12-03 Anatol BelskiFixed bug #55541 errors spawn MessageBox, which blocks...
2014-12-03 Dmitry StogovGet rid of duplicate handlers (ZEND_ADD_SPEC_TMP_TMP...
2014-12-03 Dmitry StogovUse zend_string* for op_array->arg_info[]->name and...
2014-12-03 Dmitry StogovMerge branch 'PHP-5.6'
2014-12-03 Dmitry StogovFixed __debugInfo() support
2014-12-03 Adam HarveyMerge branch 'PHP-5.6'
next