[PHP-DOC] Patches for array parameters

2003-11-27 Thread Jakub Vrana
In comment of some functions, there was written about array parameter, but parameter of type array was named different (e.g. output). CVS comment for exec: Write about output parameter, not about array CVS comment for mb*: Write about convmap parameter, not about array Jakub Vrana exec.xml.diff

[PHP-DOC] Forgotten division-marks in PCRE

2003-12-01 Thread Jakub Vrana
File: phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml CVS comment: There were forgotten division-marks inside words pcre.pattern.modifiers.xml and other files seem correct. Jakub Vrana pcre.pattern.syntax.xml.diff Description: Binary data

[PHP-DOC] Example e-mails and URLs was not always example.com

2003-12-02 Thread Jakub Vrana
On some places of documentation, there were examples of e-mails and URLs other than example.com as RFC 2606 advices. CVS comment: Changed example e-mail or URL to example.com Jakub Vrana error-log.xml.diff Description: Binary data highlight-file.xml.diff Description: Binary data imap

[PHP-DOC] Math patches

2003-12-04 Thread Jakub Vrana
becomes optional in PHP 4.2.0 round: in fact, this function doesn't round halves to the nearest even value as stated Jakub Vrana math.diff Description: Binary data

[PHP-DOC] diff of untraslated sections

2003-12-06 Thread Jakub Vrana
: diff_en_rev.php translated_file [cvs_executable] Example: diff_en_rev.php ../cs/appendices/about.xml /bin/cvs Script should stay in phpdoc-lang/scripts/ directory. I use this script in my editor so I get this diff to editor's output window by one single keystroke. Jakub Vrana diff_en_rev.php

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

2003-12-07 Thread Jakub Vrana
vrana Sun Dec 7 08:51:19 2003 EDT Added files: /phpdoc/scripts diff_en_rev.php Log: Prints diff of current English file and the file used for the translation. Index: phpdoc/scripts/diff_en_rev.php +++ phpdoc/scripts/diff_en_rev.php #!/usr/bin/php -q

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

2003-12-08 Thread Jakub Vrana
vrana Mon Dec 8 04:17:26 2003 EDT Modified files: /phpdoc/en/reference/math/functions abs.xml Log: Returns number, not mixed Index: phpdoc/en/reference/math/functions/abs.xml diff -u phpdoc/en/reference/math/functions/abs.xml:1.4

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

2003-12-08 Thread Jakub Vrana
vrana Mon Dec 8 04:19:44 2003 EDT Modified files: /phpdoc/en/reference/math/functions log1p.xml Log: Bad word-division in refpurpose Index: phpdoc/en/reference/math/functions/log1p.xml diff -u phpdoc/en/reference/math/functions/log1p.xml:1.2

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

2003-12-08 Thread Jakub Vrana
vrana Mon Dec 8 04:19:54 2003 EDT Modified files: /phpdoc/en/reference/math/functions mt-srand.xml srand.xml Log: Seed becomes optional in PHP 4.2.0 Index: phpdoc/en/reference/math/functions/mt-srand.xml diff -u

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

2003-12-08 Thread Jakub Vrana
vrana Mon Dec 8 04:20:11 2003 EDT Modified files: /phpdoc/en/reference/math/functions round.xml Log: In fact, this function doesn't round halves to the nearest even value as stated Index: phpdoc/en/reference/math/functions/round.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/array/functions list.xml /en/reference/bzip2/functions bzcompress.xml bzdecompress.xml bzopen.xml bzread.xml /en/reference/datetime/functions strftime.xml /en/reference/dbx/functions dbx-close.xml /en/reference/fbsql/functions fbsql-create-db.xml /en/reference/imap/functions imap-createmailbox.xml imap-status.xml /en/reference/pgsql/functions pg-close.xml pg-get-notify.xml /en/reference/xslt/functions xslt-error.xml xslt-set-log.xml

2003-12-08 Thread Jakub Vrana
vrana Mon Dec 8 08:52:47 2003 EDT Modified files: /phpdoc/en/reference/array/functionslist.xml /phpdoc/en/reference/bzip2/functionsbzcompress.xml bzdecompress.xml bzopen.xml

[PHP-DOC] Re: cvs: Documentation examples

2003-12-09 Thread Jakub Vrana
a part of the work if we decide to do it. Jakub Vrana

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

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 05:55:49 2003 EDT Added files: /phpdoc/scripts html_syntax.php Log: Syntax highlight PHP examples in DSSSL generated HTML manual Index: phpdoc/scripts/html_syntax.php +++ phpdoc/scripts/html_syntax.php #!/usr/bin/php -q ?php if

