diff --git a/build.default.properties b/build.default.properties index 84e0690..9ae0ae0 100644 --- a/build.default.properties +++ b/build.default.properties @@ -22,9 +22,9 @@ build.number = ${env.BUILD_NUMBER} # ApplicationServer Compile Settings -------------------------------------------- runtime.php.major-version = 5.5 -runtime.php.version = ${runtime.php.major-version}.16 +runtime.php.version = ${runtime.php.major-version}.19 runtime.ext-appserver.version = 0.1.13 -runtime.pthreads.version = 1.0.1 +runtime.pthreads.version = 1.0.4 runtime.apcu.version = 4.0.6 runtime.operator.version = 0.4.1 runtime.AOP.version = 0.2.2b1 diff --git a/lib/php-5.5.19.tar.gz b/lib/php-5.5.19.tar.gz new file mode 100644 index 0000000..afde004 Binary files /dev/null and b/lib/php-5.5.19.tar.gz differ diff --git a/lib/pthreads-1.0.4.tgz b/lib/pthreads-1.0.4.tgz new file mode 100644 index 0000000..047fea2 Binary files /dev/null and b/lib/pthreads-1.0.4.tgz differ