PHP versioning
Hi guys,
A customer at our web-hosting company has requested we turn off the PHP
module 'versioning'. I've been googling trying to find more info on
this, but can't seem to find much more (as google thinks i'm saying
'version'). Does anyone have any info they can provide me regarding
this? Thanks for helping.
Dave
--
DM davidm [at] cia.com.au
'It would go against respecting principles and truth if you have to
respect and accept anything just because it is the other side's view.'
- Kim Jung Ill
Re: PHP versioning
On Aug 26, 8:44 pm, David McKenzie <dav... [at] cia.com.au> wrote:
>
> A customer at our web-hosting company has requested we turn
> off the PHP module 'versioning'. I've been googling trying
> to find more info on this, but can't seem to find much more
> (as google thinks i'm saying 'version'). Does anyone have
> any info they can provide me regarding this?
There is a configuration directive called --enable-versioning. If you
configure PHP without it, versioning will be turned off. It is
briefly mentioned in the Manual:
http://php.net/manual/en/configure.php
Cheers,
NC