[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions touch.xml

2004-11-08 Thread Alexander Voytsekhovskyy
young Tue Nov 9 02:59:36 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions touch.xml Log: description and example are rewritten a bit by George Miroshnikov http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/touch.xml?r1

[PHP-DOC] #30727 [NEW]: Double at under copyright notice

2004-11-08 Thread matt at atopia dot net
From: matt at atopia dot net Operating system: FreeBSD PHP version: 5.0.2 PHP Bug Type: Documentation problem Bug description: Double at under copyright notice Description: man php returns the following gramatical error: This source file is subject to version

[PHP-DOC] #30715 [Bgs]: Permission Denied mk protocol with chm documents

2004-11-08 Thread john_taylor2 at optusnet dot com dot au
ID: 30715 User updated by: john_taylor2 at optusnet dot com dot au Reported By: john_taylor2 at optusnet dot com dot au Status: Bogus Bug Type: Documentation problem Operating System: MS Windows XP SP2 PHP Version: 5.0.2 New Comment: Javascript is

Re: [PHP-DOC] [Fwd: note 47259 added to ref.mssql]

2004-11-08 Thread Sean Coates
This is not true. At my last job (SQLServer 2000, < 1 year ago), we used the mssql_* functions (with FreeTDS) to process approx 10,000 financial transactions (>$1M USD) per day. This _MAY_ be partially true (ie, "ODBC is better") on windows, but the mssql_* functions DO work. Additionally, if

[PHP-DOC] [Fwd: note 47259 added to ref.mssql]

2004-11-08 Thread Mehdi Achour
--- Begin Message --- A word of advice: DO NOT USE THIS API We learned the hard way that the mssql_* functions use an outdated DLL/protocol which MSFT barely supports in the current version and won't support at all in the next. These APIs are slow and outdated and often just broken. The soluti

[PHP-DOC] cvs: phpdoc /en/language control-structures.xml

2004-11-08 Thread Jakub Vrana
vrana Mon Nov 8 17:26:25 2004 EDT Modified files: /phpdoc/en/language control-structures.xml Log: include and return in PHP 4 (bug #30723) http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.109&r2=1.110&ty=u Index: phpdoc/en/language/c

[PHP-DOC] #30723 [Opn->Csd]: Multiple incude()'s of file with func defs incorrectly documented for PHP 4

2004-11-08 Thread vrana
ID: 30723 Updated by: [EMAIL PROTECTED] Reported By: php dot devel at homelinkcs dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Mandrake Linux 10.0 PHP Version: Irrelevant New Comment: This bu

[PHP-DOC] #30723 [NEW]: Multiple incude()'s of file with func defs incorrectly documented for PHP 4

2004-11-08 Thread php dot devel at homelinkcs dot com
From: php dot devel at homelinkcs dot com Operating system: Mandrake Linux 10.0 PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Multiple incude()'s of file with func defs incorrectly documented for PHP 4 Description: The documentatio

Re: [PHP-DOC] Deprecated stuff

2004-11-08 Thread Enrique Garcia Briones
Shouldn't then that deprecated stuff have a note/warning pointing something that "Deprecated for PHP 4.x.x and above"   Enrique GBDerick Rethans <[EMAIL PROTECTED]> wrote: On Mon, 8 Nov 2004, techtonik wrote:> Hello, [EMAIL PROTECTED]>> What is the policy to deal with deprecated stuff ?> Like:> As

Re[4]: [PHP-DOC] xCHM 14-alpha

2004-11-08 Thread techtonik
||*()*|| Hi, Nuno. NL> Can you please also check the function index problem? Yep. I'll fix that too. t --

Re: Re[2]: [PHP-DOC] xCHM 14-alpha

2004-11-08 Thread Nuno Lopes
I'll try to build another fixed alpha by the end of this week. Do we need ZendAPI and Streams PHPAPI included in xCHM 14? nope Can you please also check the function index problem? Thanks, Nuno

Re[2]: [PHP-DOC] xCHM 14-alpha

2004-11-08 Thread techtonik
||*()*|| Hi, Jakub. JV> techtonik wrote: >> After more that one year interval new xCHM is compiled today. >> http://tech.zubr.com/phpdoc/php_manual_chm_14-alpha.zip >> Please test this as much as possible to find any other. JV> I found these so far: JV> Entities are probably not unescaped

[PHP-DOC] #30715 [Bgs]: Permission Denied mk protocol with chm documents

2004-11-08 Thread vrana
ID: 30715 Updated by: [EMAIL PROTECTED] Reported By: john_taylor2 at optusnet dot com dot au Status: Bogus Bug Type: Documentation problem Operating System: MS Windows XP SP2 PHP Version: 5.0.2 New Comment: Just for reference: There is follow

Re: [PHP-DOC] xCHM 14-alpha

2004-11-08 Thread Jakub Vrana
techtonik wrote: > After more that one year interval new xCHM is compiled today. > http://tech.zubr.com/phpdoc/php_manual_chm_14-alpha.zip > Please test this as much as possible to find any other. I found these so far: Entities are probably not unescaped in Contents bar (on the left side

Re: [PHP-DOC] Deprecated stuff

2004-11-08 Thread Derick Rethans
On Mon, 8 Nov 2004, techtonik wrote: > Hello, [EMAIL PROTECTED] > > What is the policy to deal with deprecated stuff ? > Like: > Aspell functions [deprecated] > CCVS API Functions [deprecated] > DBM Functions [deprecated] > Remove them or leave in some additional "Deprecated func

[PHP-DOC] #30323 [Bgs->Csd]: serialize doesn't work on internal classes

2004-11-08 Thread vrana
ID: 30323 Updated by: [EMAIL PROTECTED] Reported By: matthias dot hoseit at comline dot de -Status: Bogus +Status: Closed Bug Type: Documentation problem Operating System: Windows 2000 PHP Version: 5.0.2 New Comment: This bug has bee

[PHP-DOC] cvs: phpdoc /en/reference/var/functions serialize.xml

2004-11-08 Thread Jakub Vrana
vrana Mon Nov 8 10:01:37 2004 EDT Modified files: /phpdoc/en/reference/var/functions serialize.xml Log: Doesn't work with built-in objects (bug #30323) __sleep() works since 4.0.7 http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/serialize.xml?

Re: [PHP-DOC] Deprecated stuff

2004-11-08 Thread Gabor Hojtsy
What is the policy to deal with deprecated stuff ? Like: Aspell functions [deprecated] CCVS API Functions [deprecated] DBM Functions [deprecated] Remove them or leave in some additional "Deprecated functions" section under Function Reference? Leave them as-is. There are PHP versio

[PHP-DOC] #30715 [Opn->Bgs]: Permission Denied mk protocol with chm documents

2004-11-08 Thread nlopess
ID: 30715 Updated by: [EMAIL PROTECTED] Reported By: john_taylor2 at optusnet dot com dot au -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: MS Windows XP SP2 PHP Version: 5.0.2 New Comment: I couldn't

[PHP-DOC] Deprecated stuff

2004-11-08 Thread techtonik
Hello, [EMAIL PROTECTED] What is the policy to deal with deprecated stuff ? Like: Aspell functions [deprecated] CCVS API Functions [deprecated] DBM Functions [deprecated] Remove them or leave in some additional "Deprecated functions" section under Function Reference? t -- --[

[PHP-DOC] #30717 [Opn->Csd]: missing semicolon in oop iterations

2004-11-08 Thread vrana
ID: 30717 Updated by: [EMAIL PROTECTED] Reported By: bernd at komplett dot cc -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: 5.0.2 New Comment: This bug has been fixed in the documentation's XML sources. Since the online and downloadable ver

[PHP-DOC] cvs: phpdoc /en/language/oop5 iterations.xml /en/reference/apd/functions apd-continue.xml apd-echo.xml /en/reference/array/functions array-key-exists.xml /en/reference/classkit/functions classkit-method-remove.xml /en/reference/domxml/functions DomElement-get-attribute.xml DomElement-has-attribute.xml /en/reference/errorfunc/functions set-exception-handler.xml /en/reference/ming/functions swfmovie.streammp3.xml /en/reference/parsekit/functions parsekit-compile-file.xml parsekit-func-arginfo.xml /en/reference/soap/functions is-soap-fault.xml /en/security database.xml

2004-11-08 Thread Jakub Vrana
vrana Mon Nov 8 07:10:21 2004 EDT Modified files: /phpdoc/en/language/oop5iterations.xml /phpdoc/en/reference/apd/functions apd-continue.xml apd-echo.xml /phpdoc/en/reference/array/functionsarray-key-exists.xml /phpdoc/en/reference/classki

[PHP-DOC] #30717 [NEW]: missing semicolon in oop iterations

2004-11-08 Thread bernd at komplett dot cc
From: bernd at komplett dot cc Operating system: PHP version: 5.0.2 PHP Bug Type: Documentation problem Bug description: missing semicolon in oop iterations Description: missing semicolon in example 19-20 on page, line 27 http://www.php.net/manual/en/language.oo

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fseek.xml

2004-11-08 Thread Alexander Voytsekhovskyy
young Mon Nov 8 05:28:14 2004 EDT Modified files: /phpdoc/en/reference/filesystem/functions fseek.xml Log: Fixes very small whitespace typo by George Miroshnikov http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fseek.xml?r1=1.8&r2=1.9