I would say that encoding any software with ionCube is a mistake nowadays, but that's a personal feeling.
You should try that and verify if the tests of the ORM still run when the library is encoded. I'd say that encoding an open source library that is bundled with your product is not needed - you can limit obfuscation to your own source. As for "dependencies": all Doctrine 2 ORM versions depend on a set of libraries - Doctrine\Common (which is not just a single library since 2.4.0) - Doctrine\DBAL - Symfony\Console - Symfony\Yaml The 2.4 releases are not going to be released as PEAR packages because of the increase of dependencies caused by the split-up of Doctrine\Common into different packages. Switch to composer ASAP, or you'll be likely building something that is deprecated from the beginning. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 31 January 2014 18:39, <[email protected]> wrote: > > I use ionCube with function obfuscation option to encode the product. If > we encode v2.x with obfuscation functions and re-distribute the files with > our product, will it still work? > > > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
