Mombu the Php Forum sponsored links

Go Back   Mombu the Php Forum > Php > #35480 : Persistent connections + unknown column crashes
User Name
Password
REGISTER NOW! Mark Forums Read

sponsored links


Reply
 
1 28th April 06:05
php-bugs
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes



From: tim at komta dot com
Operating system: Windows XP
PHP version: 5.1.1
PHP Bug Type: PDO related
Bug description: Persistent connections + unknown column crashes

Description:
------------
Using a persistent connection with PDO (mysql tested) and then executing a
query with an unknown column will crash PHP 5.1.1, and take Apache with
it.

This has been reproduced on two seperate systems here at the office
already. Both systems use Apache 2.0.54 as a module, with PHP 5.1.1

Reproduce code:
---------------
<?php
$pdo = new PDO('mysql:host=HOST;dbname=mysql',
USER, PASSWORD, array(PDO::ATTR_PERSISTENT => TRUE));
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
$pdo->query('SELECT frank FROM mysql.user LIMIT 20');
?>

Expected result:
----------------
Expect a warning, such as Warning: PDO::query() [function.query]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'frank' in 'field
list' in C:\Do***ents and Settings\Tim\workspace\hxpa SVN\temp.php on line
5

Actual result:
--------------
PHP (Apache is reported) crashes.

--
Edit bug report at http://bugs.php.net/?id=35480&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=35480&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=35480&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=35480&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=35480&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=35480&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=35480&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=35480&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=35480&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=35480&r=support
Expected behavior: http://bugs.php.net/fix.php?id=35480&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=35480&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=35480&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35480&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35480&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35480&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=35480&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=35480&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=35480&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=35480&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=35480&r=mysqlcfg
  Reply With Quote


  sponsored links


2 28th April 06:05
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes



ID: 35480
Updated by: tony2001@php.net
Reported By: tim at komta dot com
-Status: Open
+Status: Feedback
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5.1.1
New Comment:

And what MySQL version?


Previous Comments:
------------------------------------------------------------------------

[2005-11-29 21:10:03] tim at komta dot com

Description:
------------
Using a persistent connection with PDO (mysql tested) and then
executing a query with an unknown column will crash PHP 5.1.1, and take
Apache with it.

This has been reproduced on two seperate systems here at the office
already. Both systems use Apache 2.0.54 as a module, with PHP 5.1.1

Reproduce code:
---------------
<?php
$pdo = new PDO('mysql:host=HOST;dbname=mysql',
USER, PASSWORD, array(PDO::ATTR_PERSISTENT => TRUE));
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
$pdo->query('SELECT frank FROM mysql.user LIMIT 20');
?>

Expected result:
----------------
Expect a warning, such as Warning: PDO::query() [function.query]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'frank' in
'field list' in C:\Do***ents and Settings\Tim\workspace\hxpa
SVN\temp.php on line 5

Actual result:
--------------
PHP (Apache is reported) crashes.


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
3 28th April 06:05
php-bugs
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
User updated by: tim at komta dot com
Reported By: tim at komta dot com
-Status: Feedback
+Status: Open
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5.1.1
New Comment:

Oops, sorry about that, it's MySQL 5.0.15


Previous Comments:
------------------------------------------------------------------------

[2005-11-29 21:55:05] tony2001@php.net

And what MySQL version?

------------------------------------------------------------------------

[2005-11-29 21:10:03] tim at komta dot com

Description:
------------
Using a persistent connection with PDO (mysql tested) and then
executing a query with an unknown column will crash PHP 5.1.1, and take
Apache with it.

This has been reproduced on two seperate systems here at the office
already. Both systems use Apache 2.0.54 as a module, with PHP 5.1.1

Reproduce code:
---------------
<?php
$pdo = new PDO('mysql:host=HOST;dbname=mysql',
USER, PASSWORD, array(PDO::ATTR_PERSISTENT => TRUE));
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
$pdo->query('SELECT frank FROM mysql.user LIMIT 20');
?>

Expected result:
----------------
Expect a warning, such as Warning: PDO::query() [function.query]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'frank' in
'field list' in C:\Do***ents and Settings\Tim\workspace\hxpa
SVN\temp.php on line 5

