Thursday, October 10, 2013

Re: how to use GD library with cake php

You would use GD library with Cake just as you would any other PHP application. Run phpinfo() to see if GD support is enabled. If it is you're good to go and there's nothing more to do, if not you'll need to download and install it to your PHP/Apache server environment. I believe on Windows systems you need to uncomment extension=php_gd2.dll in your php.ini and Linux distributions it can be installed using the package manager. You'll have to re-compile PHP after install for changes to take effect. 

HTH

On Thursday, October 10, 2013 5:18:15 AM UTC-4, sneha kulkarni wrote:
how to use GD  library with cake php
plz help

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: