Re: Glob issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux