]> granicus.if.org Git - php/shortlog
php
2014-09-21 Nikita PopovUse smart_str for exception stack traces
2014-09-21 Nikita PopovUse smart_str in get_function_declaration
2014-09-21 Nikita PopovMove smart_str implementation into Zend/
2014-09-20 Andrea FauldsMerge branch 'master' of git.php.net:php-src
2014-09-20 Andrea FauldsUPGRADING for Integer Semantics
2014-09-20 Ard BiesheuvelMerge branch 'PHP-5.6'
2014-09-20 Ard BiesheuvelMerge branch 'PHP-5.5' into PHP-5.6
2014-09-20 Ard BiesheuvelMerge branch 'PHP-5.4' into PHP-5.5
2014-09-20 Ard BiesheuvelFixed bug #66242 (don't assume char is signed)
2014-09-20 Andrea FauldsMerge branch 'master' into integer_semantics
2014-09-20 Nikita PopovMerge branch 'PHP-5.6'
2014-09-20 Nikita PopovMerge branch 'PHP-5.5' into PHP-5.6
2014-09-20 Nikita PopovFixed bug #67633
2014-09-20 Anatol Belskifixed copying of the struct as it's not being modified
2014-09-20 Anatol Belskiavoid strlen usage in loop
2014-09-20 Anatol BelskiMerge branch 'pull-request/805'
2014-09-20 Florian MARGAINERemoves accidentally added files.
2014-09-20 Florian MARGAINEReverts some unwanted changes
2014-09-20 Anatol Belskirefixed printf fmt, used portable macros
2014-09-20 Anatol Belskiforked bug41655 test for windows
2014-09-20 Nikita PopovSimplify foreach flags
2014-09-20 Nikita PopovFix leak in foreach with by-ref iteration of ref array
2014-09-20 Florian MARGAINEMerge branch 'master' into issue-67910
2014-09-20 Florian MARGAINEDeletes patch leftovers
2014-09-20 Florian MARGAINEReplaces php5 with php7, without whitespace changes.
2014-09-20 Xinchen HuiAvoid strlen usage
2014-09-20 Xinchen Huifolder marks
2014-09-20 Xinchen HuiAdded missed mod str
2014-09-20 Xinchen HuiFixed built on OSX
2014-09-20 Johannes Schlüters,PHP 5,PHP 7,
2014-09-20 Johannes SchlüterUpdate README.PARAMETER_PARSING_API
2014-09-20 Anatol Belskimake the return value more logic
2014-09-19 Anatol Belskimake use of intrinsics available with VS for bitset...
2014-09-19 Anatol Belskiadd the missing src file
2014-09-19 Anatol Belskireduce the struct size by 8 byte on 64 bit
2014-09-19 Nikita PopovMake header C++ compatible
2014-09-19 Nikita PopovMake number printing functions less generic
2014-09-19 Nikita PopovUse append_unsigned instead of append_long where approp...
2014-09-19 Nikita PopovUse inline functions for most of smart_str
2014-09-19 Nikita PopovRemove SMART_STR_USE_REALLOC
2014-09-19 Nikita PopovRemove superfluous Z_REFCOUNTED_P check
2014-09-19 Anatol BelskiMerge branch 'PHP-5.6'
2014-09-19 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2014-09-19 Anatol Belskifix possible array underflow
2014-09-19 Nikita PopovSplit inheritance into separate file
2014-09-19 Anatol Belskiupdated the comment to charset_hint
2014-09-19 Johannes Schlüters/PHP 5/PHP 7/
2014-09-19 Anatol Belskireverted too much
2014-09-19 Anatol Belskireverted some previous IS_ABSOLUTE_PATH related changes
2014-09-19 Anatol Belskiexpand IS_ABSOLUTE_PATH on Windows, so then strlen...
2014-09-19 Anatol Belskisimplify condition
2014-09-19 Dmitry StogovAvoid double IS_INTERNED() check
2014-09-19 Dmitry StogovReverted incorrect chunk
2014-09-19 Dmitry StogovFixed useless or duplicated IS_INTERNED() checks
2014-09-19 Anatol Belskiforgot to replace the strlen call
2014-09-19 Anatol Belskiavoid multiple strlen calls for the same buffer
2014-09-19 Anatol Belskiavoid unnecessary strlen calls in loop
2014-09-19 Anatol Belskifix length data types
2014-09-19 Anatol Belskifix signed/unsigned warning and add a note
2014-09-19 Anatol Belskifix condition
2014-09-19 Anatol Belskifix empty string check
2014-09-19 Anatol Belskifix an always true condition and improve the error...
2014-09-19 Anatol Belskiremove useless condition
2014-09-19 Anatol Belskifix printf format
2014-09-19 Anatol Belskifix conditions
2014-09-19 Anatol Belskithere can be only one ... of the identical expressions
2014-09-19 Anatol Belskifix condition
2014-09-19 Anatol Belskifix printf format
2014-09-19 Anatol Belskiremove useless check
2014-09-18 Anatol Belskimore usages for ZEND_SECURE_ZERO()
2014-09-18 Anatol Belskigeneralized the case with secure memory zeroing
2014-09-18 Anatol Belskiremove useless condition 0 > unsigned
2014-09-18 Anatol Belskizero sensitive data more secure way
2014-09-18 Anatol Belskizero sensitive data more secure way
2014-09-18 Anatol Belskifix sprintf format
2014-09-18 Anatol Belskizero sensitive data more secure way
2014-09-18 Anatol Belskiremove useless check
2014-09-18 Anatol Belskiavoid repeated strlen usage
2014-09-18 Nikita PopovFix GMP serialization
2014-09-18 Dmitry StogovFix for Clang
2014-09-18 jfha73Update sapi_apache2.c
2014-09-18 jfha73Update php_functions.c
2014-09-18 jfha73Update php_apache.h
2014-09-18 jfha73Update and rename php5apache2.dsp to php7apache2.dsp
2014-09-18 jfha73Update php.sym
2014-09-18 jfha73Update and rename mod_php5.c to mod_php7.c
2014-09-18 jfha73Update config.w32
2014-09-18 jfha73Update config.m4
2014-09-18 jfha73Update apache_config.c
2014-09-18 Dmitry StogovSplit is_numeric_string_ex() into inline and non-inline...
2014-09-18 Anatol Belskithat's not char * but zend_string *
2014-09-18 Anatol Belskiups, this is not needed
2014-09-18 Anatol Belskifix CG(empty_string) init in ZTS
2014-09-18 Anatol Belskicorrect type for the thread id
2014-09-18 Dmitry StogovSplit big _zend_handle_numeric_str() into small always...
2014-09-18 Dmitry StogovExpose zend_safe_address() and use it in zend_arena_cal...
2014-09-18 Dmitry StogovClang attributes support
2014-09-18 Dmitry StogovChanged "inline" into "zend_always_inline"
2014-09-18 Dmitry StogovMoved some definitions from zend.h into more suitable...
2014-09-18 Dmitry StogovFixed compilation warnings
next