Re: [PHP-DOC] There is not updated russian online documentation on site php.net

2012-03-16 Thread Maxim Chaban
esult. > However, ru/ is not building currently but that's a recent and unrelated > issue. Still though, it should be fixed before Friday. ;) > Regards, > Philip -- Maxim Chaban 16 марта 2012 г. 15:48:26 web : http://tehnomir.com.ua email: m...@tehnomir.com.ua

[PHP-DOC] There is not updated russian online documentation on site php.net

2012-03-13 Thread Maxim Chaban
Hello! I see such problem with documentation - there is not updated russian online documentation on main site php.net. Last update was made on 2012-01-27 ( http://www.php.net/manual/ru/ ). Can anyone help to correct this situation ? -- Maxim Chaban 13 марта 2012 г. 10:35:57 web : http

Re: [PHP-DOC] Proto: |

2003-02-05 Thread Maxim Maletsky
Philip Olson <[EMAIL PROTECTED]> wrote... : > On Wed, 5 Feb 2003, Maxim Maletsky wrote: > > > > > another thing: > > > > tons of functions in protos have `long' type. Should we have `int' > > everywhere there? I doubt there is an

Re: [PHP-DOC] Proto: |

2003-02-04 Thread Maxim Maletsky
urce" * > > It looks I can't find any problems with references... I think because manual has striped or corrected them -- Maxim Maletsky [EMAIL PROTECTED] > -- > Regards. > M.CHAILLAN Nicolas > [EMAIL PROTECTED] > www.WorldAKT.com Hébergement de sites internets.

Re: [PHP-DOC] Proto: |

2003-02-04 Thread Maxim Maletsky
page I mentioned but forgot to paste: http://www.php.net/manual/en/language.types.php -- Maxim Maletsky [EMAIL PROTECTED] On Wed, 05 Feb 2003 03:23:38 +0100 Maxim Maletsky <[EMAIL PROTECTED]> wrote: > > another thing: > > tons of functions in protos have `long' ty

Re: [PHP-DOC] Proto: |

2003-02-04 Thread Maxim Maletsky
int'. In protos there are many `long'. Suggestions? P.S: keep running that file :) -- Maxim Maletsky [EMAIL PROTECTED] On Wed, 05 Feb 2003 03:17:13 +0100 Maxim Maletsky <[EMAIL PROTECTED]> wrote: > > On Wed, 5 Feb 2003 02:13:33 + (GMT) Philip Olson <[EMAIL PROTEC

Re: [PHP-DOC] Proto: |

2003-02-04 Thread Maxim Maletsky
hat might be confusing. so, > ask a oci guy for a nice name that does not have | in it. I'd go for resource, mentioning well what kind of. can't we have a certain rule on how protos should be represented? I noticed some many funny things here... -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] Proto: |

2003-02-04 Thread Maxim Maletsky
ay: phpdoc/bughunter.php. There's still a lot of things to do to detect more errors, but so far similar inconsistencies are over 100+. Time to start cleaining things up, I guess. -- Maxim Maletsky [EMAIL PROTECTED] On Wed, 5 Feb 2003 02:57:16 +0100 <[EMAIL PROTECTED]> wrote: > Hello,

