Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reverted too much | Anatol Belski | 2014-09-19 | 1 | -2/+6 |
* | reverted some previous IS_ABSOLUTE_PATH related changes | Anatol Belski | 2014-09-19 | 3 | -33/+20 |
* | expand IS_ABSOLUTE_PATH on Windows, so then strlen() isn't called twice | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | simplify condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 24 | -92/+81 |
* | Reverted incorrect chunk | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
* | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 32 | -76/+79 |
* | forgot to replace the strlen call | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | avoid multiple strlen calls for the same buffer | Anatol Belski | 2014-09-19 | 1 | -17/+25 |
* | avoid unnecessary strlen calls in loop | Anatol Belski | 2014-09-19 | 2 | -4/+4 |
* | fix length data types | Anatol Belski | 2014-09-19 | 2 | -6/+6 |
* | fix signed/unsigned warning and add a note | Anatol Belski | 2014-09-19 | 1 | -2/+4 |
* | fix condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | fix empty string check | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | fix an always true condition and improve the error check | Anatol Belski | 2014-09-19 | 1 | -5/+9 |
* | remove useless condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | fix printf format | Anatol Belski | 2014-09-19 | 1 | -3/+3 |
* | fix conditions | Anatol Belski | 2014-09-19 | 1 | -2/+2 |
* | there can be only one ... of the identical expressions | Anatol Belski | 2014-09-19 | 1 | -1/+0 |
* | fix condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | fix printf format | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | remove useless check | Anatol Belski | 2014-09-19 | 1 | -6/+0 |
* | more usages for ZEND_SECURE_ZERO() | Anatol Belski | 2014-09-19 | 9 | -39/+39 |
* | generalized the case with secure memory zeroing | Anatol Belski | 2014-09-19 | 7 | -57/+30 |
* | remove useless condition 0 > unsigned | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | zero sensitive data more secure way | Anatol Belski | 2014-09-19 | 1 | -1/+15 |
* | zero sensitive data more secure way | Anatol Belski | 2014-09-19 | 1 | -0/+14 |
* | fix sprintf format | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
* | zero sensitive data more secure way | Anatol Belski | 2014-09-19 | 1 | -0/+4 |
* | remove useless check | Anatol Belski | 2014-09-19 | 1 | -4/+0 |
* | avoid repeated strlen usage | Anatol Belski | 2014-09-19 | 1 | -3/+4 |
* | Fix GMP serialization | Nikita Popov | 2014-09-18 | 3 | -5/+4 |
* | Fix for Clang | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
* | Update sapi_apache2.c | jfha73 | 2014-09-18 | 1 | -4/+4 |
* | Update php_functions.c | jfha73 | 2014-09-18 | 1 | -1/+1 |
* | Update php_apache.h | jfha73 | 2014-09-18 | 1 | -2/+2 |
* | Update and rename php5apache2.dsp to php7apache2.dsp | jfha73 | 2014-09-18 | 1 | -17/+17 |
* | Update php.sym | jfha73 | 2014-09-18 | 1 | -1/+1 |
* | Update and rename mod_php5.c to mod_php7.c | jfha73 | 2014-09-18 | 1 | -2/+2 |
* | Update config.w32 | jfha73 | 2014-09-18 | 1 | -3/+3 |
* | Update config.m4 | jfha73 | 2014-09-18 | 1 | -6/+6 |
* | Update apache_config.c | jfha73 | 2014-09-18 | 1 | -1/+1 |
* | Split is_numeric_string_ex() into inline and non-inline parts | Dmitry Stogov | 2014-09-18 | 2 | -135/+145 |
* | that's not char * but zend_string * | Anatol Belski | 2014-09-18 | 2 | -2/+2 |
* | ups, this is not needed | Anatol Belski | 2014-09-18 | 1 | -1/+0 |
* | fix CG(empty_string) init in ZTS | Anatol Belski | 2014-09-18 | 1 | -0/+14 |
* | correct type for the thread id | Anatol Belski | 2014-09-18 | 1 | -1/+1 |
* | Split big _zend_handle_numeric_str() into small always inlined function that ... | Dmitry Stogov | 2014-09-18 | 2 | -35/+55 |
* | Expose zend_safe_address() and use it in zend_arena_calloc() | Dmitry Stogov | 2014-09-18 | 3 | -116/+148 |
* | Clang attributes support | Dmitry Stogov | 2014-09-18 | 1 | -6/+14 |