[PHP-DOC] #36115 [NEW]: vers5.png is not transparent

2006-01-20 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: PHP version: Irrelevant PHP Bug Type: Livedocs problem Bug description: vers5.png is not transparent Description: Image vers5.png used to mark PHP 5 only functions is not transpart thus looks ugly on color background (e.

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-num-rows.xml

2006-01-20 Thread Jakub Vrana
vrana Sat Jan 21 05:04:43 2006 UTC Modified files: /phpdoc/en/reference/mysqli/functions mysqli-num-rows.xml Log: Procedural style uses mysqli_result too http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/functions/mysqli-num-rows.xml?r1=1.9&r2=1.

[PHP-DOC] cvs: phpdoc /en/reference/mysqli reference.xml

2006-01-20 Thread Jakub Vrana
vrana Sat Jan 21 04:59:00 2006 UTC Modified files: /phpdoc/en/reference/mysqli reference.xml Log: Link directly to mysqli_stmt http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/reference.xml?r1=1.26&r2=1.27&diff_format=u Index: phpdoc/en/reference/mysq

[PHP-DOC] cvs: phpdoc /en/reference/mbstring configure.xml ini.xml

2006-01-20 Thread Rui Hirokawa
hirokawaSat Jan 21 04:25:50 2006 UTC Modified files: /phpdoc/en/reference/mbstring configure.xml ini.xml Log: added new option. http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mbstring/configure.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/r

Re: [PHP-DOC] Re: Japanese manual has not been updated

2006-01-20 Thread Derick Rethans
On Fri, 20 Jan 2006, Dallas Thunder wrote: > As far as I know, the manual build process is now manully. > You could ask PHP web admin to do a manual build. I already started one - should be done tomorrow. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org

[PHP-DOC] Re: Japanese manual has not been updated

2006-01-20 Thread Dallas Thunder
As far as I know, the manual build process is now manully. You could ask PHP web admin to do a manual build. Good luck. "TAKAGI Masahiro" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, The Japanese PHP Manual [*1] has not been updated longer than half a year. As far as I kno

[PHP-DOC] #36108 [Opn->Bgs]: sprintf("%u") undocumented

2006-01-20 Thread nlopess
ID: 36108 Updated by: [EMAIL PROTECTED] Reported By: simon at npkk dot cz -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: All PHP Version: Irrelevant New Comment: it is documented (at least in the engli

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

2006-01-20 Thread pornel at despammed dot com
From: pornel at despammed dot com Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: preg_replace example suggests poor patterns, which are harmful if really used Description: The code on http://uk.php.net/preg_replac

[PHP-DOC] Japanese manual has not been updated

2006-01-20 Thread TAKAGI Masahiro
Hi, The Japanese PHP Manual [*1] has not been updated longer than half a year. As far as I know, 1. The manual is automatically built once a week. 2. The log is sent to news://news.php.net/php.doc.ja if failing in the build. It is at August 8th that I last received the post which says "build

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Sveta Smirnova
Hello! Jakub Vrana wrote: Usually, you can use C:\Progra~1 for the same location. Jakub Vrana Oh! I forgot about C:\Progra~1 Thank you. Richard A. Quadling wrote: But that MAY not be the correct 8.3 name. C:\Progra~1 may not be C:\Program Files C:\Progra~2 may be C:\Program Files

[PHP-DOC] #36108 [NEW]: sprintf("%u") undocumented

2006-01-20 Thread simon at npkk dot cz
From: simon at npkk dot cz Operating system: All PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: sprintf("%u") undocumented Description: "%u" output modificator of the sprintf() function works as expected for integers, returning the u

[PHP-DOC] #36107 [Opn->Bgs]: php_rar.dll doesn't appear in PECL, but is documented to appear.

2006-01-20 Thread tony2001
ID: 36107 Updated by: [EMAIL PROTECTED] Reported By: olympnn at nm dot ru -Status: Open +Status: Bogus Bug Type:Documentation problem PHP Version: Irrelevant New Comment: Not a documentation issue. Previous Comments: -

[PHP-DOC] #36107 [NEW]: php_rar.dll doesn't appear in PECL, but is documented to appear.

2006-01-20 Thread olympnn at nm dot ru
From: olympnn at nm dot ru Operating system: PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: php_rar.dll doesn't appear in PECL, but is documented to appear. Description: The documentation page http://www.php.net/manual/en/ref.rar.p

RE: [PHP-DOC] configure.in patch

2006-01-20 Thread Richard A. Quadling
But that MAY not be the correct 8.3 name. C:\Progra~1 may not be C:\Program Files C:\Progra~2 may be C:\Program Files BUT C:\Program Files IS C:\Program Files. There are a lot of rules around the ~nnn which make using them a real pain. Ideally, if the script is running on windows then it shoul

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Jakub Vrana
Sveta Smirnova wrote: > In Windows default place for programs is > "C:\ProgramFiles\Program_name". "C:\Program Files" contains > whitespace. Installingof all programs in different places is > inconvinient. For example peopledon't raise an objection when > UNIX-based operation systems requireinstall

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Sveta Smirnova
Hello Gabor! In Windows default place for programs is "C:\Program Files\Program_name". "C:\Program Files" contains whitespace. Installing of all programs in different places is inconvinient. For example people don't raise an objection when UNIX-based operation systems require install programs

Re: [PHP-DOC] configure.in patch

2006-01-20 Thread Gabor Hojtsy
Hi Sveta, Sveta Smirnova wrote: > Hello! > > When I tried to build copy of manual using configure option > --with-php="path with whitespaces", I got error. > > In attached diff patch, allows use whitespaces in paths. > > Regards, > Sveta. What does a space char do in a path? :) Seriosly, this