Skip to content

phpsource/web-bugs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Bug Tracking System

This was a collaboration between PEAR, PECL and PHP core to create a unified bug tracker.

Requirements

  • PHP 5.4+
  • ext/openssl (for https:// fopen wrapper)
  • PEAR packages:
    • MDB2
    • MDB2#mysql
    • MDB2#mysqli
    • DB_DataObject
    • Text_CAPTCHA_Numeral
    • Text_Diff
    • HTTP
    • HTTP_Upload

Installation

  1. Copy local_config.php.sample to local_config.php and modify accordingly
  2. Install all required packages: pear install MDB2 MDB2#mysql MDB2#mysqli DB_DataObject Text_CAPTCHA_Numeral Text_Diff HTTP HTTP_Upload
  3. Import SQL schema from sql/bugs.sql

TODO

  • AJAXify where it's useful
  • Add project support (f.e. PHP-GTK, PEAR..)

About

The PHP Bugtracking System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 77.4%
  • JavaScript 19.1%
  • CSS 3.5%