Re: [PHP-WIN] Problems accessing the net units through PHP

2006-10-10 Thread German Piqué
Well people. regarthing about this question... Could I identify somehow as another user through php? By that way, it will offer the services only to people who really has access to the shared directories. 2006/9/25, Alex Turner <[EMAIL PROTECTED]>: German Piqué wrote: > 2006/9/13, Alex Turner

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] 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

[PHP-WIN] max_execution_time

2006-10-10 Thread Niel Archer
Hi all I'm using the CLI version to process data files. But I keep getting the "Fatal error: Maximum execution time of 60 seconds exceeded in..." error. When I try phpinfo() it lists the value as 30 seconds (the default). My php.ini doesn't have a max_execution_time setting. The manual tells m