<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sebastian Mogilowskis Blog &#187; PHP</title>
	<atom:link href="http://www.mogilowski.net/lang/en-us/category/development/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogilowski.net</link>
	<description>Just another blog about administration, linux and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:26:33 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Zend Server Community Edition on Ubuntu Server</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server#comments</comments>
		<pubDate>Thu, 17 Dec 2009 09:22:28 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=590</guid>
		<description><![CDATA[The best way to install Zend Server is to follow the instructions on http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm. Here the short version: 1. Installation: 1.1 Define a repository by opening the following file: &#8220;/etc/apt/sources.list&#8221; and adding the line: deb http://repos.zend.com/zend-server/deb server non-free 1.2 Add Zend&#8217;s repository public key by running: wget http://repos.zend.com/deb/zend.key -O- &#124;apt-key add - If you are [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">The best way to install Zend Server is to follow the instructions on <a href="http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm" target="_blank">http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm</a>.</span></p>
<p><span lang="en-us">Here the short version:</span></p>
<h3>1. Installation:</h3>
<p><span lang="en-us">1.1 Define a repository by opening the following file: &#8220;/etc/apt/sources.list&#8221; and adding the line:</span></p>
<pre>deb http://repos.zend.com/zend-server/deb server non-free</pre>
<p><span lang="en-us">1.2 Add Zend&#8217;s repository public key by running:</span></p>
<pre>wget http://repos.zend.com/deb/zend.key -O- &#124;apt-key add -</pre>
<p><span lang="en-us">If you are using sudo to run each command the next command requires using sudo following the &#8216;&#124;&#8217; (pipe) symbol as follows:</span></p>
<pre>wget http://repos.zend.com/deb/zend.key -O- &#124; sudo apt-key add -</pre>
<p><span lang="en-us">1.3 To synchronize with Zend&#8217;s repository run:</span></p>
<pre>aptitude update</pre>
<p><span lang="en-us">1.4 Install Zend Server Community Edition with PHP 5.3:</span></p>
<pre>aptitude install zend-server-ce-php-5.3</pre>

<div class="ngg-galleryoverview" id="ngg-gallery-21-590">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-152" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/dir.jpg" title=" " class="thickbox" rel="set_21" >
								<img title="dir" alt="dir" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_dir.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-153" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/dir2.jpeg" title=" " class="thickbox" rel="set_21" >
								<img title="dir2" alt="dir2" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_dir2.jpeg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-154" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/mon.jpg" title=" " class="thickbox" rel="set_21" >
								<img title="mon" alt="mon" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_mon.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	
 	
</div>


<h3><span lang="en-us">2. Use it:</span></h3>
<pre>https://SERVER:10082/ZendServer</pre>
<p><span lang="en-us">First choose a password and continue.</span></p>
<p><span lang="en-us">Now you can upload your php files to your document root &#8220;/var/www&#8221; and access them via &#8220;http://SERVER&#8221; like an normal Apache2 + PHP setup.</span></p>
<h3><span lang="en-us">3. Misc:</span></h3>
<p><span lang="en-us"><strong>3.1 Editions</strong></span><br />
<span lang="en-us">If you want to know something about the differences of the &#8220;Community Edition&#8221;, take a look at this page: <a href="http://www.zend.com/en/products/server/editions" target="_blank">http://www.zend.com/en/products/server/editions</a></span></p>
<p><span lang="en-us"><strong>3.2 Adding phpmyadmin to the Zend Server environment</strong></span></p>
<pre>aptitude install phpmyadmin-zend-server</pre>
<p><span lang="en-us">If you get the following message:</span><br />
&#8220;For security reasons, the link to the phpMyAdmin interface from Zend Server is locked for remote access and is only accessible from localhost.&#8221;</p>
<p><span lang="en-us">Do this modification:</span></p>
<pre>sudo vim /usr/local/zend/gui/lighttpd/etc/lighttpd.conf</pre>
<pre>...
$HTTP["remoteip"] !~ "127.0.0.1" {
$HTTP["url"] =~ "^/phpmyadmin/" {
url.access-deny = ( "*" )
server.errorfile-prefix = "//usr/local/zend/gui/lighttpd/share/lighttpd-custom-errors/errorcode-"
}
}
...</pre>
<pre>sudo /usr/local/zend/bin/zendctl.sh restart</pre>
<p><span lang="en-us"><strong>3.3 Other Tutorials</strong></span></p>
<p><a href="http://www.zend.com/products/server/getting-started" target="_blank">http://www.zend.com/products/server/getting-started</a></p>
<p><span lang="en-us"><strong>3.4 Additional PHP extensions</strong></span></p>
<pre>sudo aptitude install php-5.3-extra-extensions-zend-server</pre>
<p><span lang="en-us">This is Meta-Paket installs:</span></p>
<pre>freetds-common{a} libltdl7{a} libsybdb5{a} odbcinst1debian1{a} php-5.3-extra-extensions-zend-server php-5.3-gmp-zend-server{a} php-5.3-imagick-zend-server{a} php-5.3-memcache-zend-server{a}
php-5.3-mssql-zend-server{a} php-5.3-odbc-zend-server{a} php-5.3-pcntl-zend-server{a} php-5.3-pdo-dblib-zend-server{a} php-5.3-pdo-odbc-zend-server{a} php-5.3-shmop-zend-server{a}
php-5.3-sysvmsg-zend-server{a} php-5.3-sysvsem-zend-server{a} php-5.3-sysvshm-zend-server{a} php-5.3-unix-extensions-zend-server{a} php-5.3-wddx-zend-server{a} php-5.3-xmlrpc-zend-server{a}
unixodbc{a}</pre>
<p><span lang="en-us"><strong>3.5 Install Java-Bridge</strong></span></p>
<pre>sudo aptitude install java-bridge-zend-server</pre>
<p><span lang="en-us">More informations:</span> <a href="http://files.zend.com/help/Zend-Server/java_bridge_use_cases.htm" target="_blank">http://files.zend.com/help/Zend-Server/java_bridge_use_cases.htm</a></p>
<p><span lang="en-us"><strong>3.6 Online Documentation</strong></span></p>
<p><a href="http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm" target="_blank">http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Status mit Coldfusion oder PHP auslesen</title>
		<link>http://www.mogilowski.net/lang/en-us/2008/05/07/skype-status-mit-coldfusion-oder-php-auslesen</link>
		<comments>http://www.mogilowski.net/lang/en-us/2008/05/07/skype-status-mit-coldfusion-oder-php-auslesen#comments</comments>
		<pubDate>Wed, 07 May 2008 11:19:01 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=17</guid>
		<description><![CDATA[Die PHP-Klasse bzw. die Coldfusion Komponente zeigen wie man mit den aktuellen Skype Status eines Benutzers auslesen kann. Für PHP ist mindestens die Version 5 notwendig. Die Coldfusion Version wurde unter CFMX und Bluedragon 7 getestet. Dabei wird nicht einfach ein Statusbild eingeblendet, sondern der Status richtig ausgelesen, um zum Beispiel eigene Texte und Bilder [...]]]></description>
			<content:encoded><![CDATA[<p>Die PHP-Klasse <code><a class="downloadlink" href="http://www.mogilowski.net/wp-content/plugins/download-monitor/download.php?id=2" title="Version 1.1 heruntergeladen 172 mal" >Skype PHP Class (2.02 KB)</a></code> bzw. die Coldfusion Komponente<code> <a class="downloadlink" href="http://www.mogilowski.net/wp-content/plugins/download-monitor/download.php?id=1" title="Version 1.1 heruntergeladen 159 mal" >Skype Coldfusion Component (2.46 KB)</a></code> zeigen wie man mit den aktuellen Skype Status eines Benutzers auslesen kann. Für PHP ist mindestens die Version 5 notwendig. Die Coldfusion Version wurde unter CFMX und Bluedragon 7 getestet.</p>
<p>Dabei wird nicht einfach ein Statusbild eingeblendet, sondern der Status richtig ausgelesen, um zum Beispiel eigene Texte und Bilder zu verwenden, oder um den Status in anderen Codeteilen weiterzuverwenden. Außerdem ist es so möglich den Status in verschiedenen Sprachen anzuzeigen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2008/05/07/skype-status-mit-coldfusion-oder-php-auslesen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
