Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/197461
Change subject: Use full <?php instead of short <? in ustring generation scripts
......................................................................
Use full <?php instead of short <? in ustring generation scripts
Change-Id: Ida6bc4ee1803763b284fdaa7c63769a146fec6ad
---
M engines/LuaCommon/lualib/ustring/make-normalization-table.php
M engines/LuaCommon/lualib/ustring/make-tables.php
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto
refs/changes/61/197461/1
diff --git a/engines/LuaCommon/lualib/ustring/make-normalization-table.php
b/engines/LuaCommon/lualib/ustring/make-normalization-table.php
index 5bb00c6..2fa416b 100755
--- a/engines/LuaCommon/lualib/ustring/make-normalization-table.php
+++ b/engines/LuaCommon/lualib/ustring/make-normalization-table.php
@@ -1,5 +1,5 @@
#!/usr/bin/php
-<?
+<?php
if ( PHP_SAPI !== 'cli' ) {
die( "This script may only be executed from the command line.\n" );
diff --git a/engines/LuaCommon/lualib/ustring/make-tables.php
b/engines/LuaCommon/lualib/ustring/make-tables.php
index 4caff53..49287c4 100755
--- a/engines/LuaCommon/lualib/ustring/make-tables.php
+++ b/engines/LuaCommon/lualib/ustring/make-tables.php
@@ -1,5 +1,5 @@
#!/usr/bin/php
-<?
+<?php
if ( PHP_SAPI !== 'cli' ) {
die( "This script may only be executed from the command line.\n" );
--
To view, visit https://gerrit.wikimedia.org/r/197461
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida6bc4ee1803763b284fdaa7c63769a146fec6ad
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits