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
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
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 -
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
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
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:
"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
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/
> > > 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
> 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
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
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
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
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.
"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
> 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
[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
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
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.
> 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
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
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:
--
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
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
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
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
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
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
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
29 matches
Mail list logo