On Sun, 2006-07-16 at 13:02, Kevin Waterson wrote:
> This one time, at band camp, "Richard Lynch" <[EMAIL PROTECTED]> wrote:
>
> > Zend has provided a great deal to the PHP community -- Zend basically
> > pays Ze'ev and Andi (and more) to work about half their time on
> > improving PHP Open Source
This one time, at band camp, "Richard Lynch" <[EMAIL PROTECTED]> wrote:
> Zend has provided a great deal to the PHP community -- Zend basically
> pays Ze'ev and Andi (and more) to work about half their time on
> improving PHP Open Source code.
As an ex-Zend employee I find that they are maybe th
Paul Scott wrote:
> --=neXtPaRt_1152981398
> Content-Type: text/plain
> Content-Transfer-Encoding: 7bit
>
>
> My IBM laptop and I are having relationship issues...
I suggest trading her in for a better looking model half her age,
try a Mac Book Pro
;-)
>
> --Paul
>
>
> --=neXtPaRt_1
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, July 15, 2006 2:05 am, Kevin Waterson wrote:
>> Being that these products are commercial in nature, should not they
>> be supporting thier own products, rather than relying on the good
>> will of the open sour
On Sat, July 15, 2006 2:05 am, Kevin Waterson wrote:
> Being that these products are commercial in nature, should not they
> be supporting thier own products, rather than relying on the good
> will of the open source/PHP folks for tech support? If we should
> support
> Zend products, why not other
At 5:05 PM +1000 7/15/06, Kevin Waterson wrote:
>This one time, at band camp, Dave M G <[EMAIL PROTECTED]> wrote:
>
>> Please understand that I was *hoping* for advice here, as Zend and PHP
>> are surely highly correlated. But I apologize if I came across as if I
>> *expected* answers.
>
>You rais
--=neXtPaRt_1152981398
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
My IBM laptop and I are having relationship issues...
--Paul
--=neXtPaRt_1152981398
Content-Type: text/plain;
All Email originating from UWC is covered by disclaimer
http://www.uwc.ac.za/portal/uwc2006/c
Kevin Waterson wrote:
> This one time, at band camp, Dave M G <[EMAIL PROTECTED]> wrote:
>
>> Please understand that I was *hoping* for advice here, as Zend and PHP
>> are surely highly correlated. But I apologize if I came across as if I
>> *expected* answers.
>
> You raise an interesting poi
This one time, at band camp, Dave M G <[EMAIL PROTECTED]> wrote:
> Please understand that I was *hoping* for advice here, as Zend and PHP
> are surely highly correlated. But I apologize if I came across as if I
> *expected* answers.
You raise an interesting point. Whilst PHP uses the Zend Engi
PHP List,
As was suggested on this list by Paul and Richard, I've resolved the
Zend studio/MySQL socket issue by creating a symbolic link from
/tmp/mysql.socl to /var/run/mysqld/mysqld.sock.
( ln -s /var/run/mysqld/mysql.sock /tmp/mysql.sock )
But, clearly in my earlier attempts to find a sol
PHP List,
My apologies to any and all that I may have offended for bringing up
Zend specific issues here.
I understand that PHP is developed by a huge community of developers
whose efforts I appreciate very much. By stating that Zend is the
company where PHP originates, I was not trying to s
On Fri, July 14, 2006 10:57 am, Dave M G wrote:
> David Tulloh,
>> This sounds like a Zend Studio problem and question.
>> It could possibly be a MySQL or even a phpMyAdmin question.
>> It doesn't really have anything to do with PHP.
>>
> I realize that Zend Studio is separate from PHP, but I would
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
As far as I know, the default for MySQL out of the box is /tmp/mysql.sock
You'd have to complain to Zend Support to get a configure directive
for this, if they don't already have one.
On Thu, July 13, 2006 11:53 pm, Dave M G wrote:
> PHP List,
>
On Fri, 2006-07-14 at 14:57, tedd wrote:
> At 1:42 PM -0400 7/14/06, Robert Cummings wrote:
> >You have asked a Zend specific question, the problem lies with Zend it
> >would seem, and not PHP. While the two are obviously related, your
> >question is not about PHP.
> >
> >Cheers,
> >Rob.
>
> Rob:
[snip]
To the rest:
There has been quite a bit of mean spiritedness on the list lately. I
don't
know if it is the weather, some strange astrological phenomenon, or
something else entirely, but can we tone it down a bit? There has been
way
too much flame war-esque behavior lately.
We're supposed t
At 1:42 PM -0400 7/14/06, Robert Cummings wrote:
>You have asked a Zend specific question, the problem lies with Zend it
>would seem, and not PHP. While the two are obviously related, your
>question is not about PHP.
>
>Cheers,
>Rob.
Rob:
You're certainly right, but do you think that a developer'
Thanks Mr. Rasmussen. (o:
To the rest:
There has been quite a bit of mean spiritedness on the list lately. I don't
know if it is the weather, some strange astrological phenomenon, or
something else entirely, but can we tone it down a bit? There has been way
too much flame war-esque behavior lately
On Sat, 15 Jul 2006 00:57:18 +0900, Dave M G wrote:
>
> In any case, this list is called PHP "general". Am I really so
> unreasonable in thinking that asking about how to set up a PHP development
> environment so that I can debug my PHP scripts without it conflicting with
> the PHP database admin
On Thursday 13 July 2006 21:53, Dave M G wrote:
> PHP List,
>
> I am trying out Zend Studio for editing and debugging my PHP scripts.
>
> When I first ran it, it kept giving me this error:
> Can't connect to local MySQL server through socket /tmp/mysql.sock
>
> After some research on the web, I fou
You could make a symbolic link from /tmp/ to whereever the real socket is.
Then you won't have to change your other configurations.
Thank you,
--
Paul Nowosielski
On Thursday 13 July 2006 22:53, Dave M G wrote:
> PHP List,
>
> I am trying out Zend Studio for editing and debugging my PHP scrip
On Fri, 2006-07-14 at 11:57, Dave M G wrote:
> David Tulloh,
> > This sounds like a Zend Studio problem and question.
> > It could possibly be a MySQL or even a phpMyAdmin question.
> > It doesn't really have anything to do with PHP.
> >
> I realize that Zend Studio is separate from PHP, but I w
in phpmyadmin config.default.php you can specify the socket that it
should be looking for. have you tried that?
On 7/14/06, Dave M G <[EMAIL PROTECTED]> wrote:
David Tulloh,
> This sounds like a Zend Studio problem and question.
> It could possibly be a MySQL or even a phpMyAdmin question.
> It
David Tulloh,
This sounds like a Zend Studio problem and question.
It could possibly be a MySQL or even a phpMyAdmin question.
It doesn't really have anything to do with PHP.
I realize that Zend Studio is separate from PHP, but I would hardly go
so far as to say it has "nothing to do with PHP
This sounds like a Zend Studio problem and question.
It could possibly be a MySQL or even a phpMyAdmin question.
It doesn't really have anything to do with PHP.
You paid Zend for the product, ask them how it works.
David
Dave M G wrote:
> PHP List,
>
> I am trying out Zend Studio for editing a
24 matches
Mail list logo