php-general | 2001122
Date: 12/16/01
- Next message: Neil M: "[PHP] problem finding out original filename while using php to upload."
- Previous message: Jack Dempsey: "Re: [PHP] Problem with Code"
- In reply to: Phillip B. Bruce: "[PHP] Problem with Code"
- Next in thread: Phillip Oertel: "[PHP] Re: Problem with Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Hi,
>
> I have a couple of questions before I get to my problem.
>
> 1. Is there any documentation that explains the differences between
> the versions of PHP?
sure. have a look at the changelog
http://www.php.net/ChangeLog-4.php
>
> 2. Does it matter when writing php code that you specifiy the file
> name in the following
> manner? test.php3 test.php4 or whatever. I'm assumming this is
> version specific.
>
> My Problem:
>
> I have the following code:
[....]
>
> I have the following error:
>
>
> Fatal error: Call to unsupported or undefined function include_once() in
> include_fns.php3 on line 7
>
> It seems to me that include_once is a legal function but I can't the
> orgination of this funtion other
> than that stupid include_fns.php3 file? Any ideas on this.
>
> Configuration:
>
> OS: Solaris 2.8 10/00 on Intel Hardware.
> Apache: 1.3.9
> PHP: 3.0.15
> mysql: 3.23.46
>
> My ISP is running:
>
> OS: Irix 6.4
> Apache: 1.3.9
> PHP: 3.0.9
> mysql: 3.22.23b
>
> I do appreciate any help on this.
>
include_once() was added in PHP 4.0.1pl2
best regards
attila strauss
-- 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: Neil M: "[PHP] problem finding out original filename while using php to upload."
- Previous message: Jack Dempsey: "Re: [PHP] Problem with Code"
- In reply to: Phillip B. Bruce: "[PHP] Problem with Code"
- Next in thread: Phillip Oertel: "[PHP] Re: Problem with Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

