[PHP-DOC] cvs: phpdoc /en/reference/dba/functions dba-open.xml dba-popen.xml /en/reference/dir/functions opendir.xml /en/reference/hw/functions hw-connect.xml hw-pconnect.xml /en/reference/hwapi/fu

2005-06-21 Thread Jakub Vrana
vrana Tue Jun 21 09:56:28 2005 EDT Modified files: /phpdoc/en/reference/spl/functions CachingIterator-hasNext.xml CachingIterator-valid.xml FilterIterator-valid.xml

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

2005-06-07 Thread Mehdi Achour
didou Tue Jun 7 04:23:02 2005 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: fix function name in parameter description http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-open.xml?r1=1.15r2=1.16ty=u Index:

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

2005-01-31 Thread Mehdi Achour
didou Mon Jan 31 07:38:48 2005 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: clean up http://cvs.php.net/diff.php/phpdoc/en/reference/dba/functions/dba-open.xml?r1=1.13r2=1.14ty=u Index:

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

2002-12-11 Thread Marcus Boerger
helly Wed Dec 11 07:00:18 2002 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: Latest changes Index: phpdoc/en/reference/dba/functions/dba-open.xml diff -u phpdoc/en/reference/dba/functions/dba-open.xml:1.7

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

2002-11-10 Thread Philip Olson
philip Sun Nov 10 18:22:28 2002 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: Returns resource on success. Index: phpdoc/en/reference/dba/functions/dba-open.xml diff -u phpdoc/en/reference/dba/functions/dba-open.xml:1.5

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

2002-11-09 Thread Philip Olson
philip Sat Nov 9 19:36:06 2002 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: Fix typo, it's sem not sysvsem. Index: phpdoc/en/reference/dba/functions/dba-open.xml diff -u phpdoc/en/reference/dba/functions/dba-open.xml:1.4

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

2002-11-07 Thread Gabor Hojtsy
- typeresource/typemethodnamedba_open/methodname + typeresource|false/typemethodnamedba_open/methodname Can you please explain the addition of false here? Does this return false on failure? Or will it at some point return false yet not fail? That would be odd. Anyway,

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 04:57:34 2002 EDT Modified files: /phpdoc/en/reference/dba/functions dba-open.xml Log: Closing Bug #19077 #maybe someone will analyse which libraries fail and wich work (e.g. wait). Index: phpdoc/en/reference/dba/functions/dba-open.xml

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

2002-11-06 Thread Philip Olson
Closing Bug #19077 #maybe someone will analyse which libraries fail and wich work (e.g. wait). - typeresource/typemethodnamedba_open/methodname + typeresource|false/typemethodnamedba_open/methodname Can you please explain the addition of false here? Does this return false on

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

2002-11-06 Thread Marcus Boerger
It return false on failure as documented. I feel we should use this for all functions where any failure results in false. This way users easily know that they must check for func()!==false marcus At 11:20 06.11.2002, Philip Olson wrote: Closing Bug #19077 #maybe someone will analyse