[PHP-DOC] Documentation for an extension

2013-06-17 Thread Jeroen Moors
27;s currently the best way to go. Any advice is welcome! Thanks! Jeroen

[PHP-DOC] help translate php.net

2009-12-22 Thread jeroen brunken
Hello, I'm Jeroen Brunken. I live in the Netherlands. And I want to help translate php.net in Dutch. Is this possible? If yes, say where i have to start. Greets, Jeroen Brunken _

[PHP-DOC] #31491 [Csd]: Comment (/* */) parsing is also done inside strings

2005-01-11 Thread jeroen at unfix dot org
ID: 31491 User updated by: jeroen at unfix dot org Reported By: jeroen at unfix dot org Status: Closed Bug Type: Documentation problem Operating System: any PHP Version: 5.0.3 New Comment: IMHO better to make it: "'C' style comm

[PHP-DOC] #31491 [Bgs->Opn]: Comment (/* */) parsing is also done inside strings

2005-01-11 Thread jeroen at unfix dot org
ID: 31491 User updated by: jeroen at unfix dot org Reported By: jeroen at unfix dot org -Status: Bogus +Status: Open Bug Type: Documentation problem Operating System: any PHP Version: 5.0.3 New Comment: No, it is not a dupe, it is a

[PHP-DOC] #31491 [Fbk->Opn]: Comment (/* */) parsing is also done inside strings

2005-01-11 Thread jeroen at unfix dot org
ID: 31491 User updated by: jeroen at unfix dot org Reported By: jeroen at unfix dot org -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: any PHP Version: 5.0.3 New Comment: One cannot nest C comments, so

[PHP-DOC] Thanks!

2004-05-20 Thread Jeroen Buse
Dear all. Thanks for correcting my contribution!! Best regards, Jeroen Buse. - Original Message - From: "Jeroen Buse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 10:41 PM Subject: Added a documentation with a mistake > Hi all. &

[PHP-DOC] Added a documentation with a mistake

2004-05-19 Thread Jeroen Buse
Hi all. I added a contribution to http://www.php.net/str_replace See: jeroen at remove dot anti dot spam dot all-stars dot nl 19-May-2004 07:34 I checked and doublechecked with the preview function, but still I overlooked a typo. At three locations, ![] is written, which should be [] I hope you

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

2001-11-11 Thread Jeroen van Wolffelaar
jeroen Sun Nov 11 12:47:28 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Hide key_exists and array_key_change_case from the docs for now. Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.113 phpdoc/en

[PHP-DOC] Bug #13950 Updated: fgetcsv misinterprets fields containing double-quotes

2001-11-08 Thread jeroen
ID: 13950 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Assigned Old Bug Type: Filesystem function related Bug Type: Documentation problem Operating System: Sun (SPARC) Solaris 2.6 PHP Version: 4.0.6 / 4.20cvs Old Assigned To: Assigned To: jeroen New Comment: "

[PHP-DOC] Bug #13950 Updated: fgetcsv misinterprets fields containing double-quotes

2001-11-08 Thread jeroen
ID: 13950 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Old Bug Type: Filesystem function related Bug Type: Documentation problem Operating System: Sun (SPARC) Solaris 2.6 PHP Version: 4.0.6 / 4.20cvs New Comment: The CSV format prescribes that fields may be

[PHP-DOC] Bug #13967 Updated: unset() on a static variable causes it to forget it is static

2001-11-07 Thread jeroen
ID: 13967 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Scripting Engine problem Bug Type: Documentation problem Operating System: Debian Linux PHP Version: 4.0.6 New Comment: Like with global, static is a keyword linking a variable specially. unset() will

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

2001-10-31 Thread Jeroen van Wolffelaar
jeroen Wed Oct 31 09:21:23 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Revert accidentel error. Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.58 phpdoc/en/language/types.xml:1.59 --- phpdoc/en/language/types.xml

Re: [PHP-DOC] cvs: phpdoc / global.ent

