Re: [PHP-DEV] Headers required?

2003-01-15 Thread Sascha Schumann
 What are the headers required out here to compile this code
 successfully?  Libs to link with?

There is a SAPI API call for that (in HEAD, but I intend to
merge it into the 4.3 branch).

SAPI_API int sapi_get_fd(int *fd TSRMLS_DC);

- Sascha

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] Headers required?

2003-01-15 Thread Vinod Panicker
Thanks for the quick reply...

But is there something that I can do right now that will allow this code
to work with php 4.2.3?

Tx,
Vinod.

---
Vinod Panicker [EMAIL PROTECTED]
Sr. Software Designer
Geodesic Information Systems Ltd. 



-Original Message-
From: Sascha Schumann [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 15, 2003 4:28 PM
To: Vinod Panicker
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] Headers required?


 What are the headers required out here to compile this code
 successfully?  Libs to link with?

There is a SAPI API call for that (in HEAD, but I intend to
merge it into the 4.3 branch).

SAPI_API int sapi_get_fd(int *fd TSRMLS_DC);

- Sascha

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] Headers required?

2003-01-15 Thread Sascha Schumann
On Wed, 15 Jan 2003, Vinod Panicker wrote:

 Thanks for the quick reply...

 But is there something that I can do right now that will allow this code
 to work with php 4.2.3?

You could add the necessary code from here:

http://news.php.net/article.php?group=php.cvsarticle=16651

- Sascha

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php