php4-beta | 200004
Date: 04/30/00
- Next message: Rasmus Lerdorf: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Previous message: Rasmus Lerdorf: "Re: [PHP4BETA] NSAPI support in PHP4"
- In reply to: Sterling Hughes: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Next in thread: Rasmus Lerdorf: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Reply: Rasmus Lerdorf: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you.
But I couldn't find this file in my machine.
And what's the newest version?
Regards,
Romain
----- Original Message -----
From: Sterling Hughes <sterling <email protected>>
To: Rasmus Lerdorf <rasmus <email protected>>
Cc: oldmemory in 21cn <oldmemory <email protected>>; <php4beta <email protected>>
Sent: Monday, May 01, 2000 2:04 AM
Subject: Re: [PHP4BETA] undefined function: mysql_errno()
> Rasmus Lerdorf wrote:
> >
> > On Mon, 1 May 2000, oldmemory in 21cn wrote:
> >
> > > Hi
> > >
> > > When I run the followed, that return "Fatal error : Call to undefined function: mysql_errno() in......".
> > >
> > > echo mysql_errno()." : ".mysql_error();
> > >
> > > Why?
> > > I am using 4.0B2. This function removed?
> >
> > Hrm, perhaps it wasn't in B2. It is definitely there in the current PHP 4
> > code. Try upgrading.
> >
> > -Rasmus
> >
>
> Also, from php_mysql.c (latest CVS):
>
> #ifdef HAVE_MYSQL_ERRNO
> PHP_FE(mysql_errno, NULL)
> #endif
>
>
> Sterling
>
- Next message: Rasmus Lerdorf: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Previous message: Rasmus Lerdorf: "Re: [PHP4BETA] NSAPI support in PHP4"
- In reply to: Sterling Hughes: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Next in thread: Rasmus Lerdorf: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Reply: Rasmus Lerdorf: "Re: [PHP4BETA] undefined function: mysql_errno()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

