[PHP-DOC] cvs: phpdoc /en/language/oop5 abstract.xml

2004-08-01 Thread Curt Zirzow
curtSun Aug 1 23:12:59 2004 EDT Modified files: /phpdoc/en/language/oop5abstract.xml Log: Clarify what an abstract class can and cannot do, with example. http://cvs.php.net/diff.php/phpdoc/en/language/oop5/abstract.xml?r1=1.2&r2=1.3&ty=u Index: phpdo

Re: [PHP-DOC] Re: cvs: phpdoc /en/reference/array/functions natsort.xml

2004-08-01 Thread Friedhelm Betz
On Monday 02 August 2004 01:33, M. Sokolewicz wrote: > Maciek Sokolewicz wrote: > > tularis Sun Aug 1 19:20:42 2004 EDT > > > > Modified files: > > /phpdoc/en/reference/array/functionsnatsort.xml > > Log: > > added the & to the parameter to make it clear(er) that this par

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions natsort.xml

2004-08-01 Thread Friedhelm Betz
On Monday 02 August 2004 01:20, Maciek Sokolewicz wrote: > tularis Sun Aug 1 19:20:42 2004 EDT > > Modified files: > /phpdoc/en/reference/array/functions natsort.xml > Log: > added the & to the parameter to make it clear(er) that this parameter is > passed by reference

Re: [PHP-DOC] windows install

2004-08-01 Thread Friedhelm Betz
On Sunday 01 August 2004 20:45, Nuno Lopes wrote: > Done! (I hope) > > http://testes.aborla.net/phpdoc/install.windows.html > http://testes.aborla.net/phpdoc/faq.installation.html#faq.installation.addt >opath > > diff: http://testes.aborla.net/win.install.diff > > > Please review my patch and let m

[PHP-DOC] Re: cvs: phpdoc /en/reference/array/functions natsort.xml

2004-08-01 Thread M. Sokolewicz
Maciek Sokolewicz wrote: tularis Sun Aug 1 19:20:42 2004 EDT Modified files: /phpdoc/en/reference/array/functions natsort.xml Log: added the & to the parameter to make it clear(er) that this parameter is passed by reference I think this should be done in more place

[PHP-DOC] cvs: phpdoc /en/reference/array/functions natsort.xml

2004-08-01 Thread Maciek Sokolewicz
tularis Sun Aug 1 19:20:42 2004 EDT Modified files: /phpdoc/en/reference/array/functionsnatsort.xml Log: added the & to the parameter to make it clear(er) that this parameter is passed by reference http://cvs.php.net/diff.php/phpdoc/en/reference/array/

[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml ini.xml

2004-08-01 Thread Friedhelm Betz
betzSun Aug 1 19:00:39 2004 EDT Modified files: /phpdoc/en/reference/mysql configure.xml ini.xml Log: markup: no literal with PHP, some proper tagging clarify compiling for PHP 5 http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1

[PHP-DOC] #27555 [Fbk->NoF]: Unable to modify $_SESSION from __destruct()

2004-08-01 Thread phpdoc
ID: 27555 Updated by: [EMAIL PROTECTED] Reported By: jaanus at heeringson dot com -Status: Feedback +Status: No Feedback Bug Type: Documentation problem Operating System: Linux 2.4.24 PHP Version: 5CVS-2004-03-10 (dev) Assigned To:

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-dbs.xml mysql-tablename.xml

2004-08-01 Thread Friedhelm Betz
betzSun Aug 1 18:57:56 2004 EDT Modified files: /phpdoc/en/reference/mysql/functionsmysql-list-dbs.xml mysql-tablename.xml Log: mysql_list_tables is deprecated, do not link improve example to improve p

[PHP-DOC] cvs: phpdoc /en/appendices migration5.xml

2004-08-01 Thread Nuno Lopes
nlopess Sun Aug 1 14:47:03 2004 EDT Modified files: /phpdoc/en/appendices migration5.xml Log: remove nasty parentheses http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.30&r2=1.31&ty=u Index: phpdoc/en/appendices/migration5.xml diff -u

Re: [PHP-DOC] windows install

2004-08-01 Thread Nuno Lopes
Done! (I hope) http://testes.aborla.net/phpdoc/install.windows.html http://testes.aborla.net/phpdoc/faq.installation.html#faq.installation.addtopath diff: http://testes.aborla.net/win.install.diff Please review my patch and let me know if I can commit it. And if yes, can I do the change to the

Re: [PHP-DOC] Switching see also parts to mysqli style

2004-08-01 Thread Gabor Hojtsy
> Look into howto/working.xml for a suggested version of marking see also lists. It is a bit farther from here (using an entity for the title and for the last 'and' word), which makes the complete list language independent, and therefore easy to translate :) Heh, I was searching for this on php

