Edit report at http://bugs.php.net/bug.php?id=49882&edit=1

 ID:               49882
 Comment by:       phpnet at bueckemeyer dot com
 Reported by:      woody dot gilk at kohanaphp dot com
 Summary:          imagelayereffect() not available with shared GD
 Status:           Assigned
 Type:             Bug
 Package:          GD related
 Operating System: Mac OSX 10.5
 PHP Version:      5.3.0
 Assigned To:      pajoye

 New Comment:

When will the function imagelayereffect work with the shared GD version?


Previous Comments:
------------------------------------------------------------------------
[2009-10-15 00:19:17] paj...@php.net

Quick note: It is not due to the bundled GD usages but the new feature
in the configure script on php 5.3. This feature enables the bundled new
functions even when the extension is built against the system library.
imagelayereffect was forgotten.

------------------------------------------------------------------------
[2009-10-15 00:12:55] woody dot gilk at kohanaphp dot com

Description:
------------
Using shared GD with PHP 5.3.0 should work the same as using --with-

gd=php. However, this is not true.

Reproduce code:
---------------
~> php -r 'var_dump(PHP_VERSION);'

string(5) "5.3.0"

~> php -r 'var_dump(function_exists("imagerotate"));'

bool(true)

~> php -r 'var_dump(function_exists("imagelayereffect"));'

bool(false)

Expected result:
----------------
I expected the last command to show "bool(true)".

Actual result:
--------------
It shows "bool(false)".


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=49882&edit=1

Reply via email to