[PHP-DEV] Bug #14278 Updated: Analyzed: Probably OCI related? string->int type casting problem for sure!

2002-01-09 Thread pumuckel
ID: 14278 User updated by: [EMAIL PROTECTED] Old Summary: % and / bug with INTEGERs! Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Math related Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: After some more investigation on this bug I noticed following:

[PHP-DEV] Bug #14947: not null terminated RETURNING INTO values?

2002-01-09 Thread pumuckel
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: OCI8 related Bug description: not null terminated RETURNING INTO values? Please see bug report 14278 for details! ( http://bugs.php.net/bug.php?id=14278 ) Thanks, Mike -- Edit bug repo

[PHP-DEV] Bug #14947 Updated: not null terminated RETURNING INTO values?

2002-01-09 Thread pumuckel
ID: 14947 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: OCI8 related Operating System: Linux PHP Version: 4.0.6 New Comment: The original bug # is OPEN but related to another topic... my intention was to have informed to oci8 interface developers as wel

[PHP-DEV] Bug #10905: ImageGif (ImagePNG) output uncompressed

2001-05-16 Thread pumuckel
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.5 PHP Bug Type: Output Control Bug description: ImageGif (ImagePNG) output uncompressed Using the compression ob_gzhandler all HTML Pages get compressed well. But dynamic generated Images don't get compressed.

[PHP-DEV] Bug #14278: % and / bug with INTEGERs!

2001-11-29 Thread pumuckel
From: [EMAIL PROTECTED] Operating system: Linux 2.2.19 PHP version: 4.0.6 PHP Bug Type: Math related Bug description: % and / bug with INTEGERs! Sometimes (1 - 10 times a day) I get a strange error on one of my production servers. See this function: function MakeHash($num

[PHP-DEV] Bug #14426: static function definition in php_gd.h has to be extern

2001-12-11 Thread pumuckel
From: [EMAIL PROTECTED] Operating system: Linux 2.2.X PHP version: 4.1.0 PHP Bug Type: Compile Failure Bug description: static function definition in php_gd.h has to be extern The function definition in ext/gd/php_gd.h for gdImageColorResolve has to be changed from 'static'

[PHP-DEV] Bug #14456: mcrypt_create_iv: unterminated string & segfault

2001-12-12 Thread pumuckel
From: [EMAIL PROTECTED] Operating system: Linux 2.2.X PHP version: 4.1.0 PHP Bug Type: mcrypt related Bug description: mcrypt_create_iv: unterminated string & segfault mcrypt_create_iv(mcrypt_get_iv_size (MCRYPT_DES , MCRYPT_MODE_ECB), MCRYPT_RAND) produces following error a