Re: [PHP-DEV] Re: Security e-mail address

2001-10-06 Thread Hojtsy Gabor
> we were going to set up [EMAIL PROTECTED] at one point with a closed list of > recieptients.. mainly core devs and a few QA People who can check out if it > is a security problem or not. > > Dont think this ever happen. Perhaps it would be an idea though +1 Goba -- PHP Development Mailing L

Re: [PHP-DEV] Re: Security e-mail address

2001-10-06 Thread James Moore
we were going to set up [EMAIL PROTECTED] at one point with a closed list of recieptients.. mainly core devs and a few QA People who can check out if it is a security problem or not. Dont think this ever happen. Perhaps it would be an idea though - James - Original Message - From: "Rasmu

[PHP-DEV] Bug #13572 Updated: fread doesn't read from udp sockets

2001-10-06 Thread trh
ID: 13572 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: Windows 2k/Linux PHP Version: 4.0.6 New Comment: i used fsockopen("udp://$host", $port ) socket_set_blocking($fp, FALSE) Previous Comments:

Re: [PHP-DEV] zend_compare & co

2001-10-06 Thread Andi Gutmans
At 01:40 AM 10/6/2001 +0200, [EMAIL PROTECTED] wrote: >Can you trust on the compare functions to return either -1, 0 or 1? I don't >think so... but since that assumption is made in various locations in PHP4, >it maybe is true? I think Zend's internal compare functions where normalized a while ago

[PHP-DEV] Bug #13572 Updated: fread doesn't read from udp sockets

2001-10-06 Thread mfischer
ID: 13572 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: Windows 2k/Linux PHP Version: 4.0.6 New Comment: In 4.0.7 a new socket has been introduced. Did you used it? - markus Previous Comments: -

[PHP-DEV] Bug #13572: fread doesn't read from udp sockets

2001-10-06 Thread trh
From: [EMAIL PROTECTED] Operating system: Windows 2k/Linux PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: fread doesn't read from udp sockets socket's set to non-blocking, opened at port udp $start=time(); while((time()-$start)<2)

[PHP-DEV] php4.0.7-rc3: output buffering and deflate mode

2001-10-06 Thread Loïc
Hi Lists! I've faced some annoying problems with "ob_gzhandler" used as the handler of the "ob_start" function and Galeon or Moz. 0.9.4 if HTTP compression mode is set to deflate only. In this case php returns a blank page to the browser (and no error in the Apache log)! The test script I use to

[PHP-DEV] Metadata, active properties, garbage collection

2001-10-06 Thread Emiliano
A few questions on Zend internals: Is it possible to add (opaque, as far as the PHP script will be concerned) data to object of internal class from C? Preferably, this data would not even be visible to the script. I see the class declaration struct has functions that seem to be related to gettin