Re: [PHP] Please help with glob

2011-04-05 Thread Louis Huppenbauer
Hi there

Since glob is actually a part of the core - Are you absolutely sure
that you're running PHP  4.3

2011/4/5 Al Mangkok almang...@gmail.com:
 Hi everyone,
 I am very new to PHP and trying to learn the glob() function. I copied
 the example on php.net :

 ?php
 foreach (glob(*.txt) as $filename) {
    echo $filename size  . filesize($filename) . \n;
 }
 ?

 When I ran the script, I got this error message:
 Fatal error: Call to undefined function  glob() in
 /usr/local/apache2/htdocs/hrms/globtest.php on line 2

 I am running PHP 5.2.17 on CentOS 4.8 . How do I compile PHP to get
 the glob function in ?
 Please help.


 --
 al

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Please help with glob

2011-04-05 Thread Al Mangkok
Hi Louis,
Yes, I have read that glob is only available for PHP  4.3 and I am
using version 5.2.1.7

# /usr/local/bin/php -v
PHP 5.2.17 (cli) (built: Feb 16 2011 15:41:35)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies




# /usr/local/bin/php globtest.php

Fatal error: Call to undefined function  glob() in
/usr/local/apache2/htdocs/hrms/globtest.php on line 2



I have read somewhere that it could be connected to glibc, not I have
no idea how to fix that. Anyone ?


--
al



On Tue, Apr 5, 2011 at 2:25 PM, Louis Huppenbauer
louis.huppenba...@gmail.com wrote:
 Hi there

 Since glob is actually a part of the core - Are you absolutely sure
 that you're running PHP  4.3

 2011/4/5 Al Mangkok almang...@gmail.com:
 Hi everyone,
 I am very new to PHP and trying to learn the glob() function. I copied
 the example on php.net :

 ?php
 foreach (glob(*.txt) as $filename) {
    echo $filename size  . filesize($filename) . \n;
 }
 ?

 When I ran the script, I got this error message:
 Fatal error: Call to undefined function  glob() in
 /usr/local/apache2/htdocs/hrms/globtest.php on line 2

 I am running PHP 5.2.17 on CentOS 4.8 . How do I compile PHP to get
 the glob function in ?
 Please help.


 --
 al

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Please help with glob

2011-04-05 Thread Al Mangkok
Yesterday I yum installed these:
glibc-common.i386 2.3.4-2.54
glibc.i686 2.3.4-2.54
glibc-headers.i386 2.3.4-2.54
glibc-devel.i386 2.3.4-2.54

And about ten minutes ago I recompiled PHP with identical configure
options as before. And this time the glob function is inside PHP.
Phew.

Hopefully someone else will benefit from this post.


--
al

On Tue, Apr 5, 2011 at 2:49 PM, Al Mangkok almang...@gmail.com wrote:
 Hi Louis,
 Yes, I have read that glob is only available for PHP  4.3 and I am
 using version 5.2.1.7

 # /usr/local/bin/php -v
 PHP 5.2.17 (cli) (built: Feb 16 2011 15:41:35)
 Copyright (c) 1997-2010 The PHP Group
 Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
    with Zend Optimizer v3.3.9, Copyright (c) 1998-2009, by Zend Technologies




 # /usr/local/bin/php globtest.php

 Fatal error: Call to undefined function  glob() in
 /usr/local/apache2/htdocs/hrms/globtest.php on line 2



 I have read somewhere that it could be connected to glibc, not I have
 no idea how to fix that. Anyone ?


 --
 al



 On Tue, Apr 5, 2011 at 2:25 PM, Louis Huppenbauer
 louis.huppenba...@gmail.com wrote:
 Hi there

 Since glob is actually a part of the core - Are you absolutely sure
 that you're running PHP  4.3

 2011/4/5 Al Mangkok almang...@gmail.com:
 Hi everyone,
 I am very new to PHP and trying to learn the glob() function. I copied
 the example on php.net :

 ?php
 foreach (glob(*.txt) as $filename) {
    echo $filename size  . filesize($filename) . \n;
 }
 ?

 When I ran the script, I got this error message:
 Fatal error: Call to undefined function  glob() in
 /usr/local/apache2/htdocs/hrms/globtest.php on line 2

 I am running PHP 5.2.17 on CentOS 4.8 . How do I compile PHP to get
 the glob function in ?
 Please help.


 --
 al

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Please help with glob

2011-04-04 Thread Al Mangkok
Hi everyone,
I am very new to PHP and trying to learn the glob() function. I copied
the example on php.net :

?php
foreach (glob(*.txt) as $filename) {
echo $filename size  . filesize($filename) . \n;
}
?

When I ran the script, I got this error message:
Fatal error: Call to undefined function  glob() in
/usr/local/apache2/htdocs/hrms/globtest.php on line 2

I am running PHP 5.2.17 on CentOS 4.8 . How do I compile PHP to get
the glob function in ?
Please help.


--
al

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php