Re: [PHP] Re: Is BBCode Installed

2013-04-12 Thread Stephen

On 13-04-12 02:28 AM, shiplu wrote:


On Fri, Apr 12, 2013 at 4:24 AM, Stephen > wrote:


Now I have to install on my home development machine!


You can install it by following command

pecl install bbcode

Note: root privilege is necessary to install


Thank you. Very easy!

I will add that an entry must be added to php.ini to be able to utilise 
this module.


When the command has completed execution, the entry is shown in the 
command window.


--
Stephen



Re: [PHP] Re: Is BBCode Installed

2013-04-11 Thread shiplu
On Fri, Apr 12, 2013 at 4:24 AM, Stephen  wrote:

> Now I have to install on my home development machine!


You can install it by following command

pecl install bbcode

Note: root privilege is necessary to  install

-- 
Shiplu.Mokadd.im
ImgSign.com | A dynamic signature machine
Innovation distinguishes between follower and leader


Re: [PHP] Re: Is BBCode Installed

2013-04-11 Thread David Harkness
Hi Stephen,

I just tried installing the PECL extension, but it failed to build on PHP
5.4.6-1ubuntu1.2. I see Xdebug in the phpinfo output, and I assume other
PECL extensions will show up there once installed.

Good luck!
David


Re: [PHP] Re: Is BBCode Installed

2013-04-10 Thread David Robley
Stephen wrote:

> On 13-04-10 10:59 PM, David Robley wrote:
>> I ran phpinfo() on my host and searched for "BBCode". Not found.
>>
>> Does this mean that the extension is not installed?
>>
>> If not, how can I tell?
>>
>> Thanks
>>
>> BBCode isn't a php extension, but may be implemented using php or other
>> languages. See http://www.bbcode.org/ for more info.
>>
> Thank you for replying, but:
> 
> http://php.net/manual/en/book.bbcode.php
> 
> 
>   Introduction
> 
> This extension aims to help parse BBCode text in order to convert it to
> HTML or another markup language. It uses one pass parsing and provides
> great speed improvement over the common approach based on regular
> expressions. Further more, it helps provide valid HTML by reordering
> open / close tags and by automatically closing unclosed tags.
> 
> 
That appears to be a PECL extension, not 'core' php and more info on 
installing can be found at http://www.php.net/manual/en/install.pecl.php.

Not having used PECL extensions, I can't say whether they are reflected in 
phpinfo() output.

-- 
Cheers
David Robley

SCUD : Sure Could Use Directions


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



Re: [PHP] Re: Is BBCode Installed

2013-04-10 Thread Stephen

On 13-04-10 10:59 PM, David Robley wrote:

I ran phpinfo() on my host and searched for "BBCode". Not found.

Does this mean that the extension is not installed?

If not, how can I tell?

Thanks

BBCode isn't a php extension, but may be implemented using php or other
languages. See http://www.bbcode.org/ for more info.


Thank you for replying, but:

http://php.net/manual/en/book.bbcode.php


 Introduction

This extension aims to help parse BBCode text in order to convert it to 
HTML or another markup language. It uses one pass parsing and provides 
great speed improvement over the common approach based on regular 
expressions. Further more, it helps provide valid HTML by reordering 
open / close tags and by automatically closing unclosed tags.




--
Stephen