ID: 8412
Updated by: sterling
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: Sablotron XSL
Operating System: Linux 2.2.17, 2.4.5
PHP Version: 4.0.4, 4.0.5
Assigned To: sterling
New Comment:

please upgrade to the new XSLT extension (--enable-xslt 
--with-xslt-sablot) as all new development is focused 
there.


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

[2001-05-29 05:37:47] [EMAIL PROTECTED]

There is still a problem, but I've narrowed it down a bit. I'm using the newest 
Sablotron as you suggested. The problem still occurs when MySQL and XSL 
transformations are in the same script, but my httpd process only hangs when I do 
mysql stuff like this:

$xsl_resource = xslt_create();

// insert mysql stuff here

xslt_output_begintransform($xslfile);
xslt_process($xsl, $xml, $outcome);
xslt_free($xsl_resource);

If I do all the MySQL stuff before I call xslt_create(), it doesn't seem to hang.

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

[2001-04-24 17:50:24] [EMAIL PROTECTED]

Ok, try it and re-open the report if it happens.  I've used
MySQL and Sablotron together fine...

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

[2001-04-09 19:42:27] [EMAIL PROTECTED]

I don't have that machine available anymore to help test if it works or not... at 
least not in a reasonable amount of time before 4.0.5 gets out.

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

[2001-04-05 14:29:32] [EMAIL PROTECTED]

try this with the newest sablotron and php and let me know
what happens...

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

[2000-12-25 03:56:59] [EMAIL PROTECTED]

My install hangs when hitting reload a lot and my httpd processes suck up my resources 
until the script times out. It takes between 5-15 quick reloads before it hangs. This 
seems to only happen when I grab stuff from MySQL in the same script as when I'm doing 
a transformation.

' ./configure' '--with-mysql' '--enable-track-vars' '--with-mcrypt' '--enable-ftp' 
'--enable-sockets' '--with-sablot' '--enable-sablot-errors-descriptive' 
'--with-apache=../apache_1.3.14' '--with-zlib'

I'm using Sablotron 0.44.1 and Expat 1.1.2.

A script with just MySQL works fine, and a script with just a transformation works 
fine.

I don't see anything additionally descriptive about  
--enable-sablot-errors-descriptive either

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



Edit this bug report at http://bugs.php.net/?id=8412&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]

Reply via email to