Date: 11/30/99
- Next message: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2880 Updated: assignment of incompatible pointer type"
- In reply to: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Next in thread: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Reply: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Nov 30, 1999 at 05:39:50PM -0800, Evan Klinger wrote:
> Sascha Schumann wrote:
> >
> > On Tue, Nov 30, 1999 at 08:48:47PM -0500, Shane Caraveo wrote:
> > >
> > > Someone commited in the last 24 hours a change that causes a compile
> > > warning:
> > >
> > > main.c
> > > e:\src\phpcvs\php4\main.c(897) : warning C4113: 'struct _iobuf *(__cdecl
> > > *)(const char *,char ** )' differs in parameter lists from 'struct
> > > _iobuf *(__cdecl *)(const char *)'
> >
> > You probably need to update your libzend checkout.
> >
> > Line 897 refers to the fopen_function field of
> > zend_utility_functions. This was changed recently to
> >
> > FILE *(*fopen_function)(const char *filename, char **opened_path);
> >
> > PHP assigns php_fopen_wrapper_for_zend to that field:
> >
> > FILE *php_fopen_wrapper_for_zend(const char *filename, char **opened_path);
> >
> > This looks ok to me.
>
> Ahh. Since when do you have to cd libzend; cvs up to update it? It
> always updated everything from within php4.
Since always. I think CVS updates only the directories
mentioned in CVS/Entries.
--Regards,
Sascha Schumann Consultant
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2880 Updated: assignment of incompatible pointer type"
- In reply to: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Next in thread: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Reply: Evan Klinger: "Re: [PHP-DEV] bad pointer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

