[PHP-DEV] Bug #10782: Want to compile my PHP script into dll ext.

2001-05-10 Thread a_ratz

From: [EMAIL PROTECTED]
Operating system: windows 98\' SE
PHP version:  4.0.5
PHP Bug Type: Compile Problem
Bug description:  Want to compile my PHP script into dll ext.

How can I compile my PHP script into DLL extension 
and use that like others dll extensions from the
standard PHP distribution.


-- 
Edit Bug report at: http://bugs.php.net/?id=10782edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10078 Updated: Problems with ImageCreate function

2001-03-31 Thread a_ratz

ID: 10078
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: GD related
Description: Problems with ImageCreate function

When I tried to use ImageCreate and other GD functions in PHP, it happend to be not
functioning correct: ImageCreate
failed to return image descriptor, instead it returned 
undefined value. How can I fix this problem?

For Example:

?php

  Header("Content-type: image/gif");
  $string=implode($argv," ");
  $im = imagecreatefromgif("images/button1.gif");
  $orange = ImageColorAllocate($im, 220, 210, 60);
  $px = (imagesx($im)-7.5*strlen($string))/2;
  ImageString($im,3,$px,9,$string,$orange);
  ImageGif($im);
  ImageDestroy($im);
 
?

This example doesn't generate an image. I don't know why

Please reply my letter as soon as you can.
My e-mail address is [EMAIL PROTECTED]

Thanks!



Previous Comments:
---

[2001-03-30 14:51:59] [EMAIL PROTECTED]
Please include the shortest possible self containing PHP
script into this bug report which can be used to reproduce this.

--Jani


---

[2001-03-30 11:27:57] [EMAIL PROTECTED]
When I tried to use ImageCreate and other GD functions in PHP, it happend to be not 
functioning correct: ImageCreate
failed to return image descriptor, instead it returned 
undefined value. How can I fix this problem?

Please reply my letter as soon as you can.
My e-mail address is [EMAIL PROTECTED]

Thanks!


---


Full Bug description available at: http://bugs.php.net/?id=10078


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10078 Updated: Problems with ImageCreate function

2001-03-31 Thread a_ratz

ID: 10078
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: GD related
Description: Problems with ImageCreate function

When I tried to use ImageCreate and other GD functions in PHP, it happend to be not
functioning correct: ImageCreate
failed to return image descriptor, instead it returned 
undefined value. How can I fix this problem?

For Example:

?php
Header("Content-type: image/gif");
$string=implode($argv," ");
$im = imagecreatefromgif("images/button1.gif");
$orange = ImageColorAllocate($im, 220, 210, 60);
$px = (imagesx($im)-7.5*strlen($string))/2;
ImageString($im,3,$px,9,$string,$orange);
ImageGif($im);
ImageDestroy($im);
?

This Example doesn't generate an image I don't know Why?

Please reply my letter as soon as you can.
My e-mail address is [EMAIL PROTECTED]

Thanks!

Previous Comments:
---

[2001-03-31 10:54:47] [EMAIL PROTECTED]
When I tried to use ImageCreate and other GD functions in PHP, it happend to be not
functioning correct: ImageCreate
failed to return image descriptor, instead it returned 
undefined value. How can I fix this problem?

For Example:

?php

  Header("Content-type: image/gif");
  $string=implode($argv," ");
  $im = imagecreatefromgif("images/button1.gif");
  $orange = ImageColorAllocate($im, 220, 210, 60);
  $px = (imagesx($im)-7.5*strlen($string))/2;
  ImageString($im,3,$px,9,$string,$orange);
  ImageGif($im);
  ImageDestroy($im);
 
?

This example doesn't generate an image. I don't know why

Please reply my letter as soon as you can.
My e-mail address is [EMAIL PROTECTED]

Thanks!



---

[2001-03-30 14:51:59] [EMAIL PROTECTED]
Please include the shortest possible self containing PHP
script into this bug report which can be used to reproduce this.

--Jani


---

[2001-03-30 11:27:57] [EMAIL PROTECTED]
When I tried to use ImageCreate and other GD functions in PHP, it happend to be not 
functioning correct: ImageCreate
failed to return image descriptor, instead it returned 
undefined value. How can I fix this problem?

Please reply my letter as soon as you can.
My e-mail address is [EMAIL PROTECTED]

Thanks!


---


Full Bug description available at: http://bugs.php.net/?id=10078


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #10078: Problems with ImageCreate function

2001-03-30 Thread a_ratz

From: [EMAIL PROTECTED]
Operating system: Windows 98\'
PHP version:  4.0.4pl1
PHP Bug Type: GD related
Bug description:  Problems with ImageCreate function

When I tried to use ImageCreate and other GD functions in PHP, it happend to be not 
functioning correct: ImageCreate
failed to return image descriptor, instead it returned 
undefined value. How can I fix this problem?

Please reply my letter as soon as you can.
My e-mail address is [EMAIL PROTECTED]

Thanks!



-- 
Edit Bug report at: http://bugs.php.net/?id=10078edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]