The Doctor wrote: > REcently in our php error log we have been seeing > > [15-Jul-2015 07:16:39 America/Edmonton] PHP Fatal error: Call to undefined function glob() in /var/www/docs/foreachtest.phtml on line 2 > > > And the foreachtest.phtml read > > > <?php > foreach (glob("*.html") as $filename) { > echo "$filename size " . filesize($filename) . "\n"; > } > ?> > > > What is happening? > > Using php 5.6.11 on Apache 2.2 latest. Are you aware of <http://php.net/manual/en/function.glob.php#refsect1-function.glob-notes>: | Note: This function isn't available on some systems (e.g. old Sun OS). -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php