[PHP-WIN] LDAP:: undefined function: ldap_parse_reference

2004-11-30 Thread Vincent DUPONT
Hi, I'm trying to use the ldap_parse_reference LDAP function. I have the following error message : Fatal error: Call to undefined function: ldap_parse_reference I upgraded PHP from 4.3.4 to 4.3.9 (latest stable) but the problem remains. Other ldap functions like ldap_connect or ldap_search d

RE: [PHP-WIN] problem to open dir

2004-11-30 Thread Vincent DUPONT
Hi, I experienced the same problem some time ago. Try to use \\remote_computer instead of a mounted drive (G:\). Also, there is something like a BUG in is_dir(). The is_dir function does not return the good value for remote shares. Use !is_file() instead of is_dir(). Make sure your script or th

RE: [PHP-WIN] max_execution_time

2006-10-10 Thread Vincent DUPONT
Hello I don't know for CLI, but on web pages I can avoid the time limit with a simple set_time_limit (0); I did also this into scripts that were run at the command line... This should really work I guess. Vincent -Original Message- From: Niel Archer [mailto:Niel Archer] On Behalf Of Ni

RE: [PHP-WIN] RE: SPAM-LOW: [PHP-WIN] Unicode data w/PDO DBLIB, MSSQL

2006-10-10 Thread Vincent DUPONT
Hello, Sorry for this late answer. I hope I can help I have use ODBTP, an open source ODBC service. It is free and quite easy to install (3 step procedure to follow) In MSSQL 2000, my unicode fields need to be nvarchar (not varchar) or ntext (not text) (nxxx stands for binary; unicode is a binary

RE: [PHP-WIN] PHP Fatal error: Cannot redeclare class - high traffic.

2006-10-16 Thread Vincent DUPONT
Hello, As far as I now from experience, this error message arises when you want ton include classes definitions (typically 2 files) that define the same class (here, "encrypt"). In my code, this occurs when I make a requie (or include) of the same file more than once. The file is included more t

RE: [PHP-WIN] PHP_PRINTER.DLL - NetBIOS prints, TCP/IPdoesn't

2006-11-02 Thread Vincent DUPONT
Hello, Could you tell me want kind of VPN problems you solved? I have the same probleme here... Thanks vincent -Original Message- From: Robert [mailto:[EMAIL PROTECTED] Sent: mardi 31 octobre 2006 7:54 To: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP_PRINTER.DLL - NetBIOS prin

RE: [PHP-WIN] PHP DLL's

2006-11-16 Thread Vincent DUPONT
if you need Dlls for PHP modules or dependency, go to http://pecl4win.php.net/ vincent -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent: Thu 16/11/2006 13:04 To: Dale Attree Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP DLL's Sounds like a version pr

RE: [PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vincent DUPONT
Hello, I've had very bad experience with COM objects in PHP too. It was 2 years agi, and I though the 5.1 did solved some of the problems... Note that it is very difficult to know wher ethe problem is located : the PHP handler or the COM itself... Do you have any opportunity to use something ot

RE: [PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vincent DUPONT
pport from the developers? maybe they can help. vincent (don't expect my reply soon, it is 23h25 here in Belgium, so i go to sleep!) -Original Message- From: Vandegrift, Ken [mailto:[EMAIL PROTECTED] Sent: Wed 29/11/2006 22:27 To: Vincent DUPONT; php-windows@lists.php.net Subjec

RE: [PHP-WIN] Getting user on iis with "WWW-Authenticate: Negotiate"

2006-12-07 Thread Vincent DUPONT
under IIS, you can manage the authentication by setting the Windows Integrated Authentication. This will let IIS require a windows username and password. You set up the 'read/execute' access on the index.php file to the Windows groups or users that you like. this is a very easy way for intranet

RE: [PHP-WIN] php_mssql.dll

2006-12-11 Thread Vincent DUPONT
did you install the MSSQL client dll on your computer? make sure you have the file "ntwdblib.dll", and it is available into the PATH vincent -Original Message- From: Dale Attree [mailto:[EMAIL PROTECTED] Sent: Tue 12/12/2006 7:40 To: php-windows@lists.php.net Subject: [PHP-WIN] php_mssql

RE: [PHP-WIN] iss : how to asp + php work together

2007-01-14 Thread Vincent DUPONT
hello, what do you mean by 'Work together'?? If you setup IIS with PHP, you should be able to display asp pages as well as PHP pages, no? Vincent Dupont Principal Consultant OpenSource Competence Center Ausy Belgium -Original Message- From: bedul [mailto:[EMAIL PROTECTED] S