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
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?
> > 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
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
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
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
> 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
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
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
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
10 matches
Mail list logo