Thread: PHP and Zend
View Single Post
Old 08-12-2008, 09:02 PM   #1 (permalink)
smrtalex
The Wanderer
 
Join Date: Aug 2008
Posts: 8
Thanks: 0
smrtalex is on a distinguished road
Default PHP and Zend

This is on a Centos 4.6 VPS with the following:

Code:
PHP 5.2.5 (cli) (built: Aug  3 2008 12:21:54) 
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.0, Copyright (c) 1998-2007, by Zend Technologies
When we run the following commands we get:

Quote:

Code:
[root@test /]# cd /usr/local/Zend/bin/
[root@test bin]# ./zendid
No primary IDs was detected. Try option 'allid' to see secondary IDs.
[root@test bin]# ./zendid allid
P:K66AJ-QD99H-R55T9-8LGHW
M:5S9EX-2JC3Q-CJ4E4-KFZPV
[root@test bin]#


Can a Primary Zendid be created? And if so, how?

Basically trying to get the PHP zend_get_id() function to work, but can't without the Primary ID. It will work with zend_get_id(true), but again I need the Primary ID.

Anyone else using a Virtuozzo VPS getting the same results? If so, please post.

Any help would be greatly appreciated!
smrtalex is offline  
Reply With Quote