You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Function "imagecreatefromstring" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 398 [nonexistent-function]
let maskImage = imagecreatefromstring(mask->render());
---------------------------------------------------------^
Warning: Function "imagesx" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 399 [nonexistent-function]
let mask_width = (int) imagesx(maskImage);
--------------------------------------------^
Warning: Function "imagesy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 400 [nonexistent-function]
let mask_height = (int) imagesy(maskImage);
--------------------------------------------^
Warning: Function "imagesavealpha" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 403 [nonexistent-function]
Warning: Function "imagecreatetruecolor" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 413 [nonexistent-function]
let tempImage = imagecreatetruecolor(this->_width, this->_height);
--------------------------------------------------------------------^
Warning: Function "imagecopyresampled" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 415 [nonexistent-function]
Warning: Constant 'IMG_FILTER_GAUSSIAN_BLUR' does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 472 [nonexistent-constant]
Warning: Function "imagefilledrectangle" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 492 [nonexistent-function]
imagefilledrectangle(this->_image, x, y, x2, y2, color);
-----------------------------------------------------------^
Warning: Function "imagegif" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 516 [nonexistent-function]
Warning: Function "imagecreatetruecolor" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 590 [nonexistent-function]
let image = imagecreatetruecolor(width, height);
-------------------------------------------------^
Warning: Function "imagesavealpha" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 593 [nonexistent-function]
Warning: Function "\sodium\randombytes_buf" does not exist at compile time in /home/centos/cphalcon/phalcon/security/random.zep on 124 [nonexistent-function]
Warning: Function "\sodium\randombytes_uniform" does not exist at compile time in /home/centos/cphalcon/phalcon/security/random.zep on 320 [nonexistent-function]
I get error as below when i try install in php-7 centos 7 ?
Warning: Function "imagettfbbox" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 348 [nonexistent-function]
Warning: Function "imagettftext" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 375 [nonexistent-function]
Warning: Function "imagefontwidth" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 377 [nonexistent-function]
Warning: Function "imagefontheight" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 378 [nonexistent-function]
Warning: Function "imagestring" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 389 [nonexistent-function]
Warning: Function "imagecreatefromstring" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 398 [nonexistent-function]
Warning: Function "imagesx" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 399 [nonexistent-function]
Warning: Function "imagesy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 400 [nonexistent-function]
Warning: Function "imagesavealpha" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 403 [nonexistent-function]
Warning: Function "imagesavealpha" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 406 [nonexistent-function]
Warning: Function "imagefill" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 410 [nonexistent-function]
Warning: Function "imagecreatetruecolor" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 413 [nonexistent-function]
Warning: Function "imagecopyresampled" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 415 [nonexistent-function]
Warning: Function "imagedestroy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 416 [nonexistent-function]
Warning: Function "imagesetpixel" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 439 [nonexistent-function]
Warning: Function "imagedestroy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 445 [nonexistent-function]
Warning: Function "imagedestroy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 446 [nonexistent-function]
Warning: Function "imagecopy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 461 [nonexistent-function]
Warning: Function "imagedestroy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 462 [nonexistent-function]
Warning: Function "imagefilter" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 472 [nonexistent-function]
Warning: Constant 'IMG_FILTER_GAUSSIAN_BLUR' does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 472 [nonexistent-constant]
Warning: Function "imagefilledrectangle" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 492 [nonexistent-function]
Warning: Function "imagegif" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 516 [nonexistent-function]
Warning: Function "imagejpeg" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 530 [nonexistent-function]
Warning: Function "imagejpeg" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 532 [nonexistent-function]
Warning: Function "imagepng" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 539 [nonexistent-function]
Warning: Function "imagewbmp" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 545 [nonexistent-function]
Warning: Function "imagexbm" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 551 [nonexistent-function]
Warning: Function "imagegif" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 563 [nonexistent-function]
Warning: Function "imagejpeg" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 567 [nonexistent-function]
Warning: Function "imagepng" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 571 [nonexistent-function]
Warning: Function "imagewbmp" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 575 [nonexistent-function]
Warning: Function "imagexbm" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 579 [nonexistent-function]
Warning: Function "imagecreatetruecolor" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 590 [nonexistent-function]
Warning: Function "imagesavealpha" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 593 [nonexistent-function]
Warning: Function "imagedestroy" does not exist at compile time in /home/centos/cphalcon/phalcon/image/adapter/gd.zep on 604 [nonexistent-function]
Warning: Function "utf8_encode" does not exist at compile time in /home/centos/cphalcon/phalcon/mvc/view/engine/volt.zep on 173 [nonexistent-function]
Warning: Function "utf8_decode" does not exist at compile time in /home/centos/cphalcon/phalcon/mvc/view/engine/volt.zep on 180 [nonexistent-function]
Warning: Function "\sodium\randombytes_buf" does not exist at compile time in /home/centos/cphalcon/phalcon/security/random.zep on 124 [nonexistent-function]
Warning: Function "\sodium\randombytes_uniform" does not exist at compile time in /home/centos/cphalcon/phalcon/security/random.zep on 320 [nonexistent-function]
thrown in /home/centos/zephir/Library/Compiler.php on line 2198
The text was updated successfully, but these errors were encountered: