Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-s committed May 1, 2018
1 parent 2c582cc commit 4997209
Show file tree
Hide file tree
Showing 99 changed files with 152 additions and 115 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JPHP - an implementation of PHP
===============================

[![Build Status](https://travis-ci.org/jphp-compiler/jphp.svg?branch=master)](https://travis-ci.org/jphp-compiler/jphp) [![Download](https://jitpack.io/v/org.develnext/jphp.svg)](https://jitpack.io/#org.develnext/jphp) [![Documentation Status](https://readthedocs.org/projects/jphp-docs/badge/?version=latest)](https://readthedocs.org/projects/jphp-docs/?badge=latest)
[![Build Status](https://travis-ci.org/jphp-compiler/jphp.svg?branch=master)](https://travis-ci.org/jphp-compiler/jphp)

JPHP is a new implementation for PHP which uses the Java VM. It supports many features of the PHP language (7.1+).

Expand Down
41 changes: 20 additions & 21 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,39 +84,38 @@ configure(subprojects) {
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'

if (new File(project.projectDir.path + "/package.php.yml").exists()) {
task hubPublish(type: Exec) {
def cmdArgs = ['jppm', 'hub:publish', '-yes', '-force']

/*try {
project.tasks.getByName('install').dependsOn += jppmPublish
} catch (UnknownTaskException e) {
}*/

task docBuild(type: Exec) {
def cmdArgs = ['jppm', 'doc:build']

if (System.getProperty("os.name").toLowerCase().contains("windows")) {
cmdArgs.add(0, "/c");
cmdArgs.add(0, "cmd");
}

commandLine cmdArgs
workingDir = project.buildDir.path + "/jppm/dist"

doFirst {
jppmDist(project)
}
workingDir = project.projectDir
}

/*try {
project.tasks.getByName('install').dependsOn += jppmPublish
} catch (UnknownTaskException e) {
}*/
task hubPublish(type: Exec, dependsOn: docBuild) {
def cmdArgs = ['jppm', 'hub:publish', '-yes', '-force']

if (project.name != "packager") {
task docBuild(type: Exec) {
def cmdArgs = ['jppm', 'doc:build']
if (System.getProperty("os.name").toLowerCase().contains("windows")) {
cmdArgs.add(0, "/c");
cmdArgs.add(0, "cmd");
}

if (System.getProperty("os.name").toLowerCase().contains("windows")) {
cmdArgs.add(0, "/c");
cmdArgs.add(0, "cmd");
}
commandLine cmdArgs
workingDir = project.buildDir.path + "/jppm/dist"

commandLine cmdArgs
workingDir = project.projectDir
doFirst {
jppmDist(project)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-compress-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-compress-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Compress library, supports tar, bz2, gz, zip and lz4 formats.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-compress-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-compress-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Compress library, supports tar, bz2, gz, zip and lz4 formats.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-compress-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-crypto-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-crypto-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Crypto Library.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-crypto-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-crypto-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Crypto Library.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-crypto-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-firebirdsql-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-firebirdsql-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Library for working with FireBird SQL database.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-firebirdsql-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-firebirdsql-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Library for working with FireBird SQL database.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-firebirdsql-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-git-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-git-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Git VCS Library.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-git-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-git-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Git VCS Library.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-git-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-graphic-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-graphic-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Graphic library like GD in zend php.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-graphic-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-graphic-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Graphic library like GD in zend php.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-graphic-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-gui-desktop-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-desktop-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Desktop features.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-gui-desktop-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-desktop-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Desktop features.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-gui-desktop-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-gui-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
GUI based on JavaFX library.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-gui-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
GUI based on JavaFX library.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-gui-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-gui-game-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-game-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Game Addon for GUI JavaFX library.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-gui-game-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-game-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Game Addon for GUI JavaFX library.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-gui-game-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-gui-jfoenix-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-jfoenix-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Material UI components for JavaFX.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-gui-jfoenix-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-jfoenix-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Material UI components for JavaFX.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-gui-jfoenix-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-gui-systemtray-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-systemtray-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
GUI System Tray.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-gui-systemtray-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-gui-systemtray-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
GUI System Tray.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-gui-systemtray-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-httpclient-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-httpclient-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Http Client library.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-httpclient-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-httpclient-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Http Client library.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-httpserver-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-httpserver-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0

### Install
Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-httpserver-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-httpserver-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0

### Установка
Expand Down
1 change: 0 additions & 1 deletion exts/jphp-httpserver-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-json-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-json-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Parse and format JSON.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-json-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-json-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Parse and format JSON.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-json-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
2 changes: 1 addition & 1 deletion exts/jphp-jsoup-ext/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-jsoup-ext
> version 1.0.0, created by JPPM v0.1.17
> version 1.0.0, created by JPPM v0.2.0
Parsing html like in jQuery.

Expand Down
2 changes: 1 addition & 1 deletion exts/jphp-jsoup-ext/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

## jphp-jsoup-ext
> версия 1.0.0, создано с помощью JPPM v0.1.17
> версия 1.0.0, создано с помощью JPPM v0.2.0
Parsing html like in jQuery.

Expand Down
1 change: 0 additions & 1 deletion exts/jphp-jsoup-ext/package.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ doc:
langs: {en: English, ru: Русский}

config:
ignore: ['/api-docs/**']
Loading

0 comments on commit 4997209

Please sign in to comment.