Search found 1669 matches
- Tue Feb 26, 2013 12:29 pm
- Forum: Zend Server for IBM i
- Topic: When to expect Zend Server 6.0 for IBM i
- Replies: 10
- Views: 3554
Re: When to expect Zend Server 6.0 for IBM i
The Technology Refresh was an announcement of capabilities that are both available (for the core OS) or will be available in the future (Zend Server and maybe other stuff I'm not 100% sure). In this case the Zend Server release in not part of anything that can be downloaded at this time.
- Tue Feb 26, 2013 12:24 pm
- Forum: Zend Server
- Topic: ZS 6 and apc on Windows
- Replies: 4
- Views: 2121
Re: ZS 6 and apc on Windows
There is an APC compatibility layer for the Zend Data Cache that you can turn on. It should handle what you are need in most cases. BTW if you have 100 Server running in production in a single pool you might want to look at some of the other multi-server capabilities Zend Server can bring to the tab...
- Tue Feb 26, 2013 11:12 am
- Forum: Zend Server for IBM i
- Topic: When to expect Zend Server 6.0 for IBM i
- Replies: 10
- Views: 3554
Re: When to expect Zend Server 6.0 for IBM i
Zend Server for IBM i is NOT available ANYWHERE at this time. We have not released it yet so please be careful of anyone claiming to have ZS6. It will be released in April ... stay tuned for details.
- Tue Feb 26, 2013 11:07 am
- Forum: Zend Server
- Topic: ZS 6 and apc on Windows
- Replies: 4
- Views: 2121
Re: ZS 6 and apc on Windows
You don't need APC at al. Zend Server comes with Optimizer+ which provides the same functionality as APC.
- Mon Jan 14, 2013 8:27 pm
- Forum: Zend Server
- Topic: ZendServer on ARM architecture?
- Replies: 2
- Views: 2171
Re: ZendServer on ARM architecture?
YOu are right there has been quite a bit of "hype" about ARM based server hardware. For Zend, the decision to support a new hardware architecture (or OS or Web Server) is based on the market. Right now there is not a lot of ARM based server technology out there but I suspect we'll start to see more ...
- Wed Dec 12, 2012 11:56 pm
- Forum: Zend Studio
- Topic: Thread-safe version of debugger for PHP 5.3
- Replies: 1
- Views: 1239
Re: Thread-safe version of debugger for PHP 5.3
We don't build a thread safe version of the PHP debugger. We do have a debugger built into the Zend Server 6 beta. So if you want to get a complete stack you can download a trail of Zend Server and try it out.
Kent
Kent
- Wed Dec 12, 2012 6:50 pm
- Forum: Zend Guard / Optimizer
- Topic: Zend Optimizer for PHP 5.3
- Replies: 1
- Views: 2334
Re: Zend Optimizer for PHP 5.3
You need to use Guard Loader for 5.3 and the files must be encoded specifically for 5.3.
- Mon Dec 10, 2012 6:43 pm
- Forum: New Toolkit
- Topic: Working with multiple occurrence data structures
- Replies: 51
- Views: 45881
Re: Working with multiple occurrence data structures
At this point I think we've gotten enough performance out of this both for inbound and outbound large data cases. In the cases where the operation happen asynchronously the time is not really an issue since it's just updating a cache (you might want to look at the Zend Server Job Queue capabilities ...
- Mon Nov 19, 2012 8:08 pm
- Forum: Zend Framework
- Topic: Parameters or hidden parameters
- Replies: 2
- Views: 1853
Re: Parameters or hidden parameters
you posted in the wrong forum for a zend framework question .... and to make matters worse you posted in an end-of-life product forums so ... I moved it for you.
- Mon Nov 19, 2012 8:06 pm
- Forum: Zend Studio
- Topic: Automatic Syntax Error Detection not working
- Replies: 2
- Views: 1370
Re: Automatic Syntax Error Detection not working
The usual causes are that you did not create a "php project" but a vanilla project so it does not know what language you are using or ... you opened a PHP file without a project (perhaps by just double clicking on a file in the finder/explorer).