Re: [PHP-DEV] Bug #10900 Updated: error in Makefile.in

2001-05-16 Thread Sascha Schumann

> Updated by: derick
> Reported By: [EMAIL PROTECTED]
> Old-Status: Open
> Status: Closed
> Bug Type: GD related
> Operating system:
> PHP Version: 4.0 Latest CVS (2001-05-16)
> Assigned To:
> Comments:
>
> If it's in RC1, then it will be in the 4.0.6 Release.

First, you have not fixed the bug.  Hence, closing the bug
report was inappropiate.

Second, the fix cannot affect ordinary users and therefore
can be put into 4.0.6, even without further RCs.

- Sascha Experience IRCG
  http://schumann.cx/http://schumann.cx/ircg



-- 
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] Bug #10900 Updated: error in Makefile.in

2001-05-16 Thread derick

ID: 10900
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: GD related
Operating system: 
PHP Version: 4.0 Latest CVS (2001-05-16)
Assigned To: 
Comments:

If it's in RC1, then it will be in the 4.0.6 Release.

Derick

Previous Comments:
---

[2001-05-16 07:54:46] [EMAIL PROTECTED]
Hi,

there is a bug in ext/gd/Makefile.in, that when gd is compiled as shared DSO extension 
doesn't add necessary library dependencies

LTLIBRARY_SHARED_LIBADD = $(GD_LFLAGS) $(GD_LIBS)



should be



LTLIBRARY_SHARED_LIBADD = $(GD_SHARED_LIBADD)



This is 4.0.6RC1, could the fix go into 4.0.6?



Thanks

---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10900&edit=2


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