From: corinl at gmx dot de
Operating system: debian 686
PHP version: 5.2.2
PHP Bug Type: MySQLi related
Bug description: no way safe to retrieve warnings
Description:
using $m->query('SHOW WARNINGS') changes $m->affected_rows, so it cannot
be use
From: corinl at gmx dot de
Operating system: debian 686
PHP version: 5.2.2
PHP Bug Type: MySQLi related
Bug description: affected_rows wrong
Description:
executing the following code using direct php (with mysqli) or using
phpmyadmin using the mysqli extension
ID: 39389
User updated by: corinl at gmx dot de
-Summary: make some errors catchable
Reported By: corinl at gmx dot de
Status: Wont fix
Bug Type: Feature/Change Request
Operating System: linux debian
PHP Version: 5.2.0
New Comment:
well
From: corinl at gmx dot de
Operating system: linux debian
PHP version: 5.2.0
PHP Bug Type: Feature/Change Request
Bug description: make some errors catchable
Description:
i assume php errors like
--
Fatal error: Call to a member function ... on a non-object
From: corinl at gmx dot de
Operating system: linux debian
PHP version: 5.2.0
PHP Bug Type: Scripting Engine problem
Bug description: php crashes in preg_match
Description:
running the reproduce code crashes php 5.1.6 and 5.2.0 with a segmentation
fault.
--
(gdb
From: corinl at gmx dot de
Operating system: linux
PHP version: 5.1.6
PHP Bug Type: Feature/Change Request
Bug description: strip_tags doesn't remove attributes completely
Description:
when a tag attribute contains a <, it does not get removed
ID: 34981
User updated by: corinl at gmx dot de
Reported By: corinl at gmx dot de
-Status: Feedback
+Status: Open
Bug Type: Scripting Engine problem
Operating System: debian linux
PHP Version: 5.0.5
New Comment:
sorry, cant check it out
From: corinl at gmx dot de
Operating system: debian linux
PHP version: 5.0.5
PHP Bug Type: Scripting Engine problem
Bug description: wrong arithmetic !!
Description:
the arithmetic gives diferrent reulst in php 5.0.5 and 5.0.4 (also 5.1rc)
$a = -4738698913
From: corinl at gmx dot de
Operating system: linux debian
PHP version: 5.0.4
PHP Bug Type: MySQLi related
Bug description: lost connection error on non-standart (<>3306) port
Description:
using mysqli with a non-standart port, like 3307, it looses the da