Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001122

Re: [PHP] Problem with Code From: Attila Strauss (shortys <email protected>)
Date: 12/16/01

> 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>