From: [EMAIL PROTECTED]
Operating system: linux RedHat 6.2
PHP version: 4.0.4pl1
PHP Bug Type: Scripting Engine problem
Bug description: calling an external function in a loop
I have a shared object the works fine with PHP4.0.0
I recompile it for PHP 4.0.4pl1.
Each function of this shared object works fine.
The problem succeed when I use a function that return a STRING in a loop.
A loop greater than 4 hang present an empty page.
Ex:
for ($i=0; $i<6; $i++)
{
$aa=callc_get_stringa("12345");
}
The wrapper code used to return the string it's the same used in the older version of
PHP
I compile PHP with mysql,apxs,ldap,ftp
--
Edit Bug report at: http://bugs.php.net/?id=9316&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]