[PHP] [SOLVED] Re: [PHP] OT - C programming

2005-03-16 Thread Jason Barnett
Philip Olson wrote: > For a nice introduction to extension writing, read this > article: > > Part I: Introduction to PHP and Zend > http://zend.com/php/internals/extension-writing1.php Bookmarked for future reference. Looking forward to the next several parts in this series... > > As well as

Re: [PHP] OT - C programming

2005-03-16 Thread Philip Olson
For a nice introduction to extension writing, read this article: Part I: Introduction to PHP and Zend http://zend.com/php/internals/extension-writing1.php As well as the various README files found within the php source files: http://cvs.php.net/php-src/ And let's not forget about PECL_Ge

Re: [PHP] OT - C programming

2005-03-16 Thread Brian
To understand the *'s just google for c pointer tutorial, you're likely to find alot of helpful material. On Tue, 15 Mar 2005 11:37:26 -0500, Jason Barnett <[EMAIL PROTECTED]> wrote: > Rasmus Lerdorf wrote: > > Jason Barnett wrote: > > > >> Jay Blanchard wrote: > ... > > In the end you are probab

[PHP] OT - C programming

2005-03-15 Thread Jason Barnett
Rasmus Lerdorf wrote: > Jason Barnett wrote: > >> Jay Blanchard wrote: ... > In the end you are probably much better off learning a bit of C or C++ > and writing your own PHP extensions than hoping that someone will make a > compiler that will magically speed everything up. PHP was designed > spec