On Mon, 7 Jul 2003 [EMAIL PROTECTED] wrote:
> I thought about that on the way home. Perhaps the way to handle this is a
> pair of ifdefs (HAVE_GETADDRINFO and HAVE_GETHOSTBYNAME2) with a worst case
> fall-though to report failure.
gethostbyname2 is not thread-safe, and thus should not be
I thought about that on the way home. Perhaps the way to handle this is a
pair of ifdefs (HAVE_GETADDRINFO and HAVE_GETHOSTBYNAME2) with a worst case
fall-though to report failure.
"Jani Taskinen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> And you're sure getaddrinfo()
Zeev,
i know we're in beta, but has the API version number been bumped
subsequent to these changes ?
l0t3k
"Zeev Suraski" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> zeev Mon Jul 7 06:53:28 2003 EDT
>
> Modified files:
> /ZendEngine2 zend_execute.c zend_object_handlers.
Zeev,
i know we're in beta, but has the API version number been bumped
subsequent to these changes ?
l0t3k
"Zeev Suraski" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> zeev Mon Jul 7 06:53:28 2003 EDT
>
> Modified files:
> /ZendEngine2 zend_execute.c zend_object_handlers.
On Mon, Jul 07, 2003 at 11:41:24AM +0200, Andi Gutmans wrote:
> Naming conventions...
> It should be something like headers_were_sent() (I'm not good with names
> but you get the point :)
http://www.php.net/headers_sent
--
Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net
Tried latest stable snap from http://snaps.php.net/ ?
Edin
- Original Message -
From: "Reuben D. Budiardja" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 07, 2003 9:58 PM
Subject: [PHP-DEV] PHP-4.3.2 Crashes with OCI8 extention (Bug?)
Hello,
I've had crashes of PHP-4.
--- Begin Message ---
Bugs item #714479, was opened at 2003-04-03 09:18
Message generated for change (Comment added) made by john43
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=533377&aid=714479&group_id=72099
> Category: generation of scanner
> Group: version 2
CVS account
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
I've had crashes of PHP-4.3.2 with OCI8 extention ( configure --with-oci8). An
application using OCI8 functions will crash after about 4-5 times reload. For
example, I copied and pasted the example here:
http://us4.php.net/manual/en/function.ocifetchinto.php
reload it about 4 times, an
Hi,
I'm submitting a patch (previously sent to php-dev as suggested in
the [obsolete?] README.SUBMITTING_PATCH) to perform "on the fly"
MD5/SHA1 digest calculation of a file uploaded via the HTTP POST method.
Since it is not uncommon for applications to require some digest of a
freshly uploaded
I want to translate php manual to arabic language.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I do this exact thing all the time, and have never encountered any
difficulties.
-Jason
On Sat, 2003-07-05 at 09:55, Sascha Schumann wrote:
> On Sat, 5 Jul 2003, Marcus [x-unknown] Börger wrote:
>
> > Hello Andi,
> >
> > there was nothing in this thread that was against adding it besides Sascha
"Noam Giladi" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> translation the manual into hebrew.
> (access for phpdoc-he)
>
> i was send here by moshe doron ([EMAIL PROTECTED])
+1
--
moshe
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www
translation the manual into hebrew.
(access for phpdoc-he)
i was send here by moshe doron ([EMAIL PROTECTED])
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, 7 Jul 2003, Sebastian Bergmann wrote:
> Matthias Lange, a co-worker of Kristian Köhntopp, asked me to propose
> a patch [1] to introduce a new send_headers() function.
Would not it be sufficent to just fix flush?
flush currently does not force headers to be sent.
- Sasch
How about http_header_flush() if we stick to the naming convention
strictly?
Moriyoshi
"Wez Furlong" <[EMAIL PROTECTED]> wrote:
> headers_flush() or flush_headers() ?
>
> --Wez.
>
> - Original Message -
> From: "Derick Rethans" <[EMAIL PROTECTED]>
> To: "Andi Gutmans" <[EMAIL PROTECTE
headers_flush() or flush_headers() ?
--Wez.
- Original Message -
From: "Derick Rethans" <[EMAIL PROTECTED]>
To: "Andi Gutmans" <[EMAIL PROTECTED]>
Cc: "Sebastian Bergmann" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
"Matthias Lange" <[EMAIL PROTECTED]>
Sent: Monday, July 07, 2003 9:39 AM
Su
On Mon, 7 Jul 2003, Andi Gutmans wrote:
> Naming conventions...
> It should be something like headers_were_sent() (I'm not good with names
> but you get the point :)
headers_were_sent() doesn't work, as this function also sends the
headers if they weren't sent before, so I think headers_send()
Naming conventions...
It should be something like headers_were_sent() (I'm not good with names
but you get the point :)
Andi
At 10:22 AM 7/7/2003 +0200, Sebastian Bergmann wrote:
Matthias Lange, a co-worker of Kristian Köhntopp, asked me to propose
a patch [1] to introduce a new send_headers
Matthias Lange, a co-worker of Kristian Köhntopp, asked me to propose
a patch [1] to introduce a new send_headers() function.
The purpose of send_headers() is to ensure that headers were sent to
the client.
He tested this patch with PHP 4.3.2 and Apache.
--
[1] http://www.sebastian-bergmann
20 matches
Mail list logo