Skip to content

Commit 3c462e5

Browse files
committed
updated firephp lib
1 parent 762b16c commit 3c462e5

File tree

10 files changed

+411
-733
lines changed

10 files changed

+411
-733
lines changed

vendor/firephp-1/CHANGELOG.md

Lines changed: 0 additions & 312 deletions
This file was deleted.

vendor/firephp-1/LICENSE renamed to vendor/firephp-1/LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The MIT License: http://www.opensource.org/licenses/mit-license.php
1+
[MIT License](http://www.opensource.org/licenses/mit-license.php)
22

3-
Copyright (c) 2008-2010 Christoph Dorn
3+
Copyright (c) 2007+ [Christoph Dorn](http://www.christophdorn.com/)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

vendor/firephp-1/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
FirePHP Server Library
2+
======================
3+
4+
Status: beta
5+
6+
Version: [1.0b1rc1](https://github.com/firephp/firephp/tree/v1.0b1rc1)
7+
8+
This archive contains the *FirePHP* PHP server library.
9+
10+
Links
11+
-----
12+
13+
* Documentation: http://docs.sourcemint.org/firephp.org/firephp/1/-docs/
14+
* Install: http://docs.sourcemint.org/firephp.org/firephp/1/-docs/Install
15+
* Support: http://docs.sourcemint.org/firephp.org/firephp/1/-docs/OpenSource#support
16+
* Author: [Christoph Dorn](http://www.christophdorn.com/)
17+
* License: [MIT License](http://www.opensource.org/licenses/mit-license.php)

vendor/firephp-1/lib/FirePHP/Init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function FirePHP__main() {
6262
FirePHP__autoload('FirePHP_Insight');
6363

6464
// ensure the FirePHP class included has the correct version
65-
$version = '0.0.0master1106021548';
65+
$version = '1.0b1rc1';
6666
if(FirePHP::VERSION!=$version) {
6767
throw new Exception("The included FirePHP class has the wrong version! This is likely due to an old version of FirePHP still being on the include path. The old version must be removed or the FirePHP 1.0 classes must have precedence on the include path!");
6868
}
@@ -84,7 +84,7 @@ function FirePHP__main() {
8484
}
8585

8686
class FirePHP {
87-
const VERSION = '0.0.0master1106021548';
87+
const VERSION = '1.0b1rc1';
8888
const LOG = 'LOG';
8989
const INFO = 'INFO';
9090
const WARN = 'WARN';

0 commit comments

Comments
 (0)