<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Examining Zend Server CE On The Mac</title>
	<atom:link href="http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/</link>
	<description>The personal blog of Brandon Savage. Contains entries of a personal and professional nature focusing on PHP, Apple, LAMP, MySQL and Washington, DC.</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:09:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bill Hernandez</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-765</link>
		<dc:creator>Bill Hernandez</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-765</guid>
		<description>One of the things I have always had problems with is transferring data from MySQL PgSQL using the two current Navicats. 

Should have been :

One of the things I have always had problems with is transferring data from MySQL &lt;-&gt; PgSQL using the two current Navicats.</description>
		<content:encoded><![CDATA[<p>One of the things I have always had problems with is transferring data from MySQL PgSQL using the two current Navicats. </p>
<p>Should have been :</p>
<p>One of the things I have always had problems with is transferring data from MySQL &lt;-&gt; PgSQL using the two current Navicats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Hernandez</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-764</link>
		<dc:creator>Bill Hernandez</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-764</guid>
		<description># Updated by	:	Bill Hernandez - [2009.07.27](9:45 AM)

I&#039;ve been using MacPorts for a long time, but recently (couple of months ago) I ran into some problems upgrading mySQL, and even though their support is usually very fast, the maintainer was on vacation for a few days and I found myself needing an alternative. Usually there are plenty of people that are willing to help, plus I have installed the components I use many times, but the problem I ran into was not a common install/setup problem. The upgrade problem has since been fixed, but I decided to try some other alternatives anyway. 

I cannot complain about the whole MacPorts experience, It has given me great flexibility, but it definitely requires quite a bit more effort than double clicking on a DMG and dragging to the Apps folder, but it is flexible and powerful.

Anyway I installed XAMPP about a month ago but over the period of a few days as I began porting my virtual hosts, httpd.conf, php.ini settings etc, things would get screwed up, probably mostly issues with permissions and in no time I was trashing and re-installing again. 

After about the third time I wrote a script that read in all the permissions on a freshly installed package, and as time went by I could re-run it and compare with the original clean install permissions data, and make adjustments. The script provided a simple way to view, compare, and restore any and all permissions very easily, and it helped me considerably.

I never spent enough time figuring out what I was screwing up that created all the problems, but I do not blame them on XAMPP. 

I think XAMPP is probably a fine, fine product that has a huge effort behind it, some very talented	 and dedicated people, and the problems I experienced were caused by my own buffoonery (trying to change too many things to quickly), I DO NOT blame the problems on XAMPP, I intend to try it again when I have more time.

Along with having to come up with something simpler, I had made up my mind to switch from my own framework to Zend Framework, and Zend Server CE was designed to work with it so I decided to try it.

I am retired so everything that I do is for my own use, mostly to keep my mind active, nevertheless I&#039;ve been programming the Mac pretty much 10-14 hours a day since 1987, and this stuff is important to me. I try getting away from programming and do some other things like fly my airplane, but I never manage to stay away...

I have been running ZEND Server CE for a couple of weeks now, I am proceeding more slowly on adding things from my previous environment, and so far everything is going very well. I have also begun using phpMyAdmin which is very nicely integrated with Zend Server CE, where previously I had been using mySQL Navicat and PgSQL Navicat. I really like phpMySQL very much. 

One of the things I have always had problems with is transferring data from MySQL  PgSQL using the two current Navicats. I have struggled with different delimiters, and schemes and one Navicat will fail importing from the other Navicat&#039;s export. I&#039;ve pretty much exhausted myself trying to get that to work. I think they have a new version of Navicat that handles both MySQL and PgSQL from one application instead of using two separate Navicat Applications. Maybe that will solve the problem. But anyway for now I am happy to be learning phpMyAdmin.

The only problem I&#039;ve run into with phpMyAdmin so far is that when I create a table using the SQL dialog, it creates the table and the Triggers, but when I click on the [Create PHP Code] link nothing happens, the code must be going into the great void. It would be nice to get that to work. I have searched the entire drive for anything that was saved within the last five minutes, immediately after clicking on	 [Create PHP Code] to see if maybe it was being written to some obscure directory, but didn&#039;t have nay luck. I am using Safari, maybe I will try Firefox and see it that helps.

I am running OS X on an iMac24 for development, and OS X Server on another iMac24.

Sorry I made this so lengthy...

Best Regards,

Bill Hernandez
Plano, Texas</description>
		<content:encoded><![CDATA[<p># Updated by	:	Bill Hernandez &#8211; [2009.07.27](9:45 AM)</p>
<p>I&#8217;ve been using MacPorts for a long time, but recently (couple of months ago) I ran into some problems upgrading mySQL, and even though their support is usually very fast, the maintainer was on vacation for a few days and I found myself needing an alternative. Usually there are plenty of people that are willing to help, plus I have installed the components I use many times, but the problem I ran into was not a common install/setup problem. The upgrade problem has since been fixed, but I decided to try some other alternatives anyway. </p>
<p>I cannot complain about the whole MacPorts experience, It has given me great flexibility, but it definitely requires quite a bit more effort than double clicking on a DMG and dragging to the Apps folder, but it is flexible and powerful.</p>
<p>Anyway I installed XAMPP about a month ago but over the period of a few days as I began porting my virtual hosts, httpd.conf, php.ini settings etc, things would get screwed up, probably mostly issues with permissions and in no time I was trashing and re-installing again. </p>
<p>After about the third time I wrote a script that read in all the permissions on a freshly installed package, and as time went by I could re-run it and compare with the original clean install permissions data, and make adjustments. The script provided a simple way to view, compare, and restore any and all permissions very easily, and it helped me considerably.</p>
<p>I never spent enough time figuring out what I was screwing up that created all the problems, but I do not blame them on XAMPP. </p>
<p>I think XAMPP is probably a fine, fine product that has a huge effort behind it, some very talented	 and dedicated people, and the problems I experienced were caused by my own buffoonery (trying to change too many things to quickly), I DO NOT blame the problems on XAMPP, I intend to try it again when I have more time.</p>
<p>Along with having to come up with something simpler, I had made up my mind to switch from my own framework to Zend Framework, and Zend Server CE was designed to work with it so I decided to try it.</p>
<p>I am retired so everything that I do is for my own use, mostly to keep my mind active, nevertheless I&#8217;ve been programming the Mac pretty much 10-14 hours a day since 1987, and this stuff is important to me. I try getting away from programming and do some other things like fly my airplane, but I never manage to stay away&#8230;</p>
<p>I have been running ZEND Server CE for a couple of weeks now, I am proceeding more slowly on adding things from my previous environment, and so far everything is going very well. I have also begun using phpMyAdmin which is very nicely integrated with Zend Server CE, where previously I had been using mySQL Navicat and PgSQL Navicat. I really like phpMySQL very much. </p>
<p>One of the things I have always had problems with is transferring data from MySQL  PgSQL using the two current Navicats. I have struggled with different delimiters, and schemes and one Navicat will fail importing from the other Navicat&#8217;s export. I&#8217;ve pretty much exhausted myself trying to get that to work. I think they have a new version of Navicat that handles both MySQL and PgSQL from one application instead of using two separate Navicat Applications. Maybe that will solve the problem. But anyway for now I am happy to be learning phpMyAdmin.</p>
<p>The only problem I&#8217;ve run into with phpMyAdmin so far is that when I create a table using the SQL dialog, it creates the table and the Triggers, but when I click on the [Create PHP Code] link nothing happens, the code must be going into the great void. It would be nice to get that to work. I have searched the entire drive for anything that was saved within the last five minutes, immediately after clicking on	 [Create PHP Code] to see if maybe it was being written to some obscure directory, but didn&#8217;t have nay luck. I am using Safari, maybe I will try Firefox and see it that helps.</p>
<p>I am running OS X on an iMac24 for development, and OS X Server on another iMac24.</p>
<p>Sorry I made this so lengthy&#8230;</p>
<p>Best Regards,</p>
<p>Bill Hernandez<br />
Plano, Texas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-38</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Thu, 19 Feb 2009 21:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-38</guid>
		<description>Thanks, Shahar for the comments. I&#039;ve followed up with you offline, and I do appreciate your willingness to engage the community&#039;s thought process in developing this and other applications. We do appreciate it.</description>
		<content:encoded><![CDATA[<p>Thanks, Shahar for the comments. I&#8217;ve followed up with you offline, and I do appreciate your willingness to engage the community&#8217;s thought process in developing this and other applications. We do appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Examining Zend Server CE On The Mac &#124; PHP-Blog.com</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-37</link>
		<dc:creator>Examining Zend Server CE On The Mac &#124; PHP-Blog.com</dc:creator>
		<pubDate>Thu, 19 Feb 2009 20:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-37</guid>
		<description>[...] original post here: Examining Zend Server CE On The Mac     Related ArticlesBookmarksTags      Speed Optimization As with many scripting languages, PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] original post here: Examining Zend Server CE On The Mac     Related ArticlesBookmarksTags      Speed Optimization As with many scripting languages, PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahar Evron</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-36</link>
		<dc:creator>Shahar Evron</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-36</guid>
		<description>Hi Brandon,

I am the Product Manager for Zend Server (well, one of a team), and I&#039;d like to start by saying your review is very helpful. We&#039;ve had numerous discussions on some of the points you raise, and I must say this sort of feedback will seriously help improve the product in the future to make it more Mac friendly (which we definitely intend to do). 

I&#039;m a bit curious about setting up things taking half an hour - this is something I did not expect. If you could elaborate that would be great. If you don&#039;t want to do it here, feel free to drop me a line to [my first name] dot e at zend dot com.</description>
		<content:encoded><![CDATA[<p>Hi Brandon,</p>
<p>I am the Product Manager for Zend Server (well, one of a team), and I&#8217;d like to start by saying your review is very helpful. We&#8217;ve had numerous discussions on some of the points you raise, and I must say this sort of feedback will seriously help improve the product in the future to make it more Mac friendly (which we definitely intend to do). </p>
<p>I&#8217;m a bit curious about setting up things taking half an hour &#8211; this is something I did not expect. If you could elaborate that would be great. If you don&#8217;t want to do it here, feel free to drop me a line to [my first name] dot e at zend dot com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Savage</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-35</link>
		<dc:creator>Brandon Savage</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-35</guid>
		<description>Hey Jeff, thanks for your comment. Like I said, your mileage may vary; I&#039;m glad that you&#039;re really enjoying it. I think that the product will only continue to get better, and I look forward to trying the next iteration.

You didn&#039;t post a website but if you&#039;ve got a blog and you write up a review, I&#039;ll link to it if you send it to me (or post it as a comment). :-)</description>
		<content:encoded><![CDATA[<p>Hey Jeff, thanks for your comment. Like I said, your mileage may vary; I&#8217;m glad that you&#8217;re really enjoying it. I think that the product will only continue to get better, and I look forward to trying the next iteration.</p>
<p>You didn&#8217;t post a website but if you&#8217;ve got a blog and you write up a review, I&#8217;ll link to it if you send it to me (or post it as a comment). :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Server verlässt beta Stadium &#124; some_code_blog</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-34</link>
		<dc:creator>Zend Server verlässt beta Stadium &#124; some_code_blog</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-34</guid>
		<description>[...] war. Ich bleibe noch einige Screenshot schuldig, für die ich gerade keine Zeit habe (Sorry). Ich habe einige Blogs gelesen, die sich darüber beschweren, dass Zend keine MySQL Datenbank zur Distribution beigefügt hat. Ich [...]</description>
		<content:encoded><![CDATA[<p>[...] war. Ich bleibe noch einige Screenshot schuldig, für die ich gerade keine Zeit habe (Sorry). Ich habe einige Blogs gelesen, die sich darüber beschweren, dass Zend keine MySQL Datenbank zur Distribution beigefügt hat. Ich [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.brandonsavage.net/examining-zend-server-ce-on-the-mac/#comment-33</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 19 Feb 2009 16:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonsavage.net/?p=220#comment-33</guid>
		<description>I pulled it down and after playing w/ configuring it to get on my port 80 all was well.  I actually am really enjoying it, that said, I didn&#039;t like MAMP at all.  I prefer not to have MySQL part of it - so that is not a qualm for me at all... but I love how simple it is to deal w/ extensions and how we got the nice new versions of php / apache.</description>
		<content:encoded><![CDATA[<p>I pulled it down and after playing w/ configuring it to get on my port 80 all was well.  I actually am really enjoying it, that said, I didn&#8217;t like MAMP at all.  I prefer not to have MySQL part of it &#8211; so that is not a qualm for me at all&#8230; but I love how simple it is to deal w/ extensions and how we got the nice new versions of php / apache.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk (feed is rejected)
Page Caching using apc (user agent is rejected)
Database Caching 44/51 queries in 0.020 seconds using disk
Content Delivery Network via Amazon Web Services: S3: files.brandonsavage.net.s3.amazonaws.com

Served from: www.brandonsavage.net @ 2010-07-31 11:02:20 -->