[PHP-WIN] howto: mktime() function

2007-03-12 Thread bedul
i wonder how i can get value from mktime. my friend want to build mktime using asp but he wonder how to have the value.. what he have are the function same as date() on asp. if someone have time to build the same function but only use date.. plz post here thx in advance

Re: [PHP-WIN] PHP4 and DST Changes

2007-03-12 Thread Frank M. Kromann
My old copy of PHP 4 works just fine on windows. Check your settings on windows. Did you enable DST?, did you patch the box with the latest update from MS? - Frank > to php-db.. this might related to database. > forgive me if this contain spam. > - Original Message - > From: "James Crow"

Re: [PHP-WIN] PHP4 and DST Changes

2007-03-12 Thread bedul
to php-db.. this might related to database. forgive me if this contain spam. - Original Message - From: "James Crow" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 13, 2007 1:25 AM Subject: [PHP-WIN] PHP4 and DST Changes > I have tried searching, but so far have not found an answer. > > Wi

Re: [PHP-WIN] LDAP and IIS 6

2007-03-12 Thread dsartori
Zeb, I should have been more complete. LDAP is working. I am trying to upgrade for security reasons from a working setup. I recently also upgraded PHP to 5.2.1, though everything else seems to be working fine. I agree, the error message does list ldap_start_tls which is a command I haven't

RE: [PHP-WIN] LDAP and IIS 6

2007-03-12 Thread Bowden, Zeb
Can you turn off SASL binding on your ldap server or try contacting another ldap server w/ tls just to make sure that's not your issue? I've had trouble in the past when I didn't specify the full path to the certificate or ldaprc file. It looks like you're failing at the ldap_start_tls() and not t

[PHP-WIN] PHP4 and DST Changes

2007-03-12 Thread James Crow
I have tried searching, but so far have not found an answer. With the recent DST change I have some old PHP4 apps that work fine when run under php4/linux. The same scripts have incorrect time when run under php4/windows. I ran a simple test under Windows and Linux: Under windows it returns 0

[PHP-WIN] LDAP and IIS 6

2007-03-12 Thread dsartori
Hello, I am trying to get my certs and LDAP to work for SASL external authentication. So far, no luck. My error message and code follow. Some of the documentation for PHP suggests that there is only limited LDAP functionality included in the default extension (not SASL) and you must recompi