[PHP-DOC] #22183 [NEW]: Different examples in German and English documentation ... German version works

2003-02-12 Thread goth
From: [EMAIL PROTECTED]
Operating system: DON'T KNOW
PHP version:  4.3.0
PHP Bug Type: Documentation problem
Bug description:  Different examples in German and English documentation ... German 
version works

Hello,

I found a difference in German and English Documentation of function
fsockopen().

The first Example in german version says:

$fp = fsockopen (www.example.com, 80, $errno, $errstr, 30);

and this works fine ...

The first Example in englisch version says:

$fp = fsockopen (www.example.com, 80, $errno, $errstr, 30);

and this seem not to work in every case ...

(Difference: $errno and $errstr are passed with by ref operator in german
version)
-- 
Edit bug report at http://bugs.php.net/?id=22183edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=22183r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=22183r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=22183r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=22183r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=22183r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=22183r=support
Expected behavior:  http://bugs.php.net/fix.php?id=22183r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=22183r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=22183r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=22183r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22183r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=22183r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=22183r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=22183r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #22183 [Opn-Fbk]: Different examples in German and English documentation ... German version works

2003-02-12 Thread hholzgra
 ID:   22183
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Feedback
 Bug Type: Documentation problem
 Operating System: DON'T KNOW
 PHP Version:  4.3.0
 New Comment:

actualy the english version is right,
whether a parameter is passed by value
or by reference is specified in the
function definition.

passing by reference at call time is 
deprecated (and you should see warnings
about this if your error reporting level
is high enough)

can you please describe the problems 
you experience in more detail?


Previous Comments:


[2003-02-12 04:25:28] [EMAIL PROTECTED]

Hello,

I found a difference in German and English Documentation of function
fsockopen().

The first Example in german version says:

$fp = fsockopen (www.example.com, 80, $errno, $errstr, 30);

and this works fine ...

The first Example in englisch version says:

$fp = fsockopen (www.example.com, 80, $errno, $errstr, 30);

and this seem not to work in every case ...

(Difference: $errno and $errstr are passed with by ref operator in
german version)




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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/image/functions imagearc.xml imagechar.xml imagecharup.xml imagedashedline.xml imageellipse.xml imagefill.xml imagefilledarc.xml imagefilledellipse.xml imagefilledpolygon.xml imagefilledrectangle.xml imagefilltoborder.xml imagegd2.xml imageline.xml imagepolygon.xml imagepsbbox.xml imagepsfreefont.xml imagesetpixel.xml imagettftext.xml imagetypes.xml

2003-02-12 Thread Damien Seguy
damsWed Feb 12 12:49:08 2003 EDT

  Modified files:  
/phpdoc/en/reference/image/functionsimagearc.xml imagechar.xml 
imagecharup.xml 
imagedashedline.xml 
imageellipse.xml imagefill.xml 
imagefilledarc.xml 
imagefilledellipse.xml 
imagefilledpolygon.xml 
imagefilledrectangle.xml 
imagefilltoborder.xml 
imagegd2.xml imageline.xml 
imagepolygon.xml 
imagepsbbox.xml 
imagepsfreefont.xml 
imagesetpixel.xml 
imagettftext.xml 
imagetypes.xml 
  Log:
  col = color, some constant retagging
  
Index: phpdoc/en/reference/image/functions/imagearc.xml
diff -u phpdoc/en/reference/image/functions/imagearc.xml:1.3 
phpdoc/en/reference/image/functions/imagearc.xml:1.4
--- phpdoc/en/reference/image/functions/imagearc.xml:1.3Thu Apr 18 13:13:09 
2002
+++ phpdoc/en/reference/image/functions/imagearc.xmlWed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/image.xml, last change in rev 1.36 --
  refentry id=function.imagearc
   refnamediv
@@ -17,7 +17,7 @@
  methodparamtypeint/typeparameterh/parameter/methodparam
  methodparamtypeint/typeparameters/parameter/methodparam
  methodparamtypeint/typeparametere/parameter/methodparam
- methodparamtypeint/typeparametercol/parameter/methodparam
+ methodparamtypeint/typeparametercolor/parameter/methodparam
 /methodsynopsis
para
 functionimagearc/function draws a partial ellipse centered at
Index: phpdoc/en/reference/image/functions/imagechar.xml
diff -u phpdoc/en/reference/image/functions/imagechar.xml:1.3 
phpdoc/en/reference/image/functions/imagechar.xml:1.4
--- phpdoc/en/reference/image/functions/imagechar.xml:1.3   Thu Apr 18 13:13:09 
2002
+++ phpdoc/en/reference/image/functions/imagechar.xml   Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/image.xml, last change in rev 1.36 --
  refentry id=function.imagechar
   refnamediv
@@ -15,14 +15,14 @@
  methodparamtypeint/typeparameterx/parameter/methodparam
  methodparamtypeint/typeparametery/parameter/methodparam
  methodparamtypestring/typeparameterc/parameter/methodparam
- methodparamtypeint/typeparametercol/parameter/methodparam
+ methodparamtypeint/typeparametercolor/parameter/methodparam
 /methodsynopsis
para
 functionimagechar/function draws the first character of
 parameterc/parameter in the image identified by
 parameterid/parameter with its upper-left at
 parameterx/parameter,parametery/parameter (top left is 0,
-0) with the color parametercol/parameter. If parameterfont/parameter
+0) with the color parametercolor/parameter. If parameterfont/parameter
 is 1, 2, 3, 4 or 5, a built-in font is used (with higher numbers
 corresponding to larger fonts).
/para
Index: phpdoc/en/reference/image/functions/imagecharup.xml
diff -u phpdoc/en/reference/image/functions/imagecharup.xml:1.3 
phpdoc/en/reference/image/functions/imagecharup.xml:1.4
--- phpdoc/en/reference/image/functions/imagecharup.xml:1.3 Thu Apr 18 13:13:09 
2002
+++ phpdoc/en/reference/image/functions/imagecharup.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/image.xml, last change in rev 1.36 --
  refentry id=function.imagecharup
   refnamediv
@@ -15,14 +15,14 @@
  methodparamtypeint/typeparameterx/parameter/methodparam
  methodparamtypeint/typeparametery/parameter/methodparam
  methodparamtypestring/typeparameterc/parameter/methodparam
- methodparamtypeint/typeparametercol/parameter/methodparam
+ methodparamtypeint/typeparametercolor/parameter/methodparam
 /methodsynopsis
para
 functionimagecharup/function draws the character
 parameterc/parameter vertically in the image identified by
 parameterimage/parameter at coordinates
 parameterx/parameter, parametery/parameter (top left is
-0, 0) with the color parametercol/parameter.
+0, 0) with the color parametercolor/parameter.
 If parameterfont/parameter is 1, 2, 3, 4 or 5, 

[PHP-DOC] cvs: phpdoc /en/reference/mcal/functions mcal-append-event.xml mcal-day-of-year.xml mcal-days-in-month.xml mcal-delete-calendar.xml mcal-expunge.xml mcal-list-events.xml mcal-store-event.xml

2003-02-12 Thread Damien Seguy
damsWed Feb 12 12:50:49 2003 EDT

  Modified files:  
/phpdoc/en/reference/mcal/functions mcal-append-event.xml 
mcal-day-of-year.xml 
mcal-days-in-month.xml 
mcal-delete-calendar.xml 
mcal-expunge.xml 
mcal-list-events.xml 
mcal-store-event.xml 
  Log:
  punctuation and letter cases
  
Index: phpdoc/en/reference/mcal/functions/mcal-append-event.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-append-event.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-append-event.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-append-event.xml:1.2Wed Apr 17 
02:40:01 2002
+++ phpdoc/en/reference/mcal/functions/mcal-append-event.xmlWed Feb 12 12:50:49 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/mcal.xml, last change in rev 1.3 --
   refentry id=function.mcal-append-event
refnamediv
@@ -13,8 +13,8 @@
   methodparamtypeint/typeparametermcal_stream/parameter/methodparam
  /methodsynopsis
 para 
- functionmcal_append_event/function Stores the global event
- into an MCAL calendar for the given stream.
+ functionmcal_append_event/function stores the global event
+ into an MCAL calendar for the stream parametermcal_stream/parameter.
 /para
 para
  Returns the id of the newly inserted event.
Index: phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml:1.2 Wed Apr 17 02:40:03 
2002
+++ phpdoc/en/reference/mcal/functions/mcal-day-of-year.xml Wed Feb 12 12:50:49 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 --
   refentry id=function.mcal-day-of-year
refnamediv
@@ -11,7 +11,7 @@
refsect1
 titleDescription/title
  methodsynopsis
-  typeint/typemethodnamemcal_/methodname
+  typeint/typemethodnamemcal_day_of_year/methodname
   methodparamtypeint/typeparameteryear/parameter/methodparam
   methodparamtypeint/typeparametermonth/parameter/methodparam
   methodparamtypeint/typeparameterday/parameter/methodparam
Index: phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml:1.2   Wed Apr 17 
02:40:03 2002
+++ phpdoc/en/reference/mcal/functions/mcal-days-in-month.xml   Wed Feb 12 12:50:49 
+2003
@@ -1,11 +1,11 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 --
   refentry id=function.mcal-days-in-month
refnamediv
 refnamemcal_days_in_month/refname
 refpurpose
- Returns the number of days in the given month
+ Returns the number of days in a month
 /refpurpose
/refnamediv
refsect1
@@ -13,12 +13,12 @@
  methodsynopsis
   typeint/typemethodnamemcal_days_in_month/methodname
   methodparamtypeint/typeparametermonth/parameter/methodparam
-  methodparamtypeint/typeparameterleap year/parameter/methodparam
+  methodparamtypeint/typeparameterleap_year/parameter/methodparam
  /methodsynopsis
 para  
- functionmcal_days_in_month/function Returns the number of
- days in the given month, taking into account if the given year is
- a leap year or not.
+ functionmcal_days_in_month/function returns the number of
+ days in the month parametermonth/parameter, taking into account if the 
+ considered year is a leap year or not.
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml
diff -u phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml:1.2 
phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml:1.3
--- phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml:1.2 Wed Apr 17 
02:40:03 2002
+++ phpdoc/en/reference/mcal/functions/mcal-delete-calendar.xml Wed Feb 12 12:50:49 
+2003
@@ -1,10 +1,10 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/mcal.xml, last change in rev 1.2 --
   refentry id=function.mcal-delete-calendar
refnamediv
 refnamemcal_delete_calendar/refname
-refpurposeDelete an MCAL calendar /refpurpose
+refpurposeDelete an MCAL calendar/refpurpose
/refnamediv
refsect1
 titleDescription/title
Index: 

Re: [PHP-DOC] cvs: phpdoc /en/reference/image/functionsimagearc.xml imagechar.xml imagecharup.xml imagedashedline.xmlimageellipse.xml imagefill.xml imagefilledarc.xml imagefilledellipse.xmlimagefilledpolygon.xml imagefilledrectangle.xml imagefilltoborder.xmlimagegd2.xml imageline.xml imagepolygon.xml imagepsbbox.xmlimagepsfreefont.xml imagesetpixel.xml imagettftext.xml imagetypes.xml

2003-02-12 Thread Pierre-Alain Joye
On Wed, 12 Feb 2003 17:49:08 -
Damien Seguy [EMAIL PROTECTED] wrote:

 dams  Wed Feb 12 12:49:08 2003 EDT

   imageellipse.xml
   imagefilledellipse.xml

Both are available too in the bundle GD, using our own function (which
is damn faster).

Ignore this msg if you already update it :)

pierre

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-columnname.xml ora-columnsize.xml ora-columntype.xml ora-commit.xml ora-commitoff.xml ora-error.xml ora-errorcode.xml ora-exec.xml ora-fetch.xml ora-getcolumn.xml ora-logoff.xml ora-logon.xml ora-numcols.xml ora-numrows.xml ora-open.xml ora-parse.xml ora-plogon.xml

2003-02-12 Thread Damien Seguy
damsWed Feb 12 12:57:03 2003 EDT

  Modified files:  
/phpdoc/en/reference/oracle/functions   ora-columnname.xml 
ora-columnsize.xml 
ora-columntype.xml 
ora-commit.xml 
ora-commitoff.xml 
ora-error.xml 
ora-errorcode.xml 
ora-exec.xml ora-fetch.xml 
ora-getcolumn.xml 
ora-logoff.xml ora-logon.xml 
ora-numcols.xml 
ora-numrows.xml ora-open.xml 
ora-parse.xml ora-plogon.xml 
  Log:
  Letter case update, proto correction
  
Index: phpdoc/en/reference/oracle/functions/ora-columnname.xml
diff -u phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.2 
phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-columnname.xml:1.2 Wed Apr 17 02:42:29 
2002
+++ phpdoc/en/reference/oracle/functions/ora-columnname.xml Wed Feb 12 12:57:03 
+2003
@@ -1,15 +1,15 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --
   refentry id=function.ora-columnname
refnamediv
-refnameOra_ColumnName/refname
-refpurposeget name of Oracle result column/refpurpose
+refnameora_columnname/refname
+refpurposeGet name of Oracle result column/refpurpose
/refnamediv
refsect1
 titleDescription/title
  methodsynopsis
-  typestring/typemethodnameOra_ColumnName/methodname
+  typestring/typemethodnameora_columnname/methodname
   methodparamtypeint/typeparametercursor/parameter/methodparam
   methodparamtypeint/typeparametercolumn/parameter/methodparam
  /methodsynopsis
Index: phpdoc/en/reference/oracle/functions/ora-columnsize.xml
diff -u phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.2 
phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-columnsize.xml:1.2 Wed Apr 17 02:42:29 
2002
+++ phpdoc/en/reference/oracle/functions/ora-columnsize.xml Wed Feb 12 12:57:03 
+2003
@@ -1,15 +1,15 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/oracle.xml, last change in rev 1.10 --
   refentry id=function.ora-columnsize
refnamediv
-refnameOra_ColumnSize/refname
+refnameora_columnsize/refname
 refpurposeget size of Oracle result column/refpurpose
/refnamediv
refsect1
 titleDescription/title
  methodsynopsis
-  typeint/typemethodnameOra_ColumnSize/methodname
+  typeint/typemethodnameora_columnsize/methodname
   methodparamtypeint/typeparametercursor/parameter/methodparam
   methodparamtypeint/typeparametercolumn/parameter/methodparam
  /methodsynopsis
Index: phpdoc/en/reference/oracle/functions/ora-columntype.xml
diff -u phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.2 
phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.3
--- phpdoc/en/reference/oracle/functions/ora-columntype.xml:1.2 Wed Apr 17 02:42:29 
2002
+++ phpdoc/en/reference/oracle/functions/ora-columntype.xml Wed Feb 12 12:57:03 
+2003
@@ -1,16 +1,16 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --
   refentry id=function.ora-columntype
refnamediv
-refnameOra_ColumnType/refname
-refpurposeget type of Oracle result column/refpurpose
+refnameora_columntype/refname
+refpurposeGet type of Oracle result column/refpurpose
/refnamediv
refsect1
 titleDescription/title
  methodsynopsis
-  typestring/typemethodnameOra_ColumnType/methodname
-  methodparamtypeint/typeparametercursor/parameter/methodparam
+  typestring/typemethodnameora_columntype/methodname
+  methodparamtyperesource/typeparametercursor/parameter/methodparam
   methodparamtypeint/typeparametercolumn/parameter/methodparam
  /methodsynopsis
 para
Index: phpdoc/en/reference/oracle/functions/ora-commit.xml
diff -u phpdoc/en/reference/oracle/functions/ora-commit.xml:1.3 
phpdoc/en/reference/oracle/functions/ora-commit.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-commit.xml:1.3 Wed Oct 23 04:13:37 
2002
+++ phpdoc/en/reference/oracle/functions/ora-commit.xml Wed Feb 12 12:57:03 2003
@@ -1,9 +1,9 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/oracle.xml, last 

[PHP-DOC] cvs: phpdoc /en/reference/pdf/functions pdf-add-bookmark.xml pdf-add-launchlink.xml pdf-add-locallink.xml pdf-add-note.xml pdf-add-pdflink.xml pdf-add-thumbnail.xml pdf-add-weblink.xml pdf-arc.xml pdf-arcn.xml pdf-attach-file.xml pdf-begin-page.xml pdf-begin-pattern.xml pdf-begin-template.xml pdf-circle.xml pdf-clip.xml pdf-close-image.xml pdf-close-pdi-page.xml pdf-close-pdi.xml pdf-close.xml pdf-closepath-fill-stroke.xml pdf-closepath-stroke.xml pdf-closepath.xml pdf-concat.xml pdf-continue-text.xml pdf-curveto.xml pdf-delete.xml pdf-end-page.xml pdf-end-pattern.xml pdf-end-template.xml pdf-fill-stroke.xml pdf-fill.xml pdf-findfont.xml pdf-get-buffer.xml pdf-get-image-height.xml pdf-get-image-width.xml pdf-get-parameter.xml pdf-get-pdi-parameter.xml pdf-get-pdi-value.xml pdf-get-value.xml pdf-initgraphics.xml pdf-lineto.xml pdf-makespotcolor.xml pdf-moveto.xml pdf-open-ccitt.xml pdf-open-file.xml pdf-open-memory-image.xml pdf-open-pdi-page.xml pdf-open-pdi.xml pdf-place-image.xml pdf-place-pdi-page.xml pdf-rect.xml pdf-restore.xml pdf-rotate.xml pdf-save.xml pdf-scale.xml pdf-set-border-color.xml pdf-set-border-dash.xml pdf-set-border-style.xml pdf-set-horiz-scaling.xml pdf-set-info.xml pdf-set-parameter.xml pdf-set-text-pos.xml pdf-set-value.xml pdf-setcolor.xml pdf-setdash.xml pdf-setflat.xml pdf-setfont.xml pdf-setgray-fill.xml pdf-setgray-stroke.xml pdf-setgray.xml pdf-setlinecap.xml pdf-setlinejoin.xml pdf-setlinewidth.xml pdf-setmatrix.xml pdf-setmiterlimit.xml pdf-setpolydash.xml pdf-setrgbcolor-fill.xml pdf-setrgbcolor-stroke.xml pdf-setrgbcolor.xml pdf-show-boxed.xml pdf-show-xy.xml pdf-show.xml pdf-skew.xml pdf-stringwidth.xml pdf-stroke.xml pdf-translate.xml

2003-02-12 Thread Damien Seguy
damsWed Feb 12 13:02:22 2003 EDT

  Modified files:  
/phpdoc/en/reference/pdf/functions  pdf-add-bookmark.xml 
pdf-add-launchlink.xml 
pdf-add-locallink.xml 
pdf-add-note.xml 
pdf-add-pdflink.xml 
pdf-add-thumbnail.xml 
pdf-add-weblink.xml pdf-arc.xml 
pdf-arcn.xml pdf-attach-file.xml 
pdf-begin-page.xml 
pdf-begin-pattern.xml 
pdf-begin-template.xml 
pdf-circle.xml pdf-clip.xml 
pdf-close-image.xml 
pdf-close-pdi-page.xml 
pdf-close-pdi.xml pdf-close.xml 
pdf-closepath-fill-stroke.xml 
pdf-closepath-stroke.xml 
pdf-closepath.xml pdf-concat.xml 
pdf-continue-text.xml 
pdf-curveto.xml pdf-delete.xml 
pdf-end-page.xml 
pdf-end-pattern.xml 
pdf-end-template.xml 
pdf-fill-stroke.xml pdf-fill.xml 
pdf-findfont.xml 
pdf-get-buffer.xml 
pdf-get-image-height.xml 
pdf-get-image-width.xml 
pdf-get-parameter.xml 
pdf-get-pdi-parameter.xml 
pdf-get-pdi-value.xml 
pdf-get-value.xml 
pdf-initgraphics.xml 
pdf-lineto.xml 
pdf-makespotcolor.xml 
pdf-moveto.xml 
pdf-open-ccitt.xml 
pdf-open-file.xml 
pdf-open-memory-image.xml 
pdf-open-pdi-page.xml 
pdf-open-pdi.xml 
pdf-place-image.xml 
pdf-place-pdi-page.xml 
pdf-rect.xml pdf-restore.xml 
pdf-rotate.xml pdf-save.xml 
pdf-scale.xml 
pdf-set-border-color.xml 
pdf-set-border-dash.xml 
pdf-set-border-style.xml 
pdf-set-horiz-scaling.xml 
pdf-set-info.xml 
pdf-set-parameter.xml 
pdf-set-text-pos.xml 
pdf-set-value.xml 
pdf-setcolor.xml pdf-setdash.xml 
pdf-setflat.xml pdf-setfont.xml 
pdf-setgray-fill.xml 
pdf-setgray-stroke.xml 
pdf-setgray.xml 
pdf-setlinecap.xml 
pdf-setlinejoin.xml 
pdf-setlinewidth.xml 
pdf-setmatrix.xml 
pdf-setmiterlimit.xml 
pdf-setpolydash.xml 
pdf-setrgbcolor-fill.xml 
pdf-setrgbcolor-stroke.xml 
pdf-setrgbcolor.xml 
pdf-show-boxed.xml 
pdf-show-xy.xml pdf-show.xml 
pdf-skew.xml pdf-stringwidth.xml 
pdf-stroke.xml pdf-translate.xml 
  Log:
  no white space in parameter name please
  
Index: phpdoc/en/reference/pdf/functions/pdf-add-bookmark.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-add-bookmark.xml:1.2 
phpdoc/en/reference/pdf/functions/pdf-add-bookmark.xml:1.3
--- phpdoc/en/reference/pdf/functions/pdf-add-bookmark.xml:1.2  Wed 

[PHP-DOC] cvs: phpdoc /en/reference/cpdf/functions cpdf-add-annotation.xml cpdf-add-outline.xml cpdf-arc.xml cpdf-begin-text.xml cpdf-circle.xml cpdf-clip.xml cpdf-close.xml cpdf-closepath-fill-stroke.xml cpdf-closepath-stroke.xml cpdf-closepath.xml cpdf-continue-text.xml cpdf-curveto.xml cpdf-end-text.xml cpdf-fill-stroke.xml cpdf-fill.xml cpdf-finalize-page.xml cpdf-finalize.xml cpdf-import-jpeg.xml cpdf-lineto.xml cpdf-moveto.xml cpdf-newpath.xml cpdf-output-buffer.xml cpdf-page-init.xml cpdf-place-inline-image.xml cpdf-rect.xml cpdf-restore.xml cpdf-rlineto.xml cpdf-rmoveto.xml cpdf-rotate.xml cpdf-save-to-file.xml cpdf-save.xml cpdf-scale.xml cpdf-set-char-spacing.xml cpdf-set-current-page.xml cpdf-set-font.xml cpdf-set-horiz-scaling.xml cpdf-set-leading.xml cpdf-set-page-animation.xml cpdf-set-text-matrix.xml cpdf-set-text-pos.xml cpdf-set-text-rendering.xml cpdf-set-text-rise.xml cpdf-set-word-spacing.xml cpdf-setdash.xml cpdf-setflat.xml cpdf-setgray-fill.xml cpdf-setgray-stroke.xml cpdf-setgray.xml cpdf-setlinecap.xml cpdf-setlinejoin.xml cpdf-setlinewidth.xml cpdf-setmiterlimit.xml cpdf-setrgbcolor-fill.xml cpdf-setrgbcolor-stroke.xml cpdf-setrgbcolor.xml cpdf-show-xy.xml cpdf-show.xml cpdf-stringwidth.xml cpdf-stroke.xml cpdf-text.xml cpdf-translate.xml

2003-02-12 Thread Damien Seguy
damsWed Feb 12 13:05:23 2003 EDT

  Modified files:  
/phpdoc/en/reference/cpdf/functions cpdf-add-annotation.xml 
cpdf-add-outline.xml 
cpdf-arc.xml 
cpdf-begin-text.xml 
cpdf-circle.xml cpdf-clip.xml 
cpdf-close.xml 
cpdf-closepath-fill-stroke.xml 
cpdf-closepath-stroke.xml 
cpdf-closepath.xml 
cpdf-continue-text.xml 
cpdf-curveto.xml 
cpdf-end-text.xml 
cpdf-fill-stroke.xml 
cpdf-fill.xml 
cpdf-finalize-page.xml 
cpdf-finalize.xml 
cpdf-import-jpeg.xml 
cpdf-lineto.xml cpdf-moveto.xml 
cpdf-newpath.xml 
cpdf-output-buffer.xml 
cpdf-page-init.xml 
cpdf-place-inline-image.xml 
cpdf-rect.xml cpdf-restore.xml 
cpdf-rlineto.xml 
cpdf-rmoveto.xml 
cpdf-rotate.xml 
cpdf-save-to-file.xml 
cpdf-save.xml cpdf-scale.xml 
cpdf-set-char-spacing.xml 
cpdf-set-current-page.xml 
cpdf-set-font.xml 
cpdf-set-horiz-scaling.xml 
cpdf-set-leading.xml 
cpdf-set-page-animation.xml 
cpdf-set-text-matrix.xml 
cpdf-set-text-pos.xml 
cpdf-set-text-rendering.xml 
cpdf-set-text-rise.xml 
cpdf-set-word-spacing.xml 
cpdf-setdash.xml 
cpdf-setflat.xml 
cpdf-setgray-fill.xml 
cpdf-setgray-stroke.xml 
cpdf-setgray.xml 
cpdf-setlinecap.xml 
cpdf-setlinejoin.xml 
cpdf-setlinewidth.xml 
cpdf-setmiterlimit.xml 
cpdf-setrgbcolor-fill.xml 
cpdf-setrgbcolor-stroke.xml 
cpdf-setrgbcolor.xml 
cpdf-show-xy.xml cpdf-show.xml 
cpdf-stringwidth.xml 
cpdf-stroke.xml cpdf-text.xml 
cpdf-translate.xml 
  Log:
  no white space in parameter name please
  
Index: phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml:1.2 
phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml:1.3
--- phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml:1.2  Wed Apr 17 
02:36:46 2002
+++ phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml  Wed Feb 12 13:05:22 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/cpdf.xml, last change in rev 1.3 --
   refentry id=function.cpdf-add-annotation
refnamediv
@@ -10,7 +10,7 @@
 titleDescription/title
  methodsynopsis
   typevoid/typemethodnamecpdf_add_annotation/methodname
-  methodparamtypeint/typeparameterpdf document/parameter/methodparam
+  methodparamtypeint/typeparameterpdf_document/parameter/methodparam
   methodparamtypefloat/typeparameterllx/parameter/methodparam
   methodparamtypefloat/typeparameterlly/parameter/methodparam
   methodparamtypefloat/typeparameterurx/parameter/methodparam
Index: phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml:1.2 
phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml:1.3
--- phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml:1.2 Wed Apr 17 02:36:46 

[PHP-DOC] cvs: phpdoc / README

2003-02-12 Thread Philip Olson
philip  Wed Feb 12 14:08:25 2003 EDT

  Modified files:  
/phpdoc README 
  Log:
  Add quickref information for adding new functions, and list some popular 
  tags/entities.  And, some minor beautification.
  
  
Index: phpdoc/README
diff -u phpdoc/README:1.29 phpdoc/README:1.30
--- phpdoc/README:1.29  Wed Dec  4 01:38:03 2002
+++ phpdoc/README   Wed Feb 12 14:08:24 2003
@@ -1,16 +1,18 @@
+---   
 READ THIS FIRST
-
+---   
 This directory contains source files and a setup for converting
 PHP's XML documentation into presentation formats like HTML and
 RTF. You should not have to bother with this unless you are
 writing documentation yourself, or if you simply are curious
 about how the XML stuff works.
 
-If you just want to read the documentation, look at
-http://www.php.net/docs.php
+If you just want to read the documentation, look at:
+http://www.php.net/docs.php
 
+---   
 HOW TO WRITE PHPDOC FILES
-
+---   
 If you are interested in information about how to
 set up the tools needed, how to work with CVS and
 DocBook on Linux or Windows, or what conventions you
@@ -33,9 +35,10 @@
 Translation information is located in the HOWTO.
 
 http://www.php.net/anoncvs.php
-   
-FILE LOCATIONS
 
+---   
+FILE LOCATIONS
+---
 The old archived phpdoc files still live in the phpdoc module 
 for historical purposes, do NOT edit them.  For example:
 
@@ -54,7 +57,10 @@
 
   /functions.xml (autogenerated)
 
-QUICKREF
+---
+QUICK REFERENCE
+---
+  [[edits]]
 
 a) Make the change.  Use spaces not tabs.  Be sure to carefully 
watch your whitespace!
@@ -78,3 +84,54 @@
 Read the HOWTO for more information.  After reading the HOWTO,
 email the phpdoc mailing list ([EMAIL PROTECTED]) with questions 
 and concerns.
+
+  [[new functions]]
+  
+a) Copy an existing xml file or use a skeleton from the HOWTO.
+   Rename and place it into the appropriate directory.
+
+b) Edit.  Be sure no leftover text exists.  No tabs either.
+
+c) Now test locally before commit by first running
+   ./configure along with 'make test' as usual.
+
+d) cvs add path/to/yourfile.xml
+
+e) cvs commit path/to/yourfile.xml
+  
+Note that ./configure adds your function to functions.xml as
+this allows 'make test' to test your new function.  Also, note 
+that version numbers are taken care of elsewhere (don't worry 
+about them)
+
+   [[some popular tags and entities]]
+   
+filename  filenames
+constant  constants
+varname   variables
+parameter a functions parameter/argument
+function  functions, this links to function pages or bolds if 
+already in functions page.  it also adds ().
+
+literal   teletype/mono-space font tt
+emphasis  italics
+example   see HOWTO, includes many other tags.
+link  internal manual links
+link linkend=language.variablesvariables/link
+
+url   external links via global.ent
+ulink url=spec.cookies;mmm cookies/ulink   
+ 
+
+type  types, this links to the given types manual
+page: typeobject/type - php.net/types.object
+
+
+return.success;see: language-snippets.ent
+true;  constantTRUE/constant
+false; constantFALSE/constant
+php.ini;   filenamephp.ini/filename
+
+Be sure to check out globals.ent and language-snippets.ent for
+more information for entities and urls.
+
+---



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Re: function.main

2003-02-12 Thread Gabor Hojtsy
what is function.main? it keeps popping up on my requires and links to =
yoru site but nuthin' happens


That is if I understand correctly a link in an error message. So either 
PHP needs to hide that link in error messages, or the function.main 
shortcut shuold point to somewhere on the homepage, explaining what is 
function.main

This was fixed in CVS awhile ago (4.3.1) and now points to the
proper docs.  See: http://bugs.php.net/bug.php?id=21499


How was that fixed? Will there be any links with those errors for 
function.main but for a different page, or no links? I think it would be 
nice to make http://php.net/function.main show something (preferably the 
same thing that this fixed error message points to), if applicable...

Goba



--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] Re: function.main

2003-02-12 Thread Gabor Hojtsy
what is function.main? it keeps popping up on my requires and links to =
yoru site but nuthin' happens


That is if I understand correctly a link in an error message. So either 
PHP needs to hide that link in error messages, or the function.main 
shortcut shuold point to somewhere on the homepage, explaining what is 
function.main

Goba



--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DOC] Re: function.main

2003-02-12 Thread Philip Olson
On Wed, 12 Feb 2003, Gabor Hojtsy wrote:

  what is function.main? it keeps popping up on my requires and links to =
  yoru site but nuthin' happens
 
 That is if I understand correctly a link in an error message. So either 
 PHP needs to hide that link in error messages, or the function.main 
 shortcut shuold point to somewhere on the homepage, explaining what is 
 function.main

This was fixed in CVS awhile ago (4.3.1) and now points to the
proper docs.  See: http://bugs.php.net/bug.php?id=21499

Regards,
Philip



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Re: PHP documentation authors / editors and license

2003-02-12 Thread Zak Greant
Hello All,

  It looks like we only need to worry about Jouni Ahto and Alexander
  Aulbach now.
  
  Cornelia discussed the issue with Egon yesterday, and Egon now agrees
  that the current situation can be changed.

  The relevant message is attached.

Cheers!
-- 
 Zak Greant [EMAIL PROTECTED] | MySQL Advocate |  http://zak.fooassociates.com

MySQL Tip: Display the option files read by the server
  % mysqld --help

EFF: Protecting Freedoms on the New Frontier (http://eff.org)

From zak Wed Feb 12 11:40:45 2003
Return-Path: [EMAIL PROTECTED]
Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187])
by mysql.com (8.12.3/8.12.3) with ESMTP id h1CIWEPd031720
for [EMAIL PROTECTED]; Wed, 12 Feb 2003 19:32:14 +0100
Received: from [212.227.126.155] (helo=mrelayng.kundenserver.de)
by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
id 18j1g1-Ji-00; Wed, 12 Feb 2003 19:32:09 +0100
Received: from [80.145.71.234] (helo=zwerg2000)
by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1)
id 18j1g1-0007pM-00; Wed, 12 Feb 2003 19:32:09 +0100
Message-ID: 004101c2d2c5$1993ebb0$e8ebfea9@zwerg2000
From: Cornelia Boenigk [EMAIL PROTECTED]
To: Egon Schmid [EMAIL PROTECTED], Zak Greant [EMAIL PROTECTED]
References: [EMAIL PROTECTED] [EMAIL PROTECTED] 
[EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Re: [PHP-DOC] Re: PHP documentation authors / editors and license
Date: Wed, 12 Feb 2003 19:32:06 +0100
MIME-Version: 1.0
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.

Hi Zak

  The license change to the proposed license will also have the
positive
  side effect, that our license would be compatible with the PHP
Function
  Reference created by Zak and others, so it's contents will be
opened up
  for inclusion in the manual (as said by Zak ;).

  Yep. My new editor at Sams has agreed to allow me to integrate my
  material from the PHP Functions Essential Reference into the PHP
  documentation.  This should mean that when we work on the second
  edition, we can do a full review of the major extensions of the
  manual.

Today I met with Egon and we were talking about the license issues. It
turned out that Egon understood that checking out the
sources/prototypes for commercial purposes was the point.

Fortunately he owns your Function Reference so I could make clear what
your suggestion was. We looked at the book, the examples you wrote,
which are in many cases much more than the manual provides. And we
agreed that it would be a valuable addition for the manual.

In short: Egon agrees.
And he told me to tell you his decision.

Regards
Conni



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DOC] #22198 [Ana]: date() returning incorrect date

2003-02-12 Thread sniper
 ID:   22198
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Solaris 8 (sparc)
 PHP Version:  4.3.0
 New Comment:

btw. mktime() has 7th optional parameter 'is_dst'.
When I use your example script, and set that to 1, I get
same results as you. 

From manual page for mktime:
is_dst can be set to 1 if the time is during daylight 
savings time, 0 if it is not, or -1 (the default) if it is 
unknown whether the time is within daylight savings time or 
not. If it's unknown, PHP tries to figure it out itself. 
This can cause unexpected (but not incorrect) results. 

Try setting that to 0.



Previous Comments:


[2003-02-12 21:51:14] [EMAIL PROTECTED]

Yes, it was what I suspected. On Linux, the same script
gives 30/03/2003 from the 00:00:00 time til the end.

We need to document this behaviour a bit better..
(never use 00:00:00 as time!)




[2003-02-12 21:47:17] [EMAIL PROTECTED]

script:

?


for($hour=0;$hour2;$hour++) {
for($min=0;$min60;$min++) {
for($seg=0;$seg60;$seg++) {
$mk2= mktime ($hour,$min,$seg,03,30,2003);
$frm2 = date (d/m/Y, $mk2);
print ($hour h, $min m, $seg s) $mk2 -- $frm2\n;
}
}
}

?

relevant part of output:

...
(0 h, 59 m, 55 s) 1048982395 -- 29/03/2003
(0 h, 59 m, 56 s) 1048982396 -- 29/03/2003
(0 h, 59 m, 57 s) 1048982397 -- 29/03/2003
(0 h, 59 m, 58 s) 1048982398 -- 29/03/2003
(0 h, 59 m, 59 s) 1048982399 -- 29/03/2003
(1 h, 0 m, 0 s) 1048982400 -- 30/03/2003
(1 h, 0 m, 1 s) 1048982401 -- 30/03/2003
(1 h, 0 m, 2 s) 1048982402 -- 30/03/2003
(1 h, 0 m, 3 s) 1048982403 -- 30/03/2003
(1 h, 0 m, 4 s) 1048982404 -- 30/03/2003
...



[2003-02-12 21:30:23] [EMAIL PROTECTED]

Try using some other time that midnight. Some systems
tend to behave a bit differently during the dst change
and in those systems, the hour between 00:00 - 01:00 doesn't
exist..(e.g. Macosx does the same)




[2003-02-12 21:07:03] [EMAIL PROTECTED]

=
TIME END 2003-02-13 03:02:41
=
TEST RESULT SUMMARY
-
Exts skipped:   76
Exts tested :   14
-
Number of tests :  443
Tests skipped   :  221 (49.9%)
Tests failed:3 ( 0.7%)
Tests passed:  219 (49.4%)
-
Time taken  :  111 seconds
=

=
FAILED TEST SUMMARY
-
Error message handling [tests/run-test/test005.phpt]
Bug #21131: fopen($filename, a+) has broken position
[ext/standard/tests/file/bug21131.phpt]
strtotime() function [ext/standard/tests/time/002.phpt]
=



[2003-02-12 20:41:07] [EMAIL PROTECTED]

We are waiting for your feedback about the result of the test.

Thank you.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/22198

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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #22198 [Ana]: date() returning incorrect date

2003-02-12 Thread jm
 ID:   22198
 User updated by:  [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Analyzed
 Bug Type: Documentation problem
 Operating System: Solaris 8 (sparc)
 PHP Version:  4.3.0
 New Comment:

Setting is_dst to 0 *solves* it for solaris.

Curiously though, it totally brakes for freebsd between 1-2AM.

setting is_dst (either with the default -1 or with 0 or 1) in freebsd
outputs:

...
(0 h, 59 m, 58 s) 1048985998 -- 30/03/2003
(0 h, 59 m, 59 s) 1048985999 -- 30/03/2003
(1 h, 0 m, 0 s) -1 -- 01/01/1970
(1 h, 0 m, 1 s) -1 -- 01/01/1970
...
(1 h, 59 m, 58 s) -1 -- 01/01/1970
(1 h, 59 m, 59 s) -1 -- 01/01/1970
(2 h, 0 m, 0 s) 1048986000 -- 30/03/2003
(2 h, 0 m, 1 s) 1048986001 -- 30/03/2003
...


Previous Comments:


[2003-02-12 21:56:14] [EMAIL PROTECTED]

btw. mktime() has 7th optional parameter 'is_dst'.
When I use your example script, and set that to 1, I get
same results as you. 

From manual page for mktime:
is_dst can be set to 1 if the time is during daylight 
savings time, 0 if it is not, or -1 (the default) if it is 
unknown whether the time is within daylight savings time or 
not. If it's unknown, PHP tries to figure it out itself. 
This can cause unexpected (but not incorrect) results. 

Try setting that to 0.




[2003-02-12 21:51:14] [EMAIL PROTECTED]

Yes, it was what I suspected. On Linux, the same script
gives 30/03/2003 from the 00:00:00 time til the end.

We need to document this behaviour a bit better..
(never use 00:00:00 as time!)




[2003-02-12 21:47:17] [EMAIL PROTECTED]

script:

?


for($hour=0;$hour2;$hour++) {
for($min=0;$min60;$min++) {
for($seg=0;$seg60;$seg++) {
$mk2= mktime ($hour,$min,$seg,03,30,2003);
$frm2 = date (d/m/Y, $mk2);
print ($hour h, $min m, $seg s) $mk2 -- $frm2\n;
}
}
}

?

relevant part of output:

...
(0 h, 59 m, 55 s) 1048982395 -- 29/03/2003
(0 h, 59 m, 56 s) 1048982396 -- 29/03/2003
(0 h, 59 m, 57 s) 1048982397 -- 29/03/2003
(0 h, 59 m, 58 s) 1048982398 -- 29/03/2003
(0 h, 59 m, 59 s) 1048982399 -- 29/03/2003
(1 h, 0 m, 0 s) 1048982400 -- 30/03/2003
(1 h, 0 m, 1 s) 1048982401 -- 30/03/2003
(1 h, 0 m, 2 s) 1048982402 -- 30/03/2003
(1 h, 0 m, 3 s) 1048982403 -- 30/03/2003
(1 h, 0 m, 4 s) 1048982404 -- 30/03/2003
...



[2003-02-12 21:30:23] [EMAIL PROTECTED]

Try using some other time that midnight. Some systems
tend to behave a bit differently during the dst change
and in those systems, the hour between 00:00 - 01:00 doesn't
exist..(e.g. Macosx does the same)




[2003-02-12 21:07:03] [EMAIL PROTECTED]

=
TIME END 2003-02-13 03:02:41
=
TEST RESULT SUMMARY
-
Exts skipped:   76
Exts tested :   14
-
Number of tests :  443
Tests skipped   :  221 (49.9%)
Tests failed:3 ( 0.7%)
Tests passed:  219 (49.4%)
-
Time taken  :  111 seconds
=

=
FAILED TEST SUMMARY
-
Error message handling [tests/run-test/test005.phpt]
Bug #21131: fopen($filename, a+) has broken position
[ext/standard/tests/file/bug21131.phpt]
strtotime() function [ext/standard/tests/time/002.phpt]
=



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/22198

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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] Re: CVS Account Request: cysoft_cuiyan

2003-02-12 Thread Yan Cui
Dear Rasmus:
Thank you for confirm my application.
In the previous application,I had specify which team i wanna take part in.
(like this:Translating the documentation in to Chinese (Simplified))
and no body tell me who is the teamleader of the DOC-ZH.
what should i do then?

Yours sincerely
Yan



From: Rasmus Lerdorf [EMAIL PROTECTED]
To: CVS Account Request [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: CVS Account Request: cysoft_cuiyan
Date: Wed, 12 Feb 2003 19:18:33 -0800 (PST)

Did you ever mention which language you are planning on working on and
whether or not you have contacted the current coordinators of that
particular translation project?  That's normally what I look for in
translation account approvals.  A note from the head of the translation
project that indicates that you have coordinated with them also doesn't
hurt.

-Rasmus

On 13 Feb 2003, CVS Account Request wrote:

 Failed to insert into database: Duplicate entry '[EMAIL PROTECTED]' for key 
2

 Full name: cuiyan
 Email: [EMAIL PROTECTED]
 ID:cysoft_cuiyan
 Password:  caHv5zmqvMW1Y
 Purpose:   Translating the documentation
 To whom that may concern:

   This is the third time I\'m sending email to confirm my application, 
may I
 apologize for any unconventional I made.
   I have nearly used all my patient this days, and still wondering how 
my application is going. I have satisfied all your requirement, there shoud 
be nothing more I can do. I\'ve got the passion and ability in this 
business,but I still need your support and help.

   And finally, may I request a @php.net account to be able to transmit 
emails.
   Thank you very much.
   Yours sincerely
   Yan

 ps:User ID: cysoft



_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] #21883 [Opn]: jpc and jp2

2003-02-12 Thread sniper
 ID:   21883
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: all
 PHP Version:  4.3.0
 New Comment:

Only thing to document is that since 4.3.1 PHP supports
JPEG 2000 and WBMP imagetypes too..



Previous Comments:


[2003-01-27 12:50:10] [EMAIL PROTECTED]

This remains open until jpc and jp2 are documented properly.  This may
need to be faq that's referred to in various places?  Or maybe a
language-snippet?  Because I doubt getimagesize() is the only
appropriate place for this information.



[2003-01-27 12:42:37] [EMAIL PROTECTED]

Thank you, i think the bug is closed. I am waiting for PHP 4.3.x
where x  1.



[2003-01-26 15:34:34] [EMAIL PROTECTED]

Sadly, JPEG 2000 support didn't make it for 4.3. JPEG 2000 raw
codestream support should be in 4.3.1. JP2 support will probably
feature in 5.0.

A current stable snapshot should work for JPC, and JP2 will work if you
compile from HEAD.

adamw



[2003-01-26 04:43:04] [EMAIL PROTECTED]

It's only working correctly in PHP  4.3 - doc problem.



[2003-01-26 01:55:46] [EMAIL PROTECTED]

-Short script :

?php
  $taille = getimagesize(JPEG2000.jp2);
  dump $taille;
?

-List of modules :
I dowloaded PHP4.3 binary for Windows (ZIP file), from your site.

-Any other information :
I tried the same script with a JPG image, it works.
I saw every where that JPEG2000 is managed in PHP 4.3. :
http://www.zend.com/manual/function.getimagesize.php for exemple. Is
there a Zend PHP or is it for the future ?




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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php