[PHP-DOC] Syntax highlight examples

2003-12-10 Thread Jakub Vrana
to phpdoc/scripts/. (I'm not familiar with CVS a lot but I don't doubt it's possible to have a file from other repository in mine.) I have already committed scripts/html_syntax.php. For Makefile, I'm just sending a diff. Jakub Vrana--- Makefile.in 12 Oct 2003 12:11:36 - 1.139

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

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 07:27:01 2003 EDT Modified files: /phpdoc/scripts diff_en_rev.php Log: Allow to call with a directory as parameter Index: phpdoc/scripts/diff_en_rev.php diff -u phpdoc/scripts/diff_en_rev.php:1.1 phpdoc/scripts/diff_en_rev.php:1.2 ---

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

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 08:03:54 2003 EDT Modified files: /phpdoc/en/language basic-syntax.xml Log: Fix of bug #22664 Index: phpdoc/en/language/basic-syntax.xml diff -u phpdoc/en/language/basic-syntax.xml:1.34 phpdoc/en/language/basic-syntax.xml:1.35 ---

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

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 08:31:35 2003 EDT Modified files: /phpdoc/en/language basic-syntax.xml Log: Closing tag of a PHP block at the end of a file is optional Index: phpdoc/en/language/basic-syntax.xml diff -u phpdoc/en/language/basic-syntax.xml:1.35

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

2003-12-10 Thread Jakub Vrana
really don't know - it's straight against XML compliance. Jakub Vrana P.S. I'm already subscribed in the list so there's no need to send me Cc :-).

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-csr-sign.xml

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 08:50:44 2003 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-csr-sign.xml Log: configargs and serial parameters Index: phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml diff -u

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

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 09:04:54 2003 EDT Modified files: /phpdoc/scripts diff_en_rev.php Log: $Revision is CVS keyword... Index: phpdoc/scripts/diff_en_rev.php diff -u phpdoc/scripts/diff_en_rev.php:1.2 phpdoc/scripts/diff_en_rev.php:1.3 ---

Re: [PHP-DOC] Syntax highlight examples

2003-12-10 Thread Jakub Vrana
the easiest way to implement this in offline version by use of my script. Jakub Vrana

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

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 12:45:56 2003 EDT Modified files: /phpdoc/en/reference/classobj reference.xml Log: Ugly global $$obj Index: phpdoc/en/reference/classobj/reference.xml diff -u phpdoc/en/reference/classobj/reference.xml:1.8

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

2003-12-10 Thread Jakub Vrana
vrana Wed Dec 10 16:30:04 2003 EDT Modified files: /phpdoc/scripts html_syntax.php Log: Parameter to set output for HTML or PHP Index: phpdoc/scripts/html_syntax.php diff -u phpdoc/scripts/html_syntax.php:1.1 phpdoc/scripts/html_syntax.php:1.2 ---

[PHP-DOC] Syntax highlight examples

2003-12-10 Thread Jakub Vrana
, I'm just kidding.) Jakub Vrana--- Makefile.in 12 Oct 2003 12:11:36 - 1.139 +++ Makefile.in 10 Dec 2003 21:27:57 - @@ -163,6 +163,7 @@ @test -d html || mkdir html $(PHP) -q $(scriptdir)/rtlpatch/hackmanuallang.php $(LANGDIR) $(JADE) $(CATALOG) -d $(HTML_STYLESHEET

[PHP-DOC] cvs: phpdoc / Makefile.in /scripts html_syntax.php

2003-12-11 Thread Jakub Vrana
vrana Thu Dec 11 04:14:57 2003 EDT Modified files: /phpdoc/scripts html_syntax.php /phpdoc Makefile.in Log: Syntax highlight examples Index: phpdoc/scripts/html_syntax.php diff -u phpdoc/scripts/html_syntax.php:1.2

Re: [PHP-DOC] Syntax highlight examples

2003-12-11 Thread Jakub Vrana
changed. PHP version should be faster a bit as it only adds some string and does not need to syntax highlight itself. I'm shy a bit to commit Makefile myself but I encouraged last :-). Jakub Vrana

Re: [PHP-DOC] Syntax highlight examples

2003-12-11 Thread Jakub Vrana
Okay, time to try this new thing out on php.net? :) I'm about to start a new run of manual builds... I think I'm first going to test it with the english version only though. I vote for it! :-) Jakub Vrana

[PHP-DOC] Commandline options

2003-12-11 Thread Jakub Vrana
Hello! I've added long options to features/commandline.xml. I have not committed it yet because I'm not satisfied with word wrapping of these options. Is there a way in Docbook how to say that table cell shouldn't be wrapped (like td nowrap) or is there some special character non-breaking-dash?

