Strange problem:
Running newest Version of Zend Server CE. Local installation of Oracle XE and SQLDeveloper. Connecting from SQLDeveloper to Remote/Local DB works perfect.
Connecting from Zend Server CE with PHP/Zend Framework to local Oracle XE works perfect. But connecting with the Server to an remote oracle db, gives me an error lik...
            
           
          
            
            I see this in the Debian folder hierarchy after installing Zend Framework.
/oradiag_root/
/user/myuser/oradiag_myuser/
/user/myuser/oradiag_root/
This name reminds me Oracle. But I did not find official documentation about this.
I didn't install any Oracle server. The folders are doubted.
...
            
           
          
            
            This question extends problem which was mentioned here:
http://stackoverflow.com/questions/2577965/zend-framework-rest-service-http-status-code-problem
I am creating REST service and I am using both XML and JSON formats. In case of error I am returning proper HTTP code with content that describes error.
When I set HTTP code Apache send...
            
           
          
            
            I am evaluating Zend server on the Iseries.  I am currently using Zend Core.  I am unable to restrict accesses to directories in the htdocs folder.  With Core I was able to restric accesses with the following:
<LocationMatch /DirectoryName>
 Require valid-user
 AuthType Basic
 AuthName SecureArea
 PasswdFile %%SYSTEM%%
 UserID %%CLIENT%...
            
           
          
            
            I am quite new to PHP Environment and I've started learning it so I've installed ZendCore. I was trying to change root directory to separate the root from ProgramFiles like inetpub so I change PHP Server Root and localhost:81/ still works but not run the under the folder I created, instead it points at the same old default folder but the...
            
           
          
            
            I originally posted this question over at the Zend Forums but figured it would also be wise to post here.
What has to happen, exactly, for a job to retry? I've tried timeouts, 50x response codes, and setting the status to "FAILED".
I have a simple script that creates a job...
$job_url = 'http://localhost/consumer.php?time=' . microtim...
            
           
          
            
            I am looking to tune Zend Optimizer+ on our Zend Server installation. Is there any tool that can show statistics about Zend Optimizer's performance? e.g. number of hits and misses, utilization of shared memory etc. 
Apart from Optimizer+ configuration directives, anything else we can do within our application code to help the bytecode c...
            
           
          
            
            I try to install magento for the first time.
I've created the database with the
name "project"
in my C:\Zend\Apache2\conf\httpd.conf I
added on the end:
<Directory "C:\Zend\Apche2\htdocs\project">
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
in my ZendServer/Server Se...
            
           
          
            
            I'm trying to set up a new Zend project using Zend Server CE under OS X 10.6
First, I have downloaded and successfully installed Zend Server CE: opening http://localhost:10081 in my browser shows the dashboard, and everything seems to be working fine.  
Than I created a new project, following the tutorial:  
$ cd /usr/local/zend/apache...