oals.
Andi
-Original Message-
From: Eugene San [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 26, 2008 12:49 PM
To: PHP Developers Mailing List
Subject: [PHP-DEV] PHP footprint and sharing code among SAPI binaries
Hi all,
I want to raise a discussion on subject that is very impor
ilto:[EMAIL PROTECTED]
> Sent: Tuesday, February 26, 2008 12:49 PM
> To: PHP Developers Mailing List
> Subject: [PHP-DEV] PHP footprint and sharing code among SAPI binaries
>
> Hi all,
>
>
> I want to raise a discussion on subject that is very important for PHP
> usage on
Antony Dovgal wrote:
On 27.02.2008 21:04, Eugene San wrote:
3) Next issue is XML with DOM support, we where using LIBXML2 but that
costs ~2.5MB are there there options for supporting that?
What costs 2.5MB?
Dynamic linking against libxml2.so?
Linking against libxml2
On 27.02.2008 21:04, Eugene San wrote:
>>> 3) Next issue is XML with DOM support, we where using LIBXML2 but that
>>> costs ~2.5MB are there there options for supporting that?
>>>
>>
>> What costs 2.5MB?
>> Dynamic linking against libxml2.so?
>>
> Linking against libxml2 costs 0.4MB and li
Antony Dovgal wrote:
On 26.02.2008 23:48, Eugene San wrote:
1) Is there any reason to link all PHP SAPI modules statically with all
PHP objects?
In most cases you need only one SAPI, so there is no reason to share something.
2) Is it possible to extract all shared functionality to
On 26.02.2008 23:48, Eugene San wrote:
> 1) Is there any reason to link all PHP SAPI modules statically with all
> PHP objects?
In most cases you need only one SAPI, so there is no reason to share something.
> 2) Is it possible to extract all shared functionality to shared object
> and links al
On Tue, Feb 26, 2008 at 3:48 PM, Eugene San <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
> I want to raise a discussion on subject that is very important for PHP
> usage on Embedded platforms.
>
> I am myself working on projects where we use PHP to manage embedded
> devices. Everything was fine but
Hi all,
I want to raise a discussion on subject that is very important for PHP
usage on Embedded platforms.
I am myself working on projects where we use PHP to manage embedded
devices. Everything was fine but lately the need to work from flash
memory appeared.
We discovered that PHP binar