[PHP-DOC] cvs: phpdoc /en/functions cpdf.xml dba.xml /en/language functions.xml references.xml types.xml /en/reference/array/functions array-udiff-assoc.xml array-udiff-uassoc.xml array-udiff.xml /en/reference/dba reference.xml /en/reference/fdf/functions fdf-open-string.xml fdf-open.xml /en/reference/ftp/functions ftp-alloc.xml ftp-nb-get.xml /en/reference/hwapi/functions hwapi-object.xml /en/reference/ifx/functions ifx-affected-rows.xml ifx-close.xml ifx-fetch-row.xml ifx-fieldproperties.xml ifx-fieldtypes.xml ifx-getsqlca.xml ifx-htmltbl-result.xml ifx-query.xml /en/reference/image/functions imagegif.xml /en/reference/ingres-ii/functions ingres-fetch-array.xml /en/reference/ming/functions swfaction.xml /en/reference/mysql/functions mysql-list-fields.xml mysql-result.xml /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-bind-param.xml mysqli-data-seek.xml /en/reference/ncurses/functions ncurses-getmouse.xml /en/reference/nis/functions yp-next.xml /en/reference/objaggregation reference.xml /en/reference/oci8/functions ocistatementtype.xml /en/reference/openssl/functions openssl-pkcs7-sign.xml /en/reference/ovrimos/functions ovrimos-result-all.xml /en/reference/sesam/functions sesam-affected-rows.xml sesam-connect.xml sesam-disconnect.xml sesam-fetch-array.xml sesam-fetch-row.xml sesam-query.xml /en/reference/sqlite/functions sqlite-create-aggregate.xml sqlite-udf-decode-binary.xml /en/reference/stream/functions stream-select.xml /en/reference/strings/functions soundex.xml /en/reference/yaz/functions yaz-ccl-parse.xml

2003-12-11 Thread Jakub Vrana
vrana Thu Dec 11 10:42:11 2003 EDT Modified files: /phpdoc/en/reference/array/functionsarray-udiff-assoc.xml array-udiff-uassoc.xml array-udiff.xml

[PHP-DOC] Re: cvs: phpdoc /en/functions cpdf.xml dba.xml /en/language functions.xml references.xml types.xml /en/reference/array/functions array-udiff-assoc.xml array-udiff-uassoc.xml array-udiff.xml /en/reference/dba reference.xml /en/reference/fdf/functions fdf-open-string.xml fdf-open.xml /en/reference/ftp/functions ftp-alloc.xml ftp-nb-get.xml /en/reference/hwapi/functions hwapi-object.xml /en/reference/ifx/functions ifx-affected-rows.xml ifx-close.xml ifx-fetch-row.xml ifx-fieldproperties.xml ifx-fieldtypes.xml ifx-getsqlca.xml ifx-htmltbl-result.xml ifx-query.xml /en/reference/image/functions imagegif.xml /en/reference/ingres-ii/functions ingres-fetch-array.xml /en/reference/ming/functions swfaction.xml /en/reference/mysql/functions mysql-list-fields.xml mysql-result.xml /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-bind-param.xml mysqli-data-seek.xml /en/reference/ncurses/functions ncurses-getmouse.xml /en/reference/nis/functions yp-next.! xml /en/reference/objaggregation reference.xml /en/reference/oci8/functions ocistatementtype.xml /en/reference/openssl/functions openssl-pkcs7-sign.xml /en/reference/ovrimos/functions ovrimos-result-all.xml /en/reference/sesam/functions sesam-affected-rows.xml sesam-connect.xml sesam-disconnect.xml sesam-fetch-array.xml sesam-fetch-row.xml sesam-query.xml /en/reference/sqlite/functions sqlite-create-aggregate.xml sqlite-udf-decode-binary.xml /en/reference/stream/functions stream-select.xml /en/reference/strings/functions soundex.xml /en/reference/yaz/functions yaz-ccl-parse.xml

2003-12-11 Thread Jakub Vrana
: 2002/04/14 23:57:45; author: hholzgra; state: Exp; banana-split) I know it already. For this reason I skipped all files in functions/. From CVS log it seems that my enthusiasm processed some files which I planned to skip :-). Jakub Vrana

Re: [PHP-DOC] Syntax highlight examples

2003-12-11 Thread Jakub Vrana
? Jakub Vrana

Re: [PHP-DOC] Commandline options

2003-12-11 Thread Jakub Vrana
for this? E.g. put long options in separate table or as a first line of explanation. I don't like any of the above... Jakub Vrana

