]> granicus.if.org Git - php/shortlog
php
2015-06-08 Lior KaplanMerge branch 'PHP-5.6'
2015-06-08 George WangFixed Buf #68812 Unchecked return value.
2015-06-08 Lior KaplanNEWS entry for: Upgrade bundled sqlite to 3.8.10.2
2015-06-08 Lior KaplanMerge branch 'PHP-5.5' into PHP-5.6
2015-06-08 Lior KaplanNEWS entry for: Upgrade bundled sqlite to 3.8.10.2
2015-06-08 Lior KaplanMerge branch 'PHP-5.4' into PHP-5.5
2015-06-08 Lior KaplanUpgrade bundled sqlite to 3.8.10.2
2015-06-08 Lior KaplanNEWS entry for: Upgrade bundled sqlite to 3.8.10.2
2015-06-08 Lior KaplanUpgrade bundled sqlite to 3.8.10.2
2015-06-08 Lior KaplanAdd CVE used in PHP 5.4.39, 5.4.40, 5.4.41
2015-06-08 Lior KaplanAdd CVE to #68598
2015-06-08 Anatol BelskiMerge branch 'PHP-5.6'
2015-06-08 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-06-08 Anatol Belskifixed test related to fix for bug #67805
2015-06-08 Anatol BelskiMerge branch 'PHP-5.6'
2015-06-08 Anatol Belskiupdated NEWS
2015-06-08 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-06-08 Anatol Belskiupdated NEWS
2015-06-08 Willian Gustavo... Fix bug #67805 - SplFileObject setMaxLineLength.
2015-06-08 Willian Gustavo... Fix bug #67805 - SplFileObject setMaxLineLength.
2015-06-08 Anatol Belskifix dir separator in test
2015-06-08 Anatol Belskiupdated UPGRADING and NEWS
2015-06-08 Christoph M... added LIBXML_BIGLINES constant
2015-06-08 Christoph M... added tests for bug #54138
2015-06-08 Christoph M... replaced / in filename with DIRECTORY_SEPARATOR accordi...
2015-06-08 Christoph M... added SKIPIF conditional to check for DOM availability
2015-06-08 Christoph M... added XFAIL test for bug #69753
2015-06-08 Matteo BeccatiMerge remote-tracking branch 'mbeccati/reflection-typeh...
2015-06-08 Matteo BeccatiReflection support for type hints and return types
2015-06-08 Sara GolemonMerge remote-tracking branch 'pollita/reflection.typehint'
2015-06-08 Christoph M... fixed language dependent Windows socket tests
2015-06-08 Anatol Belskiadd error message
2015-06-08 Xinchen HuiAlso reflects the case change
2015-06-08 Xinchen HuiFixed bug #69767 (Default parameter value with wrong...
2015-06-07 Jakub ZelenkaImprove json parser code
2015-06-06 Andrea FauldsFix typo in Unicode escape test
2015-06-05 Anatol BelskiMerge branch 'PHP-5.6'
2015-06-05 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-06-05 Anatol Belskiupdated NEWS for bug #69642
2015-06-05 Anatol Belskiupdated NEWS for bug #69642 fix
2015-06-05 Dmitry StogovUse better zend_hash_* functions
2015-06-05 Dmitry StogovFixed incorrect ZEND_FILE_LINE_CC usage
2015-06-05 Xinchen HuiImprove the fix for bug #69756
2015-06-05 Dmitry StogovFixed bug #69756 (Fatal error: Nesting level too deep...
2015-06-05 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-06-05 Xinchen HuiFixed bug #69758 (Item added to array not being removed...
2015-06-04 Dmitry StogovDelay checks for undefined CV variables after checks...
2015-06-04 Dmitry StogovConvert "switch" into series of "if". This allows bette...
2015-06-04 Dmitry StogovAvoid useless copying and duplication
2015-06-04 Dmitry StogovSpecialize out useless checks. Only IS_VAR may be EG...
2015-06-04 Bob Weinandfix bitwise object operations
2015-06-04 Xinchen HuiMerge branch 'PHP-5.6'
2015-06-04 Xinchen HuiMerge branch 'PHP-5.5' into PHP-5.6
2015-06-04 Xinchen HuiFixed invalid read druing apache reload
2015-06-04 Dmitry StogovFixed bug #69755 (segfault in ZEND_CONCAT_SPEC_TMPVAR_C...
2015-06-03 Bob WeinandFix Bug #69754 (Compile failure with ::class in array)
2015-06-03 Dmitry StogovRemoved useless code (there is nothing to free for...
2015-06-03 Dmitry StogovRemoved dead code (IS_CONST operand can't be IS_OBJECT)
2015-06-03 Dmitry StogovSeparate rare used increment/decrement/assign_op of...
2015-06-03 Dmitry StogovReorder conditions to check for fast paths first
2015-06-03 Dmitry Stogovisset() micro-optimisation
2015-06-03 Dmitry StogovRemoved commented code
2015-06-03 Dmitry Stogovmicro-optimization
2015-06-03 Dmitry StogovCONCAT optimization
2015-06-03 Bob WeinandUse CG(one_char_string) if possible in bitwise string...
2015-06-02 Anatol Belskiintroduced DllMain for the main php DLL
2015-06-02 Anatol Belskia bit more clearness fir --with-mp
2015-06-02 Dmitry StogovCall zend_array_dup() instead of zval_copy_ctor().
2015-06-02 Dmitry StogovAvoid useless duplication. Constant values have to...
2015-06-02 Stanislav Malyshevfix test
2015-06-02 Stanislav MalyshevMerge branch 'pull-request/1310'
2015-06-02 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-06-02 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-06-02 Stanislav MalyshevFix bug #69737 - Segfault when SplMinHeap::compare...
2015-06-01 Dmitry StogovReorder conditions to check for fast paths first.
2015-06-01 Dmitry StogovMerge branch 'PHP-5.6'
2015-06-01 Dmitry StogovMerge branch 'PHP-5.5' into PHP-5.6
2015-06-01 Dmitry StogovFixed bug #69732 (can induce segmentation fault with...
2015-06-01 Dmitry StogovFixed integer overflow during HashTable size calculation
2015-06-01 Stanislav MalyshevMerge branch 'pull-request/1314'
2015-06-01 Stanislav Malyshevset initialized flag after actual initialization happened
2015-06-01 Andrew MurrayFixed typos in UPGRADING.INTERNALS
2015-06-01 Stanislav MalyshevMerge branch 'PHP-5.6'
2015-06-01 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2015-06-01 Stanislav MalyshevMerge branch 'PHP-5.4' into PHP-5.5
2015-06-01 Stanislav Malyshevimprove fix for Bug #69545
2015-05-31 Stanislav MalyshevFIx darwin build
2015-05-31 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-31 Anatol Belskifix phpize mode for manifest embedding
2015-05-31 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-05-31 Anatol Belskifix phpize mode for manifest embedding
2015-05-31 Christoph M... split simplexml tests for 7
2015-05-31 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-31 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-05-31 Christoph M... split the original test to check behaviour diff on...
2015-05-31 Christoph M... recovered original meaning of SXE xpath test
2015-05-31 Anatol BelskiMerge branch 'PHP-5.6'
2015-05-31 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2015-05-31 Anatol Belskibackport the basic code to properly recognize win 8...
2015-05-31 Anatol Belskibackport the manifest changes for makefile
next