[PHP-DOC] I'am interested in translating the manual to Chinese

2003-06-21 Thread Bayman
I'am interested in translating the manual to Chinese(both simplified and traditional)  

[PHP-DOC] 我对翻译工作感兴趣

2003-06-21 Thread Bayman
我对翻译工作感兴趣

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
| On Sat, 2003-06-21 at 13:29, André LFS Bacci wrote: | > Ok, | > | > Updating the translation. | | OK. I've posted a question on it to the internals list, to see whether | it's an intentional change or not. We might have to change the docs back | (I was, in all honesty, probably a bit rash in chan

[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-wrapper-register.xml

2003-06-21 Thread Sara Golemon
pollita Sat Jun 21 23:38:09 2003 EDT Modified files: /phpdoc/en/reference/stream/functions stream-wrapper-register.xml Log: Document additional userspace wrapper methods and cleanup some protos. Index: phpdoc/en/reference/stream/functions/stream-wrapper-re

[PHP-DOC] #23195 [Opn->Csd]: copying an array resets its pointer

2003-06-21 Thread philip
ID: 23195 Updated by: [EMAIL PROTECTED] Reported By: jc at mega-bucks dot co dot jp -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Red Hat Linux 8.0 PHP Version: 4.3.2RC1 Assigned To: philip New

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

2003-06-21 Thread Philip Olson
philip Sat Jun 21 23:09:46 2003 EDT Modified files: /phpdoc/en/reference/array/functionseach.xml Log: Added a regarding bug #23195 as copying an array resets the original array's pointer which can cause an endless loop. Also, each() will move the poin

[PHP-DOC] cvs: phpdoc / TODO

2003-06-21 Thread Philip Olson
philip Sat Jun 21 23:01:37 2003 EDT Modified files: /phpdoc TODO Log: We need a section that explains pointers. Index: phpdoc/TODO diff -u phpdoc/TODO:1.46 phpdoc/TODO:1.47 --- phpdoc/TODO:1.46Tue Jun 10 12:56:43 2003 +++ phpdoc/TODO Sat Jun 21 23:01

[PHP-DOC] #21485 [Asn]: feof() doesn't return true on a non-blocking socket stream

2003-06-21 Thread philip
ID: 21485 Updated by: [EMAIL PROTECTED] Reported By: bjarne at sourcetech dot se Status: Assigned Bug Type: Documentation problem Operating System: Win2K/Linux PHP Version: 4.3.0 -Assigned To: philip +Assigned To: pollita New Comment

[PHP-DOC] re: stream_wrapper_register

2003-06-21 Thread Sara Golemon
> I have looked over http://us2.php.net/ > manual/en/function.stream-wrapper-register.php > and I am trying to write a class that will > allow everything that you can do to a system > file to be done with content in a database. > I think this is the proper function to use > for that but would like

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

2003-06-21 Thread Philip Olson
philip Sat Jun 21 21:17:45 2003 EDT Modified files: /phpdoc/en/reference/info/functions phpinfo.xml Log: See also get_loaded_modules(). Index: phpdoc/en/reference/info/functions/phpinfo.xml diff -u phpdoc/en/reference/info/functions/phpinfo.xml:1.3 phpdoc/e

[PHP-DOC] stream_wrapper_register

2003-06-21 Thread Larry Masters
Hello all, I posted a message like this to the general list but no one has replied. Since this list handles the documentation of PHP I was hoping that someone here would be able to answer this question. If not maybe they could point me in the right direction. I am trying to figure out what all I c

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 15:42, Philip Olson wrote: > > I changed it. It appears that the behaviour has changed. I'll find out > > when and add a versioning note (or if it's a bug I'll just fix it). > > See also this doc bug report, you may want to eventually > close it ;) > > http://bugs.php.net/

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 13:29, André LFS Bacci wrote: > Ok, > > Updating the translation. OK. I've posted a question on it to the internals list, to see whether it's an intentional change or not. We might have to change the docs back (I was, in all honesty, probably a bit rash in changing the docs

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Philip Olson
> I changed it. It appears that the behaviour has changed. I'll find out > when and add a versioning note (or if it's a bug I'll just fix it). See also this doc bug report, you may want to eventually close it ;) http://bugs.php.net/bug.php?id=24159 Regards, Philip -- PHP Documentation Maili

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
Ok, Updating the translation. - Original Message - From: "Lars Torben Wilson" <[EMAIL PROTECTED]> To: "André LFS Bacci" <[EMAIL PROTECTED]> Cc: "PHP Doc Team" <[EMAIL PROTECTED]> Sent: Saturday, June 21, 2003 3:49 PM Subject: Re: [PHP-DOC] New negative key in arrays On Sat, 2003-06-21 a

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

2003-06-21 Thread Fernando Correa da Conceição
fernandoc Sat Jun 21 15:58:04 2003 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-open.xml Log: Fixing example. sqlite-query need two args. Index: phpdoc/en/reference/sqlite/functions/sqlite-open.xml diff -u phpdoc/en/reference/sqli

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 09:18, André LFS Bacci wrote: > It occurs two times in the document > > New value in array with no ley: > if exist integer key -> maximun + 1 ... unless negative key ... in this case > ... new key is zero. > if not exist integer key -> new key is zero > > []s > > André Æ I

[PHP-DOC] #17386 [Asn->Opn]: Associativity of assignment operators listed wrongly

2003-06-21 Thread moriyoshi
ID: 17386 Updated by: [EMAIL PROTECTED] Reported By: m dot ford at lmu dot ac dot uk -Status: Assigned +Status: Open Bug Type:Documentation problem PHP Version: 4.1.2 Assigned To: john New Comment: The document was updated and now describes the assignment operators h

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
It occurs two times in the document New value in array with no ley: if exist integer key -> maximun + 1 ... unless negative key ... in this case ... new key is zero. if not exist integer key -> new key is zero []s André Æ -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe,

[PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
While translating the Portuguese manual, I catch this. diff -r1.115 -r1.116 types.xml < If you omit a key, the maximum of the integer-indices is taken, and < the new key will be that maximum + 1. As integers can be negative, < this is also true for negative indices. Having e.g. t

[PHP-DOC] cvs: phpdoc /en/language operators.xml types.xml /en/reference/var/functions empty.xml isset.xml

2003-06-21 Thread Philip Olson
philip Sat Jun 21 12:06:20 2003 EDT Modified files: /phpdoc/en/reference/var/functions isset.xml empty.xml /phpdoc/en/language types.xml operators.xml Log: Add link to "the type comparison tables" appendix. Index: phpdoc/en/reference/var/functions/isse

[PHP-DOC] cvs: phpdoc /en/reference/posix/functions posix-getcwd.xml

2003-06-21 Thread Martin Samesch
samesch Sat Jun 21 10:14:06 2003 EDT Modified files: /phpdoc/en/reference/posix/functionsposix-getcwd.xml Log: typo... Index: phpdoc/en/reference/posix/functions/posix-getcwd.xml diff -u phpdoc/en/reference/posix/functions/posix-getcwd.xml:1.5 phpdoc/en

[PHP-DOC] Notes Status, 9706 total

2003-06-21 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number of user notes contributed. These sections could use a polish, those notes represent 11.2% of the 9706 total user notes. Notes | Page ---+- 83 | http://php.net/manual

[PHP-DOC] cvs: phpdoc /en/reference/sqlite ini.xml reference.xml /en/reference/sqlite/functions sqlite-create-aggregate.xml sqlite-create-function.xml sqlite-escape-string.xml sqlite-libencoding.xml sqlite-register-aggregate.xml sqlite-udf-decode-binary.xml sqlite-udf-encode-binary.xml

2003-06-21 Thread Wez Furlong
wez Sat Jun 21 09:24:59 2003 EDT Added files: /phpdoc/en/reference/sqlite/functions sqlite-create-aggregate.xml sqlite-udf-decode-binary.xml sqlite-udf-encode-

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

2003-06-21 Thread Derick Rethans
derick Sat Jun 21 06:28:51 2003 EDT Modified files: /phpdoc/en/reference/misc ini.xml Log: - Fixed typo Index: phpdoc/en/reference/misc/ini.xml diff -u phpdoc/en/reference/misc/ini.xml:1.3 phpdoc/en/reference/misc/ini.xml:1.4 --- phpdoc/en/reference/misc/i

[PHP-DOC] cvs: phpdoc /en/reference/misc ini.xml reference.xml /en/reference/misc/functions connection-aborted.xml connection-status.xml defined.xml eval.xml exit.xml get-browser.xml highlight-file.xml pack.xml sleep.xml uniqid.xml unpack.xml usleep.xml

2003-06-21 Thread Derick Rethans
derick Sat Jun 21 06:28:05 2003 EDT Modified files: /phpdoc/en/reference/misc ini.xml reference.xml /phpdoc/en/reference/misc/functions connection-aborted.xml connection-status.xml

Re: [PHP-DOC] Case sensitivity and databases

2003-06-21 Thread Derick Rethans
On Tue, 17 Jun 2003, Mehdi wrote: > We've all seen the update you made to the docs yesterday, maybe you can > write down a little more about it and update it to the howto, don't you ? Done Derick -- "Interpreting what the GPL actually means is a job best left to those that

[PHP-DOC] Re: /en/reference/sqlite reference.xml

2003-06-21 Thread Philip Olson
On Sat, 21 Jun 2003, [ISO-8859-1] "Fernando Correa da Concei;áo" wrote: > Someone can explain what is RDBMS? In summary: A database. http://wombat.doc.ic.ac.uk/foldoc/foldoc.cgi?RDBMS Regards, Philip -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php