Re: [PHP-DOC] CHM Manual of Japanese version

2004-05-05 Thread Akira Shirogane
The latest version(29 Apr. 5,083,031bytes) looks like well, but its keyword list still turns into garbage. I guess this is because the system settings checked to support Japanese only, not to set *default*. You can take a look at http://www.nihongo-ok.com/method/010326/6_general_l.jpg . If it is c

Re: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread Derick Rethans
On Wed, 5 May 2004, Nuno Lopes wrote: > OMG. > > using global $DEFINE is right! > > If you don't declare it as global, it won't work if register_globals is off > (as you should have it! :) $GLOBALS['key'] please, no global $key; Derick

[PHP-DOC] cvs: phpdoc /en/language control-structures.xml

2004-05-05 Thread Mehdi Achour
didou Wed May 5 16:33:32 2004 EDT Modified files: /phpdoc/en/language control-structures.xml Log: no french here http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.90&r2=1.91&ty=u Index: phpdoc/en/language/control-structures.xml diff -

[PHP-DOC] cvs: phpdoc /en/language basic-syntax.xml control-structures.xml expressions.xml functions.xml oop.xml operators.xml types.xml

2004-05-05 Thread Damien Seguy
damsWed May 5 16:19:51 2004 EDT Modified files: /phpdoc/en/language basic-syntax.xml control-structures.xml expressions.xml functions.xml oop.xml operators.xml types.xml Log: moved repleable to varname, added s

[PHP-DOC] cvs: phpdoc /en/language basic-syntax.xml

2004-05-05 Thread Mehdi Achour
didou Wed May 5 14:58:33 2004 EDT Modified files: /phpdoc/en/language basic-syntax.xml Log: Document the third way () http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.36&r2=1.37&ty=u Index: phpdoc/en/language/basic-syntax.xml diff -u phpdo

RE: [PHP-DOC] user contributed notes in livedocs

2004-05-05 Thread Wez Furlong
Thanks :) I made a slight adjustment; when working with constants, you don't need to declare them global. I mention this because in your modified version of Moshe's patch you were doing something similar. --Wez. > -Original Message- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent:

[PHP-DOC] Re: [Spam 05.70] RE: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
"Moshe Doron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thanks; looks good, although I'd prefer it if we didn't have too many > > special cases going on. > > > You have an RTL constant to indicate that the content is RTL, but then > there > > are a number of places where you

[PHP-DOC] cvs: livedocs / style_mapping.php /themes/default livedoc.css

2004-05-05 Thread Wez Furlong
wez Wed May 5 14:52:03 2004 EDT Modified files: /livedocs style_mapping.php /livedocs/themes/defaultlivedoc.css Log: Hyperlink enable function names in highlighted code. Patch by Nuno, slightly modified. http://cvs.php.net/diff.php/livedocs/

Re: [PHP-DOC] user contributed notes in livedocs

