Skip to content

Commit

Permalink
Merge branch 'PHP-5.6' into PHP-7.0
Browse files Browse the repository at this point in the history
* PHP-5.6:
  Fixed test
  5.5.31 now
  • Loading branch information
Julien Pauli committed Sep 30, 2015
2 parents ba6d193 + 0fd71d1 commit a60105d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/phar/tests/bug70433.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Phar - bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
--SKIPIF--
<?php if (!extension_loaded("phar")) die("skip"); ?>
<?php if (!extension_loaded("phar") || !extension_loaded("zlib")) die("skip"); ?>
--FILE--
<?php
$phar = new PharData(__DIR__."/bug70433.zip");
Expand Down

0 comments on commit a60105d

Please sign in to comment.