[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread Stefan Martin
Hi Dvdmandt, > Why not check? I did check that several days ago by making a diff against the lastest php5 snapshot and the php-4.3.3-version. That diff made me wonder if there's an ongoing development effort. > To bad, I want this extension... It's sooo cool... Many people need that extension.

[PHP-WIN] environment variables

2003-09-17 Thread Omar
Hello. Is there a way to know the windows login account using a PHP environment variable? Thank you -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread DvDmanDT
I really doubt it is.. Why not check? Hmm... CVS latest update 5 weeks ago... License in headers... Seems like the one before that was 10 months ago... So... I don't think so... To bad, I want this extension... It's sooo cool... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Stefa

Re: [PHP-WIN] Date question?

2003-09-17 Thread Jim Hunter
Check out the PHP manual on date formatting: http://us2.php.net/date Jim ---Original Message--- From: Harpreet Date: Wednesday, September 17, 2003 02:36:49 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Date question? I have a field in my sql server called expiration which is of t

Re: [PHP-WIN] Date question?

2003-09-17 Thread Harpreet
I have a field in my sql server called expiration which is of type datetime. It has values as seen in the tables and query analyser as 1/1/01 2:11:11 PM When i try to display the same value in a php page it shows as Jan 1 2001 2:11PM How can i view the same format as seen the database on my php

Re: [PHP-WIN] Date question?

2003-09-17 Thread Harpreet
If i have a date in the form 'Nov 11 2011 12:00AM' how can i show the date as mm/dd/yy and time as 12:00:00 help is appreciated. Thanks, Regards - Original Message - From: "malte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 2:16 PM Subject: Re: [PHP-WIN]

php-windows Digest 17 Sep 2003 19:34:10 -0000 Issue 1914

2003-09-17 Thread php-windows-digest-help
php-windows Digest 17 Sep 2003 19:34:10 - Issue 1914 Topics (messages 21402 through 21407): Re: globals on globals off (ACK!!) 21402 by: toby z Problem in Win32api.c 21403 by: Fabian Cenedese 21405 by: Stefan Martin PHP, CGI error please help 21404 by: nabil

[PHP-WIN] I need help with fopen()

2003-09-17 Thread Rob Hermann
$profilename="f:/inetpub/wwwroot/PHP_HeadHunterWebSite/HeadHunter/".$FIRSTNA ME."_".$LASTNAME."_MemberProfile.html"; OR $profilename="f:\inetpub\wwwroot\PHP_HeadHunterWebSite/HeadHunter\".$FIRSTNA ME."_".$LASTNAME."_MemberProfile.html"; @unlink($profilename); $htmlfile=fopen($profilename,"

[PHP-WIN] SSL Handshake and PHP

2003-09-17 Thread Dave Fazio
Does anyone know the steps is takes to perform an SSL handshake, mainly in PHP. I need to establish an SSL connection with an external server, and it is my understanding that during the SSL handshake, a cypher is decided on and public keys are exchanged. But I don't know how to implement. Help!

[PHP-WIN] Re: Problem in Win32api.c

2003-09-17 Thread Stefan Martin
Hi Fabian, > In (win32, invokefunction) following variables are declared: > void *w32api_return_buffer = NULL; > int w32api_return_buffer_size = 0; > zval **func_arguments = NULL; > > func_arguments gets later filled with > if(zend_get_parameters_array_ex(argc, &func_arguments) == FAILURE) > But

[PHP-WIN] PHP, CGI error please help

2003-09-17 Thread nabil
I m going to tear my hair off, I can not solve the problem.. The specified CGI application misbehaved by not returning a complete set of HTTP headers in php.ini cgi.rfc2616_headers = 1 cgi.force_redirect = 0 what should I do next ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

[PHP-WIN] Problem in Win32api.c

2003-09-17 Thread Fabian Cenedese
Hi I try to register and call some functions of my own dll. After working (and failing) with PHP 4.3.3 I tried the new PHP 5.0.0b1. I was suprised to see that it didn't work much better, some errors still remain. In (win32, invokefunction) following variables are declared: void *w32api_re