Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/sockets sockets.c

2003-07-07 Thread Sascha Schumann
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

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/sockets sockets.c

2003-07-07 Thread pollita
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()

[PHP-DEV] Re: ZendEngine2 / zend_execute.c zend_object_handlers.c zend_object_handlers.h zend_objects_API.c

2003-07-07 Thread l0t3k
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.

[PHP-DEV] Re: ZendEngine2 / zend_execute.c zend_object_handlers.c zend_object_handlers.h zend_objects_API.c

2003-07-07 Thread l0t3k
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.

Re: [PHP-DEV] [patch] send_headers

2003-07-07 Thread Jon Parise
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

Re: [PHP-DEV] PHP-4.3.2 Crashes with OCI8 extention (Bug?)

2003-07-07 Thread Edin Kadribasic
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.

[PHP-DEV] [Fwd: [ lex-Bugs-714479 ] flex 2.5.31 gives "fatal internal error"with PHP 5]

2003-07-07 Thread Sebastian Bergmann
--- 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

[PHP-DEV] CVS Account Request: bhcd2

2003-07-07 Thread SIR Colonel Mika Moilanen
CVS account -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP-4.3.2 Crashes with OCI8 extention (Bug?)

2003-07-07 Thread Reuben D. Budiardja
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

[PHP-DEV] [PATCH] Passthrough MD5/SHA1 calculation of uploaded files

2003-07-07 Thread David Santinoli
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

[PHP-DEV] CVS Account Request: php_ar

2003-07-07 Thread Rabah salim alharbi
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

Re: [PHP-DEV] array_has_more

2003-07-07 Thread Jason Greene
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

[PHP-DEV] Re: CVS Account Request: noam

2003-07-07 Thread moshe doron
"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

[PHP-DEV] CVS Account Request: noam

2003-07-07 Thread Noam Giladi
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

Re: [PHP-DEV] [patch] send_headers

2003-07-07 Thread Sascha Schumann
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

Re: [PHP-DEV] [patch] send_headers

2003-07-07 Thread Moriyoshi Koizumi
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

Re: [PHP-DEV] [patch] send_headers

2003-07-07 Thread Wez Furlong
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

Re: [PHP-DEV] [patch] send_headers

2003-07-07 Thread Derick Rethans
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()

Re: [PHP-DEV] [patch] send_headers

2003-07-07 Thread Andi Gutmans
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

[PHP-DEV] [patch] send_headers

2003-07-07 Thread Sebastian Bergmann
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