Which version of symfony? I think propel 1.3 (which symfony 1.2 and upwards uses) does not suffer this problem.
On Fri, Aug 27, 2010 at 11:20 AM, Mercedes Sualog III < [email protected]> wrote: > but this involves propel..as per checking with the example using DateTime() > will solve the problem for a certain level..I am using ORM which is the > propel..In generating the propel it will create BaseClass in the > lib/model/om wherein date functions use strtotime(). using this the data > from the database will be formatted because manipulation in which if I am > going to use it, it will be useless since invalid value was already given to > me.. > > I tried to modify the file > > C:\PHP\PEAR\symfony\vendor\propel-generator\classes\propel\engine\builder\om\php5\PHP5BasicObjectBuilder.php > > > so that DateTime() will be generated instead of strtotime() but still I > have an error. This was used to generate the BaseClasses. Please see > attached error.Where do you think causes the error? > > Thank you. > > > > > > On Fri, Aug 27, 2010 at 5:03 PM, Stéphane <[email protected]>wrote: > >> 64bit isn't the common answer ? >> >> >> Before Printing, Think about Your Environmental Responsibility! >> Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! >> >> >> On Fri, Aug 27, 2010 at 10:57 AM, Mercedes Sualog III < >> [email protected]> wrote: >> >>> I am encountering the Y2K38 bug in PHP/Symfony used in my application. >>> Any suggestion on how to solve it? >>> Here is the link about the bug: >>> >>> >>> http://www.sitepoint.com/blogs/2010/08/24/is-your-php-application-affected-by-the-y2k38-bug/ >>> >>> Please help.Thank you. >>> >>> -- >>> If you want to report a vulnerability issue on symfony, please send it to >>> security at symfony-project.com >>> >>> 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]<symfony-users%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/symfony-users?hl=en >>> >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at symfony-project.com >> >> 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]<symfony-users%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/symfony-users?hl=en >> > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > 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]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
