[PHP-DEV] HTTP-Only Patch

2006-08-07 Thread Scott MacVicar
Hi, After we recently experienced an XSS through what can only be described as IE's shocking attempt at determining the mime type from the data and ignoring what the server sent we decided to look into implementing HTTP-only cookies. We know it's not a solution for preventing XSS, but adding

[PHP-DEV] Re: Solution to date issue in 5.1

2005-11-26 Thread Scott MacVicar
I'd also like to see the fix to ZendEngine2/zend_language_scanner.l rolled in to this release, its a very annoying regression. Scott Ilia Alshanetsky wrote: The attached patch is a possible solution to the date *crisis*, it renames the class to PhpDate to avoid any namespace conflicts with

Re: [PHP-DEV] Re: 5.0.5

2005-09-13 Thread Scott MacVicar
Any chance of getting these applied to 5.0.x and 5.1? Scott Scott MacVicar wrote: Path for 5.0.6, it would seem odd to have a different behavior on the 5.0.x branch. Scott Derick Rethans wrote: On Thu, 8 Sep 2005, Stanislav Malyshev wrote: DRBut they can still do that.. With shutdown

Re: [PHP-DEV] Re: 5.0.5

2005-09-08 Thread Scott MacVicar
Path for 5.0.6, it would seem odd to have a different behavior on the 5.0.x branch. Scott Derick Rethans wrote: On Thu, 8 Sep 2005, Stanislav Malyshev wrote: DRBut they can still do that.. With shutdown functions I meant DRfunctions registered with register_shutdown_function(). Ah... This

[PHP-DEV] Re: 5.0.5

2005-09-06 Thread Scott MacVicar
Zeev Suraski wrote: If there are no (ultra last) objections, I'll roll 5.0.5 tomorrow morning (.il/Europe time) and post it in the evening. Zeev I'm still objecting to a patch by Jani made in April to move destructor before shutdown functions. It was in response to the following report,

Re: [PHP-DEV] Re: emalloc and friends

2004-08-05 Thread Scott MacVicar
Rethans wrote: On Thu, 5 Aug 2004, Scott MacVicar wrote: Hi, I patched a fresh 4.3.8 and I end up with the following bt after applying the patch. Which patch did you apply and what was the script you used? Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] GIF create support for bundled GD

2004-07-07 Thread Scott MacVicar
. But as we're talking about 2-3 months I think we should wait until the whole world has the patent expired. Andi At 07:06 PM 5/20/2004 +0200, Derick Rethans wrote: On Thu, 20 May 2004, Scott MacVicar wrote: Wez Furlong wrote: could the patch possibly appear in the documentation until the last one

Re: [PHP-DEV] GIF create support for bundled GD

2004-07-07 Thread Scott MacVicar
IBM's patent is invalid as the patent was issued to Unisys before hand. Scott Paul G wrote: - Original Message - From: Scott MacVicar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 6:56 PM Subject: Re: [PHP-DEV] GIF create support for bundled GD Last one expired

Re: [PHP-DEV] GIF create support for bundled GD

2004-05-20 Thread Scott MacVicar
Derick Rethans wrote: On Thu, 20 May 2004, Andrew Sitnikov wrote: I've got a patch (originally ported from old version GD) which adds GIF write support to bundled libGD. Is there any chance to accept it to core ? I've been testing it for quite long time with 4_3 and HEAD and it works ok for me.

Re: [PHP-DEV] GIF create support for bundled GD

2004-05-20 Thread Scott MacVicar
Scott Macvicar wrote: Derick Rethans wrote: On Thu, 20 May 2004, Andrew Sitnikov wrote: I've got a patch (originally ported from old version GD) which adds GIF write support to bundled libGD. Is there any chance to accept it to core ? I've been testing it for quite long time with 4_3 and HEAD

Re: [PHP-DEV] GIF create support for bundled GD

2004-05-20 Thread Scott MacVicar
Wez Furlong wrote: could the patch possibly appear in the documentation until the last one expires? You want PHP to get taken to court? :) Well technically I can use it on my US server since the patent has expired there so surely a patch stating that you should only use it if your in the US

[PHP-DEV] gmmktime on windows ends an hour out on the night DST takes affect

2004-03-09 Thread Scott MacVicar
Hi, I think this is a bug from the depths of Redmond since it takes an hour off ta-tm_hour but doesn't set ta-tm_isdst, its fairly significant and can be fixed with a small change. If someone with karma could apply the patch in http://bugs.php.net/bug.php?id=27533 Patch basically forces it

Re: [PHP-DEV] win32 questions - try 2

2003-08-18 Thread Scott MacVicar
once down you can compile without problem. I hope this makes it into the 4.3.3 release since its a great improvement for those running Windows. Regards, Scott MacVicar Vlad Krupin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Edin Kadribasic wrote: Hi Vlad, 1. Where can I get

<    1   2   3