[PHP-DEV] PHP extensions and C++

2003-02-18 Thread Dave Viner
Hi, I'm trying to write a simple PHP extension that will wrap a C++ class. I have a test C++ program which exercises the class and works properly. I am trying to make the PHP extension code work, but I keep running into this error in VC++: DataStore.lib(FileSystemDataStore.obj) : error L

RE: [PHP-DEV] php extensions on windows

2002-04-18 Thread Joseph Tate
libraries are available.) Joseph > -Original Message- > From: Igal Raizman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 10:05 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] php extensions on windows > > > Hello, > > Can someone point me in

[PHP-DEV] php extensions on windows

2002-04-18 Thread Igal Raizman
Hello, Can someone point me in the directions of a tutorial or perhaps some info on making PHP extensions on a Windows system ? not on how to code them, but rather on how to compile them on a windows system. Thanks, -- PHP Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] PHP Extensions: Creating objects

2002-01-06 Thread Markus Fischer
On Sun, Jan 06, 2002 at 02:04:33PM -0600, Christopher Brown-Floyd wrote : > [...]. I've read the PHP docs [...] Take a look at the Zend API docs at zend.com/apidoc , more specific at the chapters creating variables / objects . > and looked at the code > for other extensions, but I haven

[PHP-DEV] PHP Extensions: Creating objects

2002-01-06 Thread Christopher Brown-Floyd
I want convert my template script into an extension for PHP, but I'm lost on how to do it so that it results in a user-visible object and not a mass of functions. An example of the end-result can be found at: http://www.ultratemplate.com/. I've read the PHP docs and looked at the code for other ex

[PHP-DEV] PHP extensions dinamic list

2001-10-04 Thread Hojtsy Gabor
Hi! This is a feature request. I would like to ask you to include the script above as a php_extensions() function or something like this in the default PHP setup. This script is from php4win.de, and a very useful piece of code to debug the script, maybe it is as useful as phpinfo() is, as it give

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-08-06 Thread Jani Taskinen
On Mon, 6 Aug 2001, David Eriksson wrote: >(One bug, I believe. But that's one too many of course.) Ooh..I remembered wrong then. I thought I had seen more..:) Or I'm thinking of something else. :) >I do not maintain Satellite any more and Universe is indeed intended to replace >Satellite. Coo

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-08-05 Thread David Eriksson
Quoting Jani Taskinen <[EMAIL PROTECTED]>: > On Mon, 6 Aug 2001, David Eriksson wrote: > > >named MICO to connect PHP to CORBA objects. (Universe is an improved > >version of my old PHP extension called Satellite.) > > > >I plan to release Universe this week, so keep an eye on php-dev... > > Is

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-08-05 Thread Jani Taskinen
On Mon, 6 Aug 2001, David Eriksson wrote: >named MICO to connect PHP to CORBA objects. (Universe is an improved >version of my old PHP extension called Satellite.) > >I plan to release Universe this week, so keep an eye on php-dev... Is it going to replace ext/satellite or be a new one?? Is Sate

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-08-05 Thread David Eriksson
On Wed, 25 Jul 2001, J Smith wrote: > > I have a few PHP extensions that I'd be willing to share but I've never > done this sort of thing before. I wrote a few extensions for work, and my > company sees no problem in donating them to the open source world and to > the PHP project, but I'm curious

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-07-26 Thread J Smith
Stig S. Bakken wrote: > > Which search engine is this? > It's a home-brewed one, not of any particular use to most people and not likely something anybody's heard about like ht://dig or whatever. (We're developing an online educational video repository, so the search engine basically greps

Re: [PHP-DEV] PHP Extensions: C or C++?

2001-07-26 Thread Stig S. Bakken
J Smith wrote: > > I have a few PHP extensions that I'd be willing to share but I've never > done this sort of thing before. I wrote a few extensions for work, and my > company sees no problem in donating them to the open source world and to > the PHP project, but I'm curious about something: >

[PHP-DEV] PHP Extensions: C or C++?

2001-07-25 Thread J Smith
I have a few PHP extensions that I'd be willing to share but I've never done this sort of thing before. I wrote a few extensions for work, and my company sees no problem in donating them to the open source world and to the PHP project, but I'm curious about something: Are extensions for PHP r

[PHP-DEV] php extensions

2001-03-02 Thread Viktors Krebss
Dear All, I'm new in PHP development, so , could anyone tell me is there in PHP something like xSUB in perl or native methods in JAVA ( interface to external native C/C++ libraries). I have not found something like this so far, and considering to write php extension my self. Does any one know , w