Re: [PHP-DOC] Switching see also parts to mysqli style

2004-08-01 Thread Mehdi Achour
> Look into howto/working.xml for a suggested version of marking see also lists. It is a bit farther from here (using an entity for the title and for the last 'and' word), which makes the complete list language independent, and therefore easy to translate :) Heh, I was searching for this on php.

Re: [PHP-DOC] Switching see also parts to mysqli style

2004-08-01 Thread Gabor Hojtsy
Index: en/reference/xslt/functions/xslt-backend-info.xml === RCS file: /repository/phpdoc/en/reference/xslt/functions/xslt-backend-info.xml,v retrieving revision 1.2 diff -u -r1.2 xslt-backend-info.xml --- en/reference/xslt/functions/x

Re: [PHP-DOC] Proposal: CHANGELOG

2004-08-01 Thread Gabor Hojtsy
What it will contain: 1) Parameter changes (new, modified, ...) 2) Function changes (new features, new behaviors, ...) 3) PHP Version info for each change From TODO: new roles: seealso, newparameter, and changedparameter. That idea is similar and here's one of the threads on the topic: http://m

Re: [PHP-DOC] Switching see also parts to mysqli style

2004-08-01 Thread Nuno Lopes
> Hi guys, hello :) > I made a little patch to use a dedicated for XSLT docs. > May I commit it ? I didn't follow php.doc a lot lately, and I don't know > what was the final decision with this switch. For me that's OK. I think there was no 'oficial' decision, but this approach is simliar with t

Re: [PHP-DOC] Proposal: CHANGELOG

2004-08-01 Thread Gabor Hojtsy
Now as to the CHANGELOG, I am guessing nobody will implement it in DSSSL (I know I won't) so focusing on livedocs may end up happening. Livedocs or bust, 2004! Or 2005, 2006, 2007,. I don't mind focusing on livedocs, because I have some free time now. But I would like to have the oficial websi

Re: [PHP-DOC] PECL doc proposal

2004-08-01 Thread Gabor Hojtsy
from language-snippets.ent --- PECL extension is not bundled with PHP.'> PECL extension is bundled with PHP.'> PECL extension's source can be found in the ext/ directory within the PHP source or at the PECL link above.'> DLL resides in the extensions/ directory within t

[PHP-DOC] Re: Switching see also parts to mysqli style

2004-08-01 Thread Mehdi Achour
Mehdi Achour wrote: Hi guys, I made a little patch to use a dedicated for XSLT docs. May I commit it ? I didn't follow php.doc a lot lately, and I don't know what was the final decision with this switch. If needed, I'm okay to switch all See Also parts for the english tree. While I'm there, I can

[PHP-DOC] Switching see also parts to mysqli style

2004-08-01 Thread Mehdi Achour
Hi guys, I made a little patch to use a dedicated for XSLT docs. May I commit it ? I didn't follow php.doc a lot lately, and I don't know what was the final decision with this switch. If needed, I'm okay to switch all See Also parts for the english tree. Mehdi Achour Index: en/reference/xslt/funct

Re: [PHP-DOC] PECL Doc questions

2004-08-01 Thread Gabor Hojtsy
I can take care of the move and polish the files for phpdoc after we made a decision how to handle the move. What should be decided on. What are the questions? Not really questions. But we/I should inform the pear doc people ( cc'ed) and maintainers about the move. apd (last change 2 months, 1 we

Re: [PHP-DOC] PECL Doc questions

2004-08-01 Thread Gabor Hojtsy
I didn't know you were expecting me to handle the win32 installation... I remember you offered to continue work on the Windows part after you get back from your deserved holiday :) Goba

Re: [PHP-DOC] windows install

2004-08-01 Thread Gabor Hojtsy
And now? Advice Apache 1 users to copy php.ini to C:\windows (or C:\winnt for win NT/2k)? Advice them to name the file php-apache.ini ;-) Could not recall if the option for naming the inis like the used sapi is documented, if not it should. main/config.w32.h: #define PHP_CONFIG_FILE_PATH (getenv(

[PHP-DOC] cvs: phpdoc /en/reference/xsl constants.xml reference.xml /en/reference/xsl/functions xsl-xsltprocessor-has-exslt-support.xml

2004-08-01 Thread Mehdi Achour
didou Sun Aug 1 11:37:41 2004 EDT Added files: /phpdoc/en/reference/xslconstants.xml Modified files: /phpdoc/en/reference/xsl/functions xsl-xsltprocessor-has-exslt-support.xml /phpdoc/en/refe

[PHP-DOC] cvs: phpdoc /en/reference/xslt constants.xml

2004-08-01 Thread Mehdi Achour
didou Sun Aug 1 11:17:49 2004 EDT Modified files: /phpdoc/en/reference/xslt constants.xml Log: add XSLT_SABOPT_FILES_TO_HANDLER http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/constants.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/xslt/constants.x

Re: [PHP-DOC] windows install

2004-08-01 Thread Friedhelm Betz
On Sunday 01 August 2004 15:47, Nuno Lopes wrote: > Hello, [..] > And now? Advice Apache 1 users to copy php.ini to C:\windows (or C:\winnt > for win NT/2k)? Advice them to name the file php-apache.ini ;-) Could not recall if the option for naming the inis like the used sapi is documented, if no

