php-windows Digest 18 Jun 2006 13:33:22 -0000 Issue 2995

Topics (messages 27026 through 27026):

how to enable phplib functions
        27026 by: Bill Angus

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
I read in the CHM manual that phplib functions are included with PHP after 
version 4. However my PHP5 interpreter bails when it encounters the commands...

$iterator=$chapter_array->getIterator();
echo $iterator->current();

I'm assuming these phplib functions die because they are not found or 
installed. Can anyone tell me what I need to include or enable to turn phplib 
functions on in php5? Do I need to download and install the phplib distro from 
sourceforge and follow their instructions for installing phplib?

Bill Angus, MA
http://www.psychtest.com

--- End Message ---

Reply via email to