PHP versioning

PHP versioning

am 27.08.2007 05:44:50 von David McKenzie

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@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

am 28.08.2007 20:13:04 von nc

On Aug 26, 8:44 pm, David McKenzie 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