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

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

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

[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();

[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-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: 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: 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

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

[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 in

[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: 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: 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: 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: 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: 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

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: 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: PECL SVN Extension Setup Help

2008-04-16 Thread Elizabeth M Smith
Jake Conk wrote: > Elizabeth, > > Thanks for your detailed setup instructions. I have a few questions. I > am running the PHP 5.2.5 here for Apache 2, I got this all setup by > just downloading the latest wamp package from > http://www.wampserver.com so how do I figure out if I'm running a > threa

[PHP-WIN] Re: PECL SVN Extension Setup Help

2008-04-16 Thread Elizabeth M Smith
Jake Conk wrote: > Hello, > > I tried installing the pecl svn extension but I get an error. > > This is the command I ran along with all the output: > > > >> pecl install svn-beta > downloading svn-0.3.tgz ... > St

[PHP-WIN] Re: compiling using vs 2005

2008-03-30 Thread Elizabeth M Smith
Meir wrote: > hello > i compiled php 5.2.5 with vs 2005 and every thing works fine on my computer > , but when i transfered it to another computer i got this error message "the > application failed to initialize properly (0xc0150002) click ok to terminate > the application" > i tried to copy all

Re: [PHP-WIN] Re: need help building php on windows

2008-03-14 Thread Elizabeth M Smith
Jason wrote: > To be honest, I can't actually get either of the mssql variants to > compile properly. Specifically I can compile the MS mssql dll, but can't > link it (unresolved external _in6addr_any in php5ts.dll). > > I have a sneaking suspicion that I'm missing some little > "not-widely-docume

[PHP-WIN] Re: need help building php on windows

2008-03-14 Thread Elizabeth M Smith
Jason wrote: > Hi all, > > I'm having trouble compiling PHP 5.2.5 using Visual C 6 (SP6). > > I have (to the best of my knowledge) followed the tips/instructions on > the following two pages: > > http://news.php.net/php.windows/28659(the black text, not green) > http://php.mirror.camelne

[PHP-WIN] Re: about the PHP linked server error

2008-03-13 Thread Elizabeth M Smith
李越 wrote: > > Hello, > > When I use php to invoke linked server configured in MS-SQL 2005, there is an > error like this: > "Exception: ../application/models/TestDatabase.php -> TestDatabase -> > testListNewDefect -> Unexpected exception of type > [Zend_Db_Statement_Exception] with message [S

[PHP-WIN] Re: cannot compile php 5.2.5 following instructions exactly with vc++ 6

2008-02-19 Thread Elizabeth M Smith
friso wrote: > I have followed the instructions exactly on > http://php.nederland.net/manual/en/install.windows.building.php but I > end up > with this error... > > Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 > Copyright (C) Microsoft Corp 1988-1998. All rights reserved. > > i

[PHP-WIN] Re: Installation blues

2008-02-17 Thread Elizabeth M Smith
Simon Giddings wrote: > Hello, > > I am trying to setup a dev environment on my Win XP Pro SP2 system. > I already have MySql Community server v5.0.24. > I install Apache server v2.2.8 with SSL on localhost. > I install PHP version 5.2.5 using the installer selecting : > MySql > MySqli >

Re: [PHP-WIN] string function

2008-02-08 Thread Elizabeth M Smith
Viola Holownia wrote: > hi > > Have you tried ereg_replace() ? > http://www.php.net/manual/en/function.ereg-replace.php > > > cheers > viola > I would NOT suggest ereg_replace, especially on windows - if you need to do advanced replacement and str_replace doesn't work, try preg_replace - http:

[PHP-WIN] Re: Building PHP 5.2.5 for win32

2007-12-15 Thread Elizabeth M Smith
Michael Tyson wrote: Hiya, We're using PHP/Java Bridge (PJB) with PHP 5.1.6 and Apache 2.0.61 on Windows, and experiencing frequent segfaults of Apache. Inspecting the dump reveals that PHP is crashing somewhere, something to do with a null pointer exception when reporting an error - seeming