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.cvs&article=16651
-
essage-
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 i
> 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
Hi,
I have a custom extension in which I want to write this piece of code ->
/* {{{ proto int apache_client_socket()
Get the client socket */
PHP_FUNCTION(apache_client_socket)
{
RETURN_LONG(((request_rec
*)SG(server_context))->connection->client->fd);
}
/* }}} */
This code is somethi
If no one objects, I'd like to commit the changes in
http://www.sebastian-bergmann.de/header_changes.txt
They expand the copyright note to 2002, change 'PHP 4.0' to 'PHP 4' and
reflect the Zend Engine license change for the Zend Engine 2 CVS.
Greetings,
Sebastian
--
Sebastian Be