#5771: Syntax error in dbo_postgres.test.php chokes Core Tests in PHP 4
-------------------------------+--------------------------------------------
    Reporter:  sanskritboy     |         Owner:  mariano.iglesias
        Type:  Bug             |        Status:  closed          
    Priority:  Low             |     Milestone:  1.2.x.x         
   Component:  Test Suite      |       Version:  RC3             
    Severity:  Minor           |    Resolution:  worksforme      
    Keywords:                  |   Php_version:  PHP 4 >= 4.3.2  
Cake_version:  1.2.0.7692 RC3  |  
-------------------------------+--------------------------------------------
Changes (by mariano.iglesias):

  * status:  assigned => closed
  * resolution:  => worksforme

Comment:

 That clone statement is enclosed with an if (PHP5) condition. That PHP5
 define is defined as: (PHP_VERSION >= 5) which means you have to have at
 least PHP5 running for it to evaluate to true. So:

 Are you sure you are running PHP4 when running the tests? You are not
 manually changing that define, right?

-- 
Ticket URL: <https://trac.cakephp.org/ticket/5771#comment:2>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tickets cakephp" 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/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to