Re: [PHP-DOC] cvs: phpdoc /en/functions cpdf.xml dba.xml /en/language functions.xml references.xml types.xml /en/reference/array/functions array-udiff-assoc.xml array-udiff-uassoc.xml array-udiff.xml /en/reference/dba reference.xml /en/reference/fdf/functions fdf-open-string.xml fdf-open.xml /en/reference/ftp/functions ftp-alloc.xml ftp-nb-get.xml /en/reference/hwapi/functions hwapi-object.xml /en/reference/ifx/functions ifx-affected-rows.xml ifx-close.xml ifx-fetch-row.xml ifx-fieldproperties.xml ifx-fieldtypes.xml ifx-getsqlca.xml ifx-htmltbl-result.xml ifx-query.xml /en/reference/image/functions imagegif.xml /en/reference/ingres-ii/functions ingres-fetch-array.xml /en/reference/ming/functions swfaction.xml /en/reference/mysql/functions mysql-list-fields.xml mysql-result.xml /en/reference/mysqli/functions mysqli-affected-rows.xml mysqli-bind-param.xml mysqli-data-seek.xml /en/reference/ncurses/functions ncurses-getmouse.xml /en/reference/nis/functions yp-n! ext.xml /en/reference/objaggregation reference.xml /en/reference/oci8/functions ocistatementtype.xml /en/reference/openssl/functions openssl-pkcs7-sign.xml /en/reference/ovrimos/functions ovrimos-result-all.xml /en/reference/sesam/functions sesam-affected-rows.xml sesam-connect.xml sesam-disconnect.xml sesam-fetch-array.xml sesam-fetch-row.xml sesam-query.xml /en/reference/sqlite/functions sqlite-create-aggregate.xml sqlite-udf-decode-binary.xml /en/reference/stream/functions stream-select.xml /en/reference/strings/functions soundex.xml /en/reference/yaz/functions yaz-ccl-parse.xml

2003-12-11 Thread Jakub Vrana
) but I don't know the syntax. So sorry for that needless fix (which at least corrected indentation :-)). Jakub Vrana

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

2003-12-11 Thread Jakub Vrana
vrana Thu Dec 11 12:15:43 2003 EDT Modified files: /phpdoc/en/reference/errorfunc constants.xml ini.xml Log: Typos Index: phpdoc/en/reference/errorfunc/constants.xml diff -u phpdoc/en/reference/errorfunc/constants.xml:1.10

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

2003-12-11 Thread Jakub Vrana
vrana Thu Dec 11 17:02:04 2003 EDT Modified files: /phpdoc/en/reference/apache reference.xml Log: Works also with Apache 2.x Index: phpdoc/en/reference/apache/reference.xml diff -u phpdoc/en/reference/apache/reference.xml:1.6

[PHP-DOC] cvs: phpdoc /en/reference/gmp/functions gmp-gcdext.xml

2003-12-12 Thread Jakub Vrana
vrana Fri Dec 12 08:50:43 2003 EDT Modified files: /phpdoc/en/reference/gmp/functions gmp-gcdext.xml Log: Missing equation image Index: phpdoc/en/reference/gmp/functions/gmp-gcdext.xml diff -u phpdoc/en/reference/gmp/functions/gmp-gcdext.xml:1.4

[PHP-DOC] Spelling

2003-12-12 Thread Jakub Vrana
Hello! I am preparing some processing for hunt down all typos in manual. I want to ask if manual should use US or GB English or if it doesn't matter (i.e. use both of them). Jakub Vrana

Re: [PHP-DOC] Spelling

2003-12-12 Thread Jakub Vrana
in the manual, it will be the easiest way for me. Jakub Vrana

[PHP-DOC] cvs: phpdoc /en/appendices transports.xml /en/chapters install.apache.xml install.general.xml install.hpux.xml install.iplanet.xml install.windows.xml intro.xml streams.common.xml streams.structs.xml streams.xml /en/chmonly integration.xml search.xml skins.xml specialities.xml /en/faq databases.xml html.xml /en/features safe-mode.xml /en/language control-structures.xml expressions.xml oop.xml operators.xml types.xml

2003-12-12 Thread Jakub Vrana
vrana Fri Dec 12 14:56:04 2003 EDT Modified files: /phpdoc/en/language control-structures.xml expressions.xml oop.xml operators.xml types.xml /phpdoc/en/faq databases.xml html.xml /phpdoc/en/chapters install.apache.xml

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

2003-12-15 Thread Jakub Vrana
vrana Mon Dec 15 12:28:19 2003 EDT Modified files: /phpdoc/en/reference/misc/functions highlight-file.xml Log: getenv and escape in example Index: phpdoc/en/reference/misc/functions/highlight-file.xml diff -u

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

