Re: [PHP-WIN] php5

2007-01-04 Thread Armando
ECTED] To: php-windows@lists.php.net Sent: Thu, 4 Jan 2007 2.30PM Subject: Re: [PHP-WIN] php5 Hi Trystan! > Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (running 5.0). I had quite a few problems. For example, using didn't wor

Re: [PHP-WIN] php5

2007-01-04 Thread trystano
Hi Stefan, thats probably it :) Will give it a try when I get home. Tryst -Original Message- From: [EMAIL PROTECTED] To: php-windows@lists.php.net Sent: Thu, 4 Jan 2007 2.30PM Subject: Re: [PHP-WIN] php5 Hi Trystan! > Recently I had to perform a fix, so got

Re: [PHP-WIN] php5

2007-01-04 Thread Stefan Wahl
Hi Trystan! Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (running 5.0). I had quite a few problems. For example, using didn't work, I had to change them to (is there something I can change in the PHP.ini file so that PHP 5.* can us

Re: [PHP-WIN] php5

2007-01-04 Thread trystano
I have the scenario where on my local PC I have PHP 5.0, but on the web hosting server where my clients sites are held they have PHP 4.3.* (its version 4.*.*, I know that for sure). Recently I had to perform a fix, so got the files off the server, and then loaded them up on my local PC (run

Re: [PHP-WIN] php5

2007-01-02 Thread git
On Tue, 02 Jan 2007 08:10:22 +, Lester Caine wrote: > Mike harrell wrote: >> Is php5 backwards compatable with php4 scripts ? > > We run a lot of PHP5 code that works fine on PHP4 as well, but there are > a number of areas that will give problems and may need you to make > changes to code.

Re: [PHP-WIN] php5

2007-01-02 Thread Lester Caine
Mike harrell wrote: Is php5 backwards compatable with php4 scripts ? We run a lot of PHP5 code that works fine on PHP4 as well, but there are a number of areas that will give problems and may need you to make changes to code. http://uk2.php.net/manual/en/migration5.php is the starting point

Re: [PHP-WIN] php5

2007-01-01 Thread awkenney
ny windows servers, I did not see it as a necessity because my php 4 simply wasn't broke. Therefore I did not fix it. -Aaron k Sent via BlackBerry from T-Mobile -Original Message- From: "Mike harrell" <[EMAIL PROTECTED]> Date: Mon, 1 Jan 2007 20:56:05 To:php-windows@

[PHP-WIN] php5

2007-01-01 Thread Mike harrell
Is php5 backwards compatable with php4 scripts ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP5 and MySQL

2006-04-14 Thread Stephen Lake
Try http://www.php-editors.com they list many different editors that you can use. HTH Steve ""pfancy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you show me some of the code i need to unquote so i get an idea about > where it is. -- PHP Windows Mailing List (http://www.

Re: [PHP-WIN] PHP5 and MySQL

2006-04-14 Thread Stephen Lake
Try http://www.php-editors.com they list many different editors that you can use. HTH Steve ""pfancy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can you show me some of the code i need to unquote so i get an idea about > where it is. -- PHP Windows Mailing List (http://w

Re: [PHP-WIN] PHP5 and MySQL

2006-04-11 Thread pfancy
Can you show me some of the code i need to unquote so i get an idea about where it is. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP5 win32service extension 's file/IO problem

2006-03-30 Thread Ariz Jacinto
hi, i'm currently testing the php_win32service.dll extension and it is working until i've noticed that file/IO access functions (read/write) within the PHP- based service doesn't work when invoked by SC or win32_start_service. got the same results from PHP 5.0.5 to 5.1.2. is this a bug or by desi

[PHP-WIN] php5<->com terribly wrong ?

2005-10-02 Thread Martin Staiger
Dear experts, something must be terribliy wrong with either php5<->com or our configuration/code. We used to control MS-Index-Server via php4 without any problems: $q = new com ("ixsso.Query"); $util = new com ("ixsso.util"); $q->query = $Query

[PHP-WIN] php5<->com terribly wrong ?

2005-10-02 Thread Martin Staiger
Dear experts, something must be terribliy wrong with either php5<->com or our configuration/code. We used to control MS-Index-Server via php4 without any problems: $q = new com ("ixsso.Query"); $util = new com ("ixsso.util"); $q->query = $Quer

[PHP-WIN] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
Hello NG, we have a script to create a word-document via COM which, so far, run pretty stable under php 4.3.7 Since we upgraded to php 5.0.3.3 the same script works only on the first run! On the following runs the same script causes a fatal error on the code below: Fatal error: Uncaught excep

[PHP-WIN] php5 COM strange behaviour

2005-08-23 Thread Martin Staiger
Hello NG, we have a script to create a word-document via COM which, so far, run pretty stable under php 4.3.7 Since we upgraded to php 5.0.3.3 the same script works only on the first run! On the following runs the same script causes a fatal error on the code below: Fatal error: Uncaught excep

Re: [PHP-WIN] PHP5 and MySQL

2005-05-23 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I am using PHP 5.0.4, which is installed as an IIS ISAPI module, and MySQL 4.1.11. According to php.net, I am suppose to use the mysqli extension. Have you tried such a combination? I've tried everything you'd mentioned and it just does work. Graeme wrote: > I don't use MySQL however, on my XP

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Janet Valade
JC Botha wrote: Ok, I did the phpinfo() and only the SQLlite is listed there, no MySQL is listed. I did enable the php_mysql.dll and set the windows path to c:\php. What else it there that I can look at. Thanks for all the links sent to me, I read them all and try to follow the instructions but som

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread graeme
I don't use MySQL however, on my XP machine... The php.ini file is in the Windows directory. Open that file scroll down to a list of Windows extensions, you should find something as follows: ;extension=php_msql.dll ;extension=php_mysql.dll ;extension=php_oci8.dll Remove the semi-colon before the

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
Ok, I did the phpinfo() and only the SQLlite is listed there, no MySQL is listed. I did enable the php_mysql.dll and set the windows path to c:\php. What else it there that I can look at. Thanks for all the links sent to me, I read them all and try to follow the instructions but some how I dont do

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Janet Valade
JC Botha wrote: This is the Browser error: Fatal error: Call to undefined function mysql_connect() in C:\apache\htdocs\cedarintranet\index.php on line 3 This error means that MySQL support is not enabled in your PHP. In PHP 4, this was done automatically. Now you need to enable it yourself when

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 4:15 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > Ok, here is some of the php.ini I would appreciate some help: > > > ;

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Ordal, Peter
> -Original Message- > From: Wagner, Aaron [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 4:05 PM > To: JC Botha > Cc: php-windows@lists.php.net > Subject: RE: [PHP-WIN] PHP5 and MySQL > > > The windowz path needs to be set to c:\php > >

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
ro. ;cgi.rfc2616_headers = 0 On 4/15/05, Wagner, Aaron <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: JC Botha [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 15, 2005 3:49 PM > > Cc: php-windows@lists.php.net > > Subject

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 3:49 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > the "Path enviroment" is that the following in the php.ini = > inclu

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
on line 3 On 4/15/05, Wagner, Aaron <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: JC Botha [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 15, 2005 3:13 PM > > Cc: php-windows@lists.php.net > > Subject: Re: [PHP-WIN] PHP5 and

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 3:13 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > I did read that the direct support for MySQL was removed. PHP5 is no > longer as s

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
otha [mailto:[EMAIL PROTECTED] > > Sent: Friday, April 15, 2005 3:01 PM > > Cc: php-windows@lists.php.net > > Subject: Re: [PHP-WIN] PHP5 and MySQL > > > > This is the Browser error: > > Fatal error: Call to undefined function mysql_connect() in > > C:\apac

RE: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Wagner, Aaron
> -Original Message- > From: JC Botha [mailto:[EMAIL PROTECTED] > Sent: Friday, April 15, 2005 3:01 PM > Cc: php-windows@lists.php.net > Subject: Re: [PHP-WIN] PHP5 and MySQL > > This is the Browser error: > Fatal error: Call to undefined function mysql_connect

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
This is the Browser error: Fatal error: Call to undefined function mysql_connect() in C:\apache\htdocs\cedarintranet\index.php on line 3 This is my php code: // Connect to the database server $dbcnx = mysql_connect("localhost", "intranet", "1234"); if (!$dbcnx) { ec

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Kevin Smith
Perhaps posting you code will help us resolve your problem. JC Botha wrote: Dear Users I'm havin a problem to connect to MySQL through the use of PHP5. I followed all documentation and none seem to resolve the problem. I'm running WinXP on the computer that I use to develop the apps. Any advice out

[PHP-WIN] PHP5 and MySQL

2005-04-15 Thread JC Botha
Dear Users I'm havin a problem to connect to MySQL through the use of PHP5. I followed all documentation and none seem to resolve the problem. I'm running WinXP on the computer that I use to develop the apps. Any advice out there that could be of help. Thanks -- PHP Windows Mailing List (http://

[PHP-WIN] php5 win build errors

2005-04-02 Thread Arjun
Hello everyone, Reached almost the end of a successful php5 win build.. Getting these errors though. Any pointers gentlemen? I do understand that this is regading the libxml2 library, and I do have placed the libxml dll's in the windows/system32 directory. Also, is there no way to restrict the

[PHP-WIN] PHP5 and UNC paths not working

2005-02-25 Thread George Pitcher
Hi, Firstly, I've trawled through Google, phpbuilder archives etc and have found lots of similar requests to this, but no solution. I need to grab some files from another machine on a local network but PHP5 won't work with the UNC path. Does anyone know a solution or a workaround? Cheers Georg

[PHP-WIN] php5 install challenge

2005-01-21 Thread Knut Dybendahl
Hi all,   I've got XP-Pro, SP1, with IIS5.1 When I try to map the .php to the php5isapi.dll, the OK button down the bottom will not enable... as pr image below     The php5isapi.dll shows a green arrow under the ISAPI tab - so it seems to be loading the dll - but I cannot define the .ph

[PHP-WIN] PHP5 MSSQL and FreeTDS

2005-01-17 Thread Frank M. Kromann
Hello Everyone, I have (finally) had the time to build a version of the mssql extension that uses FreeTDS on Win32. This should end some of the limitations in Microsofts libraries (ie char/varchar with max width of 255 bytes). It still ned some testing so if you are interested in testing this new

[PHP-WIN] PHP5, IIS6, and Windows2003 Web Edition

2005-01-05 Thread Steve Larabee
Greetings all: I have tried a number of things that I have found in these newsgroups, and I am still receiving 404 errors when I try to open a php page. PHP is showing as "UP" in the ISAPI Extensions settings screen, I have PHP allowed as a web service extension. Nothing. Can anyone help? Th

Re: SV: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library

2004-10-24 Thread MW
mysql.dll needs to function. - Carsten -Oprindelig meddelelse- Fra: MW [mailto:[EMAIL PROTECTED] Sendt: 15. oktober 2004 01:46 Til: [EMAIL PROTECTED] Emne: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library Hello people, I have installed PHP as an ISAPI module under Win 2k3, and everything w

SV: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library

2004-10-14 Thread Carsten Gehling
--- > Fra: MW [mailto:[EMAIL PROTECTED] > Sendt: 15. oktober 2004 01:46 > Til: [EMAIL PROTECTED] > Emne: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library > > > Hello people, > > I have installed PHP as an ISAPI module under Win 2k3, and everything > was working fine >

[PHP-WIN] PHP5/IIS6 Unable to load dynamic library

2004-10-14 Thread MW
Hello people, I have installed PHP as an ISAPI module under Win 2k3, and everything was working fine However recently I am getting the error in my Event Log: "Application Popup: Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_mysql.dll' - The specified procedure could not be fo

Re: [PHP-WIN] PHP5, IIS & MySQL

2004-10-06 Thread Felipe Gasper
Quoth James Nunnerley on 10/6/2004 8:03 AM... Unable to load dynamic library './php_mysql.dll' - The specified module could not be found. You need libmysql.dll from the PHP distribution somewhere where PHP can find it. I've put php_mysql.dll in the /%SystemRoot%/system32 directory, which is how

[PHP-WIN] PHP5, IIS & MySQL

2004-10-06 Thread James Nunnerley
I've been asked to setup a webserver, which currently runs various ASP.NET stuff, with PHP ability, linking to a MySQL Db. I've always found it easy to configure PHP, MySQL etc on Apache, but never done it on IIS. I've followed the instructions on the PHP website, and can php display scripts; how

[PHP-WIN] PHP5/IIS/ISAPI/MySQL hang

2004-09-25 Thread Felipe Gasper
Hi, Has anyone out there had problems trying to use the MySQL modules with IIS6/ISAPI on Win2k3? Whenever I enable MySQL (or exif or curl, for that matter), PHP pages make the browser just sit there waiting; it subsequently takes forever to shut down the IIS service. -Felipe Gasper Cincinnati,

[PHP-WIN] PHP5 IIS ISAPI - Error: Invalid access to memory location.

2004-09-15 Thread Andrew
Ok, I finally got PHP5 to work on Windows 2000 Advanced Server in ISAPI mode. It involved me copying files to the C:\WINNT folder, even though I followed directions to get everything setup in the C:\php folder. Well, I rebooted the server and now I get an error on all websites using PHP: Inval

RE: [PHP-WIN] PHP5 install woes

2004-09-11 Thread George Pitcher
rs George > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 10 September 2004 11:10 pm > To: George Pitcher; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] PHP5 install woes > > > george, > > are you using multiple virtual hosts? i had t

Re: [PHP-WIN] PHP5 install woes

2004-09-10 Thread operationsengineer1
george, are you using multiple virtual hosts? i had the same problem and decommented "doc_root = you_doc_root_path" and it got rid of the problem and allowed apache to properly handle my virtual hosts. i isntalled cgi 4.3.8 so ymmv. --- George Pitcher <[EMAIL PROTECTED]> wrote: > Hi, > > I'v

[PHP-WIN] PHP5 install woes

2004-09-10 Thread George Pitcher
Hi, I've checked the archive and couldn'tfind a solution to my problem, which is: I renamed my php 4 folder, and ini file, went through the manual install of PHP 5.0.1 and stopped and started my IIS server. I then opened my usual instance of phpinfo.php and got the usual listing. As I use MySQL,

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Sent: Wednesday, September 01, 2004 2:53 PM To: Jim MacDiarmid Subject: Re: [PHP-WIN] Php5 merging with Java??? Could you please be so kind as to tell me where exactly you read that PHP is not going to be Open Source any more? Thanks Christian - Original Message - From: "Jim MacDiarmi

RE: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
Hi Paul, Yes, that is the article that I saw. One of them anyway. Thank you for sheding some light on that. Jim -Original Message- From: Paul Menard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:29 PM To: Jim MacDiarmid; [EMAIL PROTECTED] Subject: Re: [PHP-WIN

Re: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread operationsengineer1
Jim, I think that is pure speculation at this point. Jim MacDiarmid <[EMAIL PROTECTED]> wrote: I've been reading the latest articles about the future of PHP and based on the way I am understanding it, I'm getting the impression that PHP will not be free or open source. I'm interested in getting ot

Re: [PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Paul Menard
I cannot speak for the direction of PHP since I am not part of that development. I am just a PHP developer like yourself. But if you are referring to the Developer Shed Plug-in article http://www.developershed.com/plugin/PlugIn_magazine_september2004.pdf#page=9 I would not worry too much. DevS

[PHP-WIN] Php5 merging with Java???

2004-09-01 Thread Jim MacDiarmid
I've been reading the latest articles about the future of PHP and based on the way I am understanding it, I'm getting the impression that PHP will not be free or open source. I'm interested in getting other PHP developer options and/or clarification of this direction. What is this going to do to t

Re: [PHP-WIN] PHP5 questions

2004-07-26 Thread Edin Kadribasic
"Jeff Hill" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > - The zip distribution also includes "php-win.exe", which is the same size > as "php.exe". Should the installer actually have used "php-win.exe" and > renamed it to "php.exe"?? Just to clarify different executables shipped i

[PHP-WIN] php5 and phpMyAdmin

2004-07-20 Thread Schalk Neethling
Does anyone have any pointers or resources in getting phpMyAdmin working with php5? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PR

[PHP-WIN] PHP5: DOTNET class does not work

2004-07-19 Thread Matthias HALDIMANN
PHP 5 should allow you to instantiante .net classes. However, I can't get the classic example Push(".Net"); $stack->Push("Hello "); echo $stack->Pop() . $stack->Pop(); ?> to work. It gives a "Failed to instantiate .Net object" error, although the .NET framework is installed. Does anyon

[PHP-WIN] PHP5 ISAPI filter error on XP IIS

2004-07-18 Thread Michael Coughlin
My PHP5 phpinfo() test page runs fine, except ... 1. Page authentication is required the first time a browser instance accesses the page. 2. Using an ISAPI filter, pointing to php5isapi.dll, (and re-starting IIS, of course) results in the browser returning the following error: -2147467259

Re: [PHP-WIN] PHP5 questions

2004-07-18 Thread Phil Driscoll
On Saturday 17 July 2004 22:06, Jeff Hill wrote: > * Install.txt still refers to InstallShield, but you're using Wise. Is this > an oversight, or is the distributed copy of Install.txt back-level? The docs have always said that, and I've always used Wise. I think InstallShield is being used in th

Re: [PHP-WIN] PHP5 questions

2004-07-17 Thread Jeff Hill
Phil, Here's what I've encountered so far. In all cases I've selected Advanced so I could see what was being set by default, and to set the SMTP stuff. * Install.txt still refers to InstallShield, but you're using Wise. Is this an oversight, or is the distributed copy of Install.txt back-level? *

Re: [PHP-WIN] PHP5 questions

2004-07-16 Thread Jeff Hill
Thanks, Phil. I'll try it tonite. ...Jeff "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Friday 16 July 2004 23:44, Jeff Hill wrote: > > > Also, are there plans for a windows installer version of php5? > I have prepared the installer for php5 which is being tested

Re: [PHP-WIN] PHP5 questions

2004-07-16 Thread Phil Driscoll
On Friday 16 July 2004 23:44, Jeff Hill wrote: > Also, are there plans for a windows installer version of php5? I have prepared the installer for php5 which is being tested at the moment. You can download a copy from http://www.dialsolutions.com/phil/php/php-5.0.0-installer.exe Let me know if y

[PHP-WIN] PHP5 questions

2004-07-16 Thread Jeff Hill
I hope someone will see this thru all the spam (isn't there any way to control that?!) I have a server running Win2K server and Sybase EAServer (aka Jaguar). IIS and Apache are installed, but this is primarily a component server, so EAServer could also provide the http listener on port 80, meaning

Re: Re: [PHP-WIN] PHP5

2004-07-16 Thread Raul IONESCU
; From: Raul IONESCU <[EMAIL PROTECTED]> .> To: [EMAIL PROTECTED] .> Subject: [PHP-WIN] PHP5 .> .> Does anyone know were I can find ZIP and PRINTER dll extensions for PHP5? .> .> .> ---

Re: [PHP-WIN] PHP5

2004-07-16 Thread Miha Nedok
Try pecl.php.net. A lot of exts went there ( not being included in the release bundle). -Mike On Fri, 16 Jul 2004, Raul IONESCU wrote: Date: Fri, 16 Jul 2004 15:31:06 +0300 From: Raul IONESCU <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP5 Does anyone know were I can fi

[PHP-WIN] PHP5

2004-07-16 Thread Raul IONESCU
Does anyone know were I can find ZIP and PRINTER dll extensions for PHP5? --- Incearca acum noul sistem de dating oferit de portalul acasa.ro

Re: [PHP-WIN] PHP5 Access Violation

2004-07-15 Thread Oliver John V. Tibi
is does not happen. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 15 July 2004 10:05 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] PHP5 Access Violation > > > Guys, > > I have installed the new PHP5.0 binary release on XP Pro

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread johne59
Thanks for the help and information. I did have the extension_dir properly set in the php.ini file. And I was restarting the service with every change I made. What I finally did, that appeared to help was: I added 'full/path/to/php' to my environment PATH variable and then rebooted the system. As A

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread Frank M. Kromann
PHP needs to know where the extensions are located, and when you make changes to php.ini you have to restart the web server in order for the changes to take place. Under ISAPI the php.ini file is only read during startup and not on each page reqyues as is the case with CGI. Getting php to know whe

RE: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread Gerardo Rojas
EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP5 ISAPI Extensions Frank, That looks good on paper, but... I am loading the extension from php.ini as you describe. When I run the site with php-cgi.exe, running phpinfo() shows me that gd is installed. When I run the site with php5isapi.dll and then run phpinfo

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread johne59
Frank, That looks good on paper, but... I am loading the extension from php.ini as you describe. When I run the site with php-cgi.exe, running phpinfo() shows me that gd is installed. When I run the site with php5isapi.dll and then run phpinfo() it doesn't appear to be loaded. I have copied the ph

Re: [PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread Frank M. Kromann
When you use ISAPI you can only load extensions from php.ini with the line extension=php_gd2.dll When using CGI, FastCGI or CLI you can load extensions from the script with code like dl("php_gd2.dll"); - Frank > I am using w2k3 with iis6 and all of the reported "hotfixes". > I have just instal

[PHP-WIN] PHP5 ISAPI Extensions

2004-07-15 Thread johne59
I am using w2k3 with iis6 and all of the reported "hotfixes". I have just installed PHP5 and have successfully configured everything to work correctly using the php-cgi.exe configuration. However, I would like to use the php5isapi.dll configuration. The only problem I seem to have is getting the ph

FW: [PHP-WIN] PHP5 Access Violation

2004-07-15 Thread N . A . Morgan
Some further information, I was using the loopback IP 127.0.0.1 and getting the access violation. if I use localhost, this does not happen. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 15 July 2004 10:05 To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP5 Access

[PHP-WIN] PHP5 Access Violation

2004-07-15 Thread N . A . Morgan
Guys, I have installed the new PHP5.0 binary release on XP Professional with IIS 5 (running the php5isapi.dll module). All appears fine except for an error message [PHP has encountered an Access Violation at 013E73CD] appearing at the bottom of each page. Can anyone help resolve this, or is it a

[PHP-WIN] PHP5 comes with older version of MySQL extension?

2004-06-17 Thread David Reade
Hello! I'm running Apache 2.0.49 with PHP 5.0.0.0RC3 which comes with MySQL Client API 3.23.57! I'm also running a MySQL Server at 4.0.20a-NT. Where can I find a newer MySQL Client API for PHP5? Regards, Dave. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP-WIN] PHP5 IIS6 2003 Access Violation

2004-06-15 Thread david charles
I can set up the latest version of 4 to run under IIS6 as isapi dll in 5 minutes. No problem. But with PHP5 RC3, making just the standard ini edits, nothing fancy, I cannot get this access violation errors message to go away. The wierd thing is, a blank html page with a .php extension will serve

[PHP-WIN] PHP5/Win: instantiation of .net objects does not work

2004-05-04 Thread Matthias HALDIMANN
PHP 5 should allow you to instantiante .net classes. However, I can't get the classic example Push(".Net"); $stack->Push("Hello "); echo $stack->Pop() . $stack->Pop(); ?> to work. It gives a "Failed to instantiate .Net object" error, although the .NET framework is installed. Does anyo

[PHP-WIN] PHP5 ISAPI DLL not working with IIS5????

2004-04-27 Thread David Strencsev
Why!!?? I've PHP5-RC2 installed and IIS5 (Win XP Pro SP1). I had PHP4.3.1 ISAPI installed before and worked fine with IIS. But now, PHP5's ISAPI module is NOT working. I've configured IIS the same way as with PHP4, but using the php5isapi.dll instead of php4isapi.dll. I've got an error when tryin

[PHP-WIN] PHP5 latest CVS win32 snapshot; where is php_interbase.dll ??

2004-04-15 Thread Borut Zagar
Why doesn't latest PHP5 CVS snapshot (http://snaps.php.net/win32/php5-win32-latest.zip) include php_interbase.dll extension? Is there a way to use interbase extension with latest snapshot? Thanx! BZ __ Do you Yahoo!? Yahoo! Tax Center

[PHP-WIN] PHP5 RC1 for Windows

2004-03-19 Thread romain bourdon
Hi, PHP RC1 is now out! To allow you to easily try it, we have included it in the new version of WAMP5 0.4 (APACHE, PHP5 RC1, MySQL, PHPMYADMIN, SQLite MANAGER). You can find it at : http://www.wampserver.com Have Fun -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: htt