Actual result:
--------------
PHP (Apache is reported) crashes.


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
4 28th April 06:05
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
Updated by: tony2001@php.net
Reported By: tim at komta dot com
-Status: Open
+Status: Assigned
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5.1.1
-Assigned To:
+Assigned To: georg
New Comment:

Georg, this seems to be the same issue caused by protocol binary
incompatibility.


Previous Comments:
------------------------------------------------------------------------

[2005-11-29 23:04:24] tim at komta dot com

Oops, sorry about that, it's MySQL 5.0.15

------------------------------------------------------------------------

[2005-11-29 21:55:05] tony2001@php.net

And what MySQL version?

------------------------------------------------------------------------

[2005-11-29 21:10:03] tim at komta dot com

Description:
------------
Using a persistent connection with PDO (mysql tested) and then
executing a query with an unknown column will crash PHP 5.1.1, and take
Apache with it.

This has been reproduced on two seperate systems here at the office
already. Both systems use Apache 2.0.54 as a module, with PHP 5.1.1

Reproduce code:
---------------
<?php
$pdo = new PDO('mysql:host=HOST;dbname=mysql',
USER, PASSWORD, array(PDO::ATTR_PERSISTENT => TRUE));
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
$pdo->query('SELECT frank FROM mysql.user LIMIT 20');
?>

Expected result:
----------------
Expect a warning, such as Warning: PDO::query() [function.query]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'frank' in
'field list' in C:\Do***ents and Settings\Tim\workspace\hxpa
SVN\temp.php on line 5

Actual result:
--------------
PHP (Apache is reported) crashes.


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
5 28th April 06:06
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
Updated by: wez@php.net
Reported By: tim at komta dot com
Status: Assigned
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5.1.1
Assigned To: georg
New Comment:

tim, can you provide a backtrace?


Previous Comments:
------------------------------------------------------------------------

[2005-11-29 23:09:53] tony2001@php.net

Georg, this seems to be the same issue caused by protocol binary
incompatibility.

------------------------------------------------------------------------

[2005-11-29 23:04:24] tim at komta dot com

Oops, sorry about that, it's MySQL 5.0.15

------------------------------------------------------------------------

[2005-11-29 21:55:05] tony2001@php.net

And what MySQL version?

------------------------------------------------------------------------

[2005-11-29 21:10:03] tim at komta dot com

Description:
------------
Using a persistent connection with PDO (mysql tested) and then
executing a query with an unknown column will crash PHP 5.1.1, and take
Apache with it.

This has been reproduced on two seperate systems here at the office
already. Both systems use Apache 2.0.54 as a module, with PHP 5.1.1

Reproduce code:
---------------
<?php
$pdo = new PDO('mysql:host=HOST;dbname=mysql',
USER, PASSWORD, array(PDO::ATTR_PERSISTENT => TRUE));
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
$pdo->query('SELECT frank FROM mysql.user LIMIT 20');
?>

Expected result:
----------------
Expect a warning, such as Warning: PDO::query() [function.query]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'frank' in
'field list' in C:\Do***ents and Settings\Tim\workspace\hxpa
SVN\temp.php on line 5

Actual result:
--------------
PHP (Apache is reported) crashes.


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
6 28th April 13:13
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
Updated by: sniper@php.net
Reported By: tim at komta dot com
-Status: Assigned
+Status: Feedback
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5.1.1
Assigned To: georg
New Comment:

Please try using this CVS snapshot:

http://snaps.php.net/php5.1-latest.tar.gz

For Windows:

http://snaps.php.net/win32/php5.1-win32-latest.zip


Previous Comments:
------------------------------------------------------------------------

[2005-11-30 03:35:09] wez@php.net

tim, can you provide a backtrace?

------------------------------------------------------------------------

[2005-11-29 23:09:53] tony2001@php.net

Georg, this seems to be the same issue caused by protocol binary
incompatibility.

------------------------------------------------------------------------

[2005-11-29 23:04:24] tim at komta dot com

Oops, sorry about that, it's MySQL 5.0.15

------------------------------------------------------------------------

[2005-11-29 21:55:05] tony2001@php.net

