#26242 [Fbk->Opn]: XSLT instruction comment() doesn't work when libxslt is used

2003-12-01 Thread apetrenko at tmsoft-ltd dot com
 ID:   26242
 User updated by:  apetrenko at tmsoft-ltd dot com
 Reported By:  apetrenko at tmsoft-ltd dot com
-Status:   Feedback
+Status:   Open
 Bug Type: XSLT related
 Operating System: Windows
 PHP Version:  4.3.4
 New Comment:

There are no changes. :-(( What do I wrong? All dll's were deleted
first. Then I unpacked files into php dir and restarted web server.


Previous Comments:


[2003-11-30 04:23:44] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

And make sure you first remove ALL old php dlls before installing the
snapshot.




[2003-11-19 10:38:26] apetrenko at tmsoft-ltd dot com

Trying...
It has no effect.



[2003-11-17 18:35:06] [EMAIL PROTECTED]

Try disabling the Zend Optimizer first..




[2003-11-14 04:48:02] apetrenko at tmsoft-ltd dot com

Furthermore if I remove comment() instruction from XSTL template the
result in CGI mode is correct!

The part of XSLT template:

  


The result:
 



[2003-11-14 03:24:10] apetrenko at tmsoft-ltd dot com

Hello.
This note was sent to wrong section (for ALL user). May be you'll
receive it twice.

There is a new info: it works properly in CGI mode but incorrectly in
API mode (I use Apache 1.3.27).

phpinfo reference:
http://www.aesthetic.com.ua/misc/phpinfo.htm
Sorry for some skipped info - this was done by demand of our system
administrator.



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/26242

-- 
Edit this bug report at http://bugs.php.net/?id=26242&edit=1


#26242 [Fbk->Opn]: XSLT instruction comment() doesn't work when libxslt is used

2003-11-19 Thread apetrenko at tmsoft-ltd dot com
 ID:   26242
 User updated by:  apetrenko at tmsoft-ltd dot com
 Reported By:  apetrenko at tmsoft-ltd dot com
-Status:   Feedback
+Status:   Open
 Bug Type: XSLT related
 Operating System: Windows
 PHP Version:  4.3.4
 New Comment:

Trying...
It has no effect.


Previous Comments:


[2003-11-17 18:35:06] [EMAIL PROTECTED]

Try disabling the Zend Optimizer first..




[2003-11-14 04:48:02] apetrenko at tmsoft-ltd dot com

Furthermore if I remove comment() instruction from XSTL template the
result in CGI mode is correct!

The part of XSLT template:

  


The result:
 



[2003-11-14 03:24:10] apetrenko at tmsoft-ltd dot com

Hello.
This note was sent to wrong section (for ALL user). May be you'll
receive it twice.

There is a new info: it works properly in CGI mode but incorrectly in
API mode (I use Apache 1.3.27).

phpinfo reference:
http://www.aesthetic.com.ua/misc/phpinfo.htm
Sorry for some skipped info - this was done by demand of our system
administrator.



[2003-11-13 12:59:56] [EMAIL PROTECTED]

Can you send a link to your phpinfo output? as I can't reproduce this



[2003-11-13 12:05:16] apetrenko at tmsoft-ltd dot com

Description:

XSLT instruction comment() doesn't work when libxslt is used. But when
I've replaced php extension php_domxml.dll by old version (from php
4.3.2) all was worked.

Reproduce code:
---
$xml = '





';

$xslt = '
http://www.w3.org/1999/XSL/Transform";
version="1.0">





';

$xml_obj = domxml_open_mem ($xml);
$xslt_obj = domxml_xslt_stylesheet ($xslt);
$result_obj = $xslt_obj->process ($xml_obj);
$result = $xslt_obj->result_dump_mem ($result_obj);
echo htmlspecialchars ($result);

Expected result:

  

Actual result:
--
 





-- 
Edit this bug report at http://bugs.php.net/?id=26242&edit=1


#26242 [Opn]: XSLT instruction comment() doesn't work when libxslt is used

2003-11-14 Thread apetrenko at tmsoft-ltd dot com
 ID:   26242
 User updated by:  apetrenko at tmsoft-ltd dot com
 Reported By:  apetrenko at tmsoft-ltd dot com
 Status:   Open
 Bug Type: XSLT related
 Operating System: Windows
 PHP Version:  4.3.4
 New Comment:

Furthermore if I remove comment() instruction from XSTL template the
result in CGI mode is correct!

The part of XSLT template:

  


The result:
 


Previous Comments:


[2003-11-14 03:24:10] apetrenko at tmsoft-ltd dot com

Hello.
This note was sent to wrong section (for ALL user). May be you'll
receive it twice.

There is a new info: it works properly in CGI mode but incorrectly in
API mode (I use Apache 1.3.27).

phpinfo reference:
http://www.aesthetic.com.ua/misc/phpinfo.htm
Sorry for some skipped info - this was done by demand of our system
administrator.



[2003-11-13 12:59:56] [EMAIL PROTECTED]

Can you send a link to your phpinfo output? as I can't reproduce this



[2003-11-13 12:05:16] apetrenko at tmsoft-ltd dot com

Description:

XSLT instruction comment() doesn't work when libxslt is used. But when
I've replaced php extension php_domxml.dll by old version (from php
4.3.2) all was worked.

