>Hi Andy,
>Have you tried running it with valgrind? (See [1] for tips).
>Otherwise, you might have more luck at php-internals mailing list,
>since it is related to PHP development if you intend to fix either PHP
>or the plugin.
>
>Matijn
>[1] https://bugs.php.net/bugs-getting-valgrind-log.php
Than
On Wed, Jan 4, 2012 at 3:34 PM, Andrew Morum wrote:
> We've got a problem with PHP 5.3.8 and a third party (open source)
> library (WSo2 SOAP).
>
>
>
> At some point during the request to the PHP script, some structures seem
> to be getting corrupted causing PHP to crash.
>
>
>
> Depending on the
We've got a problem with PHP 5.3.8 and a third party (open source)
library (WSo2 SOAP).
At some point during the request to the PHP script, some structures seem
to be getting corrupted causing PHP to crash.
Depending on the code in the PHP script, it's either crashing during in
a print_r/var_
On Aug 29, 2008, at 851AM, Edward Diener wrote:
I have not looked into PHP IDEs at all so far. Any recommendations ?
Thanks !
Please don't start this up again. Check the "PHP IDE Needed" thread
that has been active for the past several days or search the list
archives.
http://marc.info/
On Fri, Aug 29, 2008 at 11:51 AM, Edward Diener <[EMAIL PROTECTED]>wrote:
> Dan Joseph wrote:
>
>> On Fri, Aug 29, 2008 at 11:33 AM, Edward Diener <[EMAIL PROTECTED]
>> >wrote:
>>
>>
> I have not looked into PHP IDEs at all so far. Any recommendations ? Thanks
> !
>
>
> --
> PHP General Mailing Li
Dan Joseph wrote:
On Fri, Aug 29, 2008 at 11:33 AM, Edward Diener <[EMAIL PROTECTED]>wrote:
I am fairly new to PHP. What is the best way of debugging PHP scripts ?
I have put in echo statements to tell me what is happening, but perhaps
there are better methods.
I have a PHP script on a server
On Fri, Aug 29, 2008 at 11:33 AM, Edward Diener <[EMAIL PROTECTED]>wrote:
> I am fairly new to PHP. What is the best way of debugging PHP scripts ?
>
> I have put in echo statements to tell me what is happening, but perhaps
> there are better methods.
>
> I have a PHP script on a server, which I a
I am fairly new to PHP. What is the best way of debugging PHP scripts ?
I have put in echo statements to tell me what is happening, but perhaps
there are better methods.
I have a PHP script on a server, which I access from a client side
program ( written in C++ ) and the script is not returni
On 1/12/07, Sancar Saran <[EMAIL PROTECTED]> wrote:
Hi,
Due to my English knowladge shortcomings or just my own stupity I cannot setup
a working php debug module.
Is any one have working solution.
My target was, able to check every functions and or files for performance
issues.
I thing this c
Hi,
Due to my English knowladge shortcomings or just my own stupity I cannot setup
a working php debug module.
Is any one have working solution.
My target was, able to check every functions and or files for performance
issues.
I thing this called profiling or someting like that.
Regards
San
> - what is a good tcp-listener (i tried tcpdump, but this gives to much
> output)
No help for you there... I've never even tried this.
Maybe you could pipe tcpdump through grep, and include something like ZZ
in all your error messages or something...
> - the debugger doesn't work: the com
hello,
i need to debug php. usually i do this by using my own-written
debugger-class where i can turn off all output with a simple change of the
"on" variable.
well nevertheless now i need to trace the status and value of a variable
during runtime. this is impossible with this class. so i tried
12 matches
Mail list logo