summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reverted too muchAnatol Belski2014-09-191-2/+6
* reverted some previous IS_ABSOLUTE_PATH related changesAnatol Belski2014-09-193-33/+20
* expand IS_ABSOLUTE_PATH on Windows, so then strlen() isn't called twiceAnatol Belski2014-09-191-1/+1
* simplify conditionAnatol Belski2014-09-191-1/+1
* Avoid double IS_INTERNED() checkDmitry Stogov2014-09-1924-92/+81
* Reverted incorrect chunkDmitry Stogov2014-09-191-1/+1
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-1932-76/+79
* forgot to replace the strlen callAnatol Belski2014-09-191-1/+1
* avoid multiple strlen calls for the same bufferAnatol Belski2014-09-191-17/+25
* avoid unnecessary strlen calls in loopAnatol Belski2014-09-192-4/+4
* fix length data typesAnatol Belski2014-09-192-6/+6
* fix signed/unsigned warning and add a noteAnatol Belski2014-09-191-2/+4
* fix conditionAnatol Belski2014-09-191-1/+1
* fix empty string checkAnatol Belski2014-09-191-1/+1
* fix an always true condition and improve the error checkAnatol Belski2014-09-191-5/+9
* remove useless conditionAnatol Belski2014-09-191-1/+1
* fix printf formatAnatol Belski2014-09-191-3/+3
* fix conditionsAnatol Belski2014-09-191-2/+2
* there can be only one ... of the identical expressionsAnatol Belski2014-09-191-1/+0
* fix conditionAnatol Belski2014-09-191-1/+1
* fix printf formatAnatol Belski2014-09-191-1/+1
* remove useless checkAnatol Belski2014-09-191-6/+0
* more usages for ZEND_SECURE_ZERO()Anatol Belski2014-09-199-39/+39
* generalized the case with secure memory zeroingAnatol Belski2014-09-197-57/+30
* remove useless condition 0 > unsignedAnatol Belski2014-09-191-1/+1
* zero sensitive data more secure wayAnatol Belski2014-09-191-1/+15
* zero sensitive data more secure wayAnatol Belski2014-09-191-0/+14
* fix sprintf formatAnatol Belski2014-09-191-1/+1
* zero sensitive data more secure wayAnatol Belski2014-09-191-0/+4
* remove useless checkAnatol Belski2014-09-191-4/+0
* avoid repeated strlen usageAnatol Belski2014-09-191-3/+4
* Fix GMP serializationNikita Popov2014-09-183-5/+4
* Fix for ClangDmitry Stogov2014-09-191-1/+1
* Update sapi_apache2.cjfha732014-09-181-4/+4
* Update php_functions.cjfha732014-09-181-1/+1
* Update php_apache.hjfha732014-09-181-2/+2
* Update and rename php5apache2.dsp to php7apache2.dspjfha732014-09-181-17/+17
* Update php.symjfha732014-09-181-1/+1
* Update and rename mod_php5.c to mod_php7.cjfha732014-09-181-2/+2
* Update config.w32jfha732014-09-181-3/+3
* Update config.m4jfha732014-09-181-6/+6
* Update apache_config.cjfha732014-09-181-1/+1
* Split is_numeric_string_ex() into inline and non-inline partsDmitry Stogov2014-09-182-135/+145
* that's not char * but zend_string *Anatol Belski2014-09-182-2/+2
* ups, this is not neededAnatol Belski2014-09-181-1/+0
* fix CG(empty_string) init in ZTSAnatol Belski2014-09-181-0/+14
* correct type for the thread idAnatol Belski2014-09-181-1/+1
* Split big _zend_handle_numeric_str() into small always inlined function that ...Dmitry Stogov2014-09-182-35/+55
* Expose zend_safe_address() and use it in zend_arena_calloc()Dmitry Stogov2014-09-183-116/+148
* Clang attributes supportDmitry Stogov2014-09-181-6/+14