ID: 32193 Updated by: [EMAIL PROTECTED] -Summary: output_add_rewrite_var fail Reported By: max at webscript dot ru -Status: Open +Status: Closed Bug Type: Output Control Operating System: WinXP PHP Version: 5.0.3 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-03-04 20:19:48] max at webscript dot ru also i see this bug in php 4.3.10 in linux ------------------------------------------------------------------------ [2005-03-04 20:14:36] max at webscript dot ru Description: ------------ output_add_rewrite_var fails with multiline tags <a ...> Reproduce code: --------------- <? output_add_rewrite_var('var', 'value'); ?> <a href="aaa.php" >aaa</a> Expected result: ---------------- <a href="aaa.php?var=value" >aaa</a> Actual result: -------------- <a href="aaa.php" ?var=value >aaa</a> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32193&edit=1