[PHP-WIN] Re: PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Elizabeth M Smith
Wei, Alice J. wrote: > Hi, Guys: > > This is my first time running PHP 5.2 on a IIS 5.1 Server using a Windows > XP machine. > My client wants me to build the PHP scripts and the database on one single > machine. So far I could run the PHP fine, but I am having a hard time > connecting to t

Re: [PHP-WIN] Re: PHP and MSSQL Connection on IIS 5.1

2008-06-17 Thread Elizabeth M Smith
Wei, Alice J. wrote: > Hi, > > For ODBC connections, are you using MSSQL 2005? I am currently using > Windows XP for the server with PHP 5.2. > >I am currently using this version of the MS SQL server, and thus when I am > seting up the ODBC connection, I notice that it keeps failing possi

[PHP-WIN] Re: Problem with Oracle and some other extensions on IIS Server

2008-06-25 Thread Elizabeth M Smith
Tim wrote: > Hi, > > My problem is very simple but i can't handle it. I'm LAMP developer by the > way. I have not much knowledge on IIS server with PHP, > > Anyway, i can't load php_oci8.dll and some other DLLs. Error message always > same; > > PHP Warning: PHP Startup: Unable to load dynamic li

[PHP-WIN] Re: php-config script is missing from the installer

2008-06-25 Thread Elizabeth M Smith
Zoltan Boszormenyi wrote: > Hi, > > I need to port a library that has several language bindings, PHP among them. > Of course the software was written on Linux, hence it uses autotools and > pgkconfig. > I can use MinGW/MSYS and GnuWin32 parts to compile most of the software > but the PHP binding l

[PHP-WIN] Re: MySQL and PHP5

2008-09-05 Thread Elizabeth M Smith
> However, the results of my phpinfo() do not show a MySQL section (I don't > know if there should be one, I'm new to this). Mysql should show up - one piece of information that I DON'T see that is probably the most important - is your php.ini being loaded? You should see a section in the top o

[PHP-WIN] Re: MySQL and PHP5

2008-09-06 Thread Elizabeth M Smith
Tim wrote: > I spoke to soon. Your tip did manage to get the MySQL section to show up in > the output of phpinfo(), and the connect command doesn't throw an error > anymore, but now I get the same Undefined Function error on the line to > create a db: > > mysql_create_db("dbName") or die(mysql_err

[PHP-WIN] Re: can't get fsockopen() to work through IIS

2008-10-17 Thread Elizabeth M Smith
Evan Burkitt wrote: > I have PHP 5.2.6 installed under Windows Server 2003 and IIS 6.0. I cannot > get fsockopen() to succeed when run through IIS. > I'm using this script: > $host = "localhost"; > $port = "110"; > ?> > > Attempting to open socket on host '' at port > '' > > $errno = 0; > $

[PHP-WIN] Re: PHP6 binary snapshot is missing dlls

2008-11-05 Thread Elizabeth M Smith
Todd Keup wrote: > I downloaded the latest Windows PHP6 (VC6) binary snapshot > http://windows.php.net/snapshots/ and installed only to discover quite a few > external dlls missing in the /ext directory. Now, I realize that some may > be changing due to internal restructure and built-in design.

[PHP-WIN] Re: mbstring

2008-12-21 Thread Elizabeth M Smith
M. Bolton wrote: I am using php 5.2 with mysql 5 and I would like to initiate mbstring with gd2 for use with webasyst. I have added c:\php to windows path and in the php.ini the session_mbstring and session_gd is activated. the php_gd2.dll is in the right place. But when I let the webasyst

[PHP-WIN] Re: Compiling error on WinXP

2008-12-27 Thread Elizabeth M Smith
Marco Schuster wrote: Hi all, I currently try to compile php 5.2.8 on Windows XP Home SP3 (32bit) with VS2008 Pro, as described in . Compiling runs successful and the php.exe works with cscript /nologo configure.js --disable-all --enable

Re: [PHP-WIN] Access Violation

