Re: [PHP] Missing functions??

2002-05-28 Thread Miguel Cruz

On Tue, 28 May 2002, Weston Houghton wrote:
 I'm using the Mac OS X binary of PHP 4.2.1 provided by Mark Liyanage
 (http://www.entropy.ch/software/macosx/php/), and I am starting to notice
 some oddities, I was wondering if anyone else had seen these errors in other
 ports.
 
 I'm getting some base php functions that seem to be missing, such as:
 
 bindtextdomain
 textdomain

Those are only available if PHP was built with gettext support, which is 
optional.

miguel


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




[PHP] Missing functions??

2002-05-27 Thread Weston Houghton


Hello again all,

I'm using the Mac OS X binary of PHP 4.2.1 provided by Mark Liyanage
(http://www.entropy.ch/software/macosx/php/), and I am starting to notice
some oddities, I was wondering if anyone else had seen these errors in other
ports.

I'm getting some base php functions that seem to be missing, such as:

bindtextdomain
textdomain

And it doesn't seem to like the _() references in array declarations. I
would appreciate any guidance on these...

Thanks,
Wes


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