Edit report at https://bugs.php.net/bug.php?id=53199&edit=1
ID: 53199 Updated by: [email protected] Reported by: brt dot river at gmail dot com Summary: Phar doesn't work with '--enable-zend-multibyte' option -Status: Feedback +Status: No Feedback Type: Bug Package: PHAR related Operating System: Mac OS X 10.6 PHP Version: 5.3.3 New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2010-11-20 04:21:22] php at group dot apple dot com The patch contained a logic flaw (compared against ptr and not size), so I reworked it to match the style of the other if-blocks in the function and have attached it as "phar.patch". The patch file also contains a fix for Makefile.frag which removes $(INSTALL_ROOT) from the bang command path since INSTALL_ROOT is the mastering location, not the deployment location. ------------------------------------------------------------------------ [2010-11-18 09:51:05] [email protected] If it does indeed resolve the issue, this should be marked as duplicate of bug #42396. ------------------------------------------------------------------------ [2010-11-18 08:48:19] [email protected] Can you please see if the attached patch resolves the issue? Thanks. ------------------------------------------------------------------------ [2010-11-18 08:47:39] [email protected] The following patch has been added/updated: Patch Name: bug53199.patch Revision: 1290066459 URL: http://bugs.php.net/patch-display.php?bug=53199&patch=bug53199.patch&revision=1290066459 ------------------------------------------------------------------------ [2010-11-18 07:02:28] php at group dot apple dot com I have been debugging a similar report with the phar CLI. Executing "php phar.php" (using the generated php/ext/phar/phar.php) works properly, but the resulting phar.phar does not. I have tried modifying the stub (via phar.php) to print debugging information but that only produces more "?" characters. Attempting to debug with Xdebug and MacGDBp wouldn't step through the first line before terminating. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=53199 -- Edit this bug report at https://bugs.php.net/bug.php?id=53199&edit=1
