From:             zoran dot bodiroga at gmail dot com
Operating system: Windows Server 2003
PHP version:      5.2.5
PHP Bug Type:     XSLT related
Bug description:  XSL Transforamtion never finish

Description:
------------
We develop application that use xslt to produce on screen output, pdf and
Excel files. 
Problem is that when we produce small excel files or pdf files everything
is ok but when we have, for example excel sheet with 20000 lines php block.
We saw that he work something but transformation never finish. 
We test with PHP version 5.0.3, and everything works fine.
This is information for libxslt for this version:
XSL     enabled
libxslt Version         1.1.7
libxslt compiled against libxml Version         2.6.11
EXSLT   enabled
libexslt Version        0.8.5

and for version 5.2.5:

XSL     enabled
libxslt Version         1.1.17
libxslt compiled against libxml Version         2.6.26
EXSLT   enabled
libexslt Version        0.8.13.

With old version, php takes about 120MB of memory and finish within 1
second, and with new version it block on 60 - 70MB and works infinitely.

Also I tried with snapshot php5.2-win32-200803250030 which have latest
libxslt (ver.1.1.22) and we have the same problem.

Just to mention that in both cases we use same XSL and XML files.

Regards,
Zoran Bodiroga




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

Reply via email to