2001-10-28 Thread Jeroen van Wolffelaar
been used: if someone thinks of a better xml-tag than , it can be easily modified. IIRC, there's no tag to indicate language keywords, above that, technically they are just constants, because that's better implementationwise. (adding 3 real keywords slows down parsing, while the constants hashtable lookup mechanism is perfect for it). --Jeroen

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

2001-10-28 Thread Jeroen van Wolffelaar
jeroen Sun Oct 28 13:47:39 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Add tip about investigating types of expressions to first page of types section. Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.54 phpdoc

[PHP-DOC] cvs: phpdoc / global.ent

2001-10-28 Thread Jeroen van Wolffelaar
jeroen Sun Oct 28 13:32:15 2001 EDT Modified files: /phpdoc global.ent Log: comments++ Index: phpdoc/global.ent diff -u phpdoc/global.ent:1.115 phpdoc/global.ent:1.116 --- phpdoc/global.ent:1.115 Sun Oct 14 04:25:50 2001 +++ phpdoc/global.ent Sun

Re: [PHP-DOC] cvs: phpdoc /en/language types.xml

2001-10-28 Thread Jeroen van Wolffelaar
value, in this context I don't mean the value NULL, but the type NULL, two very different things. I'll clarify the meaning of &true;, etc in the documentation. This change will also render the TOC of the types section better, i.e. no strange makeup of the NULL type. --Jeroen

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

2001-10-28 Thread Jeroen van Wolffelaar
jeroen Sun Oct 28 12:44:16 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Fine-tuned latest commit Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.53 phpdoc/en/language/types.xml:1.54 --- phpdoc/en/language/types.xml

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

2001-10-28 Thread Jeroen van Wolffelaar
jeroen Sun Oct 28 12:40:02 2001 EDT Modified files: /phpdoc/en/language types.xml Log: We're talking about the type NULL here, not the value NULL. Added sentence to the still-very-empty section about NULL. Index: phpdoc/en/language/types.xml di

Re: [PHP-DOC] cvs: phpdoc /fr/language expressions.xml

2001-10-28 Thread Jeroen van Wolffelaar
27;s (IMO) not useful anyway to know what exactly it is... --Jeroen

[PHP-DOC] Re: phpdoc /fr/language constants.xml

2001-10-28 Thread Jeroen van Wolffelaar
> dams Sun Oct 28 11:43:02 2001 EDT > > Modified files: > /phpdoc/fr/language constants.xml etc. Tip: You can use: cvs commit file1 file2 or commit commit *.xml to commit multiple files at once. --Jeroen

[PHP-DOC] Re: build-{lang} files:

2001-10-28 Thread Jeroen van Wolffelaar
With http://www.php.net:8000/ you used to be able to browse... But now that's not possible anymore. So, I've got no idea... php-mirrors: why doesn't port php.net:8000 work anymore? It was a convenient way to check the files on the server. --Jeroen - Original Message

[PHP-DOC] Bug #13850 Updated: CASE within SWITCH may crash apache

2001-10-28 Thread jeroen
ID: 13850 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Documentation problem Operating System: Windows 2000 Pro SP1 PHP Version: 4.0.4 New Comment: Unable to reproduce with 4.0.3pl1 or latest dev on linux, and also I can't reproduce on 4.0

[PHP-DOC] Re: phpdoc /fr/appendices migration.xml migration4.xml

2001-10-18 Thread Jeroen van Wolffelaar
Hi, You should check your editor, your newlines are mixed up (it are Macintosh ones). This completely breakes revision history, since according to CVS, it's one big line now. --Jeroen - Original Message - From: "Damien Seguy" <[EMAIL PROTECTED]> Newsgroups

[PHP-DOC] Re: Diffs in CVS

2001-10-05 Thread Jeroen van Wolffelaar
oo for my own repositry... check out (both literally and in CVS terms) CVSROOT module. It's about the *.pl files and check the last few lines of loginfo, commitinfo, and that kind of files. --Jeroen

[PHP-DOC] cvs: phpdoc /en/functions mnogosearch.xml

