Date: 05/23/01
- Next message: Yusuf Goolamabbas: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Just built from CVS and trying to run this script generates the shown
output:
Script (test.php):
====================================
<?php
$i = 1000;
echo ("$i\n");
?>
Output:
====================================
C:\php4\Release_TS>php -f test.php
$i = 1000
($i\n)
Something is screwy here...
-- =================================================================== Sean Bright elixer <email protected> / sean <email protected> / http://www.seanbright.com/ ===================================================================-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Yusuf Goolamabbas: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

