[PHP-DOC] #36277 [Opn-Csd]: NIE spowrotem tylko z powrotem

2006-02-04 Thread leszek
 ID:   36277
 Updated by:   [EMAIL PROTECTED]
 Reported By:  hanna11 at o2 dot pl
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: Win XP
 PHP Version:  Irrelevant


Previous Comments:


[2006-02-03 19:09:33] hanna11 at o2 dot pl

Description:

Web page: http://www.php.net/manual/pl/language.expressions.php

see ///zwraca wartoœæ zmiennej $a plus 3, która jest przypisywana
spowrotem do $a...

B£¥D: NIE spowrotem tylko z powrotem

nieco dalej ten sam b³¹d przypisz j¹ spowrotem do $a

Reproduce code:
---
Web page: http://www.php.net/manual/pl/language.expressions.php

see ///zwraca wartoœæ zmiennej $a plus 3, która jest przypisywana
spowrotem do $a...

B£¥D: NIE spowrotem tylko z powrotem

nieco dalej ten sam b³¹d przypisz j¹ spowrotem do $a

Expected result:

Web page: http://www.php.net/manual/pl/language.expressions.php

see ///zwraca wartoœæ zmiennej $a plus 3, która jest przypisywana
spowrotem do $a...

B£¥D: NIE spowrotem tylko z powrotem

nieco dalej ten sam b³¹d przypisz j¹ spowrotem do $a

Actual result:
--
Web page: http://www.php.net/manual/pl/language.expressions.php

see ///zwraca wartoœæ zmiennej $a plus 3, która jest przypisywana
spowrotem do $a...

B£¥D: NIE spowrotem tylko z powrotem

nieco dalej ten sam b³¹d przypisz j¹ spowrotem do $a





-- 
Edit this bug report at http://bugs.php.net/?id=36277edit=1


[PHP-DOC] Dutch translation

2006-02-04 Thread Stijn Herreman



I would like to translate a bunch of the Dutch 
manual, since last update is from 2004, and there's not much translated 
yet.

Who do I have to contact for this?

Grtz,
Stijn Herreman


Re: [PHP-DOC] Dutch Translation

2006-02-04 Thread Gabor Hojtsy
Hi,

The Dutch mailing list is [EMAIL PROTECTED], you can try to contact
that group. More information on the documentation process can be found
at http://php.net/dochowto

Regards,
Gabor Hojtsy

Stijn Herreman wrote:
 Hello,
  
 I would like to translate a bunch of the Dutch manual, since last update
 is from 2004, and there's not much translated yet.
  
 Who do I have to contact for this?
  
 Grtz,
 Stijn Herreman


[PHP-DOC] #36280 [Opn]: Character increment - problems with non-english chars

2006-02-04 Thread tony2001
 ID:  36280
 Updated by:  [EMAIL PROTECTED]
 Reported By: dekelb at gmail dot com
 Status:  Open
-Bug Type:*General Issues
+Bug Type:Documentation problem
 PHP Version: 4.4.2
 New Comment:

Yes, characters that are not in a-zA-Z not supported.
Reclassified as docu problem.


Previous Comments:


[2006-02-04 05:31:20] dekelb at gmail dot com

Description:

I've search for similar bug, but nothing found. If I missed it please
ignore this post :)
The manual mentioned the character increment, but there is no reference
for English characters only.
When I'm trying character increment on Hebrew chars (and I guess with
any non-english chars it will be the same) – the output of the script
is just the same as the original char:
?
$a = à
echo ++$a;
?
The expected result is the following char (which is á), but the
result is the same char. Notice that ++ on à9 results with 9 changes
to 0, but the Hebrew char isn't incremented.
(The encoding I used for this post is windows-1255/iso-8859-8-i).






-- 
Edit this bug report at http://bugs.php.net/?id=36280edit=1


[PHP-DOC] #36284 [NEW]: env omission in the docs compiling under win32

2006-02-04 Thread clemente dot biondo at tin dot it
From: clemente dot biondo at tin dot it
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  env omission in the docs compiling under win32 

Description:

Hi folks,
there's a little omission in the documentation that prevents
inexperienced users from compiling php under win32.

In the php Manual
  section 6. Installation on Windows systems
  subsection Building from source
  paraghraph Putting it all together 
it isn't clearly stated that you need to have the binaries contained into
bindlib_w32 in your path. In the example indicated by the manual you must
add somewhere in the paragraph the following line:

PATH C:\work\win32build\bin;%PATH%

I think you must add that line at the end of this text:

First you should open a Visual Studio Command Prompt, which should be
available under the Start menu. A regular Command Prompt window shouldn't
work, as probably it doesn't have the necessary environment variables set.
Then type something like cd C:\work\php-5.x.x to enter in the PHP source
dir. Now you are ready to start configuring PHP.

Have a nice day!

Expected result:

Checking for bison.exe ...  in default path

Actual result:
--
Checking for bison.exe ...  not found
ERROR: bison is required

-- 
Edit bug report at http://bugs.php.net/?id=36284edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36284r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36284r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36284r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=36284r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=36284r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=36284r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=36284r=needscript
Try newer version:http://bugs.php.net/fix.php?id=36284r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=36284r=support
Expected behavior:http://bugs.php.net/fix.php?id=36284r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=36284r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=36284r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=36284r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36284r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=36284r=dst
IIS Stability:http://bugs.php.net/fix.php?id=36284r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=36284r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36284r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=36284r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=36284r=mysqlcfg


[PHP-DOC] one parameter for two options!?

2006-02-04 Thread Jan Pieper

http://www.php.net/printer-set-option