2009-02-11 Thread Elizabeth M Smith
Louis Solomon [SteelBytes] wrote: > forget the ISAPI, use FastCGI. In my experience the ISAPI has never > been stable or working fully. > > mmm, not sure FastCGI is available for IIS for XP, so since it's > probably only a dev machine go to just php as cgi. that works fine on > all OSes > > Lou

[PHP-WIN] Re: XDEBUG with 5.2.6, IIS 5.1, CGI

2009-02-13 Thread Elizabeth M Smith
Herb Munson wrote: > Well, I'm now set up with CGI on my XP - IIS 5.1 - PHP 5.2.6 system. And > its much more fun now, it doesn't seem to be kicking off all those Access > Violations, as isapi did. Many thanks for that. > > > > But now where xdebug worked (on those rare occasions without acce

[PHP-WIN] Re: XDEBUG with 5.2.6, IIS 5.1, CGI

2009-02-14 Thread Elizabeth M Smith
Herb Munson wrote: > Right, I'm using > > zend_extension = C:\php\ext\php_xdebug-2.0.4-5.2.8-nts.dll > > I just posted the results of some experiments with procmon - along with the > pertinent entries in my ini file. Incidentally, Procmon shows that > php-cgi.exe seems to load php5ts.dll;

[PHP-WIN] Re: php-win-which-orm-tool-for-windows-with.html

2009-04-16 Thread Elizabeth M Smith
> Sorry, I meant a wrapper written in PHP that extends PDO but uses the new > driver's functions. Unfortunately, my C skills are not quite where they need > to be to write a PHP extension :( > > I also just realized that the new driver uses the ODBC client for the > underlying low-level communica

[PHP-WIN] Re: getting started - need pointers

2009-05-28 Thread Elizabeth M Smith
Mike Kay wrote: > Greetings. I am trying to get PHP installed and working on a Windows > server - Windows Standard 2007. I've downloaded and installed PHP 5.2.9. > Problem is I don't know how to use this at all. My web server is Apache > 2.2 - my database is Mysql. > > I selected the Apache module

[PHP-WIN] Re: PHP 5.3 IIS 5.1 not working...help!

2009-07-30 Thread Elizabeth M Smith
Fred Silsbee wrote: > http://72.47.28.125:8080/phpinfo.php not working > ERROR: > The website cannot display the page > HTTP 500 > > IIS 5.1, PHP 5.3 XP Prof SP3 + all updates > PHP 5.2.8 worked great and took a few minutes to install > > phpinfo.php is in C:\inetpub\wwwroot > > phpinfo();

Re: [PHP-WIN] php_enchant not loadable

2009-08-21 Thread Elizabeth M Smith
Niel Archer wrote: Hi there, i switch to PHP5.3 and now PSPELL is no more working. I read the docu and found that i must use PHP_Enchant from now. But everytime i try to use is PHP gets an error: "Unable to load dynamic library 'C:\PHP\ext\php_enchant.dll' - The specified module could not b

Re: [PHP-WIN] problems with includes after upgrade from 5.2.1 to5.2.11

2009-09-30 Thread Elizabeth M Smith
Paul J. Smith wrote: It helps us a lot as we clone the site to other servers that may not have the same drive letter. Strange thing is, this is definitely a behaviour change. It also is different behaviour from the command line php in the same package, which still works just fine. Done abou

Re: [PHP-WIN] PHP 5.2.11, Windows Vista and php_mbstring.dll

2009-10-16 Thread Elizabeth M Smith
Turn display startup errors on to see why modules won't load Mbstring has an additional extension requirement - you MUST MUST enable php_exif.dll before you enable mbstring I swear this was in the docs at one point, wonder when it was removed Thanks, Elizabeth Smith -- PHP Windows Mailing Li

Re: [PHP-WIN] PHP 5.2.11, Windows Vista and php_mbstring.dll

2009-10-16 Thread Elizabeth M Smith
Magnus Anderson wrote: Elizabeth M Smith wrote: Turn display startup errors on to see why modules won't load Mbstring has an additional extension requirement - you MUST MUST enable php_exif.dll before you enable mbstring I swear this was in the docs at one point, wonder when i

Re: [PHP-WIN] php and silverlight

2009-11-19 Thread Elizabeth M Smith
Harpreet wrote: Can I use LINQ with PHP?? Yes - well kind of ;) http://www.codeplex.com/PHPLinq Thanks, Elizabeth Smith -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] php and silverlight

