[PHP-DEV] Re: Bug #14505 Updated: get an warning in webpage

2001-12-14 Thread repe
Actually, my warning is a bit different (22 instead of 11): Unknown persistent list entry type in module shutdown (22) in Unknown on line 0 -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

[PHP-DEV] Re: Bug #14505 Updated: get an warning in webpage

2001-12-14 Thread repe
I get the same warning with 4.1.0 in w2k apache. This is comes on pages where I use mssql_pconnect(). If I change this to mssql_connect() I don't get the warning. -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

[PHP-DEV] Re: Bug #12944 Updated: new date() and getdate() feature

2001-08-27 Thread repe
[EMAIL PROTECTED] wrote in <[EMAIL PROTECTED]>: > ID: 12944 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Status: Open > Bug Type: Feature/Change Request > Operating System: linux redhat 7.0 > PHP Version: 4.0.4pl1 > New Comment: > > strftime already supports this: (from the manual not

[PHP-DEV] Re: Bug #11917: imageDashedLine() only seems to draw vertical lines

2001-07-05 Thread repe
I complained about this too, a while ago (bug 11663). The way it works in 4.0.6 is using imagesetstyle with imageline, this is in new documentation at imagedashedline. However, IMHO: <> A function should not suddenly stop working. It either should be dropped, or should continue to work as befor

[PHP-DEV] Bug #11663 Updated: ImageDashedLine draws only vertical lines

2001-06-25 Thread repe
ID: 11663 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: GD related Operating system: W2K PHP Version: 4.0.6 Description: ImageDashedLine draws only vertical lines Sorry, misprint in mail address, should be helsoft.fi Previous Comments: -

[PHP-DEV] Bug #11663: ImageDashedLine draws only vertical lines

2001-06-25 Thread repe
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4.0.6 PHP Bug Type: GD related Bug description: ImageDashedLine draws only vertical lines I updated from 4.0.5 to 4.0.6 and all but vertical dashed lines in my graphs disappeared. This is in W2K Apache 1.3.20 CGI