RE: [PHP-DEV] Patch for bug #65312: Segmentation fault with filesize=4096

2017-05-15 Thread Anatol Belski
Hi, > -Original Message- > From: Richard H Lee [mailto:ricardohenry...@gmail.com] > Sent: Thursday, May 11, 2017 3:18 PM > To: internals@lists.php.net > Subject: [PHP-DEV] Patch for bug #65312: Segmentation fault with filesize=4096 > > I submitted a patch for bug #65312 "Segmentation faul

Re: [PHP-DEV] Patch for Bug #48877 "bindValue" and "bindParam" do not work for PDO Firebird

2011-12-10 Thread marius adrian popa
On Sat, Dec 10, 2011 at 2:23 PM, wrote: > Hi, > > Here is my patch for the bug 48877 (https://bugs.php.net/bug.php?id=48877) I will check and apply it -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patch for Bug #60164 / Phar __HALT_COMPILER() scanning issue

2011-11-10 Thread Ralph Schindler
All of the existing tests run. I will make one change as per C. Jones request to use a const for the hard coded 1024 window (since it's used twice). Also, I am unable to run the php-tests.php with the -m (valgrind) on my mac, so I'll need to run those on linux before I commit. In the mean t

Re: [PHP-DEV] Patch for Bug #60164 / Phar __HALT_COMPILER() scanning issue

2011-11-10 Thread Rasmus Lerdorf
On 11/10/2011 11:44 AM, Ralph Schindler wrote: > Hey all, > > I've spent a bunch of time tracking down this issue (which was > intermittent at best) and have identified the problem and have a patch > for the solution. > > Details here: https://bugs.php.net/bug.php?id=60164 > > The attached patch

Re: [PHP-DEV] Patch for Bug #51344: FILTER_NULL_ON_FAILURE flag automatically set in filter_input() functions.

2010-04-19 Thread Adam Harvey
Hi Mats, On 20 April 2010 00:18, Mats Lindh wrote: > The filter_input function has an errornous check for the > FILTER_NULL_ON_FAILURE flag, where it returns NULL if it is NOT set, > and not if it is set. > > I added the patch to the bug tracker over a week ago, but it seems > like it has gone un

Re: [PHP-DEV] PATCH for bug #47199

2010-02-10 Thread Sokolov Evgeniy
Oups. Haven't noticed the attachment. I will try to attach the file again. 2010/2/10 Sokolov Evgeniy : > No problem. I will remember for the future > > 2010/2/10 Pierre Joye : >> Can you attach the patch instead of copying it in your post? Simply >> name it mypatch.txt (.txt is important for the l

Re: [PHP-DEV] PATCH for bug #47199

2010-02-10 Thread Sokolov Evgeniy
No problem. I will remember for the future 2010/2/10 Pierre Joye : > Can you attach the patch instead of copying it in your post? Simply > name it mypatch.txt (.txt is important for the list). > > 2010/2/10 Sokolov Evgeniy : >> Thank you very much. This patch is passed, also as other patches from

Re: [PHP-DEV] PATCH for bug #47199

2010-02-10 Thread Pierre Joye
Can you attach the patch instead of copying it in your post? Simply name it mypatch.txt (.txt is important for the list). 2010/2/10 Sokolov Evgeniy : > Thank you very much. This patch is passed, also as other patches from > this extension. It's time for choose next bug :) > > > > Index: ext/pgsql/

Re: [PHP-DEV] PATCH for bug #47199

2010-02-10 Thread Sokolov Evgeniy
Thank you very much. This patch is passed, also as other patches from this extension. It's time for choose next bug :) Index: ext/pgsql/tests/bug47199.phpt === --- ext/pgsql/tests/bug47199.phpt (revision 0) +++ ext/pgsql/tests

Re: [PHP-DEV] PATCH for bug #47199

2010-02-09 Thread Daniel Convissor
Hi Skolov: > I just run "php tests/27_bug47199.phpt" and check the result output. > Is this correct way? Use an EXPECT or EXPECTF section. See http://qa.php.net/phpt_details.php for more information. Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y

Re: [PHP-DEV] PATCH for bug #47199

2010-02-09 Thread Joey Smith
If anyone ever needs me to host a patch, there's more than enough room at patch.joeysmith.com, just email me the patch as an attachment off-list. It'd probably be better than relying on a pastebin. On Tue, Feb 09, 2010 at 04:38:44PM +0100, Johannes Schlüter wrote: > Hi, > > On Tue, 2010-02-09 at

Re: [PHP-DEV] PATCH for bug #47199

2010-02-09 Thread Johannes Schlüter
Hi, On Tue, 2010-02-09 at 20:11 +0500, Sokolov Evgeniy wrote: > > did you really run this test and was it successful? - doesn't looklike > > for me. > I just run "php tests/27_bug47199.phpt" and check the result output. > Is this correct way? The easy way to run it using the test Framework is by

Re: [PHP-DEV] PATCH for bug #47199

2010-02-09 Thread Sokolov Evgeniy
> did you really run this test and was it successful? - doesn't looklike > for me. I just run "php tests/27_bug47199.phpt" and check the result output. Is this correct way? >> Property changes on: tests/27_bug47199.phpt > This isn't needed. Okey, I just use previous test in this dir as example.

Re: [PHP-DEV] PATCH for bug #47199

2010-02-09 Thread Johannes Schlüter
Евгений, thanks for the patch.I didn't fully review it but I wonder about a thing: On Tue, 2010-02-09 at 16:27 +0500, Соколов Евгений wrote: > Index: tests/27_bug47199.phpt > === > --- tests/27_bug47199.phpt(revision 0) > +++ tes

Re: [PHP-DEV] Patch for bug #49936

2009-11-15 Thread Felipe Pena
Hi Pierrick, 2009/11/13 Pierrick Charron > Hi, > > I created a patch for the bug #49936. > > The problem was due to the new way to manage references of stream context. > The patch increase the refcount of the context when it's assigned to a > stream (in the method php_stream_context_set). > A ze

Re: [PHP-DEV] Patch for Bug #49757

2009-10-05 Thread Ilia Alshanetsky
Thanks for the patch, a patch closely based on your was just applied to SVN. On 2009-10-03, at 12:40 PM, Florian Anderiasch wrote: Hello, I've tried to fix http://bugs.php.net/bug.php?id=49757 As it's my first patch in c, any reviews and suggestions would be very welcome. Greetings, Florian

Re: [PHP-DEV] PATCH for bug 48774

2009-07-20 Thread Jani Taskinen
On 07/18/2009 07:03 PM, Sriram Natarajan wrote: Jani Taskinen wrote: Sriram Natarajan wrote: Hi I was looking into CR: 48774(http://bugs.php.net/bug.php?id=48774&thanks=3) and was hoping if some one can kindly review this patch. This patch does address the SEGV issue reported in the bug. Can th

Re: [PHP-DEV] Patch for Bug #

2009-07-20 Thread David Zülke
On 20.07.2009, at 12:42, Jani Taskinen wrote: On 07/15/2009 08:49 PM, David Zülke wrote: Hi there, attached are patches for http://bugs.php.net/48929. Big kudos to Tjerk Anne and Arnaud, this forking HTTP server stuff for testing the stream wrapper is genius. Ehem..was this ever committe

Re: [PHP-DEV] Patch for Bug #

2009-07-20 Thread Jani Taskinen
On 07/15/2009 08:49 PM, David Zülke wrote: Hi there, attached are patches for http://bugs.php.net/48929. Big kudos to Tjerk Anne and Arnaud, this forking HTTP server stuff for testing the stream wrapper is genius. Ehem..was this ever committed? And don't you have svn access yourself anyway?

Re: [PHP-DEV] PATCH for bug 48774

2009-07-18 Thread Sriram Natarajan
Jani Taskinen wrote: Sriram Natarajan wrote: Hi I was looking into CR: 48774(http://bugs.php.net/bug.php?id=48774&thanks=3) and was hoping if some one can kindly review this patch. This patch does address the SEGV issue reported in the bug. Can this be applied to PHP 5.3 and PHP 5.2 as well

Re: [PHP-DEV] PATCH for bug 48774

2009-07-18 Thread Jani Taskinen
Sriram Natarajan wrote: Hi I was looking into CR: 48774(http://bugs.php.net/bug.php?id=48774&thanks=3) and was hoping if some one can kindly review this patch. This patch does address the SEGV issue reported in the bug. Can this be applied to PHP 5.3 and PHP 5.2 as well ? Index: ext/curl/

Re: [PHP-DEV] Patch for bug #48575

2009-06-18 Thread Gwynne Raskind
On Jun 18, 2009, at 10:55 AM, Scott MacVicar wrote: Here is a nice simple patch for #48575 which rips out the mach-o/dyld.h functionality in Zend (as suggested by the original reporter and the Apple comment). According to my testing this not only doesn't break anything, but actually doesn't ch

Re: [PHP-DEV] Patch for bug #48575

2009-06-18 Thread Scott MacVicar
Gwynne Raskind wrote: > On Jun 18, 2009, at 10:46 AM, Gwynne Raskind wrote: >> Here is a nice simple patch for #48575 which rips out the >> mach-o/dyld.h functionality in Zend (as suggested by the original >> reporter and the Apple comment). According to my testing this not only >> doesn't break an

Re: [PHP-DEV] Patch for bug #48575

2009-06-18 Thread Gwynne Raskind
On Jun 18, 2009, at 10:46 AM, Gwynne Raskind wrote: Here is a nice simple patch for #48575 which rips out the mach-o/ dyld.h functionality in Zend (as suggested by the original reporter and the Apple comment). According to my testing this not only doesn't break anything, but actually doesn't

Re: [PHP-DEV] patch for bug #47839

2009-04-20 Thread Kalle Sommer Nielsen
Hi Florian 2009/4/21 Florian Anderiasch : > Hello, > bug #47839 > > Here's a small patch, trying to add the manual page as well (got karma > there) once I figured out how insert a new one, but I can't access > php-src/UPGRADING obviously. > > Greetings, > Florian > > --- UPGRADING.old       2009-0

Re: [PHP-DEV] Patch for bug# 41822

2007-10-05 Thread Rob Thompson
Hi Antony, Antony Dovgal wrote: > Rob, I believe you're looking into wrong place. > You should be patching virtual_file_ex() in TSRM/tsrm_virtual_cwd.c, the root > of > all evils is there as this function is used by expand_filepath() and in all > other places. Ok, originally was going to try

Re: [PHP-DEV] Patch for bug# 41822

2007-10-05 Thread Antony Dovgal
On 05.10.2007 11:09, Rob Thompson wrote: > Here is a patch for bug 41822. The expand_filepath() function will not > work in Solaris if a non-root user attempts to read a file under a > directory with only (--x) permissions. > > Currently expand_path() returns NULL and no FD is opened, although th

Re: [PHP-DEV] Patch for bug #40938

2007-04-12 Thread Stanislav Malyshev
Hello, the BUG #38236(http://bugs.php.net/bug.php?id=38236),correctly addressed and fixed in the PHP 5.x codebase, is still present in the PHP 4.4.x codebase. I've tested and reproduced the same problem with many installations ranging from PHP 4.4.0 to PHP 4.4.6 included. I've applied the patch.

Re: [PHP-DEV] Patch for bug report #35243

2005-11-18 Thread David
L PROTECTED] Cc: internals@lists.php.net Date: Fri, 18 Nov 2005 11:25:34 -0500 Subject: Re: [PHP-DEV] Patch for bug report #35243 Please send patches as plain text MIME attachments, and ideally include a URL where it can be downloaded as well. --Wez. _

Re: [PHP-DEV] Patch for bug report #35243

2005-11-18 Thread Wez Furlong
Please send patches as plain text MIME attachments, and ideally include a URL where it can be downloaded as well. --Wez. On 11/18/05, David <[EMAIL PROTECTED]> wrote: > > I've recently opened a bug report #35243, and was requested to send the patch > in unified diff format to this list. Here it

Re: [PHP-DEV] Patch for bug #34565

2005-09-21 Thread Ilia Alshanetsky
Patch applied, thanks. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Patch for bug 29334 Daylight Savings Win32

2005-01-24 Thread Carter, John
ly get it wrong again. John. -Original Message- From: Jani Taskinen [mailto:[EMAIL PROTECTED] Sent: 24 January 2005 04:44 To: Carter, John Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Patch for bug 29334 Daylight Savings Win32 This "fix" is not very ideal considering

Re: [PHP-DEV] Patch for bug 29334 Daylight Savings Win32

2005-01-23 Thread Jani Taskinen
This "fix" is not very ideal considering this note about tm_isdst property: "Positive value if daylight saving time is in effect; 0 if daylight saving time is not in effect; negative value if status of daylight saving time is unknown. If the TZ environment variable is set, th

Re: [PHP-DEV] Patch for bug 29334 Daylight Savings Win32

2005-01-15 Thread Derick Rethans
On Fri, 14 Jan 2005, Carter, John wrote: > This bug's been open a while (since July). I placed a small patch in > the comments in October (repeated below); can someone review and > commit please? It looks OK, but I can't try it as I don't use Windows. Derick -- Derick Rethans http://derickreth

Re: [PHP-DEV] patch for bug #28999

2004-07-09 Thread Daniel Convissor
Curt: > http://bugs.php.net/28999 Thanks for the patch. I added a comment pointing to your post. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th

Re: [PHP-DEV] patch for bug #22580

2003-03-25 Thread Ilia A.
Where is the patch? ;) Ilia On March 24, 2003 09:10 pm, chihfeng wrote: > Hi, > > Attached is a patch for Bug#22580. Since I don't have > a CVS account. Could somebody help me install > the patch? > > Thanks!! > > --Jeff -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, v