Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread John Mertic
On 8/17/07, Jürgen Wind <[EMAIL PROTECTED]> wrote > how can one recommend an installer that messes up session.save_path and > upload_tmp_dir ? > (unfixed for months, dunno if fixed meanwhile) > This has been fixed for nearly 9 months now. http://bugs.php.net/bug.php?id=39842 -- -- John Mertic

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread Jürgen Wind
>In searching the archives, I see that there seems to be general >recommendation *against* using the installer. >Why is this? how can one recommend an installer that messes up session.save_path and upload_tmp_dir ? (unfixed for months, dunno if fixed meanwhile) -- View this message in context

Re: [PHP-WIN] strange mktime

2007-08-17 Thread Michael Southworth
Hello, Perhaps this has something to do with the daylight savings time calculations being handled by the underlying system, since the difference is 1 hour; 60*60 = 3600. This could be checked to make sure that the total time difference from one year remains the same, or that the first 6 months has

[PHP-WIN] strange mktime

2007-08-17 Thread Peter Wechtersbach
Hello, im found some strange behaviour. Someone knows whats is going on or it is a bug?: lets do like this: three dates in timestamp: 27.10.2007: 1193436000 28.10.2007: 1193522400 29.10.2007: 1193612400 convert back: 1193436000: 27.10.2007 00:00:00 1193522400: 28.10.2007 00:00:00 1193612400: 29

Re: [PHP-WIN] Array Question

2007-08-17 Thread tg-php
I assume you're getting fields with the same name from pulling data from two or more tables. Something like "SELECT * FROM TABLE1, TABLE2 WHERE TABLE1.id = TABLE2.id" or something like that. At any rate, if you can.. it's always good to name the fields you want to pull instead of using "SELECT

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread Niel Archer
> > My only pet hate is probably out of your control. I would like PEAR to > > respect my directory choices, instead of using C:\php5 for downloads, no > > matter what I set. > > It should pick the installation directory of PHP by default from my > experience; but you might want to ask the PEAR f

RE: [PHP-WIN] Array Question

2007-08-17 Thread Vandegrift, Ken
Just use a column alias in your sql query and reference the alias in your array. SELECT t1.contactID as 'contactID_1', t2.contactID AS 'contactID_2' FROM table1 t1, table2 t2 ...rest of query Then your results data array can be referenced like so: mydata['contactID_1'] mydata['contactID_2'] Ken

[PHP-WIN] Array Question

2007-08-17 Thread Daniel Kaliel
I have pull a bunch of data from an SQL database through a query. The problem I am running into is I pull two fields with the exact same name. How do I grab the right info? I have been using mydata ß the array name. mydata['contactID'] Should I instead use the array value so mydata[8]?

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread John Mertic
On 8/17/07, Niel Archer <[EMAIL PROTECTED]> wrote: > My own recommendation is based on the manual, and no reflection of the > installer > > "There are several all-in-one installers over the Internet, but none of > those are endorsed by PHP.net, as we believe that the manual > installation is the be

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread Niel Archer
Hi John > In searching the archives, I see that there seems to be general > recommendation *against* using the installer. Why is this? Is there > something that the installer doesn't do correctly or lacks that makes > it unsuitable? My own recommendation is based on the manual, and no reflection

RE: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread Murphy, Matt
I use and like the installer, but I really wish it were easier to set up SSL support. Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Mertic Sent: Friday, August 17, 2007 6:58 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Windows In

[PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread John Mertic
Hi everyone, My name is John Mertic, and I created and maintain the PHP Windows installer. I'd like to make myself available to the list as a both a resource for people using the installer as well as working on PHP under Windows in general. In searching the archives, I see that there seems to be

[PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-17 Thread John Mertic
Hi everyone, My name is John Mertic, and I created and maintain the PHP Windows installer. I'd like to make myself available to the list as a both a resource for people using the installer as well as working on PHP under Windows in general. In searching the archives, I see that there seems to be