2003-12-15 Thread Jakub Vrana
vrana Mon Dec 15 12:30:22 2003 EDT Modified files: /phpdoc/en/reference/misc ini.xml Log: Different default colors Index: phpdoc/en/reference/misc/ini.xml diff -u phpdoc/en/reference/misc/ini.xml:1.4 phpdoc/en/reference/misc/ini.xml:1.5 ---

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

2003-12-15 Thread Jakub Vrana
vrana Mon Dec 15 12:39:25 2003 EDT Modified files: /phpdoc/en/features commandline.xml Log: Long options added Index: phpdoc/en/features/commandline.xml diff -u phpdoc/en/features/commandline.xml:1.23 phpdoc/en/features/commandline.xml:1.24 ---

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

2003-12-15 Thread Jakub Vrana
vrana Mon Dec 15 12:47:38 2003 EDT Modified files: /phpdoc/en/reference/misc/functions highlight-file.xml Log: Spaces for Didou :-) Index: phpdoc/en/reference/misc/functions/highlight-file.xml diff -u phpdoc/en/reference/misc/functions/highlight-file.xml:1.10

[PHP-DOC] Re: cvs: phpdoc /en/reference/misc/functions highlight-file.xml

2003-12-15 Thread Jakub Vrana
can you add some spaces here ? :) Sure, sorry. We use different spacing conventions in my company. I will pay attention to it next time. Jakub Vrana

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

2003-12-17 Thread Jakub Vrana
methods which are acceptable. ... Jakub Vrana

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

2003-12-17 Thread Jakub Vrana
The way he did it is perfectly acceptable too and the preferred way as it looks much better. OK, so correct RFC/coding_standards please. Jakub Vrana

[PHP-DOC] CVS commits not send to the list

2003-12-17 Thread Jakub Vrana
It seems that some CVS commits to phpdoc isn't send to phpdoc list even if they are successful. I committed half an hour ago and the notification still isn't in the list. CVS told me Mailing the commit email to [EMAIL PROTECTED]. Jakub Vrana

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

2003-12-17 Thread Jakub Vrana
Should I echo \n or br / ? Or don't print the newlines? I would make it: echo decbin(12).\n; Me to. But I'm sure that Mehdi wish spaces around dot :-). echo decbin(12) . \n; Jakub Vrana

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

2003-12-17 Thread Jakub Vrana
vrana Wed Dec 17 11:35:45 2003 EDT Modified files: /phpdoc/en/reference/recode reference.xml Log: Version 3.6, warning with reference to bugs 17154 and 19776 Index: phpdoc/en/reference/recode/reference.xml diff -u phpdoc/en/reference/recode/reference.xml:1.7

Re: [PHP-DOC] CVS commits not send to the list

2003-12-18 Thread Jakub Vrana
something bad and list will not be notified about it :-(. Jakub Vrana

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

2003-12-18 Thread Jakub Vrana
-installer] Error 254 --- If it works for you with 3.5, can you please test attached script on it? It's a test from some bug report. Jakub Vrana

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

2003-12-18 Thread Jakub Vrana
From what I know is that 3.5 works just fine, bug 3.6 is buggy (trailing garbage for example). So please add *that* to the manual instead of this bogus requirement. ... And here's the script. Jakub Vrana recode_test.php Description: Binary data

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

2003-12-18 Thread Jakub Vrana
I already spend much time on this, see the bug reports. Me too, see the bug reports :-). I wanted to add warning about it to manual and I was asked to test it on 3.5. As I can't install 3.5 at all, I changed the minimal version to 3.6 and added the warning. Jakub Vrana

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

2003-12-19 Thread Jakub Vrana
linkend=ref.mbstringmbstring/link extension. + /para +/warning If the following patch suit our needs, I will commit. Are you sure that with version 3.5 it's correct? Did you test it? Or did someone else test it? When I tried to, I couldn't even install it in PHP. Jakub Vrana

[PHP-DOC] Xmas typos done

2003-12-19 Thread Jakub Vrana
of correct words unknown to aspell. Happy holiday! Jakub Vrana

[PHP-DOC] cvs: phpdoc /scripts aspell.php en.pws

2003-12-19 Thread Jakub Vrana
vrana Fri Dec 19 12:59:49 2003 EDT Added files: /phpdoc/scripts aspell.php en.pws Log: Finding typos in manual with aspell Index: phpdoc/scripts/aspell.php +++ phpdoc/scripts/aspell.php #!/usr/bin/php ?php /* There are no restrictions on this file.

Re: [PHP-DOC] bad urls

