php-windows Digest 22 Mar 2003 04:28:50 -0000 Issue 1646

Topics (messages 19078 through 19083):

Is php_fdf.dll on the list of improvements for 4.3.1?
        19078 by: Jon Harrell
        19080 by: Christoph Grottolo

ldap_start_tls
        19079 by: Bryan Thoreson
        19083 by: Daniel Diehl

PHP in the .NET CLR
        19081 by: Charles P. Killmer

Cookies
        19082 by: Trystano.aol.com

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Is php_fdf.dll on the list of improvements for
4.3.x win32?
        - right now the only one I can get to work w/o a
crash is 4.2.3... all the stable and 5x snaps are
also problamatic...


jon harrell
[EMAIL PROTECTED]



--- End Message ---
--- Begin Message ---
[EMAIL PROTECTED] (Jon Harrell) wrote:

>Is php_fdf.dll on the list of improvements for
>4.3.x win32?
>       - right now the only one I can get to work w/o a
>crash is 4.2.3... all the stable and 5x snaps are
>also problamatic...

I'm also very much in favor of a working fdf extension - however I am
not able to find the bug. The bug (http://bugs.php.net/14877) is
assigned to Hartmut - maybe you can ask him directly if he's willing.

I'd be ready to help out with testing.

Christoph

--- End Message ---
--- Begin Message ---
Hi,

Has anyone had problems with the function ldap_start_tls?  I am trying to use
it and php give me this error:
PHP Fatal error:  Call to undefined function:  ldap_start_tls() in
C:\phpfile.php

Bryan Thoreson

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bryan Thoreson                                             3/21/2003
Infotech Professional
CLA-Net   University of Minnesota



--- End Message ---
--- Begin Message ---
Hi Bryan,
do ya have enabled the module in the php.ini ?? 
Please make a <? phpinfo(); ?> and look if the module
is probably loaded..

Cheers,
        Daniel

> -----Original Message-----
> From: Bryan Thoreson [mailto:[EMAIL PROTECTED] 
> Sent: Freitag, 21. März 2003 20:24
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] ldap_start_tls
> 
> 
> Hi,
> 
> Has anyone had problems with the function ldap_start_tls?  I 
> am trying to use 
> it and php give me this error:
> PHP Fatal error:  Call to undefined function:  ldap_start_tls() in 
> C:\phpfile.php
> 
> Bryan Thoreson
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Bryan Thoreson                                             3/21/2003
> Infotech Professional
> CLA-Net   University of Minnesota
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


--- End Message ---
--- Begin Message ---
Has anyone heard anything about getting PHP into the .NET CLR?  Visual
Studio .NET would be a very cool programming environment for PHP.  Also
it would add credibility to PHP in the eyes of corporate decision
makers.
 
Does anyone know what it takes to get another language into the CLR?
 
Thanks
Charles
 

--- End Message ---
--- Begin Message ---
Hi, where can I locate a cookie that I set through my PHP script. I use the 
following line:

setcookie("username", $name, time()1209600);

...with the $name variable being "Tryst" for example. I've search my Computer 
(Windows XP) and can't find the cookie. I've seached for the word "Username" 
and "Cookie", but the results from Cookie display all other cookies on my 
computer and not the one that I supposedly set. But, if I use 

$user = $_COOKIE["username"]; 

I get the value "Tryst" stored in the variable, which means the cookie must 
be getting set.

Any ideas where I may have to look for this cookie??

Tryst

--- End Message ---

Reply via email to