[PHP-DEV] Bug #12082: ImageDashedLine

2001-07-12 Thread xyrix

From: [EMAIL PROTECTED]
Operating system: Win32
PHP version:  4.0.6
PHP Bug Type: GD related
Bug description:  ImageDashedLine

ImageDashedLine() don't work.
-- 
Edit bug report at: http://bugs.php.net/?id=12082edit=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] Bug #12083: addslashes

2001-07-12 Thread xyrix

From: [EMAIL PROTECTED]
Operating system: Win32
PHP version:  4.0.5
PHP Bug Type: Unknown/Other Function
Bug description:  addslashes

addslashes() don't properly work.
Before use it, need add this:
   $str_any=str_replace(\\,,$str_any);
and only then:
   $str_any=addslashes($str_any);
-- 
Edit bug report at: http://bugs.php.net/?id=12083edit=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] Bug #12082 Updated: ImageDashedLine

2001-07-12 Thread xyrix

ID: 12082
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: GD related
Operating System: Win32
PHP Version: 4.0.6
New Comment:

ImageDashedLine return 1.
I download all from your site:
URL:http://www.php.net/do_download.php?download_file=php-4.0.6-Win32.zipsource_site=www.php.net

Previous Comments:


[2001-07-12 03:04:25] [EMAIL PROTECTED]

What is the error you get, and which version of GD are you using?

Derick



[2001-07-12 02:37:39] [EMAIL PROTECTED]

ImageDashedLine() don't work.





Edit this bug report at http://bugs.php.net/?id=12082edit=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] Bug #12082 Updated: ImageDashedLine

2001-07-12 Thread xyrix

ID: 12082
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: 
Status: Feedback
Bug Type: GD related
Operating System: Win32
PHP Version: 4.0.6
New Comment:

ImageDashedLine return 1, but do nothing.
I download all from your site:
URL:http://www.php.net/do_download.php?download_file=php-4.0.6-Win32.zipsource_site=www.php.net

Previous Comments:


[2001-07-13 00:35:04] [EMAIL PROTECTED]

ImageDashedLine return 1.
I download all from your site:
URL:http://www.php.net/do_download.php?download_file=php-4.0.6-Win32.zipsource_site=www.php.net



[2001-07-12 03:04:25] [EMAIL PROTECTED]

What is the error you get, and which version of GD are you using?

Derick



[2001-07-12 02:37:39] [EMAIL PROTECTED]

ImageDashedLine() don't work.





Edit this bug report at http://bugs.php.net/?id=12082edit=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] Bug #12083 Updated: addslashes

2001-07-12 Thread xyrix

ID: 12083
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Unknown/Other Function
Operating System: Win32
PHP Version: 4.0.5
New Comment:

$image_file=fopen($HTTP_POST_FILES['imagefile']['tmp_name'],rb);
unset($upload);
while(!feof($image_file)) $upload.=fread($image_file,65535);
fclose($image_file);
$upload=str_replace(\\,,$upload);
$upload=addslashes($upload);
$query_str=INSERT INTO images (id, image_type, image) VALUES('', 
'.$HTTP_POST_FILES['imagefile']['type'].', '$upload');
$insert=mysql_query($query_str, $link);

Function addslashes don't add slashes '\' before '\', and result is corrupt image.

Previous Comments:


[2001-07-12 03:05:03] [EMAIL PROTECTED]

Please post a short example to show what goes wrong and why.

Derick



[2001-07-12 02:41:51] [EMAIL PROTECTED]

addslashes() don't properly work.
Before use it, need add this:
   $str_any=str_replace(\\,,$str_any);
and only then:
   $str_any=addslashes($str_any);





Edit this bug report at http://bugs.php.net/?id=12083edit=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]