From 48a6c8cdb3e962b3a78662fe3d1bd5b514744bd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2013 15:35:18 +0200 Subject: php-pecl-zip: typo --- bug38943.inc | 16 ---------------- php-pecl-zip.spec | 4 ++-- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 bug38943.inc diff --git a/bug38943.inc b/bug38943.inc deleted file mode 100644 index a6f45e8..0000000 --- a/bug38943.inc +++ /dev/null @@ -1,16 +0,0 @@ -testarray[] = 1; - var_dump($this->testarray); - } -} - -$z = new myZip; -$z->testp = "foobar"; -var_dump($z); - diff --git a/php-pecl-zip.spec b/php-pecl-zip.spec index a48e44f..244a11b 100644 --- a/php-pecl-zip.spec +++ b/php-pecl-zip.spec @@ -143,13 +143,13 @@ TEST_PHP_EXECUTABLE=%{_bindir}/php \ %if %{with_zts} cd ../%{pecl_name}-zts -: minimal load test of NTS extension +: minimal load test of ZTS extension %{_bindir}/zts-php --no-php-ini \ --define extension_dir=modules \ --define extension=%{pecl_name}.so \ --modules | grep %{pecl_name} -: upstream test suite for NTS extension +: upstream test suite for ZTS extension TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ REPORT_EXIT_STATUS=1 \ NO_INTERACTION=1 \ -- cgit