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
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
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
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
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
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
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
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