RE: [PHP-INST] Use of COM object

2003-02-21 Thread William Cheung
I need to define the following constants and it works in 4.3.1 now. define("olAppointmentItem",1); define("olContactItem",2); define("olDistributionListItem",7); define("olJournalItem",4); define("olMailItem",0); define("olNoteItem",5); define("olPostItem",6); define("olTaskItem",3); William ---

RE: [PHP-INST] Use of COM object

2003-02-21 Thread William Cheung
Use 4.3.1 solve the problem in starting up Word document but create a more serious problem when trying to start up outlook XP. I got the following errors The description for Event ID ( 2000 ) in Source ( c-client ) cannot be found. The local computer may not have the necessary registry information

[PHP-INST] Newbie PHP Install issue

2003-02-21 Thread Charlie Deckert
Greetings, I am trying install PHP and I get all the way through the (make) but when it comes to moving the php executable to my cgi dir, I can not find it anywhere. According to the docs it should get copied to the src dir. Any ideas? My servers environment is : FreeBSD 4.6-STABLE #13 Server AP

Re: [PHP-INST] Mac OSX PHP Install Trouble

2003-02-21 Thread Russell Harding
Hey There, If you're using php with apache and mysql (which near as I can tell is what you're doing) you don't need dev-tools, as php is shipped with MacOS X. Simply uncomment the "AddModule" and "LoadModule" lines for php4 in /etc/httpd/httpd.conf Also, uncomment the "AddType" lines for php4

php-install Digest 21 Feb 2003 19:10:24 -0000 Issue 1257

2003-02-21 Thread php-install-digest-help
php-install Digest 21 Feb 2003 19:10:24 - Issue 1257 Topics (messages 10135 through 10143): Re: Documentation warning 10135 by: Pedro Román Vela Mac OSX PHP Install Trouble 10136 by: EOS Technologies 10142 by: Steve Cayford install 4.3.1 on redhat7.2 10137

[PHP-INST] Use of COM object

2003-02-21 Thread William Cheung
OS: Win2K App: Office XP PHP: 4.2.3 I am trying to use the example in the manual to create a Word COM object. The Word document is started but there are some warnings when the COM object is created. Warning: Type library value emptyenum is already defined and has a different value in C:\MSWord.

Re: [PHP-INST] Mac OSX PHP Install Trouble

2003-02-21 Thread Steve Cayford
Did you install the developer tools from Apple? You'll need them to compile php. -Steve On Friday, February 21, 2003, at 03:41 AM, EOS Technologies wrote: while installing the latest version of php on my mac i cam across the following problem: [Jezebel:/apps/php-4.3.0] root# ./configure --wit

[PHP-INST] mcrypt MCRYPT_RIJNDAEL problem

2003-02-21 Thread Joachim Müller
Hi All. I am experiencing a rather strange problem using mcrypt with php. We store our passwords in a SQL database. The passwords are encrypted with the following code at a SuSe7.1 System (php4.04 or php 4.06): function encryptData($data, $p) { $iIV = mcrypt_create_iv (mcrypt_get_iv_siz

[PHP-INST] php-4.3.1 make test ERROR: Cannot open file run-test-info.php

2003-02-21 Thread Keith N
Hello, I keep getting the below error on "make test" after a successful make of php-4.3.1. Giving global write access to the php-4.3.1/ directory does not seem to make any difference. Any ideas? Thanks in advance. Keith. [kn@citta php-4.3.1]$ make test ERROR: Cannot open file '/home/kn/ph

[PHP-INST] PHP and mcrypt compilel woes

2003-02-21 Thread Bill Ing
Hi, I'm having problems compiling PHP4.3.1 with mcrypt. With much effort, I have already compiled... mhash-0.8.17 mcrypt-2.6.3 libmcrypt-2.5.6 My configure line for PHP is. ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-mcryp t=/usr/local/bin The last few lines of the

[PHP-INST] two daemons running (apache and Apache-SSL) - php only works forone

2003-02-21 Thread Wim Paulussen
LS, I have two daemons running : 1. httpd -> PHP works 2. httpsd -> PHP does not work : when I try to connect , I get an FTP-download-like screen . Does anyone have an idea why this might be ? Wim -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub

[PHP-INST] install 4.3.1 on redhat7.2

2003-02-21 Thread Henry
I saw the message below, how can I do sloving this? ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam': /home/henry/php-4.3.1/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is dangero us, better use `mkstemp'

[PHP-INST] Mac OSX PHP Install Trouble

2003-02-21 Thread EOS Technologies
while installing the latest version of php on my mac i cam across the following problem: [Jezebel:/apps/php-4.3.0] root# ./configure --with-mysql --with-apxs loading cache ./config.cache checking for Cygwin environment... no checking for mingw32 environment... no checking for working sed... sed ch

RE: [PHP-INST] Documentation warning

2003-02-21 Thread Pedro Román Vela
LoadModule mod_speling :P So the question seems to be: when will the PHP/Apache guys announce that the compatibility is ok for production servers? Anyone? -Original Message- From: Mitch Pirtle [mailto:[EMAIL PROTECTED]] Sent: jueves, 20 de febrero de 2003 11:19 To: Pedro Román Vela C