|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-11-11 11:50 UTC] pajoye@php.net
-Package: PECL
+Package: PHAR related
[2011-11-11 11:50 UTC] pajoye@php.net
[2011-11-11 21:39 UTC] felipe@php.net
[2011-11-11 21:41 UTC] felipe@php.net
[2011-11-11 21:41 UTC] felipe@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: felipe
[2012-04-18 09:47 UTC] laruence@php.net
[2012-07-24 23:38 UTC] rasmus@php.net
[2013-11-17 09:35 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 03:00:01 2025 UTC |
Description: ------------ <? /* 1213 } 1214 1215 zend_replace_error_handling(EH_THROW, spl_ce_RuntimeException, &error_handling TSRMLS_CC); 1216 1217 #if defined(PHP_WIN32) || HAVE_SYMLINK 1218 if (!IS_ABSOLUTE_PATH(intern->file_name, intern->file_name_len)) { <=CRASH HERE 1219 char expanded_path[MAXPATHLEN]; 1220 (gdb) print intern->file_name $3 = 0x0 where #define IS_ABSOLUTE_PATH(path, len) \ (len >= 2 && ((isalpha(path[0]) && path[1] == ':') || IS_UNC_PATH(path, len))) */ $nx = new Phar(); $nx->getLinkTarget(); ?> Test script: --------------- $nx = new Phar(); $nx->getLinkTarget(); or PharData()