Re: [PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-recv.xml

2003-02-04 Thread Maxim Maletsky
Nicolas, since you've got onto the protos, check out phpdoc/bughunter.php - it kind of attempts to hunt down these things. maybe you might find something useful. -- Maxim Maletsky [EMAIL PROTECTED] On Wed, 05 Feb 2003 01:41:51 - "CHAILLAN Nicolas" <[EMAIL PROTECTED

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

2003-02-04 Thread Maxim Maletsky
maxim Tue Feb 4 21:06:06 2003 EDT Modified files: /phpdoc/scripts bughunter.php Log: layout fixes Index: phpdoc/scripts/bughunter.php diff -u phpdoc/scripts/bughunter.php:1.3 phpdoc/scripts/bughunter.php:1.4 --- phpdoc/scripts/bughunter.php:1.3Tue

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

2003-02-04 Thread Maxim Maletsky
maxim Tue Feb 4 16:24:51 2003 EDT Modified files: /phpdoc/scripts bughunter.php Log: fixed parameter parser for void type Index: phpdoc/scripts/bughunter.php diff -u phpdoc/scripts/bughunter.php:1.2 phpdoc/scripts/bughunter.php:1.3 --- phpdoc/scripts

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

2003-02-04 Thread Maxim Maletsky
maxim Tue Feb 4 16:17:29 2003 EDT Modified files: /phpdoc/scripts bughunter.php Log: fixed false alarms for known types imroved report layout Index: phpdoc/scripts/bughunter.php diff -u phpdoc/scripts/bughunter.php:1.1 phpdoc/scripts/bughunter.php:1.2

Re: [PHP-DOC] proto-skript [was authors....] (fwd)

2003-02-04 Thread Maxim Maletsky
ranging from missing parameter types/names in protos till the moved extensions and unreadable protos in source code. Anyone who cares, try playing with it. But remember - its way not perfect yet. -- Maxim Maletsky [EMAIL PROTECTED] Gabor Hojtsy <[EMAIL PROTECTED]> wrote... : > > I

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

2003-02-04 Thread Maxim Maletsky
maxim Tue Feb 4 15:49:23 2003 EDT Added files: /phpdoc/scripts bughunter.php Log: Initial checkin... Bug Hunter script is an attempt to "mechanically" scan and compare the documentation and C sources in order to hunt down the doc

Re: [PHP-DOC] proto-skript [was authors....] (fwd)

2003-02-04 Thread Maxim Maletsky
27;t heard from you yet about the work you have done regarding something similar to this bug hunter. -- Maxim Maletsky [EMAIL PROTECTED] Maxim Maletsky <[EMAIL PROTECTED]> wrote... : > > oh, I noticed :) > > Update: for now I only composed the script (partially based on Jes

Re: [PHP-DOC] Someone that can help w/ our XSLT stylesheets

2003-02-03 Thread Maxim Maletsky
broken (due to the gigantic size of the PHP manual ;-) I am not a DSSSL/XSLT guru at all, but I must admit that apache's FOP is definitely the greatest way for dumping the PDF files. We use it here at work with awesome results! Would be really nice to have it for PHP Manual too. -- M

Re: [PHP-DOC] proto-skript [was authors....] (fwd)

2003-02-03 Thread Maxim Maletsky
he code, I noticed how many inconsistencies were there. Let's see what Ilia is playing with. If same thing then we might want to merge the efforts somehow, otherwise I can commit my file once I make it be something more finalized and useful. -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 3 Fe

Re: [PHP-DOC] preg_replace() docs need expliot warning

2003-02-03 Thread Maxim Maletsky
y kind. I guess we should add the warning ENTITY to language-snippets.en and point that to the docs. Not sure yet about the most correct way of describing this warning. Anyone? -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 3 Feb 2003 14:31:18 -0500 (EST) "James E. Flemer" <[

Re: [PHP-DOC] proto-skript [was authors....]

2003-02-03 Thread Maxim Maletsky
I don't really want to parse the .c files for protos, that is already being done by other scripts(*). What I want to try is to compare the documentation data to the actual C code where possible to get some hints what is not ideally matching. What has Ilia done and where is it? -- Maxim Mal

Re: [PHP-DOC] proto-skript [was authors....]

2003-02-03 Thread Maxim Maletsky
changed since they were documented etc). I already saw things doing similar to that, so I've got the base. Any thoughts/complains/suggestions? If what comes out will work well for me and nobody objects, I will then commit it to the /phpdoc/scripts. -- Maxim Maletsky [EMAIL PROT

[PHP-DOC] Re: [PHP-NOTES] note 24997 deleted from function.file by philip

2003-02-02 Thread Maxim Maletsky
ure to my site that tells people how many lines > are in a file so I'll use this file() function for that." Well, you do make sense indeed. Just thought your points for removing them were different. Afetr all, there is a lot of clean up to do within the notes still. A lot. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] Re: PHP documentation authors / editors and license

2003-02-02 Thread Maxim Maletsky
to return True and false instead of 1 and -1. This I > > addressed in a message a few month ago: > > > > >http://groups.google.com/groups?q=maxim+maletsky+phpdoc&start=10&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=20021109043833.EF1C.MAXIM%40php.net&rnum=18 > &g

Re: [PHP-DOC] Re: PHP documentation authors / editors and license

2003-02-02 Thread Maxim Maletsky
er you the idea, but the point is to have a comments of the function and the code serving as a sample of usage separate and clearer, perhaps even highlighted. Also, i think when rethinking the docs we should update the protos where the return types are confusing. With move from PHP3 to PHP4 many functi

Re: [PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Maxim Maletsky
undle the required whatever files > with win32build.zip ;-) I completely agree. I didn't know about the win32build.zip untill Zeev mentioned it. --- Maxim Maletsky [EMAIL PROTECTED] -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] Re: [PHP-DEV] win32 builtin zlib

2003-01-25 Thread Maxim Maletsky
n would have to be modified beforeit is built for win32, not the best way IMO. > 3.) Should users be advised to download zlib sources, building > zlib.lib? The link above from w3c could be a good idea to point the user to. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Documentat

