[PHP-WIN] Extension php_ssh2.dll: function ssh2_exec, stream returns only 65536 bytes

2005-06-14 Thread mmarsian
Hi All, i'm using the PHP Version 5.0.4 with Apache 2.0.54 on Windows XP SP2 and the latest Extension Module php_ssh2.dll. I'm making a ssh2 connection to a SuSE 9.1 linux box with sshd version OpenSSH_3.8p1. 1. and most important: if i use the ssh2_exec() function and read the returned strea

Re: [PHP-WIN] Extension

2005-06-13 Thread Frank M. Kromann
Hi Brian, IIS uses script mapping to tell the server how files are handled. When you configured IIS to handle .php files you created (or the installer did) a script map that tells the server that all .php files should be passed through php-cgi.exe or php5isapi.dll. If you do the same for html fil

[PHP-WIN] Extension

2005-06-13 Thread Brian D. McGrew
Good morning, I seem to have PHP working with IIS reasonably well, I have a .php file with in it and life is good. If I put that same line in an HTML file the server doesn't know what to do with it. On Unix with Apache and PHP I can put PHP directives in .htm[l] files and it works. Anyone k

Re: [PHP-WIN] Extension doesn't work in IIS

2003-04-01 Thread Luis Ferro
I would think that is a permission problem. When you execute from the command line, you are executing with your user name and permissions. When you execute from within IIS, you are either executing it from IUSR_servername or IWAN_servername users... Which can or can't have rights to the dlls in

[PHP-WIN] Extension doesn't work in IIS

2003-04-01 Thread Benjamin Walling
I set up the mssql extension. I process a page from the command line (php d:\websites\istatus\DispatchNav.php) and it reads from the SQL Server and processes normally. If I try the page from a browser, I get 'call to undefined function: mssql_connect()'. I have restarted IIS, and that did not he

[PHP-WIN] Extension Load Error

2002-10-28 Thread Brett Curtiss
Ok, here is another extension problem. This one has me stumped. I have the 4.2.3 (Sept. 6) binary release. I have it installed and working properly with Apache 1.3.24. All the DLLs are in the correct directories, phpinfo() works, ect. But, when I try to load an extension it returns the error: (For

[PHP-WIN] Extension naming problems...

2002-06-05 Thread Michael Davey
Can anyone tell me exactly which three extensions these are? extension=php_db.dll extension=php_dba.dll extension=php_dbase.dll >From what I can see in the manual, they could all refer to the three same things :-) regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[PHP-WIN] Extension problem.

2002-02-22 Thread Tom van Gemert
Yo, I hace recently installed PHP with PWS 4 on my PC and I am only able to run *.php documents in the browser. *.php3 extensioned files will display code as text in the browser window. Can anybody tell me how to configure things, so it also runs *.php3 extensions? Help is appreciated... To

Re: [PHP-WIN] Extension not loading

2001-07-12 Thread Alain Samoun
You probably did'nt set the extension directory correctly in the php.ini file... Check it and let us know. Alain On Thu, Jul 12, 2001 at 08:26:36PM -0500, Kiera wrote: > I uncommented the php_gd.dll line in the php.ini file and set the > extension_dir correctly, but when I look at the phpinfo(), g

[PHP-WIN] Extension not loading

2001-07-12 Thread Kiera
I uncommented the php_gd.dll line in the php.ini file and set the extension_dir correctly, but when I look at the phpinfo(), gd does not show up. Any suggestions as to how to enable gd are very appreciated. Kiera -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL