PHP Classes

php version

Recommend this page to a friend!

      Sudoku Solver  >  All threads  >  php version  >  (Un) Subscribe thread alerts  
Subject:php version
Summary:is this php5 ?
Messages:3
Author:gary prosser
Date:2005-09-03 19:40:18
Update:2005-09-26 15:08:09
 

  1. php version   Reply   Report abuse  
Picture of gary prosser gary prosser - 2005-09-03 19:40:18
my zend ide (php4) indicates a syntax error in the Soduko.class.php file line 18

protected $solver;

I guess its because this syntax is not relevant to version 4 ?
Gary Prosser

  2. Re: php version   Reply   Report abuse  
Picture of Ghica van Emde Boas Ghica van Emde Boas - 2005-09-04 12:46:08 - In reply to message 1 from gary prosser
Yes, I used PHP 5 class syntax. Should have been more clear. Sorry.

  3. Re: php version   Reply   Report abuse  
Picture of Ghica van Emde Boas Ghica van Emde Boas - 2005-09-26 15:08:09 - In reply to message 2 from Ghica van Emde Boas
A PHP4 version is now available.