[PHP-DOC] windows install

2004-08-01 Thread Nuno Lopes
Hello, I'm re-writing the install section right now, but I've encontered a problem: php.ini. I've traced the system calls for php.ini (in order): C:\Program Files\Apache Group\Apache2\php-apache2handler.ini C:\Program Files\Apache Group\Apache2\bin\php-apache2handler.ini C:\WINDOWS\php-apache2han

[PHP-DOC] cvs: phpdoc /en/reference/info constants.xml ini.xml

2004-08-01 Thread Friedhelm Betz
betzSun Aug 1 08:46:35 2004 EDT Modified files: /phpdoc/en/reference/info constants.xml ini.xml Log: Not only php 4 has credits no literal with PHP typo http://cvs.php.net/diff.php/phpdoc/en/reference/info/constants.xml?r1=1.6&r2=1.7&ty=u Index: ph

[PHP-DOC] cvs: phpdoc /en/reference/dom reference.xml

2004-08-01 Thread Friedhelm Betz
betzSun Aug 1 08:44:16 2004 EDT Modified files: /phpdoc/en/reference/domreference.xml Log: link to domxml extension http://cvs.php.net/diff.php/phpdoc/en/reference/dom/reference.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/dom/reference.xml diff

Re: [PHP-DOC] PECL Doc questions

2004-08-01 Thread Friedhelm Betz
On Sunday 01 August 2004 13:21, Gabor Hojtsy wrote: > > I just run Hartmuts split script (/scripts/reference-split.php) on PECL > > extension in peardoc. > > As Hartmuts script is a bit dated, the structure of the files does not > > fit in the current phpdoc style (configure.xml, constants.xml etc.

Re: [PHP-DOC] PECL Doc questions

2004-08-01 Thread Nuno Lopes
> >>decision how to handle the move. > > > > Thanks! I can also help you, but commit the files first :) > > > > Nuno > > Nuno, Nuno, please work on the windows install stuff first and as soon > as possible. The other Windows server instructions will be based on the > general Windows suggestions (Sa

Re: [PHP-DOC] PECL Doc questions

2004-08-01 Thread Gabor Hojtsy
I just run Hartmuts split script (/scripts/reference-split.php) on PECL extension in peardoc. As Hartmuts script is a bit dated, the structure of the files does not fit in the current phpdoc style (configure.xml, constants.xml etc.) and the id's and filenames are with leading pecl., which proba

Re: [PHP-DOC] PECL Doc questions

2004-08-01 Thread Gabor Hojtsy
decision how to handle the move. Thanks! I can also help you, but commit the files first :) Nuno Nuno, Nuno, please work on the windows install stuff first and as soon as possible. The other Windows server instructions will be based on the general Windows suggestions (Sambar server specifically :