61358 Commits (e35f670e2d77eca3da4854e6ee609e92e264992f)
 

Author SHA1 Message Date
Ilia Alshanetsky e35f670e2d Another build fix relating to previous DOM commit 15 years ago
Rui Hirokawa fee9fe0334 reduced memory footprint for codepages. 15 years ago
Ilia Alshanetsky 022d279a98 Fixed build 15 years ago
Etienne Kneuss f8154b0288 Fix typo 15 years ago
Ilia Alshanetsky bfdd53cd04 Removal of deadcode identified by coverity 15 years ago
Ilia Alshanetsky 0c1516f174 Removed deadcode 15 years ago
Ilia Alshanetsky 9c834bd51c Make static analyzers happy 15 years ago
Etienne Kneuss 482e4b9d70 Fix validator for SplFileInfo constructor 15 years ago
Pierrick Charron 7f203d4385 Fix typo 15 years ago
Pierrick Charron 5035c11f0e Use snprintf to make the static analyzers happy 15 years ago
Xinchen Hui 802b871ea1 Sizeof mismatch 15 years ago
Derick Rethans 8ea0c7d6e6 - Document the new ZEND_DONT_UNLOAD_MODULES environment variable. 15 years ago
Xinchen Hui 8de80c9679 Prevented the warning about truncate int to char 15 years ago
Xinchen Hui caedca8dd0 Make codes more clearly, and make the static analyzer silent.. 15 years ago
Pierrick Charron 6ea19be489 Use snprintf and strncat to make the static analyzers happy 15 years ago
Xinchen Hui 8bae5e220e Wrong sizeof 15 years ago
Xinchen Hui 4e97a9fc3f Remove no sense statements 15 years ago
Ilia Alshanetsky ebefefeba8 Avoid strcpy() usage 15 years ago
Ilia Alshanetsky 04d7804aec Fixes for variety of issues identified by coverity scan 15 years ago
Gwynne Raskind 5a64b06289 possible use without init fixed 15 years ago
Derick Rethans 20936960b5 - Fixed bug #55378: binary number literal returns float number though its value 15 years ago
Gwynne Raskind dfe8fbca9e Front- and back-port rev 314431 (missing php.h include) 15 years ago
Gwynne Raskind b8a2da31b1 Back- and front-port fixes for #55019 15 years ago
Gwynne Raskind 9e9c9b3430 For 5.4, fix C++-style comments. For trunk, forward-port build fix. 15 years ago
Rasmus Lerdorf 7eb5bbbf65 Fix more signed 1-bit bitfield, and let's use strlcpy/strlcat instead for these 15 years ago
Rasmus Lerdorf d9845c2046 More signed 1-bit bitfields 15 years ago
Rasmus Lerdorf 25cdff4d75 Signed 1-bit bitfields make no sense 15 years ago
Rasmus Lerdorf bfffb28ebf Not an issue here, but a good habit to follow consistently. Never use strcpy/strcat. 15 years ago
Rasmus Lerdorf 97bc4c8403 Make static analyzers happy 15 years ago
Xinchen Hui 2ce3f11f4b revert -r314422 15 years ago
Xinchen Hui a35462c71c Fixed bug that may dereferenced NULL pointer before checking 15 years ago
Felipe Pena f9ca0cacb3 - Revert r314387 15 years ago
Xinchen Hui 937f7fa876 Initialize variable with fixed value for avoiding compile warnings 15 years ago
Pierrick Charron caff611cf3 Remove unused variables 15 years ago
Pierrick Charron 3751efa3dc function_name cannot be false 15 years ago
Pierrick Charron ae1746c876 class entry is never used 15 years ago
Pierrick Charron 21232aa9f2 Pointer returned is never used 15 years ago
Xinchen Hui ad0cfd9865 Initialize temp with 0, avoiding compile warning 15 years ago
Xinchen Hui 66527e38cc Fixed the bug that temp may depend on a uninitialzed value 15 years ago
Rasmus Lerdorf 2b874abb74 Good catch Coverity 15 years ago
Rasmus Lerdorf c44c0490d5 Since we have fci_cache = &fci_cache_local inside that block 15 years ago
Rasmus Lerdorf 8dc951194b I'm pretty sure you didn't mean to multiple by the size of a char* there 15 years ago
Rasmus Lerdorf 50d67ef7b5 Use snprintf here instead to make the static analyzers happy. 15 years ago
Rasmus Lerdorf c70aa9436a These naked strcpy()s scare me 15 years ago
Rasmus Lerdorf 71af9259e3 Use property_info.name here instead since *name might be free'ed at this point 15 years ago
Rasmus Lerdorf 1a9f66d6d4 Avoid a potential double-free here 15 years ago
Rasmus Lerdorf facfed523d Not our issue, but fixing here for now and reporting upstream 15 years ago
Rasmus Lerdorf 1bc34a491c Fix another Coverity warning by initializing this to NULL prior to the strtok_r call 15 years ago
Rui Hirokawa bc514c8339 changed mapping of 0xa5 for SJIS-mac to prevent security attack. 15 years ago
Felipe Pena 9480eace41 - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] 15 years ago