Skip to content

Commit 19da2d5

Browse files
committed
Initial
1 parent 3d32f9d commit 19da2d5

File tree

9 files changed

+83
-0
lines changed

9 files changed

+83
-0
lines changed

LINUX/cloudReflare/License.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Copyright (c) 2012 Czarek Tomczak. Portions Copyright
2+
(c) 2008 Marshall A.Greenblatt, 2006 Google Inc.
3+
All rights reserved.
4+
5+
Project website: https://github.com/cztomczak/phpdesktop
6+
7+
This product includes the following third party libraries:
8+
* Chromium Embedded Framework licensed under the BSD 3-clause license.
9+
See: https://bitbucket.org/chromiumembedded/cef
10+
* PHP Software licensed under the PHP License 3.0.1.
11+
See: http://www.php.net/software/
12+
* Mongoose webserver from revision 04fc209 licensed under the
13+
MIT license with phpdesktop specific modifications applied. See:
14+
https://github.com/cesanta/mongoose/tree/04fc209644b414d915c446bb1815b55e9fe63acc
15+
* JSON parser licensed under the BSD 2-clause license.
16+
See: https://github.com/udp/json-parser
17+
18+
Redistribution and use in source and binary forms, with
19+
or without modification, are permitted provided that the
20+
following conditions are met:
21+
22+
* Redistributions of source code must retain the above
23+
copyright notice, this list of conditions and the
24+
following disclaimer.
25+
26+
* Redistributions in binary form must reproduce the above
27+
copyright notice, this list of conditions and the
28+
following disclaimer in the documentation and/or other
29+
materials provided with the distribution.
30+
31+
* Neither the name of PHP Desktop, nor the name Google Inc.
32+
nor the name Chromium Embedded Framework nor the names of
33+
its contributors may be used to endorse or promote products
34+
derived from this software without specific prior written
35+
permission.
36+
37+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
38+
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
39+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
40+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
41+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
42+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
43+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
44+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
45+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
47+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
48+
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
49+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

LINUX/cloudReflare/libEGL.so

1.57 MB
Binary file not shown.

LINUX/cloudReflare/libGLESv2.so

17.7 MB
Binary file not shown.
89.2 KB
Binary file not shown.

LINUX/cloudReflare/php-cgi

32.9 MB
Binary file not shown.
35.2 MB
Binary file not shown.

LINUX/cloudReflare/php.ini

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
; Date
2+
date.timezone=Europe/Berlin
3+
4+
; Errors
5+
error_reporting=E_ALL
6+
display_errors=On
7+
display_startup_errors=On
8+
log_errors=Off
9+
report_memleaks=On
10+
report_zend_debug=On
11+
12+
; General
13+
short_open_tag=On
14+
ignore_user_abort=Off
15+
implicit_flush=Off
16+
output_buffering=0
17+
default_charset = "UTF-8"
18+
19+
; Execution time
20+
max_execution_time=30
21+
22+
; Memory
23+
memory_limit=128M
24+
25+
; File uploads
26+
; "post_max_size" must be equal or bigger than "upload_max_filesize"
27+
max_file_uploads=20
28+
upload_max_filesize=2048M
29+
post_max_size=2048M
30+
31+
; Smtp server is not included with phpdesktop
32+
SMTP=127.0.0.1
33+
smtp_port=25
34+
284 KB
Binary file not shown.
678 KB
Binary file not shown.

0 commit comments

Comments
 (0)