[PHP] Extending PHP

2003-01-23 Thread MH
I am looking for 3d party extensions of PHP like PHPTurbine. Anything will do, I am just curious whats available. Anyone know of any sites dedicated to PHP extensions that I can look at? Thanks Mh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP] Extending PHP 4.0

2002-08-16 Thread MET
Does anyone know how to build the first_module example shown at Zend (http://www.zend.com/apidoc/) ? I'd like to start coding extensions (preferably not directly into the PHP binary because of my hosting situation) but I just don't understand the explanation of compiling them. Any one know how?

RE: [PHP] Extending PHP

2002-01-16 Thread Simon Ritchie
> > From: Anas Mughal [mailto:[EMAIL PROTECTED]] > > Sent: 15 January 2002 21:12 > > To: [EMAIL PROTECTED] > > Subject: [PHP] Extending PHP > > > > > > I am looking into building a dynamically loadable > > module under PHP4. The documentation on extending PHP4

RE: [PHP] Extending PHP

2002-01-16 Thread Simon Ritchie
the build tools. I have done some work extending PHP4 and I also found it very hard going. Simon > -Original Message- > From: Anas Mughal [mailto:[EMAIL PROTECTED]] > Sent: 15 January 2002 21:12 > To: [EMAIL PROTECTED] > Subject: [PHP] Extending PHP > > > I am

[PHP] Extending PHP

2002-01-15 Thread Anas Mughal
I am looking into building a dynamically loadable module under PHP4. The documentation on extending PHP4 is unclear or is missing instructions on how to generate dynamic loadable module file. I have followed the instructions but I can't seem to be able to create the module. (I even looked at Ster

Re: [PHP] Extending PHP

2001-01-25 Thread Thomas Wentzel
Hi Rasmus, Thank you for the link - and sorry about the empty messages ;-) The slides did help to some extend. But I'm only able to compile as described in slide 28. When I try to compile it as a shared module no .so file is generated. I do however get the following warnings: *** Warning: This

Re: [PHP] Extending PHP

2001-01-24 Thread Rasmus Lerdorf
> After 3½ day with the same stupid problem I am borderline crazy and > beginning to get REALLY fed up with PHP ;-) > Could it be a bug in the ext_skel "and friends" utilities??? No, they work quite well. Try going to http://conf.php.net and pick the New York Linuxworld Advanced presentation nea

[PHP] Extending PHP

2001-01-24 Thread Thomas Wentzel
Hi, I would like to know if anybody has had any luck in writing a PHP module, that uses an external (C) library, using ext_skel, buildconf/phpize... I've been reading the apidocs as well as "Web Application Development with PHP 4.0" but I still can't get it to work.. The problem is that allthou

Re: [PHP] Extending PHP

2001-01-11 Thread Cynic
You will probably get answers in php-dev rather than in php-general. At 21:58 11.1. 2001, Jason Lee wrote the following: -- >I'd like to write a module for PHP so that we can, from our PHP scripts, talk to our >servers using our home

[PHP] Extending PHP

2001-01-11 Thread Jason Lee
I'd like to write a module for PHP so that we can, from our PHP scripts, talk to our servers using our home grown communication library. My concern is that documentation says to use emalloc(), estrdup(), and efree(). Our code uses the STL quite heavily. Beyond getting past the C++ to C link