Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-03-01 Thread D. Walsh
On Feb 26, 2006, at 22:17 , Rasmus Lerdorf wrote: D. Walsh wrote: On Feb 24, 2006, at 07:11 , Wez Furlong wrote: My suggestion is to download, compile and use valgrind and see what problems that highlights in your code. Since you are specifically directing me to do this I will attempt to ge

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-28 Thread Wez Furlong
If your code is portable, I'd suggest debugging it on linux. --Wez. On 2/26/06, D. Walsh <[EMAIL PROTECTED]> wrote: > > On Feb 24, 2006, at 07:11 , Wez Furlong wrote: > > > My suggestion is to download, compile and use valgrind and see what > > problems that highlights in your code. > > Since you

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-27 Thread Marcus Bointon
On 27 Feb 2006, at 03:17, Rasmus Lerdorf wrote: When you manage that, please send me a copy of an OSX-PPC compatible Valgrind! Don't know if it helps, but kcachegrind works a treat on OS X. It's just had an update via fink too. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-27 Thread Nico Edtinger
Hi! Mac OS X has some tools for debugging and profiling. They may not be as easy to use as valgrind, but they still work. http:// kernelthread.com/mac/osx/tools.html is a good overview of the most important CLI tools (search for debug, profile, trace in the document). The same guy has a fo

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-26 Thread D. Walsh
On Feb 26, 2006, at 22:17 , Rasmus Lerdorf wrote: D. Walsh wrote: On Feb 24, 2006, at 07:11 , Wez Furlong wrote: My suggestion is to download, compile and use valgrind and see what problems that highlights in your code. Since you are specifically directing me to do this I will attempt to ge

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-26 Thread Rasmus Lerdorf
D. Walsh wrote: On Feb 24, 2006, at 07:11 , Wez Furlong wrote: My suggestion is to download, compile and use valgrind and see what problems that highlights in your code. Since you are specifically directing me to do this I will attempt to get valgrind installed and working in Mac OSX, as so

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-26 Thread D. Walsh
On Feb 24, 2006, at 07:11 , Wez Furlong wrote: My suggestion is to download, compile and use valgrind and see what problems that highlights in your code. Since you are specifically directing me to do this I will attempt to get valgrind installed and working in Mac OSX, as soon as I have tha

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-24 Thread Wez Furlong
My suggestion is to download, compile and use valgrind and see what problems that highlights in your code. --Wez. On 2/23/06, D. Walsh <[EMAIL PROTECTED]> wrote: > Anyone have any ideas or see the problem here??? > > On Feb 22, 2006, at 24:48 , D. Walsh wrote: > > > I had an issue with an extensi

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-22 Thread D. Walsh
Anyone have any ideas or see the problem here??? On Feb 22, 2006, at 24:48 , D. Walsh wrote: I had an issue with an extension that I previously posted to this list and it was suggested I update to the newer API which might provide a solution to the problem. Taking a somewhat safe approach