Search found 19 matches
- Mon Apr 30, 2018 11:16 pm
- Forum: Zend Studio
- Topic: Cannot launch PHPUnit tests (port address 7478)
- Replies: 3
- Views: 5602
Re: Cannot launch PHPUnit tests (port address 7478)
I was getting errors like this: Fatal error: Uncaught Exception: Class PHPUnit_Util_Printer called from spl_autoload_call: invoked from: (autoloader code) closure: -none- autoloader->php_autoloader("PHPUnit_Util_Printer") closure: -none- -noclass-spl_autoload_call("PHPUnit_Util_Printer") /private/va...
- Wed Apr 18, 2018 7:48 pm
- Forum: Zend Studio
- Topic: Crash on cut on Mac OS High Sierra
- Replies: 19
- Views: 16216
Re: Crash on cut on Mac OS High Sierra
Thanks @rbzend - this fix worked for me; just crashed the app three times in a row trying to cut/paste code between two files (amazing how that finger memory is so hard to change) and came back here. I applied the patch and took the same steps - no crash! Hopefully this will be integrated into a Zen...
- Sat Feb 03, 2018 8:38 am
- Forum: Zend Studio
- Topic: Crash on cut on Mac OS High Sierra
- Replies: 19
- Views: 16216
Re: Crash on cut on Mac OS High Sierra
Is there any update here? This is driving me crazy! Every time I cut more than a few lines the app crashes. I've updated to the latest Java, but I don't think that Zend Studio uses the operating system Java - it uses one embedded in the application itself, I think. So upgrading your OS Java may have...
- Tue Oct 10, 2017 1:12 am
- Forum: Zend Studio
- Topic: Crash on cut on Mac OS High Sierra
- Replies: 19
- Views: 16216
Re: Crash on cut on Mac OS High Sierra
I am also experiencing this issue on Mac OS X High Sierra. In certain circumstances when I "cut" any text in the editor it just crashes. I've found that it depends on the context of the file you are cutting from and what text you are cutting; when it happens again I will attach more details. Please ...
- Thu May 04, 2017 7:20 pm
- Forum: Zend Studio
- Topic: PHPUnit Debug Configurations don't work Zend Studio 13.6
- Replies: 1
- Views: 2618
PHPUnit Debug Configurations don't work Zend Studio 13.6
I'm trying to run a PHPUnit test against my code using the Debug Configurations with a phpunit.xml in Zend Studio 13.6 on macOS Sierra 10.12.4 running on a Mac Pro. I'm running the latest Zend Server with PHP 7 support. PHPUnit is the latest version which only runs with PHP 7. The problem is I confi...
- Tue Feb 09, 2016 8:26 pm
- Forum: Zend Studio
- Topic: deployment.properties automatically created
- Replies: 10
- Views: 6641
Re: deployment.properties automatically created
I am also experiencing this issue. deployment.properties and deployment.xml are created over and over again regardless of how often I delete them. Please add a way to disable this behaviour, please. It appears to happen for any PHP project I have in my workspace.
- Tue Nov 03, 2015 8:53 pm
- Forum: Zend Studio
- Topic: Bug (ZS13): Studio invoked Debugger fails to load curl.so
- Replies: 2
- Views: 2205
Re: Bug (ZS13): Studio invoked Debugger fails to load curl.s
Thanks, that worked!
Much appreciated.
Much appreciated.
- Thu Oct 29, 2015 11:21 pm
- Forum: Zend Studio
- Topic: Bug (ZS13): Studio invoked Debugger fails to load curl.so
- Replies: 2
- Views: 2205
Bug (ZS13): Studio invoked Debugger fails to load curl.so
I am on Mac OS X El Capitan running Zend Studio 13. Trying to debug a command-line tool which uses curl, this failed in ZS12 and now the upgraded ZS13: Running code it appears to load SOAP extension fine but curl_init is not defined and doesn't work. I added this code to my PHP for debugging: if (!f...
- Mon Feb 03, 2014 4:36 pm
- Forum: Zend Server
- Topic: Debugger troubles Zend Studio 10.5, Zend Server 6.2.0
- Replies: 3
- Views: 2558
Re: Debugger troubles Zend Studio 10.5, Zend Server 6.2.0
Thanks, Zvika, Here's a follow-up: Just to be on the safe side, your OSX 10.7.5 is not supported - see release notes for Zend Studio and Server to verify this is you need. That's OK, but I also develop on a laptop running Mac OS X 10.9.1 and the problems are similar on the higher platform. Again - t...
- Sat Feb 01, 2014 4:41 pm
- Forum: Zend Studio
- Topic: Cant stop debugger
- Replies: 3
- Views: 1866
Re: Cant stop debugger
I have a similar problem: http://forums.zend.com/viewtopic.php?f=8&t=115688 Except it won't stop debugging when making internal Studio requests to the local server testing if it's alive or not. I switched to Xdebug and it worked better, but I prefer Zend's debugger due to better integration. Sigh. I...