Re: [PHP-DOC] #27944 [Opn->Asn]: features section has nothing on Sessions

2004-04-10 Thread Kenneth Schwartz
I'm working on features.sessions and in order to not duplicate information, it may be best to move much of the documentation from ref.session to the features section. I would provide a link to features.sessions while keeping a short introduction, requirements, installation, etc on the reference pag

[PHP-DOC] #27944 [Opn->Asn]: features section has nothing on Sessions

2004-04-10 Thread irchtml
ID: 27944 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: irrelevant PHP Version: Irrelevant -Assigned To: +Assigned To: irchtml

Re: [PHP-DOC] Notes Status, 9077 total

2004-04-10 Thread [EMAIL PROTECTED]
http://master.php.net/manage/user-notes.php > Forgive me as it as been a while since I cleaned up notes, but can someone > give me the URL to login again? I have tried everything I could think of > without much luck. I know my username/password but can't remember the URL. > > -Jeremy > > On

Re: [PHP-DOC] Notes Status, 9077 total

2004-04-10 Thread Jeremy Johnstone
Forgive me as it as been a while since I cleaned up notes, but can someone give me the URL to login again? I have tried everything I could think of without much luck. I know my username/password but can't remember the URL. -Jeremy On Saturday 10 April 2004 08:09 am, [EMAIL PROTECTED] wrote: > F

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

2004-04-10 Thread Ken Tossell
kennyt Sat Apr 10 14:08:17 2004 EDT Modified files: /phpdoc/en/reference/stream/functions stream-select.xml Log: stream_select() accepts arrays, not resources :) http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-select.xml?r1=1.7&

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions set-error-handler.xml

2004-04-10 Thread Kenneth Schwartz
irchtml Sat Apr 10 13:51:08 2004 EDT Modified files: /phpdoc/en/reference/errorfunc/functionsset-error-handler.xml Log: Bug #27941: signature of the error handler function is not documented http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions

[PHP-DOC] #27941 [Asn->Csd]: signature of the error handler function is not documented

2004-04-10 Thread irchtml
ID: 27941 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Documentation problem Operating System: irrelevant PHP Version: Irrelevant Assigned To: irchtml New Comment: Thi

[PHP-DOC] cvs: phpdoc /en/reference/stream/functions stream-socket-client.xml

2004-04-10 Thread Ken Tossell
kennyt Sat Apr 10 13:44:10 2004 EDT Modified files: /phpdoc/en/reference/stream/functions stream-socket-client.xml Log: add "see also" to stream_select http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-socket-client.xml?r1=1.9&r2=

[PHP-DOC] #27941 [Opn->Asn]: signature of the error handler function is not documented

2004-04-10 Thread irchtml
ID: 27941 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: irrelevant PHP Version: Irrelevant -Assigned To: +Assigned To: irchtml

[PHP-DOC] #27944 [NEW]: features section has nothing on Sessions

