Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 7322ee6

Browse files
committed
Merge pull request #1 from Arbuzov/Reference_Update
Copyrights
2 parents 4743d67 + 4fd8193 commit 7322ee6

File tree

6 files changed

+33
-31
lines changed

6 files changed

+33
-31
lines changed

README renamed to README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PHPAGI README
2-
$Id: README,v 1.4 2005/05/19 13:19:37 pinhole Exp $
3-
---------------------------------------
2+
-------------
43

54
Welcome to PHPAGI.
65

@@ -22,31 +21,27 @@ application on our website.
2221

2322
FILES
2423
-----
25-
phpagi.php - The main phpagi class.
26-
phpagi-asmanager.php - The Asterisk Manager class.
27-
phpagi-fastagi.php - FastAGI class.
28-
phpagi_1.php - Compatability class for 1.12 release
24+
* phpagi.php - The main phpagi class.
25+
* phpagi-asmanager.php - The Asterisk Manager class.
26+
* phpagi-fastagi.php - FastAGI class.
2927

30-
docs/ - README files for the classes.
31-
api-docs/ - API Documentation (html)
28+
* docs/ - README files for the classes.
29+
* api-docs/ - API Documentation (html)
3230

3331
DOCS
3432
----
35-
README.phpagi - The main phpagi README
36-
README.phpagi-asmanager - The phpagi asterisk manager README
37-
README.phpagi-fastagi - phpagi fastagi README
38-
39-
CHANGELOG - Change Log.
40-
41-
phpagi.conf - An example configuration file for phpagi.
42-
fastagi.xinetd - xinetd.conf sample configuration for fastagi
33+
* README.phpagi - The main phpagi README
34+
* README.phpagi-asmanager - The phpagi asterisk manager README
35+
* README.phpagi-fastagi - phpagi fastagi README
36+
* CHANGELOG - Change Log.
4337

38+
* phpagi.conf - An example configuration file for phpagi.
39+
* fastagi.xinetd - xinetd.conf sample configuration for fastagi
4440

4541
SUPPORT
4642
-------
4743

4844
Support for phpagi is available from the project website.
4945

50-
* http://phpagi.sourceforge.net
51-
* http://sourceforge.net/projects/phpagi/
46+
* https://github.com/welltime/phpagi
5247

docs/README.phpagi

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
phpagi: an AGI class written in PHP
22

3-
Matthew Asham <[email protected]>
4-
http://phpagi.sourceforge.net
3+
Matthew Asham <[email protected]>
4+
https://github.com/welltime/phpagi
5+
6+
Original version:
7+
http://phpagi.sourceforge.net/
58

69
Contributions by:
710
Florian Overkamp <[email protected]>

docs/README.phpagi-asmanager

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
phpagi-asmanager: an Asterisk Manager class written in PHP
22

33
Matthew Asham <[email protected]>
4-
http://phpagi.sourceforge.net
4+
https://github.com/welltime/phpagi
5+
6+
Original version:
7+
http://phpagi.sourceforge.net/
8+
59
------------------------------------------------------------------------------
610

711
------------------------------------------------------------------------------

phpagi-asmanager.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php
22
/**
33
* phpagi-asmanager.php : PHP Asterisk Manager functions
4-
* Website: http://phpagi.sourceforge.net
4+
* @see https://github.com/welltime/phpagi
5+
* @filesource http://phpagi.sourceforge.net/
56
*
67
* $Id: phpagi-asmanager.php,v 1.10 2005/05/25 18:43:48 pinhole Exp $
78
*
@@ -21,8 +22,7 @@
2122

2223
/**
2324
* Written for PHP 4.3.4, should work with older PHP 4.x versions.
24-
* Please submit bug reports, patches, etc to http://sourceforge.net/projects/phpagi/
25-
* Gracias. :)
25+
* Please submit bug reports, patches, etc to https://github.com/welltime/phpagi
2626
*
2727
*/
2828

phpagi-fastagi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<?php
33
/**
44
* phpagi-fastagi.php : PHP FastAGI bootstrap
5-
* Website: http://phpagi.sourceforge.net
5+
* @see https://github.com/welltime/phpagi
6+
* @filesource http://phpagi.sourceforge.net/
67
*
78
* $Id: phpagi-fastagi.php,v 1.2 2005/05/25 18:43:48 pinhole Exp $
89
*
@@ -22,8 +23,7 @@
2223

2324
/**
2425
* Written for PHP 4.3.4, should work with older PHP 4.x versions.
25-
* Please submit bug reports, patches, etc to http://sourceforge.net/projects/phpagi/
26-
* Gracias. :)
26+
* Please submit bug reports, patches, etc to https://github.com/welltime/phpagi
2727
*
2828
*/
2929

phpagi.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
/**
44
* phpagi.php : PHP AGI Functions for Asterisk
5-
* Website: http://phpagi.sourceforge.net/
6-
*
5+
* @see https://github.com/welltime/phpagi
6+
* @filesource http://phpagi.sourceforge.net/
7+
*
78
* $Id: phpagi.php,v 2.20 2010/09/30 02:21:00 masham Exp $
89
*
910
* Copyright (c) 2003 - 2010 Matthew Asham <[email protected]>, David Eder <[email protected]> and others
@@ -18,8 +19,7 @@
1819
*
1920
* Written for PHP 4.3.4, should work with older PHP 4.x versions.
2021
*
21-
* Please submit bug reports, patches, etc to http://sourceforge.net/projects/phpagi/
22-
* Gracias. :)
22+
* Please submit bug reports, patches, etc to https://github.com/welltime/phpagi
2323
*
2424
*
2525
* @package phpAGI

0 commit comments

Comments
 (0)