And what MySQL version?

------------------------------------------------------------------------

[2005-11-29 21:10:03] tim at komta dot com

Description:
------------
Using a persistent connection with PDO (mysql tested) and then
executing a query with an unknown column will crash PHP 5.1.1, and take
Apache with it.

This has been reproduced on two seperate systems here at the office
already. Both systems use Apache 2.0.54 as a module, with PHP 5.1.1

Reproduce code:
---------------
<?php
$pdo = new PDO('mysql:host=HOST;dbname=mysql',
USER, PASSWORD, array(PDO::ATTR_PERSISTENT => TRUE));
$pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
$pdo->query('SELECT frank FROM mysql.user LIMIT 20');
?>

Expected result:
----------------
Expect a warning, such as Warning: PDO::query() [function.query]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'frank' in
'field list' in C:\Do***ents and Settings\Tim\workspace\hxpa
SVN\temp.php on line 5

Actual result:
--------------
PHP (Apache is reported) crashes.


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
7 28th April 13:14
php-bugs
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
User updated by: tim at komta dot com
Reported By: tim at komta dot com
-Status: Feedback
+Status: Open
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5.1.1
Assigned To: georg
New Comment:

With the snapshot linked by Sniper, the problem is still there.

Wez, I think I'm misunderstanding what you're asking...The method of
getting a backtrace that I know of (debug_backtrace()) requires PHP to
be running. The script crashes in such a way that no output ever goes
to the user agent, in spite of no output buffering.

Is there something else I should be doing?

- Tim


Previous Comments:
------------------------------------------------------------------------

[2005-11-30 14:07:51] sniper@php.net

Please try using this CVS snapshot:

http://snaps.php.net/php5.1-latest.tar.gz

For Windows:

http://snaps.php.net/win32/php5.1-win32-latest.zip

------------------------------------------------------------------------

[2005-11-30 03:35:09] wez@php.net

tim, can you provide a backtrace?

------------------------------------------------------------------------

[2005-11-29 23:09:53] tony2001@php.net

Georg, this seems to be the same issue caused by protocol binary
incompatibility.

------------------------------------------------------------------------

[2005-11-29 23:04:24] tim at komta dot com

Oops, sorry about that, it's MySQL 5.0.15

------------------------------------------------------------------------

[2005-11-29 21:55:05] tony2001@php.net

And what MySQL version?

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35480

--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
8 28th April 13:14
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
Updated by: sniper@php.net
Reported By: tim at komta dot com
-Status: Open
+Status: Assigned
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5.1.1
-Assigned To: georg
+Assigned To: wez


Previous Comments:
------------------------------------------------------------------------

[2005-11-30 15:26:19] tim at komta dot com

With the snapshot linked by Sniper, the problem is still there.

Wez, I think I'm misunderstanding what you're asking...The method of
getting a backtrace that I know of (debug_backtrace()) requires PHP to
be running. The script crashes in such a way that no output ever goes
to the user agent, in spite of no output buffering.

Is there something else I should be doing?

- Tim

------------------------------------------------------------------------

[2005-11-30 14:07:51] sniper@php.net

Please try using this CVS snapshot:

http://snaps.php.net/php5.1-latest.tar.gz

For Windows:

http://snaps.php.net/win32/php5.1-win32-latest.zip

------------------------------------------------------------------------

[2005-11-30 03:35:09] wez@php.net

tim, can you provide a backtrace?

------------------------------------------------------------------------

[2005-11-29 23:09:53] tony2001@php.net

Georg, this seems to be the same issue caused by protocol binary
incompatibility.

------------------------------------------------------------------------

[2005-11-29 23:04:24] tim at komta dot com

Oops, sorry about that, it's MySQL 5.0.15

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35480

--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
9 28th April 13:14
php-bugs
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
Comment by: andrea at 3site dot it
Reported By: tim at komta dot com
Status: Assigned
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5CVS-2005-11-30 (snap)
Assigned To: wez
New Comment:

Hi guys, theese are two result files generated by APD for PHP 5.1.1 ...
are theese usefull ?

First crash:
#Pprof [APD] v1.0.1
caller=C:\Programmi\Apache Group\Apache2\htdocs\test.php

