php-general | 2000071
Date: 07/13/00
- Next message: Rasmus Lerdorf: "Re: [PHP] Php4 Upgrade problems"
- Previous message: Sergio A. Murillo: "[PHP] Php4 Upgrade problems"
- In reply to: Sergio A. Murillo: "[PHP] Php4 Upgrade problems"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] Php4 Upgrade problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 13 Jul 2000, Sergio A. Murillo wrote:
> I just upgraded to php4. I'm getting this error
>
> Parse error: parse error, expecting `','' or `';'' in
> /home/httpd/html/lab/historial.php on line 86
>
> /*function tablecolor()
> {
> static $ColorValue
This statement needs to have ; after it.
-Andrei
"Later in this talk, I intend to define
the universe and give three examples." -- Larry Wall
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP] Php4 Upgrade problems"
- Previous message: Sergio A. Murillo: "[PHP] Php4 Upgrade problems"
- In reply to: Sergio A. Murillo: "[PHP] Php4 Upgrade problems"
- Next in thread: Rasmus Lerdorf: "Re: [PHP] Php4 Upgrade problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

