zendtech / ZendOptimizerPlus

Other
914 stars 142 forks source link

Implement optimization for A::const and function_exists, strlen, etc #152

Closed laruence closed 10 years ago

laruence commented 10 years ago

replace self::const to const replace A::const to const if A's definition is in the same script inlined function_exists, extension_loaded, strlen if the operation is IS_CONST(string)

laruence commented 10 years ago

since the patch is already included in php-src/opcache, close this.