END_HEADER
! 2 C:\Programmi\Apache Group\Apache2\htdocs\test.php
& 3 main 2
+ 3 2 2
& 4 apd_set_pprof_trace 2
+ 4 2 2
@ 2 2 0 10014 7978
- 3
& 6 PDO->__construct 1
+ 6 2 9
@ 2 9 0 0 271419
- 6
& 7 PDO->prepare 1
+ 7 2 14
@ 2 14 0 0 106
- 7
& 8 PDOStatement->execute 1
+ 8 2 15
@ 2 15 0 0 1164
- 8
@ 2 19 0 0 27
- 2


Second crash, script launched 1 time ... but two crashes:
#Pprof [APD] v1.0.1
caller=C:\Programmi\Apache Group\Apache2\htdocs\test.php

END_HEADER
! 1 C:\Programmi\Apache Group\Apache2\htdocs\test.php
& 1 main 2
+ 1 1 2
& 2 apd_set_pprof_trace 2
+ 2 1 2
@ 0 2 0 10014 3020
- 2
& 4 PDO->__construct 1
+ 4 1 9
@ 1 9 0 0 7835
- 4
& 5 PDO->prepare 1
+ 5 1 14
@ 1 14 0 0 77
- 5
& 6 PDOStatement->execute 1
+ 6 1 15
@ 1 15 0 0 435
- 6
@ 1 19 0 0 22
- 1

Code used is the same of gm with apd starded:
<?php
apd_set_pprof_trace();
try {
$dbo = new PDO(
'mysql:host=localhost;dbname=test',
'user',
'pass',
array(PDO::ATTR_PERSISTENT => true)
);
} catch(PDOException $e) {
echo 'Errore di connessione: '.$e->getMessage();
}

$pdostatement = $dbo->prepare('SELECT * FROM fake_table');
$pdostatement->execute();

echo 'print something';

?>


Regards .

P.S. Windows XP SP2 full updated with Apache 2.0.52 and PHP 5.1.1 as
module


Previous Comments:
------------------------------------------------------------------------

[2005-11-30 15:26:19] tim at komta dot com

With the snapshot linked by Sniper, the problem is still there.

Wez, I think I'm misunderstanding what you're asking...The method of
getting a backtrace that I know of (debug_backtrace()) requires PHP to
be running. The script crashes in such a way that no output ever goes
to the user agent, in spite of no output buffering.

Is there something else I should be doing?

- Tim

------------------------------------------------------------------------

[2005-11-30 14:07:51] sniper@php.net

Please try using this CVS snapshot:

http://snaps.php.net/php5.1-latest.tar.gz

For Windows:

http://snaps.php.net/win32/php5.1-win32-latest.zip

------------------------------------------------------------------------

[2005-11-30 03:35:09] wez@php.net

tim, can you provide a backtrace?

------------------------------------------------------------------------

[2005-11-29 23:09:53] tony2001@php.net

Georg, this seems to be the same issue caused by protocol binary
incompatibility.

------------------------------------------------------------------------

[2005-11-29 23:04:24] tim at komta dot com

Oops, sorry about that, it's MySQL 5.0.15

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35480

--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
10 28th April 13:14
php-bugs
External User
 
Posts: 1
Default #35480 : Persistent connections + unknown column crashes


ID: 35480
Comment by: andrea at 3site dot it
Reported By: tim at komta dot com
Status: Assigned
Bug Type: PDO related
Operating System: Windows XP
PHP Version: 5CVS-2005-11-30 (snap)
Assigned To: wez
New Comment:

Hi guys, it's me again :-)

MySQL used version for over debug was MySQL 4.1.9-nt ... but maybe the
problem is for the constant PDO::ATTR_PERSISTENT that creates some
problems on windows and Apache ...

in sqlite, 2 or 3 default version, is the same .. in a different way,
if I try to connect with PDO::ATTR_PERSISTENT => true the database will
be undeletable and I need to stop Apache (with a crash) ... and then I
can delete my files.

It doesn't happen without PDO::ATTR_PERSISTENT during connection ...
but I wonder in a :memory: connection what should happen ... fear !!!!!
VVoVe:

