Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Recompile
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 7, 2016
1 parent c3b9088 commit 1da9217
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bsd.ar
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@ echo "$i file(s) copied"

rmdir $TARGET
echo "===> Done, runners have been updated"
--10540:class-main.php:--
--10563:class-main.php:--
<?php namespace xp;

set_exception_handler(function($e) {
Expand Down Expand Up @@ -1680,7 +1680,7 @@ if (!class_exists('xp', false)) {

// Start I/O layers
$encoding= get_cfg_var('encoding');
iconv_set_encoding('internal_encoding', \xp::ENCODING);
PHP_VERSION < '5.6' && iconv_set_encoding('internal_encoding', \xp::ENCODING);
array_shift($_SERVER['argv']);
array_shift($argv);
if ($encoding) {
Expand Down
4 changes: 2 additions & 2 deletions cygwin.ar
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ echo "$i file(s) copied"

rmdir $TARGET
echo "===> Done, runners have been updated"
--10540:class-main.php:--
--10563:class-main.php:--
<?php namespace xp;

set_exception_handler(function($e) {
Expand Down Expand Up @@ -1716,7 +1716,7 @@ if (!class_exists('xp', false)) {

// Start I/O layers
$encoding= get_cfg_var('encoding');
iconv_set_encoding('internal_encoding', \xp::ENCODING);
PHP_VERSION < '5.6' && iconv_set_encoding('internal_encoding', \xp::ENCODING);
array_shift($_SERVER['argv']);
array_shift($argv);
if ($encoding) {
Expand Down
4 changes: 2 additions & 2 deletions unix.ar
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ echo "$i file(s) copied"

rmdir $TARGET
echo "===> Done, runners have been updated"
--10540:class-main.php:--
--10563:class-main.php:--
<?php namespace xp;

set_exception_handler(function($e) {
Expand Down Expand Up @@ -1644,7 +1644,7 @@ if (!class_exists('xp', false)) {

// Start I/O layers
$encoding= get_cfg_var('encoding');
iconv_set_encoding('internal_encoding', \xp::ENCODING);
PHP_VERSION < '5.6' && iconv_set_encoding('internal_encoding', \xp::ENCODING);
array_shift($_SERVER['argv']);
array_shift($argv);
if ($encoding) {
Expand Down
Binary file modified windows.ar
Binary file not shown.

0 comments on commit 1da9217

Please sign in to comment.