[PHP-DOC] FROM BRAZIL - Duvida sobre licensa

2005-05-05 Thread Fabio Pimenta
Brazil, 04/05/2005

Caros amigos, estou enfrentando o desafio de escrever um livro sobre PHP,
tenho como base o manual oficial do site, na linguagem portugues-brasil,
gostaria de saber se é possível a transcrição de alguns poucos trechos do
manual, por exemplo, A História do PHP, sempre mencionando a fonte.
Este livro não tem prazo para finalização, mas será distribuído
comercialmente.
Conto com a colaboração de todos

Fábio Pimenta

PS. desculpe, mas não falo
inglês.
---
Mensagem
encaminhada pelo Webmail Sercomtel Internet
Para soluções inteligentes em
sua empresa:
http://home.sercomtel.com.br/servicos_hospedagem/plano_basic.asp


Re: [PHP-DOC] FROM BRAZIL - Duvida sobre licensa

2005-05-05 Thread Nuno Lopes
Questions regarding licensing should be made in english and asked in the 
phpdoc license mailling list ([EMAIL PROTECTED]).

Nuno
- Original Message - 
Brazil, 04/05/2005
Caros amigos, estou enfrentando o desafio de escrever um livro sobre PHP,
tenho como base o manual oficial do site, na linguagem portugues-brasil,
gostaria de saber se é possível a transcrição de alguns poucos trechos do
manual, por exemplo, A História do PHP, sempre mencionando a fonte.
Este livro não tem prazo para finalização, mas será distribuído
comercialmente.
Conto com a colaboração de todos
Fábio Pimenta
PS. desculpe, mas não falo
inglês. 


[PHP-DOC] #32948 [Opn]: $HTTP_RAW_POST_DATA is empty if form's enctype=multipart/form-data

2005-05-05 Thread sniper
 ID:   32948
 Updated by:   [EMAIL PROTECTED]
 Reported By:  chaz_meister_rock at yahoo dot com
 Status:   Open
-Bug Type: HTTP related
+Bug Type: Documentation problem
-Operating System: OSX 10.3.9
+Operating System: *
-PHP Version:  5.0.4
+PHP Version:  Irrelevant
 New Comment:

HTTP_RAW_POST_DATA is NOT set for multipart forms.
Would be nice if this was said in the manual too.



Previous Comments:


[2005-05-05 03:10:34] chaz_meister_rock at yahoo dot com

Description:

$HTTP_RAW_POST_DATA is empty when using a form with
enctype=multipart/form-data set.

php.ini contains
always_populate_raw_post_data = On

this issue looks similar to:
http://bugs.php.net/bug.php?id=23765



Reproduce code:
---
?php
echo $HTTP_RAW_POST_DATA;
?
form enctype=multipart/form-data method=post
input type=text name=it value=groovy /
input type=file name=upFile /
input type=submit /
/form

Expected result:

it=groovyupFile=


Actual result:
--
Notice: Undefined index: HTTP_RAW_POST_DATA






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


[PHP-DOC] #32960 [NEW]: English : db2

2005-05-05 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  English : db2

Description:

reference/dio/functions/dio-seek.xml

In the new doc you said :
SEEK_END - Specifies that pos is a count of characters from the end of
the file. A negative count specifies a position within the current extent
of the file; a positive count specifies a position past the current end.
If you set the position past the current end, and actually write data, you
will extend the file with zeros up to that position.

And in the example :
dio_seek($fd, SEEK_END, -10);
// position is now at 10 characters past the end of the file.
// The 10 characters between the end of the file and the current
// position are filled with zeros.


I think you do the inverse... ? you said in the doc that - remain in the
file, and + pad with 0, but in the example it seems to be the inverse. You
do -10, and you said it goes after the end...

If the doc is ok, it should be a little bit more explicit.




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


[PHP-DOC] #32960 [Opn]: English : dio, error logic + examples

2005-05-05 Thread jsgoupil
 ID:  32960
 Updated by:  [EMAIL PROTECTED]
-Summary: English : db2
 Reported By: [EMAIL PROTECTED]
 Status:  Open
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:

By the way, check the example title of dio-open.xml, dio-seek.xml

They all have : 
titleSetting the baud rate on a serial port/title


Previous Comments:


[2005-05-06 06:13:48] [EMAIL PROTECTED]

Description:

reference/dio/functions/dio-seek.xml

In the new doc you said :
SEEK_END - Specifies that pos is a count of characters from the end of
the file. A negative count specifies a position within the current
extent of the file; a positive count specifies a position past the
current end. If you set the position past the current end, and actually
write data, you will extend the file with zeros up to that position.

And in the example :
dio_seek($fd, SEEK_END, -10);
// position is now at 10 characters past the end of the file.
// The 10 characters between the end of the file and the current
// position are filled with zeros.


I think you do the inverse... ? you said in the doc that - remain in
the file, and + pad with 0, but in the example it seems to be the
inverse. You do -10, and you said it goes after the end...

If the doc is ok, it should be a little bit more explicit.








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


[PHP-DOC] cvs: phpdoc /en/reference/dio/functions dio-tcsetattr.xml

2005-05-05 Thread Jean-S�bastien Goupil
jsgoupilFri May  6 00:34:59 2005 EDT

  Modified files:  
/phpdoc/en/reference/dio/functions  dio-tcsetattr.xml 
  Log:
  correcting parameter name + whitespaces
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dio/functions/dio-tcsetattr.xml?r1=1.10r2=1.11ty=u
Index: phpdoc/en/reference/dio/functions/dio-tcsetattr.xml
diff -u phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.10 
phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.11
--- phpdoc/en/reference/dio/functions/dio-tcsetattr.xml:1.10Tue Apr  5 
08:51:55 2005
+++ phpdoc/en/reference/dio/functions/dio-tcsetattr.xml Fri May  6 00:34:58 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.10 $ --
+!-- $Revision: 1.11 $ --
 refentry id=function.dio-tcsetattr
  refnamediv
   refnamedio_tcsetattr/refname
@@ -16,7 +16,7 @@
   /methodsynopsis
   para
functiondio_tcsetattr/function sets the terminal attributes and baud
-   rate of the open parameterresource/parameter.
+   rate of the open parameterfd/parameter.
   /para
   note.no-windows;
  /refsect1
@@ -36,7 +36,7 @@
  termparameteroptions/parameter/term
  listitem
   para
-The currently available options are 
+   The currently available options are: 
itemizedlist
 listitem
  para
@@ -45,7 +45,7 @@
  /para
 /listitem
 listitem
-  para
+ para
   'bits' - data bits - can be 8,7,6 or 5. Default value is 8.
  /para
 /listitem
@@ -56,7 +56,7 @@
 /listitem
 listitem
  para
-  'parity' -  can be 0,1 or 2. Default value is 0.
+  'parity' - can be 0,1 or 2. Default value is 0.
  /para
 /listitem
/itemizedlist