PHP bug search

php.internals

Evert Pot

19 years ago
The bug search doesn't seem to work correctly.. I was trying to find if there were bugs related to the ftp extension, but then i found out searching for 'ftp' wouldn't return anything.. So i wanted to be sure and try out 'PDO' and 'COM' as search queries, but nothing seemed to return anything.. Evert

Antony Dovgal

19 years ago
On 28.09.2006 23:58, Evert | FileMobile wrote:
> The bug search doesn't seem to work correctly.. > > I was trying to find if there were bugs related to the ftp extension, > but then i found out searching for 'ftp' wouldn't return anything..
http://bugs.php.net/search.php?limit=10&direction=ASC&cmd=display&status=All&bug_type%5B%5D=FTP+related&bug_age=0
> So i wanted to be sure and try out 'PDO' and 'COM' as search queries, > but nothing seemed to return anything..
http://bugs.php.net/search.php?limit=10&direction=ASC&cmd=display&status=All&bug_type%5B%5D=PDO+related&bug_age=0 http://bugs.php.net/search.php?limit=10&direction=ASC&cmd=display&status=All&bug_type%5B%5D=COM+related&bug_age=0
-- Wbr, Antony Dovgal

Hannes Magnusson

19 years ago
On 9/28/06, Evert | FileMobile <evert@filemobile.com> wrote:
> The bug search doesn't seem to work correctly.. > > I was trying to find if there were bugs related to the ftp extension, > but then i found out searching for 'ftp' wouldn't return anything..
http://bugs.php.net/search.php?search_for=&boolean=0&limit=10&order_by=&direction=ASC&cmd=display&status=All&bug_type%5B%5D=FTP+related&php_os=&phpver=&assign=&author_email=&bug_age=0 Works just fine. Please be sure to read http://bugs.php.net/search-howto.php ...and this has nothing to do with internals. -Hannes