> 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
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
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:
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
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:
-
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)
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
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