[PHP-DOC] #25320 [Opn->Csd]: French documentation - Exemple 13-3. Création d'un objet de classe

2003-08-30 Thread dams
ID: 25320 Updated by: [EMAIL PROTECTED] Reported By: otarella at nerim dot net -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 4.3.3 New Comment: This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are pa

[PHP-DOC] cvs: phpdoc /en/reference/mcal/functions mcal-create-calendar.xml

2003-08-30 Thread ali
ali Sat Aug 30 14:06:38 2003 EDT Modified files: /phpdoc/en/reference/mcal/functions mcal-create-calendar.xml Log: fixing proto Index: phpdoc/en/reference/mcal/functions/mcal-create-calendar.xml diff -u phpdoc/en/reference/mcal/functions/mcal-create-calen

[PHP-DOC] YAPF

2003-08-30 Thread Vincent Gevers
Hi Yet Another Proto Fix docs: array mcal_list_alarms ( int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]) c file: array mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec) the c fi

[PHP-DOC] proto for mcal_create_calendar incorrect

2003-08-30 Thread Vincent Gevers
Hi, A note submitter found another wrong proto... the docs say: string mcal_create_calendar ( int stream, string calendar) the c file says: bool mcal_create_calendar(int stream_id, string calendar) can this be fixed again.. - Vincent

[PHP-DOC] #25320 [NEW]: French documentation - Exemple 13-3. Création d'un objet de classe

2003-08-30 Thread otarella at nerim dot net
From: otarella at nerim dot net Operating system: PHP version: 4.3.3 PHP Bug Type: Documentation problem Bug description: French documentation - Exemple 13-3. Création d'un objet de classe Description: i believe is a french traduction bug. the exemple 13-3 sa

[PHP-DOC] Notes Status, 9530 total

2003-08-30 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.3% of the 9530 total user notes. Notes | Page ---+- 88 | http://php.net/manual

[PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-mail.xml

2003-08-30 Thread ali
ali Sat Aug 30 09:34:16 2003 EDT Modified files: /phpdoc/en/reference/imap/functions imap-mail.xml Log: corrected proto. thanks vincent Index: phpdoc/en/reference/imap/functions/imap-mail.xml diff -u phpdoc/en/reference/imap/functions/imap-mail.xml:1.2 p

[PHP-DOC] incorrect return type for imap_mail

2003-08-30 Thread Allowee
Hi, The documentation says that imap_mail will return a string but the c file says it will return bool can somebody fix this.. - Vincent