2001-09-30 Thread Jeroen van Wolffelaar
jeroen Sun Sep 30 20:05:49 2001 EDT Modified files: /phpdoc/en/functionsmnogosearch.xml Log: -ify This works with me... Index: phpdoc/en/functions/mnogosearch.xml diff -u phpdoc/en/functions/mnogosearch.xml:1.21 phpdoc/en/functions

[PHP-DOC] Re: phpdoc /en/functions mnogosearch.xml

2001-09-30 Thread Jeroen van Wolffelaar
> - > + void A nameless parameter of type void? --Jeroen

[PHP-DOC] cvs: phpdoc /en/functions misc.xml

2001-09-30 Thread Jeroen van Wolffelaar
jeroen Sun Sep 30 07:48:18 2001 EDT Modified files: /phpdoc/en/functionsmisc.xml Log: Whoops Index: phpdoc/en/functions/misc.xml diff -u phpdoc/en/functions/misc.xml:1.57 phpdoc/en/functions/misc.xml:1.58 --- phpdoc/en/functions/misc.xml:1.57 Sun

[PHP-DOC] cvs: phpdoc /en/functions misc.xml

2001-09-30 Thread Jeroen van Wolffelaar
jeroen Sun Sep 30 07:31:35 2001 EDT Modified files: /phpdoc/en/functionsmisc.xml Log: Properly mark 'die' as alias of 'exit' Index: phpdoc/en/functions/misc.xml diff -u phpdoc/en/functions/misc.xml:1.56 phpdoc/en/functions/misc

phpdoc@lists.php.net

2001-09-25 Thread Jeroen van Wolffelaar
nput! It's in the docs somewhere that this doesn't work inside a constructor. Add a manual note to the relevant page if you think it should be noted elsewhere too. --Jeroen

[PHP-DOC] cvs: phpdoc / global.ent

2001-09-23 Thread Jeroen van Wolffelaar
jeroen Sun Sep 23 14:41:17 2001 EDT Modified files: /phpdoc global.ent Log: Removed a "410: Gone" url Index: phpdoc/global.ent diff -u phpdoc/global.ent:1.109 phpdoc/global.ent:1.110 --- phpdoc/global.ent:1.109 Wed Sep 12 18:37:51 2001

Re: [PHP-DOC] Entity-usage: all languages

