ID: 37925
User updated by: batataw at gmail dot com
Reported By: batataw at gmail dot com
Status: Bogus
Bug Type: Output Control
Operating System: Linux Fedora
PHP Version: 5.1.4
New Comment:
Below, the store procedure.
BEGIN
#declare
ID: 37925
User updated by: batataw at gmail dot com
Reported By: batataw at gmail dot com
Status: Bogus
Bug Type: Output Control
Operating System: Linux Fedora
PHP Version: 5.1.4
New Comment:
setAttribute(PDO::ATTR_ERRMODE,
PDO
ID: 37925
User updated by: batataw at gmail dot com
Reported By: batataw at gmail dot com
-Status: Feedback
+Status: Open
Bug Type: Output Control
Operating System: Linux Fedora
PHP Version: 5.1.4
New Comment:
db->prepare($
ID: 37925
User updated by: batataw at gmail dot com
Reported By: batataw at gmail dot com
-Status: Feedback
+Status: Open
Bug Type: Output Control
Operating System: Linux Fedora
PHP Version: 5.1.4
New Comment:
execute();
}
catch
From: batataw at gmail dot com
Operating system: Linux Fedora
PHP version: 5.1.4
PHP Bug Type: Output Control
Bug description: After a try catch block, the echo doens't work with an exit
Description:
After a Try/Catch block I used an exit. It's imp