Re: [PHP-DEV] Bug #10661 Updated: Problem parsing a script in mac text file format

2001-05-04 Thread Joe Brown

I say go for it.

What's the worst that can happen

*smirk*

"Alessandro Astarita" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> [EMAIL PROTECTED] wrote:
>
> > ID: 10661
> > Updated by: derick
> > Reported By: [EMAIL PROTECTED]
> > Old-Status: Open
> > Status: Closed
> > Bug Type: *General Issues
> > PHP Version: 4.0.5
> > Assigned To:
> > Comments:
> >
> > This should be fixed in the current CVS, please reopen if this does not
> > work with the latest CVS version (or snapshot from snaps.php.net)
>
> Ok... in the last snapshot it works. Can I use it in production
enviroment?
>
> Thanks a lot!
>
> --
> Alessandro 'Asterix75' Astarita <[EMAIL PROTECTED]>
> Web Site: http://asterix75.capri.it
> Secret MS Windows code:
> while (1) { if (num_process > 1) bluescreen(rand()); }
>
> --
> PHP Development Mailing List 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Bug #10661 Updated: Problem parsing a script in mac text file format

2001-05-04 Thread Alessandro Astarita

[EMAIL PROTECTED] wrote:

> ID: 10661
> Updated by: derick
> Reported By: [EMAIL PROTECTED]
> Old-Status: Open
> Status: Closed
> Bug Type: *General Issues
> PHP Version: 4.0.5
> Assigned To:
> Comments:
> 
> This should be fixed in the current CVS, please reopen if this does not
> work with the latest CVS version (or snapshot from snaps.php.net)

Ok... in the last snapshot it works. Can I use it in production enviroment?

Thanks a lot!

-- 
Alessandro 'Asterix75' Astarita <[EMAIL PROTECTED]>
Web Site: http://asterix75.capri.it
Secret MS Windows code:
while (1) { if (num_process > 1) bluescreen(rand()); }

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10661 Updated: Problem parsing a script in mac text file format

2001-05-04 Thread derick

ID: 10661
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *General Issues
PHP Version: 4.0.5
Assigned To: 
Comments:

This should be fixed in the current CVS, please reopen if this does not work with the 
latest CVS version (or snapshot from snaps.php.net)

Previous Comments:
---

[2001-05-04 06:19:49] [EMAIL PROTECTED]
Executing a script like this in mac file text format (EOF ==
'r'):


n";
}
 
?>


I receive this output:


// comment
);

foreach ($arr as $val) {
echo $val."n";
}


This only appears if the comment is present.


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10661&edit=2


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]