2001-09-23 Thread Jeroen van Wolffelaar
On Sat, 22 Sep 2001, Derick Rethans wrote: > Hey Jeroen... > > this is not really readable... it seems MS need some spanking again... Indeed :-( With pine this time... --Jeroen > > Derick > > On Sat, 22 Sep 2001 [EMAIL PROTECTED] wrote: > > > Attached is

[PHP-DOC] Entity-usage: all languages

2001-09-22 Thread jeroen
Attached is the result with an up-to-date repositry of all languages. --Jeroen begin 666 entity_usage.txt M14Y42519(%5304=%(%-4051)4T-424-3"@H]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T*26X@=&AI M2X@26YT97)E2P@=&AE('!U6)E2 @(" @("

[PHP-DOC] cvs: phpdoc /scripts entities.php

2001-09-22 Thread Jeroen van Wolffelaar
jeroen Sat Sep 22 13:46:06 2001 EDT Modified files: /phpdoc/scripts entities.php Log: Improve to also accept 'all' as language code, to see which entities are really unused. Index: phpdoc/scripts/entities.php diff -u phpdoc/scripts/entiti

[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml /scripts sort_aliases.php

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 22:23:44 2001 EDT Modified files: /phpdoc/scripts sort_aliases.php /phpdoc/en/appendices aliases.xml Log: Revert that, turns out that I manually removed that duplicate entry... Also no bug thus... Index: phpdoc/scripts

[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml /scripts sort_aliases.php

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 22:05:52 2001 EDT Modified files: /phpdoc/scripts sort_aliases.php /phpdoc/en/appendices aliases.xml Log: I lost 5 lines == one entry... turns out that the array keys may not contain NUL-bytes! This is a bug in PHP

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:48:41 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Fix gettype documentation Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.70 phpdoc/en/functions/var.xml:1.71 --- phpdoc/en/functions

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:45:50 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Fix settype documentation Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.69 phpdoc/en/functions/var.xml:1.70 --- phpdoc/en/functions

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:27:25 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Whoops Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.68 phpdoc/en/functions/var.xml:1.69 --- phpdoc/en/functions/var.xml:1.68Fri Sep

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 21:03:01 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: WS only (tab -> space(s)) Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.67 phpdoc/en/functions/var.xml:1.68 --- phpdoc/en/functi

[PHP-DOC] cvs: phpdoc /scripts add_rev.php fix_modelines.php

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 19:53:14 2001 EDT Added files: /phpdoc/scripts add_rev.php fix_modelines.php Log: Add the scripts for fixing modelines and adding revision tags, for possible use by translations. Index: phpdoc/scripts/add_rev.php +++ phpdoc

[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 19:49:32 2001 EDT Modified files: /phpdoc/en/appendices aliases.xml /phpdoc/en/functionsvar.xml Log: Better aliasing of variable functions, now according to README, which is much more clear (also visible on the category

[PHP-DOC] cvs: phpdoc /en/functions var.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 19:35:51 2001 EDT Modified files: /phpdoc/en/functionsvar.xml Log: Document floatval as the main function, doubleval as the alias. Index: phpdoc/en/functions/var.xml diff -u phpdoc/en/functions/var.xml:1.65 phpdoc/en/functions

[PHP-DOC] cvs: phpdoc /en/functions cpdf.xml misc.xml pgsql.xml sem.xml sesam.xml strings.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 19:21:08 2001 EDT Modified files: /phpdoc/en/functionscpdf.xml misc.xml pgsql.xml sem.xml sesam.xml strings.xml Log: Fix more double->float (en passant a very little bit of xml-improvement) In

[PHP-DOC] cvs: phpdoc /en/functions misc.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 19:08:48 2001 EDT Modified files: /phpdoc/en/functionsmisc.xml Log: WS only Index: phpdoc/en/functions/misc.xml diff -u phpdoc/en/functions/misc.xml:1.53 phpdoc/en/functions/misc.xml:1.54 --- phpdoc/en/functions/misc.xml:1.53

[PHP-DOC] cvs: phpdoc /en/functions java.xml

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 19:06:11 2001 EDT Modified files: /phpdoc/en/functionsjava.xml Log: Better XML, add comment about very strange sentence of which I hardly can believe it's correct. Index: phpdoc/en/functions/java.xml diff -u phpdoc/en/func

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

2001-09-21 Thread Jeroen van Wolffelaar
jeroen Fri Sep 21 19:02:14 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Fix array_flip description on value requirments and what-if-that-isn't-the-case. Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml

Re: [PHP-DOC] Re: cvs: phpdoc /en/functions math.xml

2001-09-20 Thread Jeroen van Wolffelaar
ow about this, but the average newbie won't so why confuse > him? As I said before, AFAIK no-one is disagree'ing with using the name 'float' in stead of double? --Jeroen

Re: [PHP-DOC] Re: cvs: phpdoc /en/functions math.xml

2001-09-20 Thread Jeroen van Wolffelaar
sion floating point numbers. There's just one kind of it, and the natural name for it is float. One additional note: java uses 32bit for float, and 64bit for double. Btw: Curious: we seem to have discussion about something (nearly?) everybody agrees on ;-) > Just my 2cents. --Jero

Re: [PHP-DOC] Re: cvs: phpdoc /en/functions math.xml

2001-09-19 Thread Jeroen van Wolffelaar
hy I mailed. Reality is of course that is currently mixed, so it's no big deal of course. But for new docs, it's IMHO best to stick to one variant. > > -Egon > > Jeroen van Wolffelaar [EMAIL PROTECTED] http://www.A-Eskwadraat.nl/~jeroen

Re: [PHP-DOC] Re: cvs: phpdoc /en/functions math.xml

2001-09-19 Thread Jeroen van Wolffelaar
to blame it on my bad english ;)... (The point was simply that IMHO we should use (float), and I assumed and assume that Stig didn't know of it. When he reads this, we'll hear wether he has problems with it or not. As always, correct me if I'm wrong & let it be heard when you disagree with me) --Jeroen

[PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-09-17 Thread Jeroen van Wolffelaar
jeroen Mon Sep 17 17:33:40 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: Moved note about when second parameter was added to [l|r]trim a 'bit' more to the top. Maybe we should make it a habit to place it right under the

Re: [PHP-DOC] Re: phpdoc /de Translators /de/functions fdf.xml recode.xml satellite.xml wddx.xml zip.xml /en/functions satellite.xml wddx.xml zip.xml

2001-09-16 Thread Jeroen van Wolffelaar
> yet another reason for putting each translation into > a CVS module of its own Indeed, what about your not-so-recent-anymore proposals for changing the set-up of translations? IIRC, people were enthousiast about it... What's thet status of it again? --Jeroen

[PHP-DOC] Re: phpdoc /de Translators /de/functions fdf.xml recode.xml satellite.xml wddx.xml zip.xml /en/functions satellite.xml wddx.xml zip.xml

2001-09-16 Thread Jeroen van Wolffelaar
re separate, I am currently not really interested in de-diffs since my german is quite bad ;-) --Jeroen

[PHP-DOC] Manual not builded as of september 8th

2001-09-16 Thread jeroen
Why is that? Is something broken on the server? The manual doesn't have any errors. --Jeroen

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

2001-09-16 Thread Jeroen van Wolffelaar
jeroen Sun Sep 16 06:31:31 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Revert bogus whitespace 'fixes'. (the output of print_r simply IS like this) Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/arra

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

2001-09-14 Thread Jeroen van Wolffelaar
jeroen Fri Sep 14 19:25:37 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Add the note to array_intersect too Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.93 phpdoc/en/functions/array.xml:1.94 --- phpdoc

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

2001-09-14 Thread Jeroen van Wolffelaar
jeroen Fri Sep 14 19:14:49 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Clarify array_unique & array_diff comparisation. FIXME: when exactly were these broken? This should fix some docbugs Index: phpdoc/en/funct

[PHP-DOC] Re: Time problems

2001-09-08 Thread Jeroen van Wolffelaar
with a time source... and many personal computers too nowadays. --Jeroen

[PHP-DOC] Time problems

2001-09-08 Thread Jeroen van Wolffelaar
Berlin time, it is now GMT 20:21, and in London it is 21:21. --Jeroen

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

2001-09-08 Thread Jeroen van Wolffelaar
jeroen Sat Sep 8 14:30:23 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Moved warning about integer division, and added example Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.49 phpdoc/en/language/types.xml:1.50

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

2001-09-08 Thread Jeroen van Wolffelaar
jeroen Sat Sep 8 14:26:02 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Precisify comment on bug Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.48 phpdoc/en/language/types.xml:1.49 --- phpdoc/en/language/types.xml

Re: [PHP-DOC] Revision check, now working

2001-09-02 Thread Jeroen van Wolffelaar
n english typo-fix. The report will show that the translation is a bit behind, but then you can simply 'update' it. (by only modifying the infoline). This doesn't break anything. Jeroen

Re: [PHP-DOC] RFC: Re-organizing function reference part

2001-09-02 Thread Jeroen van Wolffelaar
> On Sun, 2 Sep 2001, Jeroen van Wolffelaar wrote: > > > I would merge "string/character" and "Variables,types and function > > handling", and name it: > > "basic functions", since they are very general-purpose, do NOT have external >

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

2001-09-02 Thread Jeroen van Wolffelaar
jeroen Sun Sep 2 13:47:22 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Reworded count() a bit, and a very little bit of WS (sorry for mixing) Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.89 phpdoc

[PHP-DOC] Re: count() return values

2001-09-02 Thread Jeroen van Wolffelaar
now (not really like you suggested, but anyway). Feel free to reword things yourself if it's vague, it will only become better - if not, someone else will fix it (again). --jeroen

Re: [PHP-DOC] RFC: Re-organizing function reference part

2001-09-02 Thread Jeroen van Wolffelaar
n are also good candidates for "basic functions", along with probably others? --jeroen

[PHP-DOC] cvs: phpdoc /en/functions math.xml

2001-09-01 Thread Jeroen van Wolffelaar
jeroen Sat Sep 1 10:54:09 2001 EDT Modified files: /phpdoc/en/functionsmath.xml Log: Implemented user-notes to round() Index: phpdoc/en/functions/math.xml diff -u phpdoc/en/functions/math.xml:1.50 phpdoc/en/functions/math.xml:1.51 --- phpdoc/en

[PHP-DOC] cvs: phpdoc /en/functions regex.xml

2001-08-29 Thread Jeroen van Wolffelaar
jeroen Wed Aug 29 14:05:20 2001 EDT Modified files: /phpdoc/en/functionsregex.xml Log: Added note to split (TODO: add to spliti and other split/explode like functions) Index: phpdoc/en/functions/regex.xml diff -u phpdoc/en/functions/regex.xml

[PHP-DOC] Re: modifying user comments

2001-08-29 Thread Jeroen van Wolffelaar
function which hasn't yet an example... it would be nice to add it to the manual. --jeroen

[PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-08-26 Thread Jeroen van Wolffelaar
jeroen Sun Aug 26 18:41:56 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: More WS Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.107 phpdoc/en/functions/strings.xml:1.108 --- phpdoc/en/functions

[PHP-DOC] cvs: phpdoc /en/functions strings.xml

2001-08-25 Thread Jeroen van Wolffelaar
jeroen Sat Aug 25 20:55:53 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: Fixed the other half of bug#12957 Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.106 phpdoc/en/functions/strings.xml:1.107

[PHP-DOC] Bug #12905 Updated: "return" returns a copy of an object instead of a reference

2001-08-22 Thread jeroen
ID: 12905 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Documentation problem Operating System: Slackware 7 PHP Version: 4.0.6 New Comment: Please read: http://www.php.net/manual/en/language.references.return.php [By the way, a user complains that

Re: [PHP-DOC] cvs: phpdoc /en/functions dbplus.xml

2001-08-21 Thread Jeroen van Wolffelaar
> The most off the indentation looks correct, but the and > don't have a proper indentation. Oh, I didn't see that. If you have a correct version, simply overwrite mine then, then there's no problem. I'm going to sleep now, Good night, Jeroen - Original M

Re: [PHP-DOC] cvs: phpdoc /en/functions dbplus.xml

2001-08-21 Thread Jeroen van Wolffelaar
s. With one space, it doesn't look correct. For example here: > > > > - Not implemented yet. > > + Not implemented yet. > > With one space per tab this doesn't line out correctly. IMHO, it is correct(ed) now. --Jeroen

[PHP-DOC] cvs: phpdoc /en/functions dbplus.xml

2001-08-21 Thread Jeroen van Wolffelaar
jeroen Tue Aug 21 19:19:47 2001 EDT Modified files: /phpdoc/en/functionsdbplus.xml Log: According to autoreply Hartmut is N/A for a while, so: WS fix (converted tabs to two spaces) Index: phpdoc/en/functions/dbplus.xml diff -u phpdoc/en

[PHP-DOC] Re: array_walk

2001-08-21 Thread Jeroen van Wolffelaar
Fixed - Original Message - From: "Markus Fischer" <[EMAIL PROTECTED]> Newsgroups: php.doc To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 11:54 PM Subject: array_walk > http://php.net/manual/en/function.array-walk.php > > Just wanted to note that the last parameter in the proto

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

2001-08-21 Thread Jeroen van Wolffelaar
jeroen Tue Aug 21 18:54:05 2001 EDT Modified files: /phpdoc/en/functionsarray.xml Log: Fix proto for array_walk Index: phpdoc/en/functions/array.xml diff -u phpdoc/en/functions/array.xml:1.87 phpdoc/en/functions/array.xml:1.88 --- phpdoc/en

[PHP-DOC] Re: phpdoc /en/functions dbplus.xml

2001-08-21 Thread Jeroen van Wolffelaar
Hi, You use tabs for indenting. With me, this ruins the layout. I think it might be better to use spaces, as described in the phpdoc-README Greetz, Jeroen - Original Message - From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> Newsgroups: php.doc To: <[EMAIL PROTEC

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

2001-08-21 Thread Jeroen van Wolffelaar
jeroen Tue Aug 21 14:00:02 2001 EDT Modified files: /phpdoc/en/appendices aliases.xml Log: Nuancated aliases-story a bit, and switched around some aliases. I realize it isn't optimal yet. Index: phpdoc/en/appendices/aliases.xml diff -u phpd

[PHP-DOC] Bug #12868 Updated: Appendix G Descrepancies..

2001-08-21 Thread jeroen
ID: 12868 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Assigned Bug Type: Documentation problem Operating System: win32 PHP Version: 4.0.6 Old Assigned To: Assigned To: jeroen New Comment: It doesn't matter at all indeed. For chop/rtrim: chop used to be

[PHP-DOC] cvs: phpdoc /de/language types.xml

2001-08-20 Thread Jeroen van Wolffelaar
jeroen Mon Aug 20 17:00:26 2001 EDT Modified files: /phpdoc/de/language types.xml Log: Implement user-note Index: phpdoc/de/language/types.xml diff -u phpdoc/de/language/types.xml:1.14 phpdoc/de/language/types.xml:1.15 --- phpdoc/de/language/types.xml:1.14

Re: [PHP-DOC] Re: phpdoc /en/language variables.xml

2001-08-20 Thread Jeroen van Wolffelaar
> > [a-zA-Z0-9_]. > > > > I never use the quotes in this context... but it isn't wrong either, of > > course. > > This patch was correct, because every attribute value should be enclosed > in quots. It is correct XML and we should not have bad examples in the > manual. This is HTML, not XML. But indeed it's best to be XML-compliant. > -Egon Jeroen

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

2001-08-20 Thread Jeroen van Wolffelaar
jeroen Mon Aug 20 15:27:21 2001 EDT Modified files: /phpdoc/en/language types.xml Log: Fix comment on "bla array[index] " syntax Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.47 phpdoc/en/language/types.xml:1.48 ---

[PHP-DOC] Re: phpdoc /en/language types.xml

2001-08-20 Thread Jeroen van Wolffelaar
t/manual/en/language.types.string.php#language.types.string .parsing Greetz, Jeroen

[PHP-DOC] Re: phpdoc /en/language variables.xml

2001-08-20 Thread jeroen
aracters not in [a-zA-Z0-9_]. I never use the quotes in this context... but it isn't wrong either, of course. Jeroen

[PHP-DOC] Fw: array_unique: problems with type array?

2001-08-16 Thread Jeroen van Wolffelaar
- Original Message - From: "Holger Schopohl" <[EMAIL PROTECTED]> Newsgroups: php.dev To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 7:10 PM Subject: array_unique: problems with type array? > Hi all, > > is it correct that the following code > (PHP 4.0.6) > > ---snip--- > $a[

[PHP-DOC] VIM modeline, final run

2001-08-16 Thread Jeroen van Wolffelaar
lines, please test if this is okay for vim6 (without the customized configuration). Greetz, Jeroen

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

2001-08-16 Thread Jeroen van Wolffelaar
jeroen Thu Aug 16 14:47:58 2001 EDT Modified files: /phpdoc/en bookinfo.xml Log: VIM modelines try-out Index: phpdoc/en/bookinfo.xml diff -u phpdoc/en/bookinfo.xml:1.14 phpdoc/en/bookinfo.xml:1.15 --- phpdoc/en/bookinfo.xml:1.14 Mon Aug 13 14:56:21 2001

Re: [PHP-DOC] Re: Another array.xml doc error?

2001-08-15 Thread Jeroen van Wolffelaar
> array_unique(array(4,"3",3,"4",4,4)) > > the manual: array (3,3,4,4) > 4.0.4pl1 : array (4,"3",3,"4") > 4.0.6 : array (4,"3") There were/are some bugs about array_unique, that have to do with this. Search the bug db for it... it must be somewhere. Greetz, Jeroen

[PHP-DOC] Re: no combined commits please

2001-08-14 Thread Jeroen van Wolffelaar
Mbyte/s internet via my univeristy next month :-)... Only I already noticed cvs.php.net can't give me that much, but that's a luxury problem... > Thanks, > Goba Greetz, Jeroen

[PHP-DOC] Re: ID change in docs

2001-08-14 Thread Jeroen van Wolffelaar
> Hotsjy and Damien. Hojtsy it is, sorry! (why didn't your parents call you 'Joe' ;-)... Regards, Jeroen

[PHP-DOC] cvs: phpdoc / README

2001-08-14 Thread Jeroen van Wolffelaar
jeroen Tue Aug 14 19:23:16 2001 EDT Modified files: /phpdoc README Log: Change convention about the boolean type in prototypes. It now says it should be 'bool' in proto's, just as is the habit currently, and I think everyone will agree on

[PHP-DOC] cvs: phpdoc /nl/functions apache.xml

2001-08-14 Thread Jeroen van Wolffelaar
jeroen Tue Aug 14 19:22:01 2001 EDT Modified files: /phpdoc/nl/functionsapache.xml Log: WS fix Index: phpdoc/nl/functions/apache.xml diff -u phpdoc/nl/functions/apache.xml:1.6 phpdoc/nl/functions/apache.xml:1.7 --- phpdoc/nl/functions/apache.xml

[PHP-DOC] Re: ID change in docs

2001-08-14 Thread Jeroen van Wolffelaar
d on that point. And also: Double really gives the feeling there also needs to be some 'single' type... Same goes for integer. We also don't call that long, because we happen to use the C-type 'long' for it? Jeroen

[PHP-DOC] Re: ID change in docs

2001-08-14 Thread Jeroen van Wolffelaar
I announced this on phpdoc AND php-mirrors two days ago, and on phpdoc once again yesterday. (with in the subject: important for translators!) There was no discussion on it for 50 hours, only positive agreement from Hotsjy and Damien. Jeroen - Original Message - From: <[EMAIL PROTEC

[PHP-DOC] cvs: phpdoc /de/language types.xml /es/language types.xml /fr/language types.xml /hk/language types.xml /hu/language types.xml /ja/language types.xml /kr/language types.xml /pt_BR/language types.xml

2001-08-14 Thread Jeroen van Wolffelaar
jeroen Tue Aug 14 18:46:18 2001 EDT Modified files: /phpdoc/de/language types.xml /phpdoc/es/language types.xml /phpdoc/fr/language types.xml /phpdoc/hk/language types.xml /phpdoc/hu/language types.xml /phpdoc/ja/language types.xml

[PHP-DOC] cvs: phpdoc / html-common.dsl /en/language types.xml

2001-08-14 Thread Jeroen van Wolffelaar
jeroen Tue Aug 14 18:34:22 2001 EDT Modified files: /phpdoc html-common.dsl /phpdoc/en/language types.xml Log: Change ID: types.double -> types.float Index: phpdoc/html-common.dsl diff -u phpdoc/html-common.dsl:1.14 phpdoc/html-common.dsl:1

[PHP-DOC] cvs: phpdoc /en/functions pspell.xml

2001-08-13 Thread Jeroen van Wolffelaar
jeroen Mon Aug 13 18:36:05 2001 EDT Modified files: /phpdoc/en/functionspspell.xml Log: Minor improvements Index: phpdoc/en/functions/pspell.xml diff -u phpdoc/en/functions/pspell.xml:1.15 phpdoc/en/functions/pspell.xml:1.16 --- phpdoc/en

[PHP-DOC] cvs: phpdoc /en/functions aspell.xml

2001-08-13 Thread Jeroen van Wolffelaar
jeroen Mon Aug 13 18:35:44 2001 EDT Modified files: /phpdoc/en/functionsaspell.xml Log: More clear that aspell is deprecated, and you should use pspell Index: phpdoc/en/functions/aspell.xml diff -u phpdoc/en/functions/aspell.xml:1.13 phpdoc/en

[PHP-DOC] Re: vim infoline

2001-08-13 Thread Jeroen van Wolffelaar
latest official version is 5.8. Greetz, Jeroen

  1   2   3   >