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: (Each undeclared identifier is reported only once
> fopen_wrappers.c:150: for each function it appears in.)
> 
> 

Fixed in cvs.

-Sterling


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 function)
>fopen_wrappers.c:150: (Each undeclared identifier is reported only once
>fopen_wrappers.c:150: for each function it appears in.)
>
>


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 reported only once
fopen_wrappers.c:150: for each function it appears in.)

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]