2004-05-05 Thread Nuno Lopes
> > > BTW2: Anyone feel like tweaking the code highlighting so that > > > function names are turned into links to the manual pages? > > > > There is a user note in highlight_string() that has the code. It is simple > > to implement (but I can't do that, I have no karma...) > > You can submit a patc

[PHP-DOC] Re: [Spam 05.70] RE: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
> Thanks; looks good, although I'd prefer it if we didn't have too many > special cases going on. > You have an RTL constant to indicate that the content is RTL, but then there > are a number of places where you use that to generate a dir="rtl" attribute. > It would be better to define a DIRECTION

Re: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread Nuno Lopes
OMG. using global $DEFINE is right! If you don't declare it as global, it won't work if register_globals is off (as you should have it! :) Nuno - Original Message - > you correction is mistake. RTL and CHARSET are defines not vars at all. > > --/moshe

Re: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
you correction is mistake. RTL and CHARSET are defines not vars at all. --/moshe "Nuno Lopes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Moshe, as I've already told you, your patch had a little bug with GLOBALS. > > Attached is a correction for your patch. > > Nuno > > - Or

[PHP-DOC] [Spam 05.70] RE: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread wez
This mail is probably spam. The original message has been attached along with this report, so you can recognize or block similar unwanted mail in future. See http://spamassassin.org/tag/ for more details. Content preview: [this message may have been sent out twice; the previous message has a

Re: [PHP-DOC] [PATCH] rtl...

2004-05-05 Thread Nuno Lopes
Moshe, as I've already told you, your patch had a little bug with GLOBALS. Attached is a correction for your patch. Nuno - Original Message - > > "Wez Furlong" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > > Now, quit complaining and get coding ;-) > > > > --Wez.

[PHP-DOC] [PATCH] rtl...

2004-05-05 Thread moshe doron
"Wez Furlong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Now, quit complaining and get coding ;-) > > --Wez. > http://moshe.i-com-it.com/patchs/livedocs-rtl3.patch.txt this patch contains: 1. initial rtl support. 2. add some missing htmlspecialchars(). i change the htmlenti

Re: [PHP-DOC] user contributed notes in livedocs

2004-05-05 Thread Wez Furlong
> I've checked the code of user-notes.php at it seems that I need to crack the > md5 hash to try this feature :) > All files are using the same token, so I think you could change that token > so that all livedocs devellopers could use it, without having access to the > others features. The most im

[PHP-DOC] Re: livedocs access

2004-05-05 Thread Wez Furlong
[group@: this is the end of thread] [phpdoc@: please read and digest] This is turning into a pissing contest; I certainly don't have time for that. Derick restricted the karma because more than one person had made changes without discussing them, which then had to be reverted. This is not a dig

[PHP-DOC] #28283 [Opn->Csd]: path separator should be directory separator

2004-05-05 Thread nlopess
ID: 28283 Updated by: [EMAIL PROTECTED] Reported By: todd at magnifisites dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: All PHP Version: Irrelevant New Comment: This bug has been fixed in the

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions basename.xml dirname.xml

2004-05-05 Thread Nuno Lopes
nlopess Wed May 5 12:29:13 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions basename.xml dirname.xml Log: fix #28283: path separator->directory separator http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/basename.xml?r1=1.

Re: [PHP-DOC] user contributed notes in livedocs

2004-05-05 Thread Nuno Lopes
> I've just comitted some code that will optionally generate a notes > database at the time when you build your livedocs index. (you need > to know the token to access the notes from master, so not many of > you will be able to play with this feature yet). I've checked the code of user-notes.php a

[PHP-DOC] #27583 [Com]: Not enough info on Apache 2 issues

2004-05-05 Thread okapi at yahoo dot com
ID: 27583 Comment by: okapi at yahoo dot com Reported By: stewart dot james at vu dot edu dot au Status: Open Bug Type: Documentation problem Operating System: Any PHP Version: Irrelevant New Comment: Can we have adjusted the information on t

[PHP-DOC] #28288 [Opn->Bgs]: Apache 2 manual page update

2004-05-05 Thread nlopess
ID: 28288 Updated by: [EMAIL PROTECTED] Reported By: okapi at yahoo dot com -Status: Open +Status: Bogus Bug Type:Documentation problem PHP Version: 4.3.6 New Comment: Duplicate of #27583. Previous Comments: --

[PHP-DOC] #28288 [NEW]: Apache 2 manual page update

2004-05-05 Thread okapi at yahoo dot com
From: okapi at yahoo dot com Operating system: PHP version: 4.3.6 PHP Bug Type: Documentation problem Bug description: Apache 2 manual page update Description: I would like to have adjusted the information on the PHP apache 2 manual page (http://www.php.net/manu

[PHP-DOC] #28283 [NEW]: path separator should be directory separator

2004-05-05 Thread todd at magnifisites dot com
From: todd at magnifisites dot com Operating system: All PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: path separator should be directory separator Description: On the dirname function page of the documentation, there is a sentence

[PHP-DOC] livedocs with user notes

2004-05-05 Thread Wez Furlong
I updated my livedocs test-bed to use the PHP cvs and grab the user notes. >From my crontab: 26 4 * * 2 /home/wez/bin/update-phpdoc 35 * * * * /home/wez/bin/update-livedocs-cvs 5 1 * * * /home/wez/src/livedocs/build.sh You can see the output at: http://livedocs.thebrainroom.net For an example

[PHP-DOC] #28255 [Asn]: DLL directory missing

2004-05-05 Thread pburden98 at yahoo dot com
ID: 28255 User updated by: pburden98 at yahoo dot com Reported By: pburden98 at yahoo dot com Status: Assigned Bug Type: Documentation problem Operating System: windows 98 2nd Edition PHP Version: 5.0.0RC2 Assigned To: nlopess New Comment: I

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions link.xml linkinfo.xml readlink.xml symlink.xml /en/reference/misc/functions usleep.xml /entities global.ent

2004-05-05 Thread Wez Furlong
wez Wed May 5 05:30:55 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions link.xml linkinfo.xml readlink.xml symlink.xml /phpdoc/en/reference/misc/functions usleep.xml /phpdoc/entities

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

2004-05-05 Thread Wez Furlong
wez Wed May 5 05:18:22 2004 EDT Modified files: /phpdoc/en/reference/comreference.xml Log: forgot to commit this http://cvs.php.net/diff.php/phpdoc/en/reference/com/reference.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/com/reference.xml diff -u

[PHP-DOC] cvs: livedocs / livedoc.php

2004-05-05 Thread Wez Furlong
wez Wed May 5 04:49:43 2004 EDT Modified files: /livedocs livedoc.php Log: it's funny the things you remember once you've actually gone to bed. http://cvs.php.net/diff.php/livedocs/livedoc.php?r1=1.101&r2=1.102&ty=u Index: livedocs/livedoc.php diff -u