Re: [PHP-DOC] documenting new function

2003-01-25 Thread Maxim Maletsky
On Sat, 25 Jan 2003 07:06:13 +0900 Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > On Fri, Jan 24, 2003 at 10:27:00PM +0100, Maxim Maletsky wrote: > > I would need to add a few changes to the NEWS file. I remember trying it a > > while ago, but at the moment `@-' prefi

[PHP-DOC] documenting new function

2003-01-24 Thread Maxim Maletsky
ich allows renewing the expired Oracle users. (Maxim) - Fixed bug #16798 (Compile failure with LOB support for Oracle versions under 8.1). (Maxim) Thanks, -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] Re: [PHP-NOTES] note 27186 added to function.unlink

2002-11-26 Thread Maxim Maletsky
This was already a topic once on the list, should we be changing them smoothly? -- Maxim Maletsky [EMAIL PROTECTED] [EMAIL PROTECTED] wrote... : > Just a quick note, but how can a file method return true or false when it's supposed >to be an int? > -- > http://www.

[PHP-DOC] #17880 [Opn->Csd]: OCIExecute result described ambiguously

2002-11-10 Thread maxim
site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. This have been just fixed for the overall OCI8 extension Maxim Maletsky Previous Comments: [2002-06-20 12:54

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

2002-11-10 Thread Maxim Maletsky
maxim Sun Nov 10 15:26:06 2002 EDT Modified files: /phpdoc/en/reference/info/functions ini-set.xml Log: reverting Index: phpdoc/en/reference/info/functions/ini-set.xml diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.21 phpdoc/en/reference/info

Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-11-10 Thread Maxim Maletsky
You're more than right. I have actually kept testing it locally and found out that only anchor works, next rewrites (frames for instance) don't. Reverting it. Sorry for the mess. --- Maxim Maletsky [EMAIL PROTECTED] On Sun, 10 Nov 2002 21:28:59 +0100 (CET) Derick Rethans <[EM

Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-11-10 Thread Maxim Maletsky
ending the session to it and in phpinfo() you were seeing the new url_rewrite setting. I, personally, see no problem adding the whitespace only in that cell of the documentation and make a page little prettier. You tell me whether I still should revert or not. --- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-11-10 Thread Maxim Maletsky
Just to mention: It has been reported in Bug #19635 and left open. --- Maxim Maletsky [EMAIL PROTECTED] On Sun, 10 Nov 2002 20:57:05 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > On Sun, 10 Nov 2002, Maxim Maletsky wrote: > > > maxim Sun Nov 10

Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-11-10 Thread Maxim Maletsky
Is it that crucial? It is only a whitespace at the end of a ','. If technically this makes the setting unusable then I appologize, but otherwise wouldn't it be better to add whitespace in doc only to make that page more usable. Don't you think? --- Maxim Maletsky [EMAIL PRO

[PHP-DOC] #19635 [Opn->Csd]: Problems with table on ini_set page

2002-11-10 Thread maxim
oving ini_set to the introuductions makes few sence as it would be inappropriate. Thanks, Mike Maxim Maletsky Previous Comments: [2002-09-27 07:11:46] [EMAIL PROTECTED] The ini_set() documentation page appears to h

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

2002-11-10 Thread Maxim Maletsky
maxim Sun Nov 10 14:47:44 2002 EDT Modified files: /phpdoc/en/reference/info/functions ini-set.xml Log: added whitespaces for url_rewriter.tags to allow table to wrap on lower resolutions Index: phpdoc/en/reference/info/functions/ini-set.xml diff -u phpdoc

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocilogoff.xml

2002-11-09 Thread Maxim Maletsky
maxim Sun Nov 10 01:10:10 2002 EDT Modified files: /phpdoc/en/reference/oci8/functions ocilogoff.xml Log: oops... forgot closing tag Index: phpdoc/en/reference/oci8/functions/ocilogoff.xml diff -u phpdoc/en/reference/oci8/functions/ocilogoff.xml:1.4

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocilogoff.xml

2002-11-09 Thread Maxim Maletsky
maxim Sun Nov 10 01:05:38 2002 EDT Modified files: /phpdoc/en/reference/oci8/functions ocilogoff.xml Log: copied from mysql_close the note of uselesness closing implicitly connection links Index: phpdoc/en/reference/oci8/functions/ocilogoff.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocibindbyname.xml ocicancel.xml ocicollappend.xml ocicollassign.xml ocicollassignelem.xml ocicollmax.xml ocicollsize.xml ocicolltrim.xml ocicolumnisnull.xml ocidefinebyname.xml ocifetch.xml ocifreecollection.xml ocifreedesc.xml ocifreestatement.xml ocilogoff.xml ocinewcollection.xml ocisavelob.xml ocisavelobfile.xml ociwritelobtofile.xml

2002-11-09 Thread Maxim Maletsky
maxim Sun Nov 10 00:36:25 2002 EDT Modified files: /phpdoc/en/reference/oci8/functions ocibindbyname.xml ocicancel.xml ocicollappend.xml ocicollassign.xml

Re: [PHP-DOC] Re: return int or bool?

2002-11-09 Thread Maxim Maletsky
why is it always me ?? :) Well, I don't think I have all this time to make the lists etc, but I can start changing ints to bools where needed. No help? -- Maxim Maletsky [EMAIL PROTECTED] On Sun, 10 Nov 2002 02:46:16 +0100 <[EMAIL PROTECTED]> wrote: > It would be a very nice i

Re: [PHP-DOC] Re: return int or bool?

2002-11-09 Thread Maxim Maletsky
such functions are really many. Shall we split the efforts? Make a list also for the translations to be consistent? -- Maxim Maletsky [EMAIL PROTECTED] On Sun, 10 Nov 2002 02:30:18 +0100 <[EMAIL PROTECTED]> wrote: > Yes its probably cause of that. But this should be now change

Re: [PHP-DOC] Re: return int or bool?

2002-11-09 Thread Maxim Maletsky
I guess it is because before true and false used to be ones and zeros. So, ints were actually returned. Tell me i am wrong... -- Maxim Maletsky [EMAIL PROTECTED] On Sun, 10 Nov 2002 02:12:26 +0100 <[EMAIL PROTECTED]> wrote: > Yes it should be corrected. This is a bad proto in

[PHP-DOC] return int or bool?

2002-11-09 Thread Maxim Maletsky
e way more than only these two functions I used as examples. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocirollback.xml

2002-11-09 Thread Maxim Maletsky
maxim Sat Nov 9 19:43:03 2002 EDT Modified files: /phpdoc/en/reference/oci8/functions ocirollback.xml Log: fixed return type and added "see also ocicommit". These two are pretty relevant to each other Index: phpdoc/en/reference/oci8

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocicommit.xml

2002-11-09 Thread Maxim Maletsky
maxim Sat Nov 9 19:40:46 2002 EDT Modified files: /phpdoc/en/reference/oci8/functions ocicommit.xml Log: function returns boolean, not int Index: phpdoc/en/reference/oci8/functions/ocicommit.xml diff -u phpdoc/en/reference/oci8/functions/ocicommit.xml:1.3

[PHP-DOC] cvs: phpdoc /en/reference/oci8/functions ocicommit.xml

2002-11-09 Thread Maxim Maletsky
maxim Sat Nov 9 19:26:04 2002 EDT Modified files: /phpdoc/en/reference/oci8/functions ocicommit.xml Log: Expanded documentation with return values, useful example and "see also" Index: phpdoc/en/reference/oci8/functions/ocicommit.xml diff -u

[PHP-DOC] cvs: phpdoc /en/reference/fbsql/functions fbsql-list-fields.xml

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 22:28:04 2002 EDT Modified files: /phpdoc/en/reference/fbsql/functionsfbsql-list-fields.xml Log: Fixed on-error return value to be FALSE as in the sources instead of -1 as documented Index: phpdoc/en/reference/fbsql/functions/fbsql

[PHP-DOC] cvs: phpdoc /en/reference/dio/functions dio-open.xml

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 22:23:47 2002 EDT Modified files: /phpdoc/en/reference/dio/functions dio-open.xml Log: Fixed on-error return value to be FALSE as in the sources instead of -1 as documented Index: phpdoc/en/reference/dio/functions/dio-open.xml diff -u

Re: [PHP-DOC] found more return inconsistacies

2002-11-08 Thread Maxim Maletsky
On Fri, 8 Nov 2002 21:47:56 + (GMT) Philip Olson <[EMAIL PROTECTED]> wrote: > On Fri, 8 Nov 2002, Maxim Maletsky wrote: > > > > I am not planning to break it whatsoever. But, if a function returns > > false on failure, why should it be documented differently? >

[PHP-DOC] cvs: phpdoc /en/reference/fbsql/functions fbsql-list-fields.xml

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 15:59:39 2002 EDT Modified files: /phpdoc/en/reference/fbsql/functionsfbsql-list-fields.xml Log: typo Index: phpdoc/en/reference/fbsql/functions/fbsql-list-fields.xml diff -u phpdoc/en/reference/fbsql/functions/fbsql-list

[PHP-DOC] found more return inconsistacies

2002-11-08 Thread Maxim Maletsky
sed the extension?) What should I fix this into to be more clear? What does it actually return? -- Maxim Maletsky [EMAIL PROTECTED] Maxim Maletsky <[EMAIL PROTECTED]> wrote... : > > You're absolutely right. Recommitted. Thanks! > > > --

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

2002-11-08 Thread Maxim Maletsky
You're absolutely right. Recommitted. Thanks! -- Maxim Maletsky [EMAIL PROTECTED] Derick Rethans <[EMAIL PROTECTED]> wrote... : > On Fri, 8 Nov 2002, Maxim Maletsky wrote: > > > maxim Fri Nov 8 14:42:32 2002 EDT > > > > Modified file

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

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 14:48:42 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions fwrite.xml Log: Forgot the ending semicolon for &false;. Thanks, Derick Index: phpdoc/en/reference/filesystem/functions/fwrite.xml diff -u phpdoc/en/refer

[PHP-DOC] #20318 [Ver->Csd]: Wrong return value for the fwrite() doc. PHP-NOTE #26679

2002-11-08 Thread maxim
ID: 20318 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Verified +Status: Closed Bug Type:Documentation problem PHP Version: 4CVS-2002-11-08 Assigned To: maxim New Comment: This bug has been fixed in CVS. In case this was a PHP problem

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

2002-11-08 Thread Maxim Maletsky
maxim Fri Nov 8 14:42:32 2002 EDT Modified files: /phpdoc/en/reference/filesystem/functions fwrite.xml Log: Fixed Bug #20318 - confusing return value (False instead -1) Index: phpdoc/en/reference/filesystem/functions/fwrite.xml diff -u phpdoc/en

[PHP-DOC] #20318 [Opn->Ver]: Wrong return value for the fwrite() doc. PHP-NOTE #26679

2002-11-08 Thread maxim
ID: 20318 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Verified Bug Type:Documentation problem PHP Version: 4CVS-2002-11-08 -Assigned To: +Assigned To: maxim New Comment: I'll take over it Previous Com

[PHP-DOC] #20318 [NEW]: Wrong return value for the fwrite() doc. PHP-NOTE #26679

2002-11-08 Thread maxim
From: [EMAIL PROTECTED] Operating system: PHP version: 4CVS-2002-11-08 PHP Bug Type: Documentation problem Bug description: Wrong return value for the fwrite() doc. PHP-NOTE #26679 PHP Note #26679 reports a -1 return on error while in CVS it obviousely sends FALSE. Althoug

Re: [PHP-DOC] Translations

2002-11-05 Thread Maxim Maletsky
For Italian Translation ask Simone Cortesi and for the Spanish one ... well, don't remember right now - look over the CVS maintainers at cvs.php.net Contact them directly. -- Maxim Maletsky [EMAIL PROTECTED] www.maxim.cx Claudio Gaetani <[EMAIL PROTECTED]> wrote... : &g

[PHP-DOC] FW: [PHP-NOTES] note 24375 added to install.configure

2002-08-14 Thread Maxim Maletsky
I could not reply to the poster because of the email address. Could anyone check if that's the documentation bug? Sincerely, Maxim Maletsky [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 6:07 PM To: [

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

2002-08-13 Thread Maxim Maletsky
maxim Tue Aug 13 16:04:10 2002 EDT Modified files: /phpdoc/en/functionsdomxml.xml Log: Switch places method arguments list as was notified by a user (PHP-NOTE# 24336) was doc typo. Index: phpdoc/en/functions/domxml.xml diff -u phpdoc/en

[PHP-DOC] FW: [PHP-NOTES] note 24304 added to zend.variables.resource

2002-08-12 Thread Maxim Maletsky
Another one... would you check? Maxim Maletsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 10:03 PM To: [EMAIL PROTECTED] Subject: [PHP-NOTES] note 24304 added to zend.variables.resource There seems to be a typo in "regist

[PHP-DOC] TSRMLS_CC or TSRMLS_DC ?

2002-08-12 Thread Maxim Maletsky
Do you guys think this IS an error? I found it twice in the documentation. Maxim Maletsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 7:39 PM To: [EMAIL PROTECTED] Subject: [PHP-NOTES] note 24297 added to

[PHP-DOC] cvs: phpdoc /it/appendices migration.xml

2002-05-01 Thread Maxim Maletsky
maxim Thu May 2 00:53:05 2002 EDT Modified files: /phpdoc/it/appendices migration.xml Log: Fixed a small wording conflict for the PHP versions between 2 sentences Index: phpdoc/it/appendices/migration.xml diff -u phpdoc/it/appendices/migration.xml:1.3

[PHP-DOC] cvs: phpdoc /it/appendices migration.xml

2002-05-01 Thread Maxim Maletsky
maxim Thu May 2 00:35:23 2002 EDT Modified files: /phpdoc/it/appendices migration.xml Log: Newly translated. Has some TODO still. Index: phpdoc/it/appendices/migration.xml diff -u /dev/null phpdoc/it/appendices/migration.xml:1.3 --- /dev/null Thu

[PHP-DOC] Nuovo editor del manuale Italiano

2002-04-28 Thread Maxim Maletsky \(PHPBeginner.com\)
. Grazie, Maxim Maletsky [EMAIL PROTECTED] > -Original Message- > From: Simone Cortesi [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 28, 2002 5:24 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DOC] cvs: phpdoc /it translation.xml > > cortesi Sun Apr

[PHP-DOC] I'd like to contribute to PHPDoc project in russian

2001-09-21 Thread Maxim Vysotskiy
Hi PHPDoc folks. I'm trying to gather a group of enthusiasts on traslation of PHP manual to russian. Are there any policy to become a member of PHPDoc project and to contribute? Maybe there is allready a group translating a manual to russian? Thanx - Maxim VPISy