2003-12-19 Thread Jakub Vrana
This script is okay, but it isn't very intelligent. Something that detects 404's and detects changed content, would be ideal. Say a cybersquatter takes over an entity URL, this script wouldn't detect it. I checked redirects and missing contents. I will send result shortly. Jakub Vrana

Re: [PHP-DOC] bad urls

2003-12-19 Thread Jakub Vrana
checkent.php already do this! checkent.php doesn't do everything what my script does. If nobody will object, I will commit this. Jakub VranaIndex: global.ent === RCS file: /repository/phpdoc/entities/global.ent,v retrieving

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

2003-12-19 Thread Jakub Vrana
vrana Fri Dec 19 14:08:35 2003 EDT Modified files: /phpdoc/en/faq languages.xml Log: Obsolete link Index: phpdoc/en/faq/languages.xml diff -u phpdoc/en/faq/languages.xml:1.12 phpdoc/en/faq/languages.xml:1.13 --- phpdoc/en/faq/languages.xml:1.12Thu

Re: [PHP-DOC] bad urls

2003-12-19 Thread Jakub Vrana
Your version is 1.141, while the uptodate version is 1.146. Some changes you made were already commited by me... Truly. Sorry. Jakub VranaIndex: global.ent === RCS file: /repository/phpdoc/entities/global.ent,v retrieving revision

Re: [PHP-DOC] bad urls

2003-12-19 Thread Jakub Vrana
that obsolete entities are kept because of translations. Someone experienced - is it true? Jakub Vrana

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

2003-12-20 Thread Jakub Vrana
vrana Sat Dec 20 03:52:38 2003 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Redirects and obsolete URLs Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.147 phpdoc/entities/global.ent:1.148 --- phpdoc/entities/global.ent:1.147

[PHP-DOC] cvs: phpdoc /scripts aspell.php diff_en_rev.php html_syntax.php

2003-12-20 Thread Jakub Vrana
vrana Sat Dec 20 07:09:41 2003 EDT Modified files: /phpdoc/scripts aspell.php diff_en_rev.php html_syntax.php Log: PHP license Index: phpdoc/scripts/aspell.php diff -u phpdoc/scripts/aspell.php:1.1 phpdoc/scripts/aspell.php:1.2 ---

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

2003-12-20 Thread Jakub Vrana
vrana Sat Dec 20 07:42:41 2003 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Ovrimos note deleted Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.148 phpdoc/entities/global.ent:1.149 --- phpdoc/entities/global.ent:1.148Sat

[PHP-DOC] cvs: phpdoc /scripts aspell.php diff_en_rev.php html_syntax.php

2003-12-20 Thread Jakub Vrana
vrana Sat Dec 20 09:28:49 2003 EDT Modified files: /phpdoc/scripts aspell.php diff_en_rev.php html_syntax.php Log: License version 3.0 Index: phpdoc/scripts/aspell.php diff -u phpdoc/scripts/aspell.php:1.2 phpdoc/scripts/aspell.php:1.3 ---

Re: [PHP-DOC] Syntax Highlighted Examples

2003-12-21 Thread Jakub Vrana
as far as I can tell, none of the % % examples have been highlighted. It is highlighted only if asp_tags directive is On on the mirror. The highlighting looks good, by the way :) Thanks ;-). Jakub Vrana

Re: [PHP-DOC] Syntax Highlighted Examples

2003-12-22 Thread Jakub Vrana
notes. Jakub Vrana

[PHP-DOC] Build times

2003-12-22 Thread Jakub Vrana
Hello! Can be provided some information when will be the manual compiled next time? I mean information similar to the one at http://snaps.php.net/. It will be also nice if it will be available for localized versions. Jakub Vrana

Re: [PHP-DOC] Build times

2003-12-22 Thread Jakub Vrana
No this is impossible as the build is started by hand. OK. Are there some rough rules when English and other versions are compiled? Jakub Vrana

Re: [PHP-DOC] Build times

2003-12-22 Thread Jakub Vrana
OK. Are there some rough rules when English and other versions are compiled? Nope Thanks ;-). Jakub Vrana

Re: [PHP-DOC] Syntax Highlighted Examples

2003-12-22 Thread Jakub Vrana
of manual). Are there other volunteers for this work? Jakub Vrana

Re: [PHP-DOC] #26582 [NoF-Opn]: HEREDOC linefeed requirement mis-documented

2003-12-22 Thread Jakub Vrana
); ... } It seems that it was intended to accept all types of newlines but \r is not accepted on Linux/Windows nor on MacOS (maybe only X) in fact. Jakub Vrana ID: 26582 User updated by: iwd32900 at yahoo dot com Reported By: iwd32900 at yahoo dot com -Status: No Feedback