2004-04-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: features section has nothing on Sessions Description: The features section (http://www.php.net/manual/en/features.php) in the Manual

[PHP-DOC] #27942 [Opn->Csd]: Typo in Windows extension table

2004-04-10 Thread nlopess
ID: 27942 Updated by: [EMAIL PROTECTED] Reported By: bugs dot php dot net at moritz-naumann dot com -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: This bug has been fixed in the documentation's XML sources. Since the

[PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml

2004-04-10 Thread Nuno Lopes
nlopess Sat Apr 10 11:55:41 2004 EDT Modified files: /phpdoc/en/chapters install.windows.xml Log: fix #27942 http://cvs.php.net/diff.php/phpdoc/en/chapters/install.windows.xml?r1=1.40&r2=1.41&ty=u Index: phpdoc/en/chapters/install.windows.xml diff -u phpdoc/en/c

[PHP-DOC] #27942 [NEW]: Typo in Windows extension table

2004-04-10 Thread bugs dot php dot net at moritz-naumann dot com
From: bugs dot php dot net at moritz-naumann dot com Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Typo in Windows extension table Description: In the Windows PHP extensions table at http://www.php.net/manual/en/

[PHP-DOC] Notes Status, 9077 total

2004-04-10 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 8.6% of the 9077 total user notes. Notes | Page ---+- 44 | http://php.net/manual/

Re: [PHP-DOC] cvs: phpdoc /en/reference/tidy/functions tidy-node-is-jsp.xml tidy-node-isPhp.xml

2004-04-10 Thread Nuno Lopes
> > This functions was named tidy_node->is_php in > > PHP4/Tidy 1. > > The proper name is "PHP 4" or "PHP 5", including a space. > > Derick Fixed now. Thanks Derick! Nuno

[PHP-DOC] cvs: phpdoc /en/reference/tidy/functions tidy-node-hasChildren.xml tidy-node-hasSiblings.xml tidy-node-isAsp.xml tidy-node-isComment.xml tidy-node-isHtml.xml tidy-node-isJste.xml tidy-node-isPhp.xml tidy-node-isText.xml tidy-node-isXhtml.xml tidy-node-isXml.xml

2004-04-10 Thread Nuno Lopes
nlopess Sat Apr 10 08:00:57 2004 EDT Modified files: /phpdoc/en/reference/tidy/functions tidy-node-hasChildren.xml tidy-node-hasSiblings.xml tidy-node-isAsp.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/tidy/functions tidy-node-is-jsp.xml tidy-node-isPhp.xml

2004-04-10 Thread Derick Rethans
On Sat, 10 Apr 2004, Nuno Lopes wrote: > This functions was named tidy_node->is_php in > PHP4/Tidy 1. The proper name is "PHP 4" or "PHP 5", including a space. Derick

[PHP-DOC] cvs: phpdoc /en/reference/tidy/functions tidy-node-is-jsp.xml tidy-node-isPhp.xml

2004-04-10 Thread Nuno Lopes
nlopess Sat Apr 10 07:30:27 2004 EDT Added files: /phpdoc/en/reference/tidy/functions tidy-node-isPhp.xml Removed files: /phpdoc/en/reference/tidy/functions tidy-node-is-jsp.xml Log: adding is_Php and removing non-exixting func http://

[PHP-DOC] cvs: phpdoc /en/reference/tidy/functions tidy-node-has-children.xml tidy-node-has-siblings.xml tidy-node-hasChildren.xml tidy-node-hasSiblings.xml tidy-node-is-asp.xml tidy-node-is-comment.xml tidy-node-is-html.xml tidy-node-is-jste.xml tidy-node-is-text.xml tidy-node-is-xhtml.xml tidy-node-is-xml.xml tidy-node-isAsp.xml tidy-node-isComment.xml tidy-node-isHtml.xml tidy-node-isJste.xml tidy-node-isText.xml tidy-node-isXhtml.xml tidy-node-isXml.xml

2004-04-10 Thread Nuno Lopes
nlopess Sat Apr 10 07:16:07 2004 EDT Added files: /phpdoc/en/reference/tidy/functions tidy-node-hasChildren.xml tidy-node-hasSiblings.xml tidy-node-isAsp.xml

[PHP-DOC] #27941 [NEW]: signature of the error handler function is not documented

2004-04-10 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: irrelevant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: signature of the error handler function is not documented Description: The parameters that the function handling errors (as set by se

[PHP-DOC] #27932 [Ver->Csd]: odbc_free_result cause warning when work with 2 connection

2004-04-10 Thread nlopess
ID: 27932 Updated by: [EMAIL PROTECTED] Reported By: shagren at ua dot fm -Status: Verified +Status: Closed Bug Type: Documentation problem Operating System: Win98 PHP Version: 4.3.4 New Comment: This bug has been fixed in the docume

[PHP-DOC] cvs: phpdoc /en/reference/uodbc/functions odbc-connect.xml

2004-04-10 Thread Nuno Lopes
nlopess Sat Apr 10 06:50:53 2004 EDT Modified files: /phpdoc/en/reference/uodbc/functionsodbc-connect.xml Log: fix #27932 multiple open connections http://cvs.php.net/diff.php/phpdoc/en/reference/uodbc/functions/odbc-connect.xml?r1=1.3&r2=1.4&ty=u Inde

[PHP-DOC] µåµð¾î KTF ¿¡¼­ ÇÚµåÆù º¸»óÆÇ¸Å À̺¥Æ®¸¦ Çϰí ÀÖ½À´Ï´Ù. ±¸ÇüÀ» ½ÅÇüÀ¸·Î ±³Ã¼

2004-04-10 Thread KTF