[PHP-DEV] php.net - The Website Ahead Contains Malware

2013-10-24 Thread Konstantin Leboev
I have only this email to contact, but when I opened today php.net in Google Chrome I've got next message "The Website Ahead Contains Malware". Link for details: http://safebrowsing.clients.google.com/safebrowsing/diagnostic?site=http%3A%2F%2Fphp.net%2F&client=googlechrome&hl=en-US -- Regards, K

Re: [PHP-DEV] SoapServer::handle some times does not call php_end_ob_buffer

2011-04-20 Thread Konstantin Leboev
On Wed, Apr 20, 2011 at 5:35 PM, Ferenc Kovacs wrote: > please report it as a bug on http://bugs.php.net, its easier to keep track > of the problem if its in there. > http://bugs.php.net/bug.php?id=54575 -- Regards, Konstantin

[PHP-DEV] SoapServer::handle some times does not call php_end_ob_buffer

2011-04-20 Thread Konstantin Leboev
Hi all, In some cases SoapServer::handle does not call php_end_ob_buffer and I can not call it from php. For example: class A { } $s = new SoapServer("wsdl.wsdl"); $s->setClass("A"); ob_start(); var_dump(ob_get_level()); // int(1) $s->handle(); var_dump(ob_get_level()); // int(2) echo ob_get_cl

Re: [PHP-DEV] quick polls for 5.3

2008-11-13 Thread Konstantin Leboev
s in HEAD. either the make sense or they dont, so > either (choose one) > a) revert in HEAD > b) MFH to 5.3 0 regards, > Lukas Kahwe Smith > [EMAIL PROTECTED] > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Best regards, Konstantin Leboev