2009-11-19 Thread Elizabeth M Smith
Harpreet wrote: I plan to make a webservice that will connect to my sql server database and then the silverlight datagrid control can interact with my web service. But the problem now is my app is PHP and is hosted on apache. Where will I host my web service - IIS. Can I have apache and iis on t

[PHP-WIN] Problem writing PHP extensions for Windows

2010-07-19 Thread Bruce M. Axtens
I'm trying to build PHP extensions on Windows When I run my DLLs I get errors like this: Module compiled with build ID=API20090626,TS,VC9 PHPcompiled with build ID=API20090626,NTS,VC9 The source package that I downloaded from php.net seems to default to threadsafe, but I've installed a n

Re: [PHP-WIN] Problem writing PHP extensions for Windows

2010-07-19 Thread Bruce M. Axtens
Keith Davis wrote: What extensions are you trying to build? The one listed here http://netindonesia.net/blogs/risman/archive/2008/06/15/part-2-writing-php-extension.aspx (modified slightly from the original to compensate for the nonTS situation) and http://www.talkphp.com/vbarticles.php?d

Re: [PHP-WIN] Problem writing PHP extensions for Windows

2010-07-19 Thread Bruce M. Axtens
Venkat Raman Don wrote: This means you have built a Thread safe version of the extension and trying to load it with Non Thread Safe version of PHP which is not valid. Yes, that is true. My question has been from the beginning: how to make the extension Non Thread Safe? Please build non threa

Re: [PHP-WIN] building binary libraries

2010-12-02 Thread Elizabeth M Smith
ts. Thanks for your help, Tommy As far as I know libiconv and gettext both require patches to the source of current versions to get them to compile, they're also libraries that are VERY resistant to windows fixes being pushed upstream. Good luck! Thanks, Elizabeth M Smith -- PHP Window

[PHP-WIN] Problem finding OCI.dll when starting Apache.

2003-07-09 Thread Delacruz, Antonio M [ITS]
I have installed php 4.3, Oracle 8.1.7 client, and Apache 2.0, in that order. I am running this on a dell poweredge 4300 with windows 2000 server. I have my :/oracle/ora81/bin path in my PATH statement in my environment variables. When I try to start Apache I get this error, "the dynamic link li

[PHP-WIN] PHP on Windows

2003-07-09 Thread Delacruz, Antonio M [ITS]
I was able to get Apache to recognize my oci.dll. Now, anytime I want to connect to a database, any database (postgres, oracle, mysql) I get a page not found error. I have the same configuration as on another box. The only difference is I am on windows 2000 server on this box and the other one th

RE: [PHP-WIN] cookies problem

2003-07-09 Thread Delacruz, Antonio M [ITS]
Mark, You might try using sessions instead of cookies. The following code checks the session and credentials. Login Page One\n\n"); // Start the session system error_reporting(0); session_start(); // if the login form was posted and the uid was set (and valid) if($_POST['logon'] and $_POST['p

RE: [PHP-WIN] Windows Security Updates Problems

2003-07-10 Thread Delacruz, Antonio M [ITS]
I ran into the same problem on windows 2k server. I found that it was my code. Specifically, a space. I had defined a value for a variable that handled a SID to perform an oracle connection from my php page. I stumbled upon the space and everything worked like a charm. i.e. $var = " (sid info

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread David M. Patterson at DPLH Enterprises
I need to add my 2 cents worth here. I use php to send email and use my ISP's SMTP server to do it. And I still experience the slowness. The curious thing is that I don't experience this slowness with any of the standard mail clients when sending mail (Outlook, Eudora, etc.) For whatever it's wor

<    1   2   3   4