Re: [PHP-DEV] Breakage in fopen_wrappers.c

2001-05-22 Thread Sterling Hughes
Jon Parise wrote: > Your last commit (revision 1.114) to fopen_wrappers.c break > compilation on my FreeBSD system with: > > fopen_wrappers.c: In function `php_check_specific_open_basedir': > fopen_wrappers.c:150: `open_basedir' undeclared (first use in this function) > fopen_wrappers.c:150: (Ea

Re: [PHP-DEV] Breakage in fopen_wrappers.c

2001-05-22 Thread Jani Taskinen
Fixed. --Jani On Tue, 22 May 2001, Jon Parise wrote: >Your last commit (revision 1.114) to fopen_wrappers.c break >compilation on my FreeBSD system with: > >fopen_wrappers.c: In function `php_check_specific_open_basedir': >fopen_wrappers.c:150: `open_basedir' undeclared (first use in this fun

[PHP-DEV] Breakage in fopen_wrappers.c

2001-05-22 Thread Jon Parise
Your last commit (revision 1.114) to fopen_wrappers.c break compilation on my FreeBSD system with: fopen_wrappers.c: In function `php_check_specific_open_basedir': fopen_wrappers.c:150: `open_basedir' undeclared (first use in this function) fopen_wrappers.c:150: (Each undeclared identifier is rep