From: [EMAIL PROTECTED]
Operating system: Unix
PHP version: 4.2.3
PHP Bug Type: *General Issues
Bug description: xor unsupported ?
[...]
$x = $a ^ $b;
if (($a ^ $x) != $b)
die("that should not happen...");
[...]
I know you told people in year 2000 and 2001 to use GMP
ID: 19835
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Unix (OpenBSD-3.0)
PHP Version: 4.2.3
New Comment:
yeah, i loggued in as root, gave a temporary shell to
ID: 19835
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Unix (OpenBSD-3.0)
PHP Version: 4.2.3
New Comment:
No, the system did not reach the user limit, i could l
From: [EMAIL PROTECTED]
Operating system: Unix (OpenBSD-3.0)
PHP version: 4.2.3
PHP Bug Type: Unknown/Other Function
Bug description: Cannot fork() error when using exec()
Lately, we figured out that PHP was having problems sometimes while working
with exec(). We would get a
From: [EMAIL PROTECTED]
Operating system: Unix
PHP version: 4.2.0
PHP Bug Type: mcrypt related
Bug description: possible bad padding
I noticed something quite strange when using the mcrypt library to encrypt
data.
say i would encrypt $data in mode ECB:
$l = mcrypt_encryp
ID: 16733
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Analyzed
Bug Type: POSIX related
Operating System: Unix
PHP Version: 4.2.0
New Comment:
I think that it shouldn't take too long to add the following checks,
maybe
From: [EMAIL PROTECTED]
Operating system: Unix
PHP version: 4.2.0
PHP Bug Type: *General Issues
Bug description: posix_getpw* bypasses safe_mode and open_basedir
I noticed that many of the posix_* functions DO NOT check wether safe_mode
or open_basedir restrict access to the
From: [EMAIL PROTECTED]
Operating system: Unix
PHP version: 4.1.2
PHP Bug Type: Performance problem
Bug description: phpinfo() makes apache segfault
phpinfo() makes apache child process segfault on my OpenBSD-3.0-stable
system, people I know experienced the same on Linux and