summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-19127-128/+128
* Avoid double IS_INTERNED() checkDmitry Stogov2014-09-196-16/+16
* Fixed useless or duplicated IS_INTERNED() checksDmitry Stogov2014-09-193-4/+4
* fix an always true condition and improve the error checkAnatol Belski2014-09-191-5/+9
* 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
* generalized the case with secure memory zeroingAnatol Belski2014-09-194-51/+18
* 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 strlen() usage in the loopAnatol Belski2014-09-171-1/+2
* fix printf fmtAnatol Belski2014-09-171-1/+1
* fix signed/unsigned mismatchAnatol Belski2014-09-171-13/+13
* fix signed/unsigned mismatch warningsAnatol Belski2014-09-171-6/+6
* fix signed/unsigned mismatchAnatol Belski2014-09-161-7/+10
* fix signed/unsigned mismatchAnatol Belski2014-09-161-5/+6
* Switch (un)mangle property name to size_t and zend_stringNikita Popov2014-09-162-8/+7
* fix typesAnatol Belski2014-09-151-5/+5
* revamp serialization to work with size_t for SerializableAnatol Belski2014-09-151-1/+1
* correct fix to the natcmp_exAnatol Belski2014-09-152-19/+3
* fix int overflow preserving the old behaviorAnatol Belski2014-09-141-2/+19
* better way to zero away sensitive dataAnatol Belski2014-09-141-2/+2
* remove useless casts and checksAnatol Belski2014-09-141-13/+3
* use the generator to produce the headerAnatol Belski2014-09-141-128/+128
* update the html table generatorAnatol Belski2014-09-141-10/+9
* removed the emalloc result check, out of memory will bailoutAnatol Belski2014-09-141-3/+0
* replaced the check with assert as it's kinda unusual caseAnatol Belski2014-09-131-5/+1
* removed extra 1 byte member, padding will be done anyway by the compilerAnatol Belski2014-09-131-1/+0
* check if the winver was indeed fetchedAnatol Belski2014-09-131-0/+6
* check emalloc() resultAnatol Belski2014-09-131-0/+3
* better way to check for an empty stringAnatol Belski2014-09-131-1/+1
* reduce the union size from 24 to 16 bytes on 64 bitAnatol Belski2014-09-131-133/+132
* reduced struct sizes by 8 byte each on 64 bitAnatol Belski2014-09-131-7/+8
* fix conditionAnatol Belski2014-09-131-1/+1
* reduce struct sizes by 8 byte on 64 bitAnatol Belski2014-09-131-3/+3
* avoid strlen() usage in the loopAnatol Belski2014-09-131-9/+9
* fix possible null ptr derefAnatol Belski2014-09-121-1/+5
* fix possible nullptr derefrenceAnatol Belski2014-09-121-1/+3
* fix test which fails if prevous run cleanup failedAnatol Belski2014-09-121-1/+3
* fixed the tests, related to the basename behaviour, bug #66395Anatol Belski2014-09-072-17/+17
* Revert "Move safe_address into zend_multiply.h"Nikita Popov2014-09-061-0/+1
* Move safe_address into zend_multiply.hNikita Popov2014-09-061-1/+0
* Fix smart_str_append()Nikita Popov2014-09-041-3/+5
* Merge branch 'pr/804'Tjerk Meesters2014-09-051-0/+12
|\
| * Adds phpversion test to prevent #67959Florian MARGAINE2014-09-041-0/+12