Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 12:01:54 +0100
<[EMAIL PROTECTED]> wrote:

> Well Derick was with me saying that GD bundled didn't supported GIF
> so... but few minutes after my commit we've seen that it supported
> read... Not always my fault.


You misunderstand my point of view (and I do not think I'm the only to
have it). In others words, do not commit/comments(bugs.php.net) in any
part of php where you do not have the clue and/or the permissions. At
least post your changes/diff to the right list (phpdev/phpdoc/peardev).
Having a cvs account and having permissions does not mean I do whatever
I want where I have permissions.

pierre

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




[PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread CHAILLAN Nicolas
nicos   Tue Jan 14 06:00:21 2003 EDT

  Modified files:  
/phpdoc/en/reference/image  reference.xml 
/phpdoc/en/reference/image/functionsimagecreatefromgif.xml 
  Log:
  reverting, the doc will need to be clear that it permits only read...
  
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.14 
phpdoc/en/reference/image/reference.xml:1.15
--- phpdoc/en/reference/image/reference.xml:1.14Tue Jan 14 05:48:56 2003
+++ phpdoc/en/reference/image/reference.xml Tue Jan 14 06:00:19 2003
@@ -1,5 +1,5 @@
 
-
+
 
  Image functions
  Image
@@ -53,7 +53,6 @@
 version has some additional features like alpha blending, and should
 be used in preference to the external library
 since it's codebase is better maintained and more stable.
-The bundled version of the GD lib does not support GIF.

   
 
Index: phpdoc/en/reference/image/functions/imagecreatefromgif.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5 
phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.6
--- phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5  Tue Jan 14 
05:48:57 2003
+++ phpdoc/en/reference/image/functions/imagecreatefromgif.xml  Tue Jan 14 06:00:21 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -47,8 +47,7 @@
   
Since all GIF support was removed from the GD library in
version 1.6, this function is not available if you are using
-   that version of the GD library or the bundled version of the 
-   GD lib.
+   that version of the GD library.
   
  
 



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




Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 10:48:57 -
"CHAILLAN Nicolas" <[EMAIL PROTECTED]> wrote:

> nicos Tue Jan 14 05:48:57 2003 EDT
> 
>   Modified files:  
> /phpdoc/en/reference/imagereference.xml 
> /phpdoc/en/reference/image/functions  imagecreatefromgif.xml 
>   Log:
>   Fixing #21630

I do not want to be a policeman or feel like a chief or whatever, but
can you change/make/destroy/move/commit/delete/scratch whatever you
have the clue/permissions for ?

imho, they are too many things in each part of PHP to let one person
goes everywhere and let him make what he feels good.

pierre

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




Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 12:55:20 +0200
"Andrey Hristov" <[EMAIL PROTECTED]> wrote:

> isn't only the generation impossible?

Yes, reading gif works.

pierre

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




Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Andrey Hristov
isn't only the generation impossible?



Andrey

- Original Message -
From: "CHAILLAN Nicolas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 14, 2003 12:48 PM
Subject: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml
/en/reference/image/functions imagecreatefromgif.xml


> nicos Tue Jan 14 05:48:57 2003 EDT
>
>   Modified files:
> /phpdoc/en/reference/image reference.xml
> /phpdoc/en/reference/image/functions imagecreatefromgif.xml
>   Log:
>   Fixing #21630
>
> Index: phpdoc/en/reference/image/reference.xml
> diff -u phpdoc/en/reference/image/reference.xml:1.13
phpdoc/en/reference/image/reference.xml:1.14
> --- phpdoc/en/reference/image/reference.xml:1.13 Thu Dec  5 16:32:46 2002
> +++ phpdoc/en/reference/image/reference.xml Tue Jan 14 05:48:56 2003
> @@ -1,5 +1,5 @@
>  
> -
> +
>  
>   Image functions
>   Image
> @@ -53,6 +53,7 @@
>  version has some additional features like alpha blending, and
should
>  be used in preference to the external library
>  since it's codebase is better maintained and more stable.
> +The bundled version of the GD lib does not support GIF.
> 
>
>  
> Index: phpdoc/en/reference/image/functions/imagecreatefromgif.xml
> diff -u phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4
phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5
> --- phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4 Thu Sep
26 09:56:54 2002
> +++ phpdoc/en/reference/image/functions/imagecreatefromgif.xml Tue Jan 14
05:48:57 2003
> @@ -1,5 +1,5 @@
>  
> -
> +
>  
>
> 
> @@ -47,7 +47,8 @@
>
> Since all GIF support was removed from the GD library in
> version 1.6, this function is not available if you are using
> -   that version of the GD library.
> +   that version of the GD library or the bundled version of the
> +   GD lib.
>
>   
>  
>
>
>
> --
> PHP Documentation Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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




Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Derick Rethans
On Tue, 14 Jan 2003, CHAILLAN Nicolas wrote:

> nicos Tue Jan 14 05:48:57 2003 EDT
> 
>   Modified files:  
> /phpdoc/en/reference/imagereference.xml 
> /phpdoc/en/reference/image/functions  imagecreatefromgif.xml 
>   Log:
>   Fixing #21630
>   
> +The bundled version of the GD lib does not support GIF.

That's not true:

[derick@kossu libgd]$ ls -l *gif*
-rw-rw-r--1 derick   derick  16560 Dec  1 12:43 gd_gif_in.c

> -   that version of the GD library.
> +   that version of the GD library or the bundled version of the 
> +   GD lib.

and this neither.

Derick

-- 

-
 Derick Rethans http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals   http://php-mag.net/
-


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




[PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread CHAILLAN Nicolas
nicos   Tue Jan 14 05:48:57 2003 EDT

  Modified files:  
/phpdoc/en/reference/image  reference.xml 
/phpdoc/en/reference/image/functionsimagecreatefromgif.xml 
  Log:
  Fixing #21630
  
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.13 
phpdoc/en/reference/image/reference.xml:1.14
--- phpdoc/en/reference/image/reference.xml:1.13Thu Dec  5 16:32:46 2002
+++ phpdoc/en/reference/image/reference.xml Tue Jan 14 05:48:56 2003
@@ -1,5 +1,5 @@
 
-
+
 
  Image functions
  Image
@@ -53,6 +53,7 @@
 version has some additional features like alpha blending, and should
 be used in preference to the external library
 since it's codebase is better maintained and more stable.
+The bundled version of the GD lib does not support GIF.

   
 
Index: phpdoc/en/reference/image/functions/imagecreatefromgif.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4 
phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5
--- phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4  Thu Sep 26 
09:56:54 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromgif.xml  Tue Jan 14 05:48:57 
+2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -47,7 +47,8 @@
   
Since all GIF support was removed from the GD library in
version 1.6, this function is not available if you are using
-   that version of the GD library.
+   that version of the GD library or the bundled version of the 
+   GD lib.
   
  
 



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