Re: [PHP-DOC] Is there any problem with CVS repository?

2006-06-16 Thread Derick Rethans
On Sat, 17 Jun 2006, TAKAGI Masahiro wrote: > When I do "cvs up -dP" now, I got the following messages. But I can't > find any commitlog for these operations. > > cvs update: cs/reference/math/functions/log.xml is no longer in the > repository > cvs update: cs/reference/math/functions/log10.xm

[PHP-DOC] Is there any problem with CVS repository?

2006-06-16 Thread TAKAGI Masahiro
Hi, When I do "cvs up -dP" now, I got the following messages. But I can't find any commitlog for these operations. cvs update: cs/reference/math/functions/log.xml is no longer in the repository cvs update: cs/reference/math/functions/log10.xml is no longer in the repository cvs update: cs/ref

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Etienne Kneuss
arr, sounds like I won't be able to make one thing right! Sorry about that ;) -- Etienne Kneuss http://www.colder.ch/ [EMAIL PROTECTED]

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Etienne Kneuss
colder Sat Jun 17 00:16:59 2006 UTC Modified files: /phpdoc/en/reference/filesystem/functions file-put-contents.xml Log: little typo http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.8&r2=1.9&diff_format=u Inde

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Nuno Lopes
You can also specify the data parameter as an array (not multi-dimension arrays). This is equivalent to - file_put_contents($filename, join('', $array)). + file_put_contents($filename, implode('' ,$array)). Watch out! That comma isn't in the right place :) Nuno

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file-put-contents.xml

2006-06-16 Thread Etienne Kneuss
colder Fri Jun 16 18:11:32 2006 UTC Modified files: /phpdoc/en/reference/filesystem/functions file-put-contents.xml Log: Avoid using aliases http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.7&r2=1.8&diff_forma

[PHP-DOC] cvs: phpdoc /en/reference/misc/functions exit.xml

2006-06-16 Thread Etienne Kneuss
colder Fri Jun 16 18:41:44 2006 UTC Modified files: /phpdoc/en/reference/misc/functions exit.xml Log: die is not a function, and equivalent to exit http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/misc/functions/exit.xml?r1=1.10&r2=1.11&diff_format=u Index: p

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

2006-06-16 Thread Etienne Kneuss
colder Fri Jun 16 18:11:33 2006 UTC Modified files: /phpdoc/en/reference/imap/functions imap-reopen.xml Log: Avoid using aliases http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/imap/functions/imap-reopen.xml?r1=1.8&r2=1.9&diff_format=u Index: phpdoc/en/refer

[PHP-DOC] #37782 [Fbk->Bgs]: php.ini in CWD not parsed

2006-06-16 Thread nlopess
ID: 37782 Updated by: [EMAIL PROTECTED] Reported By: lordi at msdi dot ca -Status: Feedback +Status: Bogus Bug Type: Documentation problem Operating System: Windows 2003 PHP Version: 5.1.4 New Comment: php-cli.exe is available in PHP

[PHP-DOC] #37782 [Opn->Fbk]: php.ini in CWD not parsed

2006-06-16 Thread colder
ID: 37782 Updated by: [EMAIL PROTECTED] Reported By: lordi at msdi dot ca -Status: Open +Status: Feedback Bug Type: Documentation problem Operating System: Windows 2003 PHP Version: 5.1.4 New Comment: I can't reproduce it (php5.1.4 @

[PHP-DOC] cvs: phpdoc /en/reference/array/functions array-filter.xml

2006-06-16 Thread Etienne Kneuss
colder Fri Jun 16 14:44:47 2006 UTC Modified files: /phpdoc/en/reference/array/functionsarray-filter.xml Log: improve the example a bit http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/array/functions/array-filter.xml?r1=1.16&r2=1.17&diff_format=u Ind

[PHP-DOC] fight spam in notes system [patches] [updated]

2006-06-16 Thread Etienne Kneuss
Hi again, after a short discussion on [EMAIL PROTECTED] with bjori and dave, I modified the patches a bit to handle a new protection challenge: the simple "please uncheck this box". Links remain the same: [1] http://www.colder.ch/repository/php/php.net/spam-protection.php [2] http://patches.cold

[PHP-DOC] #36112 [Opn->Csd]: preg_replace example suggests poor patterns, which are harmful if really used

2006-06-16 Thread colder
ID: 36112 Updated by: [EMAIL PROTECTED] Reported By: pornel at despammed dot com -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant Assigned To: colder New Comment: This bug has been fixed in the documentation's XML sources. Since th

[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-replace.xml

2006-06-16 Thread Etienne Kneuss
colder Fri Jun 16 13:44:09 2006 UTC Modified files: /phpdoc/en/reference/pcre/functions preg-replace.xml Log: Fix #36112 (Bad example removed) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pcre/functions/preg-replace.xml?r1=1.16&r2=1.17&diff_format=u Index