I cannot offer you VHD download, but here is how I did my work with VirtualBox
Network configuration
, , . . NAT-, . "Host-only Adapter".
Ubuntu .
/etc/network/interfaces IP- 192.168.56.1/24 ( ),
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.56.10
netmask 255.255.255.0
IP-.
♥ LAMP
XDebug . [Zend] /usr/local/zend/etc/php.ini
zend_extension="/usr/local/zend/lib/php_extensions/xdebug.so"
[xdebug]
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.show_local_vars=0
xdebug.var_display_max_data=10000
xdebug.var_display_max_depth=20
xdebug.show_exception_trace=0
Zend Server, , LAMP. , LAMP , XDebug
sudo aptitude install php5-xdebug