Search found 2 matches

by urlgrey
Fri Nov 27, 2009 10:39 pm
Forum: ZoneMinder 1.24.x
Topic: Fedora 12 - ZM 1.24.2 - PHP Parse Error in functions.php
Replies: 11
Views: 25926

I found the problem, and it's due to the default PHP configuration included with the Fedora Core 12 RPM of PHP. The short_open_tag (<?) tag is disabled by default in the /etc/php.ini file. The functions.php file makes extensive of this tag. The fix is easy: 1) Edit the file /etc/php.ini: sudo vi /et...
by urlgrey
Fri Nov 27, 2009 5:15 pm
Forum: ZoneMinder 1.24.x
Topic: Fedora 12 - ZM 1.24.2 - PHP Parse Error in functions.php
Replies: 11
Views: 25926

I know that it's definitely related to the version of PHP included in Fedora 12. Here's the output from validating the functions.php script on a Fedora 12 system with PHP: [scott@skidder-fc12ppc includes]$ php --version PHP 5.3.0 (cli) (built: Nov 17 2009 19:22:28) Copyright (c) 1997-2009 The PHP Gr...