RE: [PHP-INST] Create Outlook task

2003-03-11 Thread Curtis Maurand
a microsoft exchange server is a glorified imap server. All the folders are just that, folders. Everything that is in them is a message. All of the messages are in XML format. All you need to do to see that is connect a regular imap client to an exchange server and then look at the message sou

[PHP-INST] Apache 1.3.1 PHP4 Win XP troubles

2003-03-11 Thread Leigh Hall
So far my installation has been 1) Installed Apache1.3.19. Succesful 2) Extracted PHP 4.0.4 to c:\php 3) Renamed php.ini-dist to php.ini and opened in HomeSite making these changes: a) doc_root = c:\Apache\htdocs b) extension_dir = c:\php\extensions\ [was .\] 4) Moved new php.ini to

[PHP-INST] PHP 4.2.3 & libgd 2.0.9

2003-03-11 Thread Peter Ludikovsky
Hi, I'm trying to re-compile PHP to support libgd for images. But the compiling process always exits with an error (see below). libgb compiled without errors. Could anyone tell me how to fix this? Any help appreciated. /peter ---BEGIN libgd configuration--- ./configure --prefix=/usr --without-fr

php-install Digest 11 Mar 2003 13:07:24 -0000 Issue 1285

2003-03-11 Thread php-install-digest-help
php-install Digest 11 Mar 2003 13:07:24 - Issue 1285 Topics (messages 10323 through 10325): problem accessing MS Access DB 10323 by: Beverly Steiner problem php4.0.6 openssl and curl 10324 by: Peter B cURL & PHP compile error 10325 by: Bryan Brannigan Administrivia

[PHP-INST] cURL & PHP compile error

2003-03-11 Thread Bryan Brannigan
Trying to setup PHP with cURL support... I run this configure command: ./configure --with-mysql --with-apxs --with-openssl=/usr/local/ssl --with-curl --with-mcrypt --enable-sockets and receive this error: /usr/local/lib/libcurl.so: undefined reference to `UI_OpenSSL' Help!! -- PHP

[PHP-INST] problem php4.0.6 openssl and curl

2003-03-11 Thread Peter B
Hello, We have a problem regarding PHP 4.0.6, Curl and openssl. Curl works when posting to http servers. but when we post to a https server we get the following error message SSL: couldn't create a context! Can anyone tell me where we go wrong. We can not update to a higher version of php becau