Reproduce code:
---
$xml = '





';

$xslt = '
http://www.w3.org/1999/XSL/Transform";
version="1.0">





';

$xml_obj = domxml_open_mem ($xml);
$xslt_obj = domxml_xslt_stylesheet ($xslt);
$result_obj = $xslt_obj->process ($xml_obj);
$result = $xslt_obj->result_dump_mem ($result_obj);
echo htmlspecialchars ($result);

Expected result:

  

Actual result:
--
 





-- 
Edit this bug report at http://bugs.php.net/?id=26242&edit=1


#26242 [Fbk->Opn]: XSLT instruction comment() doesn't work when libxslt is used

2003-11-14 Thread apetrenko at tmsoft-ltd dot com
 ID:   26242
 User updated by:  apetrenko at tmsoft-ltd dot com
 Reported By:  apetrenko at tmsoft-ltd dot com
-Status:   Feedback
+Status:   Open
 Bug Type: XSLT related
 Operating System: Windows
 PHP Version:  4.3.4
 New Comment:

Hello.
This note was sent to wrong section (for ALL user). May be you'll
receive it twice.

There is a new info: it works properly in CGI mode but incorrectly in
API mode (I use Apache 1.3.27).

phpinfo reference:
http://www.aesthetic.com.ua/misc/phpinfo.htm
Sorry for some skipped info - this was done by demand of our system
administrator.


Previous Comments:


[2003-11-13 12:59:56] [EMAIL PROTECTED]

Can you send a link to your phpinfo output? as I can't reproduce this



[2003-11-13 12:05:16] apetrenko at tmsoft-ltd dot com

Description:

XSLT instruction comment() doesn't work when libxslt is used. But when
I've replaced php extension php_domxml.dll by old version (from php
4.3.2) all was worked.

Reproduce code:
---
$xml = '





';

$xslt = '
http://www.w3.org/1999/XSL/Transform";
version="1.0">





';

$xml_obj = domxml_open_mem ($xml);
$xslt_obj = domxml_xslt_stylesheet ($xslt);
$result_obj = $xslt_obj->process ($xml_obj);
$result = $xslt_obj->result_dump_mem ($result_obj);
echo htmlspecialchars ($result);

Expected result:

  

Actual result:
--
 





-- 
Edit this bug report at http://bugs.php.net/?id=26242&edit=1


#26242 [NEW]: XSLT instruction comment() doesn't work when libxslt is used

2003-11-13 Thread apetrenko at tmsoft-ltd dot com
From: apetrenko at tmsoft-ltd dot com
Operating system: Windows
PHP version:  4.3.4
PHP Bug Type: XSLT related
Bug description:  XSLT instruction comment() doesn't work when libxslt is used

Description:

XSLT instruction comment() doesn't work when libxslt is used. But when
I've replaced php extension php_domxml.dll by old version (from php 4.3.2)
all was worked.

Reproduce code:
---
$xml = '





';

$xslt = '
http://www.w3.org/1999/XSL/Transform";
version="1.0">





';

$xml_obj = domxml_open_mem ($xml);
$xslt_obj = domxml_xslt_stylesheet ($xslt);
$result_obj = $xslt_obj->process ($xml_obj);
$result = $xslt_obj->result_dump_mem ($result_obj);
echo htmlspecialchars ($result);

Expected result:

  

Actual result:
--
 

-- 
Edit bug report at http://bugs.php.net/?id=26242&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26242&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26242&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=26242&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=26242&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=26242&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=26242&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=26242&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=26242&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=26242&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=26242&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=26242&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26242&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=26242&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=26242&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=26242&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26242&r=float