[PHP-DOC] cvs: phpdoc /en/reference/strings/functions htmlspecialchars.xml strip-tags.xml

2003-12-22 Thread Jakub Vrana
vrana Mon Dec 22 10:42:18 2003 EDT Modified files: /phpdoc/en/reference/strings/functions htmlspecialchars.xml strip-tags.xml Log: Added cross-references Index:

[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions pcre.pattern.syntax.xml

2003-12-23 Thread Jakub Vrana
vrana Tue Dec 23 08:07:58 2003 EDT Modified files: /phpdoc/en/reference/pcre/functions pcre.pattern.syntax.xml Log: literallayout changed to para Index: phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions pcre.pattern.syntax.xml

2003-12-23 Thread Jakub Vrana
vrana Tue Dec 23 11:06:26 2003 EDT Modified files: /phpdoc/en/reference/pcre/functions pcre.pattern.syntax.xml Log: emphasise in literal Index: phpdoc/en/reference/pcre/functions/pcre.pattern.syntax.xml diff -u

Re: [PHP-DOC] cvs: phpdoc /en/reference/pcre/functions pcre.pattern.syntax.xml

2003-12-23 Thread Jakub Vrana
Jacob, make test complains on emphasis in literal, below is quick fix: Sorry, I use XSL templates and xmllint didn't complain. It should be somehow emphasized to point just to these two braces but I don't know how :-(. Jakub Vrana

Re: [PHP-DOC] incomplete documentation

2003-12-26 Thread Jakub Vrana
, either by changing the type or documenting the return value. Thanks for pointing. In fact, sort functions return true on success or false on failure. I fixed it in CVS. Jakub Vrana

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imageline.xml

2003-12-26 Thread Jakub Vrana
vrana Fri Dec 26 16:10:10 2003 EDT Modified files: /phpdoc/en/reference/image/functionsimageline.xml Log: imagelinethick function Index: phpdoc/en/reference/image/functions/imageline.xml diff -u phpdoc/en/reference/image/functions/imageline.xml:1.4

Re: [PHP-DOC] Re: build-fr

2003-12-29 Thread Jakub Vrana
year :) programlisting role=php lt;?php echo quot;Hi eacute;.quot; ?gt; /programlisting Jakub Vrana

[PHP-DOC] cvs: phpdoc /en/reference/mcal/functions mcal-week-of-year.xml /en/reference/swf/functions swf-actionprevframe.xml

2003-12-29 Thread Jakub Vrana
vrana Mon Dec 29 12:56:21 2003 EDT Modified files: /phpdoc/en/reference/mcal/functions mcal-week-of-year.xml /phpdoc/en/reference/swf/functions swf-actionprevframe.xml Log: Undocumented functions Index:

[PHP-DOC] cvs: phpdoc /en/reference/hw/functions hw-getobject.xml

2003-12-29 Thread Jakub Vrana
vrana Mon Dec 29 12:56:55 2003 EDT Modified files: /phpdoc/en/reference/hw/functions hw-getobject.xml Log: Wrong title Index: phpdoc/en/reference/hw/functions/hw-getobject.xml diff -u phpdoc/en/reference/hw/functions/hw-getobject.xml:1.4

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Jakub Vrana
If you don't have cygwin, how will you checkout the CVS module?? There are lot of CVS tools for Windows which don't need cygwin. Jakub Vrana

Re: [PHP-DOC] Examples and links

2003-12-31 Thread Jakub Vrana
What about adding a regexp that will link all the PHP functions in the examples to their man page ? That function should be slightly modified as PHP functions are highlighted the same as user-defined functions. I vote for it - by modification of highlight_php() website function. Jakub Vrana

[PHP-DOC] cvs: phpdoc /en/appendices aliases.xml /en/chapters install.configure.graphics.xml /en/faq general.xml languages.xml /en/reference/dba reference.xml /en/reference/ircg configure.xml /en/reference/mcrypt reference.xml /en/reference/recode reference.xml /en/reference/strings/functions setlocale.xml

2003-12-31 Thread Jakub Vrana
vrana Wed Dec 31 10:03:12 2003 EDT Modified files: /phpdoc/en/appendices aliases.xml /phpdoc/en/reference/ircg configure.xml /phpdoc/en/faq general.xml languages.xml /phpdoc/en/chapters install.configure.graphics.xml

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

2003-12-31 Thread Jakub Vrana
vrana Wed Dec 31 11:08:07 2003 EDT Modified files: /phpdoc/en/reference/outcontrol reference.xml Log: double be Index: phpdoc/en/reference/outcontrol/reference.xml diff -u phpdoc/en/reference/outcontrol/reference.xml:1.11

Re: [PHP-DOC] New quickfix text

2003-12-31 Thread Jakub Vrana
Duplicated is not used anymore... Ask Derick, why :)) Rather not :-). Jakub Vrana

