Hi all, I have been looking at using Propel 1.3 on our project which currently uses Propel 1.2. The research I have seen online points at Propel 1.3 being a ton faster than 1.2 because of the switch from Creole to PHP's PDO. The one problem we have is that our servers cannot be upgraded (for now at least) to PHP 5.2.x or greater. Whether this will change in the future I am not sure but as it stands I have to assume it wont for when we need to go live.
I noticed Propel 1.3 lists a PHP version of 5.2.x or higher as a requirement and I tried to convert anyways to see what kind of problems, if any, might crop up. PHP 5.1.x does in fact have the PDO support. The one problem I came across was that PHP 5.1 does not support the DateTime class so if you have fields in your schema set as timestamps then your bang out of luck it seems. I was wondering if anyone knows anyway to work around these issues so that we could, in fact, use Propel 1.3 as the performance improvements would be brilliant for us in our app that has to handle very many records and objects. We occosionally get "Out of memory" errors when running pretty intense database/ORM methods. Looking forward to the discussion on this Gareth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
