Hello all,
anyone can help me ????
in line command to configure php :
'./configure' '--with-mysql'
'--with-apache=/usr/src/packages/SOURCES/apache_1.3.9/'
'--with-zlib-dir=/usr/src/packages/SOURCES/zlib/'
'--with-png-dir=/usr/src/packages/SOURCES/libpng/'
'--with-jpeg-dir=/usr/src/packages/SOURCES/jpeg-6b/'
'--with-gd=/usr/src/packages/SOURCES/gd' '--enable-track-vars'
in result of phpinfo() :
gd
GD Support
enabled
GD Version
1.6.2
or higher
JPG Support
enabled
PNG Support
enabled
WBMP Support
enabled
zlib
ZLib Support
enabled
'zlib:' fopen wrapper
enabled
Compiled Version
1.1.3
Linked Version
1.1.3
,but when use ImageCreateFromJPEG:
<br>
<b>Warning</b>: imagecreatefromjpeg: .../testout.jpg' is not a valid
JPEG file in <b>../a.php</b> on line <b>4</b><br>
<br>
<b>Warning</b>: Supplied argument is not a valid Image resource in
<b>../a.php</b> on line <b>14 =>> ImageJPEG()
what is my problem????
--
Best Regards
Miguel Joaquim Rodrigues Loureiro
--
PHP General 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]