¡@

Home 

php Programming Glossary: bundles

PHP CURL HTTPS causing exception SSL certificate problem, verify that the CA cert is OK

http://stackoverflow.com/questions/6400300/php-curl-https-causing-exception-ssl-certificate-problem-verify-that-the-ca-cer

curl used to include a list of accepted CAs but no longer bundles ANY CA certs. So by default it'll reject all SSL certificates..

Symfony2 conceptual issue: general bundles vs. specific ones

http://stackoverflow.com/questions/8012191/symfony2-conceptual-issue-general-bundles-vs-specific-ones

conceptual issue general bundles vs. specific ones I have several questions concerning my Symfony2.. layout. First question is that good practice to create bundles for frontend and backend which are general bundles which won't.. create bundles for frontend and backend which are general bundles which won't even have a controller Second question I read on..