Re: [PHP-DOC] Re: dropping the unix tools

2003-12-31 Thread Jakub Vrana
. Jakub Vrana P.S. Happy new year! At least here in the central Europe.

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

2004-01-02 Thread Jakub Vrana
vrana Fri Jan 2 07:46:35 2004 EDT Modified files: /phpdoc/en/reference/domxml constants.xml Log: ?xml was missing Index: phpdoc/en/reference/domxml/constants.xml diff -u phpdoc/en/reference/domxml/constants.xml:1.3

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

2004-01-02 Thread Jakub Vrana
vrana Fri Jan 2 08:22:05 2004 EDT Modified files: /phpdoc/en/reference/mysql constants.xml Log: Capital letters Index: phpdoc/en/reference/mysql/constants.xml diff -u phpdoc/en/reference/mysql/constants.xml:1.3 phpdoc/en/reference/mysql/constants.xml:1.4

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

2004-01-02 Thread Jakub Vrana
vrana Fri Jan 2 09:15:22 2004 EDT Modified files: /phpdoc/en/reference/opensslconstants.xml Log: Capital letters, missing bracket Index: phpdoc/en/reference/openssl/constants.xml diff -u phpdoc/en/reference/openssl/constants.xml:1.2

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

2004-01-02 Thread Jakub Vrana
vrana Fri Jan 2 09:22:22 2004 EDT Modified files: /phpdoc/en/reference/opensslconstants.xml Log: Sentence structure Index: phpdoc/en/reference/openssl/constants.xml diff -u phpdoc/en/reference/openssl/constants.xml:1.3

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

2004-01-02 Thread Jakub Vrana
vrana Fri Jan 2 11:28:08 2004 EDT Modified files: /phpdoc/en/reference/var/functions unserialize.xml Log: No such callback parameter (bug #26763) Index: phpdoc/en/reference/var/functions/unserialize.xml diff -u

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

2004-01-02 Thread Jakub Vrana
vrana Fri Jan 2 12:10:34 2004 EDT Modified files: /phpdoc/en/reference/strings/functions strrpos.xml Log: Fixed example Index: phpdoc/en/reference/strings/functions/strrpos.xml diff -u phpdoc/en/reference/strings/functions/strrpos.xml:1.8

[PHP-DOC] cvs: phpdoc /en/reference/dbm/functions dblist.xml

2004-01-02 Thread Jakub Vrana
vrana Fri Jan 2 18:14:49 2004 EDT Modified files: /phpdoc/en/reference/dbm/functions dblist.xml Log: Shell example, not PHP Index: phpdoc/en/reference/dbm/functions/dblist.xml diff -u phpdoc/en/reference/dbm/functions/dblist.xml:1.3

Re: [PHP-DOC] user-notes.php preview

2004-01-05 Thread Jakub Vrana
; - highlight_string do escape for you. There is one more issue - there is no highlight_php function in php-master-web, you must implement it or use highlight_string instead. Jakub Vrana

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

2004-01-05 Thread Jakub Vrana
vrana Mon Jan 5 05:29:53 2004 EDT Modified files: /phpdoc/en/reference/array/functionsarray-merge.xml Log: Link to array operators in See also Index: phpdoc/en/reference/array/functions/array-merge.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/openssl/functions openssl-open.xml openssl-private-encrypt.xml openssl-public-decrypt.xml openssl-public-encrypt.xml openssl-seal.xml

2004-01-05 Thread Jakub Vrana
vrana Mon Jan 5 08:17:43 2004 EDT Modified files: /phpdoc/en/reference/openssl/functions openssl-open.xml openssl-private-encrypt.xml openssl-public-decrypt.xml

Re: [PHP-DOC] Re: deprecated mysql funcs

2004-01-05 Thread Jakub Vrana
mysql_insert_idSELECT LAST_INSERT_ID(); mysql_select_dbUSE mydb I object to marking these two as deprecated as they are very common and easy to use. Jakub Vrana

Re: [PHP-DOC] Re: deprecated mysql funcs

2004-01-05 Thread Jakub Vrana
of their own. Thus it should be the same. Anyway, I am against making this function obsolete. Jakub Vrana

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

2004-01-09 Thread Jakub Vrana
vrana Fri Jan 9 11:54:16 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions file.xml Log: Dot Index: phpdoc/en/reference/filesystem/functions/file.xml diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.13

  1   2   3   4   5   6   7   8   9   10   >