hi,
I want to install php on linux embedded system. please help me to reduce the
memory footprint for php.
thanks,
Mitul Modi
On 22 Apr 2010, at 22:17, Rasmus Lerdorf wrote:
> On 04/22/2010 01:05 PM, Stefan Marr wrote:
>>> I must have missed some emails, so which one of the numerous proposals is
>>> this based on? I have some comments on the tests, but I don't want to start
>>> with it befor it's clear which one we're
Hi!
So far, I started gdb with "gdb /my/path/to/php" (which has debug
symbols enabled); and then tried to set a breakpoint into my extension via:
break /path/to/php/extension/objectmonitor/objectmonitor.c:80
GDB then asks:
No source file named /path/to/php/extension/objectmonitor/objectmonito
On 04/22/2010 01:05 PM, Stefan Marr wrote:
>> I must have missed some emails, so which one of the numerous proposals is
>> this based on? I have some comments on the tests, but I don't want to start
>> with it befor it's clear which one we're talking about.
> I would commit the traits implementat
Hi:
On 22 Apr 2010, at 21:59, Stanislav Malyshev wrote:
> Hi!
>
>> do you have an ETA for when the actual implementation will be committed?
>
> I must have missed some emails, so which one of the numerous proposals is
> this based on? I have some comments on the tests, but I don't want to sta
Hi!
do you have an ETA for when the actual implementation will be committed?
I must have missed some emails, so which one of the numerous proposals
is this based on? I have some comments on the tests, but I don't want to
start with it befor it's clear which one we're talking about.
--
Sta
Hi Mathieu,
I've figured out that it always worked with GDB when specifying the file
name like Derick suggested (break objectmonitor.c and saying "yes" at
the question) -- that was a problem on my side when calling the script.
However, in Eclipse, it still did not work nicely, i.e. the breakpoint
One quick but ugly way is to add it in assembler in your C file:
__asm__("int3");
or something like this.
Sebastian Kurfürst wrote:
Hi Derick,
Try just "break objectmonitor.c:80".
Thanks, just tried that, but same issue:
(gdb) break objectmonitor.c:80
No source file named objec
Hi Derick,
> Try just "break objectmonitor.c:80".
>
Thanks, just tried that, but same issue:
(gdb) break objectmonitor.c:80
No source file named objectmonitor.c.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (objectmonitor.c:80) pending.
(gdb) run index.php
-
Hey,
thanks for your quick replies.
I'm definitely using a debug build, both PHP core and my extension.
Somehow I think I need to load the symbol table of the shared library
into GDB, but I don't know how to do this...
Regards,
Sebastian
--
PHP Internals - PHP Runtime Development Mailing List
On Thu, 22 Apr 2010, Sebastian Kurfürst wrote:
> Hello everybody,
>
> [I hope this is the right list for this question, if not, it'd be great
> if you could point me to the right direction].
>
> I'm currently developing a PHP Extension which is built as dynamic
> library, and not directly into P
On 22.04.2010 17:51, Sebastian Kurfürst wrote:
> GDB then asks:
>
> No source file named /path/to/php/extension/objectmonitor/objectmonitor.c.
> Make breakpoint pending on future shared library load? (y or [n]) y
>
> When I run php with a script via "run index.php", the system does not
> stop at
On 22.04.2010, at 17:51, Sebastian Kurfürst wrote:
> Hello everybody,
>
> [I hope this is the right list for this question, if not, it'd be great
> if you could point me to the right direction].
>
> I'm currently developing a PHP Extension which is built as dynamic
> library, and not directly i
Hi Sebastian:
On 22 Apr 2010, at 15:37, Sebastian Bergmann wrote:
> Am 15.04.2010 23:39, schrieb Stefan Marr:
>> Added traits test cases. No engine changes for now. [TRAITS]
> do you have an ETA for when the actual implementation will be committed?
I am currently fighting with some of the changes
Hello everybody,
[I hope this is the right list for this question, if not, it'd be great
if you could point me to the right direction].
I'm currently developing a PHP Extension which is built as dynamic
library, and not directly into PHP core. I'm trying to figure out how to
set break-points insi
Am 15.04.2010 23:39, schrieb Stefan Marr:
> Added traits test cases. No engine changes for now. [TRAITS]
Hello Stefan,
do you have an ETA for when the actual implementation will be committed?
Thanks!
Sebastian
--
Sebastian BergmannCo-Founder and Principal Consultant
http
16 matches
Mail list logo