RE: [PHP-DOC] php.ini directives removed in PHP 4

2013-09-05 Thread Chris Wright
On Wed, Sep 4, 2013 at 5:15 PM, Hannes Magnusson wrote: > On Wed, Sep 4, 2013 at 3:56 AM, Chris Wright wrote: > > > Didn't we archive the PHP4 explicit functionality like we did for PHP3 > > > (http://php.net/manual/php3.php) somewhere? > > > Stuff like the old DOM extension and overload() func

Re: [PHP-DOC] php.ini directives removed in PHP 4

2013-09-04 Thread Hannes Magnusson
On Wed, Sep 4, 2013 at 3:56 AM, Chris Wright wrote: > > Didn't we archive the PHP4 explicit functionality like we did for PHP3 > > (http://php.net/manual/php3.php) somewhere? > > > Stuff like the old DOM extension and overload() function and whatever.. > > Not as far as I can tell. The PHP4 OOP d

RE: [PHP-DOC] php.ini directives removed in PHP 4

2013-09-04 Thread Chris Wright
> Didn't we archive the PHP4 explicit functionality like we did for PHP3 > (http://php.net/manual/php3.php) somewhere? > Stuff like the old DOM extension and overload() function and whatever.. Not as far as I can tell. The PHP4 OOP docs where moved to their own appendix (http://www.php.net/manual

Re: [PHP-DOC] php.ini directives removed in PHP 4

2013-09-04 Thread Hannes Magnusson
On Wed, Sep 4, 2013 at 12:12 AM, Jean-Sébastien Hedde wrote: > Hi, > > > In the list of php.ini directives > (http://php.net/manual/en/ini.**list.php), > some params were removed in PHP 4 (ldap.base_dn, log.dbm_dir, > session.gc_dividend). > Lots of them ar

[PHP-DOC] php.ini directives removed in PHP 4

2013-09-04 Thread Jean-Sébastien Hedde
Hi, In the list of php.ini directives (http://php.net/manual/en/ini.list.php), some params were removed in PHP 4 (ldap.base_dn, log.dbm_dir, session.gc_dividend). Lots of them are also not documented in extension ini list. Can we : 1) remove them from the main ini list and add a changelog e