Now this is the code:
<?php
$dbfile1 = 'sqlite2.sql';
$dbfile2 = 'sqlite3.sql';
$sqlite = new PDO('sqlite2:'.$dbfile1, '', '',
array(PDO::ATTR_PERSISTENT => true));
unset($sqlite);
$sqlite = new PDO('sqlite:'.$dbfile2, '', '',
array(PDO::ATTR_PERSISTENT => true));
unset($sqlite);
unlink($dbfile1);
unlink($dbfile2);
?>

Regards


Previous Comments:
------------------------------------------------------------------------

[2005-11-30 16:07:45] andrea at 3site dot it

Hi guys, theese are two result files generated by APD for PHP 5.1.1 ...
are theese usefull ?

First crash:
#Pprof [APD] v1.0.1
caller=C:\Programmi\Apache Group\Apache2\htdocs\test.php

END_HEADER
! 2 C:\Programmi\Apache Group\Apache2\htdocs\test.php
& 3 main 2
+ 3 2 2
& 4 apd_set_pprof_trace 2
+ 4 2 2
@ 2 2 0 10014 7978
- 3
& 6 PDO->__construct 1
+ 6 2 9
@ 2 9 0 0 271419
- 6
& 7 PDO->prepare 1
+ 7 2 14
@ 2 14 0 0 106
- 7
& 8 PDOStatement->execute 1
+ 8 2 15
@ 2 15 0 0 1164
- 8
@ 2 19 0 0 27
- 2


Second crash, script launched 1 time ... but two crashes:
#Pprof [APD] v1.0.1
caller=C:\Programmi\Apache Group\Apache2\htdocs\test.php

END_HEADER
! 1 C:\Programmi\Apache Group\Apache2\htdocs\test.php
& 1 main 2
+ 1 1 2
& 2 apd_set_pprof_trace 2
+ 2 1 2
@ 0 2 0 10014 3020
- 2
& 4 PDO->__construct 1
+ 4 1 9
@ 1 9 0 0 7835
- 4
& 5 PDO->prepare 1
+ 5 1 14
@ 1 14 0 0 77
- 5
& 6 PDOStatement->execute 1
+ 6 1 15
@ 1 15 0 0 435
- 6
@ 1 19 0 0 22
- 1

Code used is the same of gm with apd starded:
<?php
apd_set_pprof_trace();
try {
$dbo = new PDO(
'mysql:host=localhost;dbname=test',
'user',
'pass',
array(PDO::ATTR_PERSISTENT => true)
);
} catch(PDOException $e) {
echo 'Errore di connessione: '.$e->getMessage();
}

$pdostatement = $dbo->prepare('SELECT * FROM fake_table');
$pdostatement->execute();

echo 'print something';

?>


Regards .

P.S. Windows XP SP2 full updated with Apache 2.0.52 and PHP 5.1.1 as
module

------------------------------------------------------------------------

[2005-11-30 15:26:19] tim at komta dot com

With the snapshot linked by Sniper, the problem is still there.

Wez, I think I'm misunderstanding what you're asking...The method of
getting a backtrace that I know of (debug_backtrace()) requires PHP to
be running. The script crashes in such a way that no output ever goes
to the user agent, in spite of no output buffering.

Is there something else I should be doing?

- Tim

------------------------------------------------------------------------

[2005-11-30 14:07:51] sniper@php.net

Please try using this CVS snapshot:

http://snaps.php.net/php5.1-latest.tar.gz

For Windows:

http://snaps.php.net/win32/php5.1-win32-latest.zip

------------------------------------------------------------------------

[2005-11-30 03:35:09] wez@php.net

tim, can you provide a backtrace?

------------------------------------------------------------------------

[2005-11-29 23:09:53] tony2001@php.net

Georg, this seems to be the same issue caused by protocol binary
incompatibility.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35480

--
Edit this bug report at http://bugs.php.net/?id=35480&edit=1
  Reply With Quote
Reply


Thread Tools
Display Modes




Copyright © 2006 SmartyDevil.com - Dies Mies Jeschet Boenedoesef Douvema Enitemaus -
666