[PHP-DEV] Dead C Scrolls - Missing Code for Writing New Extensions without recompiling PHP

2006-02-10 Thread Andrew Mather
My thanks to the contributors and for the resource documentation that: a) has confirmed that writing extensions without recompiling PHP is possible b) have provided sample code that requires recompilation of PHP As a Linux newbie but experienced Windows programmer I do not have the arcane knowl

[PHP-DEV] 2006 OSCON Reminder

2006-02-10 Thread George Schlossnagle
Just as a reminder to all interested parties: the submission deadline for 2006 O'Reilly Open Source Convention is coming to a close. All submissions must be in by Monday, February 13th 23:59 PST to be considered. Proposals can be submitted online at http://conferences.oreillynet.com/cs/os2006

Re: [PHP-DEV] Dead C Scrolls - Missing Code for Writing New Extensions without recompiling PHP

2006-02-10 Thread George Schlossnagle
Andrew Mather wrote: i)a walkthrough of the exact steps + sample code to write an extension without requiring re-compilation of Php and without access to Php source code ii) as above but with access to Php source code You're clearly missing the -devel RPM that installs the ne

[PHP-DEV] Re: Dead C Scrolls - Missing Code for Writing New Extensions without recompiling PHP

2006-02-10 Thread Sara Golemon
a) has confirmed that writing extensions without recompiling PHP is possible b) have provided sample code that requires recompilation of PHP The only code that *requires* recompiling PHP is something which patches the core or the engine. Simple extensions don't do this. Certainly not the "he

Re: [PHP-DEV] Dead C Scrolls - Missing Code for Writing New Extensions without recompiling PHP

2006-02-10 Thread Hartmut Holzgraefe
Andrew Mather wrote: i)a walkthrough of the exact steps + sample code to write an extension without requiring re-compilation of Php and without access to Php source code maybe its time for a shameless plug one more time: http://pear.php.net/package/CodeGen_PECL/docs this approac

Re: [PHP-DEV] Dead C Scrolls - Missing Code for Writing New Extensionswithout recompiling PHP

2006-02-10 Thread Steph Fox
Ouf, Hartmut, does it make 'the new win32 build system' config files too? /me hasn't tried, just wants to know... - Original Message - From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> To: "Andrew Mather" <[EMAIL PROTECTED]> Cc: Sent: Friday, February 10, 2006 8:01 PM Subject: Re: [PHP-D

[PHP-DEV] [PATCH] Re: php-src /ext/unicode unicode_iterators.c

2006-02-10 Thread l0t3k
Andrei, check out this diff. It adds config protection for break iteration.. Clayton ""Andrei Zmievski"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > andrei Sat Feb 11 00:16:43 2006 UTC > > Modified files: >/php-src/ext/unicode unicode_iterators.c > Log: > Implement cha

[PHP-DEV] [PATCH] Re: php-src /ext/unicode unicode_iterators.c

2006-02-10 Thread l0t3k
Andrei, check out this diff. It adds config protection for break iteration.. Clayton ""Andrei Zmievski"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > andrei Sat Feb 11 00:16:43 2006 UTC > > Modified files: >/php-src/ext/unicode unicode_iterators.c > Log: > Implement char