I disagree, 90% of the notes for PHP5 functions discuss replica PHP4
versions. I think it's clear people don't check the migration pages before
reading or making their own post (why would they!).
I think a possible solution would be to add a Tip or Note saying "See here
for more information about
Hi Friedhelm,
I wouldn't have thought that to be an option, but now that you mention it -
sure, sounds like a great idea.
Would you like me to do it? I'm not sure I have commit access to those
pages...
"Friedhelm Betz" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> I noticed
> Hi,
> I noticed that you placed many notes in the notes system announcing the
> mentioned pear package PHP_Compat.
> It would be much smarter to integrate this in the regular docs, rather
> than posting this to the user notes.
> Thoughts?
I agree. And as useful as it may be or seem it doesn'
abies Sun May 30 18:04:43 2004 EDT
Modified files:
/phpdoc/en/reference/ibase constants.xml
Log:
Added more elaborate description of transaction & fetch flags
Added new service API constants
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/constants.
ID: 28580
User updated by: chruker at tiscali dot dk
Reported By: chruker at tiscali dot dk
Status: Open
Bug Type: Documentation problem
Operating System: All
PHP Version: Irrelevant
New Comment:
I just tried:
echo xml_parser_get_option($xml, 124
abies Sun May 30 16:48:59 2004 EDT
Modified files:
/phpdoc/en/reference/ibase ini.xml
Log:
Added new configuration directives
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/ini.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibase/ini.xml
diff -u
ID: 28580
Comment by: jed at jed dot bz
Reported By: chruker at tiscali dot dk
Status: Open
Bug Type: Documentation problem
Operating System: All
PHP Version: Irrelevant
New Comment:
It also generates a Warning, but it still might return FALS
ID: 28580
Comment by: jed at jed dot bz
Reported By: chruker at tiscali dot dk
Status: Open
Bug Type: Documentation problem
Operating System: All
PHP Version: Irrelevant
New Comment:
Although I was able to find this "typo" in the documentatio
abies Sun May 30 14:51:51 2004 EDT
Modified files:
/phpdoc/en/reference/ibase/functionsibase-timefmt.xml
Log:
Added deprecation note
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-timefmt.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/e
Hi,
I noticed that you placed many notes in the notes system announcing the
mentioned pear package PHP_Compat.
It would be much smarter to integrate this in the regular docs, rather
than posting this to the user notes.
Thoughts?
regards
Friedhelm
--
http://www.hostsharing.net
ID: 28580
User updated by: chruker at tiscali dot dk
Reported By: chruker at tiscali dot dk
Status: Open
Bug Type: Documentation problem
Operating System: All
PHP Version: Irrelevant
New Comment:
Direct link to the page in the online documentation
From: chruker at tiscali dot dk
Operating system: All
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: Typo in documentation
Description:
Hi
On the page describing the xml_parser_get_option function there is a typo
in the documentatio
GH>>This will not be documented at that place, but in the language section
GH>>instead, so that section should be linked in.
Well, I couldn't find the right place where it's documented, so feel free
to re-link to the right place once it's there :)
--
Stanislav Malyshev, Zend Products Engineer
stasSun May 30 10:42:01 2004 EDT
Modified files:
/phpdoc/en/reference/overload reference.xml
Log:
add PHP5 note - overload is not in php5
+
+
+ This extension is not a part of PHP 5. PHP 5 supports __get(),
+ __set() and __call() natively. See
stasSun May 30 10:42:01 2004 EDT
Modified files:
/phpdoc/en/reference/overload reference.xml
Log:
add PHP5 note - overload is not in php5
http://cvs.php.net/diff.php/phpdoc/en/reference/overload/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/refe
> On Sunday 30 May 2004 12:24, Derick Rethans wrote:
> > On Sat, 29 May 2004, Friedhelm Betz wrote:
> > > Hi,
> > > should those be documented in the appendix like predefinded
> > > classes?
> > >
> > > This ones are predefinded by the zend engine:
> > > Traversable
> > > IteratorAggregate
> > > It
On Sunday 30 May 2004 12:24, Derick Rethans wrote:
> On Sat, 29 May 2004, Friedhelm Betz wrote:
> > Hi,
> > should those be documented in the appendix like predefinded
> > classes?
> >
> > This ones are predefinded by the zend engine:
> > Traversable
> > IteratorAggregate
> > Iterator
> > ArrayAcce
I have some notes for next part of PHP manual:
A function may define C++-style default values for scalar arguments as follows:
Link: http://www.php.net/manual/en/functions.arguments.php
PHP also support array's as default value for arguments. Can we write
some words about it?
I didn't kno
should those be documented in the appendix like predefinded classes?
This ones are predefinded by the zend engine:
Traversable
IteratorAggregate
Iterator
ArrayAccess
Am I missing one?
These are defined in SPL, right? Why not open an SPL extension doc
refsection?
Goba
On Sat, 29 May 2004, Friedhelm Betz wrote:
> Hi,
> should those be documented in the appendix like predefinded classes?
>
> This ones are predefinded by the zend engine:
> Traversable
> IteratorAggregate
> Iterator
> ArrayAccess
>
> Am I missing one?
Aren't those part of SPL?
regards,
Derick
nlopess Sun May 30 04:52:43 2004 EDT
Modified files:
/phpdoc/en/features file-upload.xml
Log:
turning info into warning to avoid confusions
http://cvs.php.net/diff.php/phpdoc/en/features/file-upload.xml?r1=1.76&r2=1.77&ty=u
Index: phpdoc/en/features/file-upload.
It's working here, although you must copy xml_classes5.php manually (if
using PHP 5, only), because the configure script isn't handling it
automatically.
Nuno
P.S.: I already had a problem building, but then I've set
the --with-build-dir=/tmp and it worked! :)
- Original Message -
> H
Good day.
I have some notes for next part of PHP manual:
A function may define C++-style default values for scalar arguments as follows:
Link: http://www.php.net/manual/en/functions.arguments.php
PHP also support array's as default value for arguments. Can we write
some words about it?
23 matches
Mail list logo