Search found 1 match
- Tue Jun 02, 2009 5:59 pm
- Forum: Feature Requests
- Topic: Replace PHP Short Tags
- Replies: 0
- Views: 1864
Replace PHP Short Tags
ZoneMinder makes extensive use of PHP short tags. These tags (<? and <?= ) are deprecated, and some distributions (e.g. Slackware 12.2) ship with short-tag support disabled. PHP still ships with it on by default, but lists in the php.ini file: ; NOTE: Using short tags should be avoided when ...