[...]
PRINTER_FORMAT_LETTER: specifies standard letter format (8 1/2- by 11-inches).
PRINTER_FORMAT_LETTER: specifies standard legal format (8 1/2- by 14-inches).
[...]

mistake!?

Jan Pieper


Re: [PHP-DOC] one parameter for two options!?

2006-02-04 Thread Friedhelm Betz

Jan Pieper wrote:

http://www.php.net/printer-set-option

[...]
PRINTER_FORMAT_LETTER: specifies standard letter format (8 1/2- by 
11-inches).
PRINTER_FORMAT_LETTER: specifies standard legal format (8 1/2- by 
14-inches).

[...]

mistake!?

Jan Pieper



Please open a bug report at bugs.php.net category Documentation problem.

Thanks
Friedhelm


[PHP-DOC] #36285 [NEW]: one parameter for two options

2006-02-04 Thread scripts at freq9 dot de
From: scripts at freq9 dot de
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  one parameter for two options

Description:

http://www.php.net/printer-set-option

[...]
PRINTER_FORMAT_LETTER: specifies standard letter format (8 1/2- by
11-inches).
PRINTER_FORMAT_LETTER: specifies standard legal format (8 1/2- by
14-inches).
[...]


-- 
Edit bug report at http://bugs.php.net/?id=36285edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36285r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36285r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36285r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=36285r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=36285r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=36285r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=36285r=needscript
Try newer version:http://bugs.php.net/fix.php?id=36285r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=36285r=support
Expected behavior:http://bugs.php.net/fix.php?id=36285r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=36285r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=36285r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=36285r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36285r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=36285r=dst
IIS Stability:http://bugs.php.net/fix.php?id=36285r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=36285r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36285r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=36285r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=36285r=mysqlcfg


Re: [PHP-DOC] Feature Request for doc.php.net

2006-02-04 Thread Nuno Lopes

OK, that can be an useful feature.
I'll take a look at that next week.

Nuno



Hello there,
as I have no idea who actually maintains this, I'll post it here for
(hopefully) discussion.

When I go to http://doc.php.net/php/de/revcheck.php?p=translators I see
for example that I maintain 3 files, 2 are uptodate and 1 critical. And
why doesn't a click on my name show a list of the files I maintain, if I
can't find the one that's critical and needs an update?

I'd expect this behaviour and think it is reasonable. Especially for
those people who maintain more files. And perhaps I've just overlooked
it, then tell me. Oh, I know of
http://doc.php.net/php/de/revcheck.php?p=files but a per-person view
seems better for me.

Greetings,
Florian


[PHP-DOC] cvs: phpdoc /en/reference/printer/functions printer-set-option.xml

2006-02-04 Thread Jakub Vrana
vrana   Sat Feb  4 20:28:07 2006 UTC

  Modified files:  
/phpdoc/en/reference/printer/functions  printer-set-option.xml 
  Log:
  LEGAL format (bug #36285)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/printer/functions/printer-set-option.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/printer/functions/printer-set-option.xml
diff -u phpdoc/en/reference/printer/functions/printer-set-option.xml:1.6 
phpdoc/en/reference/printer/functions/printer-set-option.xml:1.7
--- phpdoc/en/reference/printer/functions/printer-set-option.xml:1.6Wed Apr 
20 14:05:08 2005
+++ phpdoc/en/reference/printer/functions/printer-set-option.xmlSat Feb 
 4 20:28:07 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- splitted from ./en/functions/printer.xml, last change in rev 1.6 --
   refentry id=function.printer-set-option
refnamediv
@@ -85,7 +85,7 @@
 /listitem
 listitem
  simpara
-  parameter PRINTER_FORMAT_LETTER/parameter:
+  parameter PRINTER_FORMAT_LEGAL/parameter:
   specifies standard legal format (8 1/2- by 14-inches).
  /simpara
 /listitem


[PHP-DOC] #36285 [Opn-Csd]: one parameter for two options

2006-02-04 Thread vrana
 ID:  36285
 Updated by:  [EMAIL PROTECTED]
 Reported By: scripts at freq9 dot de
-Status:  Open
+Status:  Closed
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.


Previous Comments:


[2006-02-04 14:08:22] scripts at freq9 dot de

Description:

http://www.php.net/printer-set-option

[...]
PRINTER_FORMAT_LETTER: specifies standard letter format (8 1/2- by
11-inches).
PRINTER_FORMAT_LETTER: specifies standard legal format (8 1/2- by
14-inches).
[...]






-- 
Edit this bug report at http://bugs.php.net/?id=36285edit=1


Re: [PHP-DOC] Feature Request for doc.php.net

2006-02-04 Thread mazzanet
I have added this feature to the 'Files' section, having an option of 
selecting either a directory or a translator.

The modifications are live on my own DocWeb testing server, example here:
http://php.mazzanet.id.au/php/fr/revcheck.php?user=damsp=files

I'll commit it if no one has any complaints, etc.

M


Nuno Lopes wrote:

OK, that can be an useful feature.
I'll take a look at that next week.

Nuno



Hello there,
as I have no idea who actually maintains this, I'll post it here for
(hopefully) discussion.

When I go to http://doc.php.net/php/de/revcheck.php?p=translators I see
for example that I maintain 3 files, 2 are uptodate and 1 critical. And
why doesn't a click on my name show a list of the files I maintain, if I
can't find the one that's critical and needs an update?

I'd expect this behaviour and think it is reasonable. Especially for
those people who maintain more files. And perhaps I've just overlooked
it, then tell me. Oh, I know of
http://doc.php.net/php/de/revcheck.php?p=files but a per-person view
seems better for me.

Greetings,
Florian