Re: [PHP-WIN] Outputting a string from mysql database

2002-04-21 Thread jeff
J B's Supermarket is correct and it was inserted into tthe database without using a form and php. "Mike Flynn" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Are you sure that that last field truly contains "J B's Supermarket" in the > database? Are you sure

[PHP-WIN] Unable to load php_apc.dll on IIS6

2010-02-22 Thread Jeff
I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6 webserver running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode). Please advise, Thank you -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Unable to load php_apc.dll on IIS6

2010-02-22 Thread Jeff
Jeff yahoo.com> writes: > > I am unable to get APC (php_apc.dll) to load on my Windows 2003 IIS6 webserver > running PHP Version 5.2.5, PHP running in ISAPI mode (not cgi mode). > > Please advise, > > Thank you > Please note that I tried each of t

[PHP-WIN] Passing an array into a COM function

2002-03-29 Thread Jeff Bendixsen
SearchCriteria[0] = array("Name1" => "Value1"); $Result = array(); $res = $obj->SomeFunction($SearchCriteria, $Result, 10); I get: Warning: Invoke() failed: Exception occurred. Source: SynWeb Description: Subscript out of range in c:\apache\htdocs\myscript.php on line 22

[PHP-WIN] Re: Passing an array into a COM function

2002-04-01 Thread Jeff Bendixsen
1] = "THAT"; $SearchCriteria = new Variant($PSearchCriteria, VT_ARRAY); Here is a result array passed by reference: $PResult = array(); $Result = new Variant($PResult, VT_ARRAY | VT_BYREF); There is no support for multi dimensioanl arrays Jeff On Thu, 28 Mar 2002 13:56:13 GMT, [EM

[PHP-WIN] problems with imap_mail()

2002-04-08 Thread Jeff Vandenberg
but of a different sort, which I can work around, but would like to get the imap functions working so that I can make a couple of other scripts. Jeff -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] PHP and ZIP

2002-04-15 Thread Jeff Waldock
What's wrong with using the Winzip command line utility then? (http://www.winzip.com/wzcline.htm) Jeff |-Original Message- |From: Nicole Amashta [mailto:[EMAIL PROTECTED]] |Sent: 12 April 2002 17:33 |To: [EMAIL PROTECTED] |Subject: [PHP-WIN] PHP and ZIP | |I thought I had seen

[PHP-WIN] Cant get PHP to run on Win 98

2002-04-30 Thread Jeff Britts
I just started learning PHP and have looked to solve this issue, but haven't got the correct answer yet. I installed the latest version of PHP on my Win98 machine running PWS. I can do php_info(), so it seems the installation is correct. Now I'm trying a simple form get and all I receive is the

[PHP-WIN] Windows with Oracle

2002-05-03 Thread Jeff Lutes
umns; $i++) { $column_value = Ora_Result($sql_statement,$i); echo "$column_value"; } echo ""; } echo ""; // free resources and close connection Ora_FreeStatement($sql_statement); Ora_Logoff($connection); ?>

RE: [PHP-WIN] php_gd.dll and Windows XP

2002-05-13 Thread Jeff Waldock
Alan I think the dll has been re-named to php_gd2.dll. Just rename the extension in your php.ini to this and re-start the web server and you should find it works. Jeff |-Original Message- |From: Alan Hale [mailto:[EMAIL PROTECTED]] |Sent: 13 May 2002 18:24 |To: [EMAIL PROTECTED

[PHP-WIN] Spell check query

2002-05-16 Thread Jeff Waldock
vious how to do this. Are there any other freeware/opensource solutions to spell checking that anyone knows of? Many thanks in advance for any help with this! - Jeff Waldock Division of Mathematics School of Science and Mathematics Sheffield Hallam University Howard S

[PHP-WIN] yet another upgrade question

2002-07-28 Thread Jeff Vandenberg
s and retailored the bare minimums of it to my site. I reverted to previous php.ini file and it works, everything is the same in the section that deals with session variables Thanks, Jeff V -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PDF Files...

2002-11-12 Thread Jeff Pearson
If you are running on Windows, ActivePDF (www.activepdf.com) works pretty well and will do what you want it to do. Jeff Pearson Advanced Digital Technology "Jim Hunter" <[EMAIL PROTECTED]> wrote in message news:3D576EE5.10.00832@;WORKSTATION... There are two major PDF lib

RE: [PHP-WIN] WebHosts with PHP4 and MySql

2001-04-25 Thread Jeff Pearson
I use www.eaccounts.net/jp52950052/ for all of my sites. Have not had a problem yet...And they are very cheap. They charge you ONLY for the actual resources that you use. Jeff Pearson > -Original Message- > From: PHPWIN [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 2

[PHP-WIN] Win2000+Apache+PHP4+oracle help

2001-04-30 Thread Jeff Brewster
rovide any help I'd appreciate it. Thanks, Jeff -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] php4win.de distribution

2001-05-01 Thread Jeff Brewster
Are there any sites that mirror this distribution of php4 for NT/2000, with oracle pre-compiled? I need this distribution for a large project and the www.php4win.de site is down. If anyone can provide a link to download this I would greatly appreciate it. Jeff -- PHP Windows Mailing List

[PHP-WIN] Anybody have an example of connecting MSSQL?

2001-08-13 Thread Jeff Howard
I have been extremely successful using ASP and MS-SQL for a long time, but am making a transition to PHP. I've tried connecting to the SQL Server database, but have been unsuccessful. The way a data source is called in ASP is: database.open "Provider=SQLOLEDB;User Id=user;Password=password;Init

[PHP-WIN] PHP vs. PERL; Compatibility issues

2001-08-13 Thread Jeff Howard
Being new to PHP, I was wondering what the benefits of PHP are over PERL? Seems to me it's easier than PERL, but what else is there? Are there benefits over ASP? Is it compatible with Netscape AND IE? Jeff -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[PHP-WIN] How do you step through a database?

2001-08-13 Thread Jeff Howard
I've used Visual Basic for years and have never had a problem with this issue. I can use the following code to do this: do until (rs.eof) ... rs.movenext loop Does anybody know how to step through a database in PHP? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP-WIN] Where to find php_mcrypt.dll?

2001-08-16 Thread Jeff Howard
Does anybody know where to find the php_mcrypt.dll file? It doesn't come with the download for php. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP-WIN] How do I get information from a URL?

2001-08-21 Thread Jeff Howard
I'm trying to get information from a URL in a way similar to utilizing GET in ASP. I know how to get information by submitting a form and going to a new page, but how can I use the form to stay on the same page, yet be able to retrieve the information? For example: I start on http://www.mypage.

[PHP-WIN] Closing Excel using DCOM and Release()

2001-09-09 Thread Jeff Waldock
cuments[1]->SaveAs("Useless test.doc"); //closing word $word->Quit(); //free the object $word->Release(); $word = null; ?> Where am I going wrong? Jeff Waldock -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Jeff Waldock
learly doesn't function because, as you say, it is not part of the Excel or Word object model. In which case ... how do it destroy the object? Jeff Waldock -Original Message- From: Alain Samoun [mailto:[EMAIL PROTECTED]] Sent: 09 September 2001 21:55 To: Jeff Waldock Cc: [EMAIL PROTECTED]

RE: [PHP-WIN] Closing Excel using DCOM and Release()

2001-09-10 Thread Jeff Waldock
quot;False"); $xlApp->quit(); $xlApp = null; echo ""; ?> -Original Message- From: Alain Samoun [mailto:[EMAIL PROTECTED]] Sent: 10 September 2001 19:04 To: Jeff Waldock Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Closing Excel using DCOM and Release() To close Word

RE: [PHP-WIN] Pop-Up Windows

2001-11-04 Thread Jeff Waldock
PHP could output a suitable bit of Javascript to do this (using window.open) Jeff -Original Message- From: GreatKent [mailto:[EMAIL PROTECTED]] Sent: 04 November 2001 05:45 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Pop-Up Windows Hi guys, I wonder if PHP can open a Pop-Up Window? Kent

RE: [PHP-WIN] ISAPI Status

2001-12-15 Thread Jeff Waldock
s are running Sambar server, version 5 (It's free, and I can highly recommend it! - http://www.sambar.com). I have upgraded the WinNT machine to PHP 4.1.0, and so far, there have been no problems, all seems fine, but it is only a few days ...! Jeff Waldock -Original Message- From: Mi

[PHP-WIN] Getting PHP to work within an aliased folder

2002-01-18 Thread Jeff Waldock
? That is, is there some use of the include_file or server_root directives (or other directive) that can tell PHP to recognise aliased directories? Many thanks in advance for any help! ----- Jeff Waldock Division of Mathematics School of Science and Mathematics Sheffie

[PHP-WIN] Problems getting PHP to work (IIS5/XP Pro)

2002-12-30 Thread Jeff Lewis
one have a link or some info on how to fix this? Jeff

[PHP-WIN] Question about Mail()

2003-01-12 Thread Jeff Vandenberg
My setup is as follows: Win 2k Prof Apache 1.3.23 PHP 4.2.2 Mail Server: Mail Enable 1.613 PHP INI Snipet: [mail function] ; For Win32 only. SMTP = localhost ; for Win32 only ; For Win32 only. sendmail_from = [EMAIL PROTECTED] ; for Win32 only thanks, Jeff -- PHP Windows Mailing List

[PHP-WIN] escapeshellarg() that works for cmd.exe?

2003-06-11 Thread Jeff Stewart
I'm finding that escapeshellarg() doesn't protect against malicious strings used against Windows' shell, cmd.exe. Is there a function in PHP for escaping strings according to the Windows shell's rules? -- Jeff S. -- PHP Windows Mailing List (http://www.php.net/) To unsu

[PHP-WIN] Why is PHP not recommended with Apache 2.0?

2003-06-25 Thread Jeff Waldock
I can find no explanation, and our web administrator is refusing to install PHP on our University's main web server as a result. Many thanks Jeff Waldock -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Phpinfo.php

2003-06-27 Thread Jeff Stewart
Try instead. -- Jeff S. "Mathias" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I use Microsoft Windows XP Pro, and PHP4. Im reading the book Sams teach > yourself PHP, Mysql and Apache. > I setup mysql apache2 and php4. I cannot get to work.

[PHP-WIN] User Group

2003-09-02 Thread Jeff Myers
any one know of any articles to share with a computer user group or post in a local paper about linux for newbies? Thanks Jeff

[PHP-WIN] Newbie Error Logging Question

2003-11-28 Thread Jeff Anderson
ISAPI PHP run from C:\PHP instead of my current install of D:\PHP. This didn't make a difference. Thanks for taking the time to read my post :) Jeff Here is the Error handling and logging section from my php.ini file (I have turned on displaying errors - however, I have tested the above w

RE: [PHP-WIN] PHP 5.0.0 Released!

2004-07-14 Thread Jeff Waldock
I tried installing PHP5 and immediately had a problem with the PDF extension - php_pdf.dll does not exist in the PHP5 distribution. Can anyone tell me how to enable PDF in PHP5? It works fine with 4.3.8! Jeff Waldock -Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED] Sent

RE: [PHP-WIN] PHP 5.0.0 Released!

2004-07-14 Thread Jeff Waldock
I'm very stupid to not see that - thanks! Jeff -Original Message- From: Zac Barton [mailto:[EMAIL PROTECTED] Sent: 14 July 2004 11:03 To: 'Jeff Waldock'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP 5.0.0 Released! Jeff, Have a look for it in the "Collection of

[PHP-WIN] PHP5 questions

2004-07-16 Thread Jeff Hill
ling pbpBB, but will not be using ASP. My database is MS-SQL2K. Also, are there plans for a windows installer version of php5? Thanks, Jeff -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 inst

Re: [PHP-WIN] PHP5 questions

2004-07-17 Thread Jeff Hill
est and that worked file. I verified the php.ini location an settings. The problem turned out to be the recommended setting for "doc_root" in Install.txt. It says c:\inetpub, but it should be c:\inetpub\wwwroot. Not knowing how it was going to be used internally, I didn't spot this

[PHP-WIN] Compiling Win32 extensions (VC++)

2005-04-07 Thread Jeff Beidler
ake it compile. Anyone have any ideas on how to get the darn thing to compile in such a manner that will make PHP accept it and load the module? Help greatly appreciated, Jeff -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] CubeCart Experience on Windows/IIS?

2006-03-18 Thread Jeff Chastain
not something that simple. So, does anybody have any experience with CubeCart or could just offer me some basic PHP debugging help to trace this issue down? Thanks -- Jeff

[PHP-WIN] PHP 4.4.2 Install on IIS6

2006-04-04 Thread Jeff Chastain
I am trying to install PHP 4.4.2 on a Windows 2003 IIS 6 box. However, when I try to browse the test php page to verify everything works, I simply get the message "The specified procedure could not be found.". I commented out all of the extensions in the php.ini file, restarted IIS, and still get

RE: [PHP-WIN] PHP 4.4.2 Install on IIS6

2006-04-04 Thread Jeff Chastain
Never mind, I messed up in the IIS configuration. Thanks. -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 04, 2006 9:12 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP 4.4.2 Install on IIS6 I am trying to install PHP 4.4.2 on a Windows

[PHP-WIN] PHP 4.4.2 and MySQL 5?

2006-04-05 Thread Jeff Chastain
I have MySQL 5 installed and running with several non-PHP applications on my development server. I am trying to install a PHP app that supposedly only works on PHP 4 currently (not PHP 5). So, I installed PHP 4 and everything looks good there. However, I cannot get it to connect with MySQL 5.

RE: [PHP-WIN] PHP 4.4.2 and MySQL 5?

2006-04-06 Thread Jeff Chastain
the new one. It seems like PHP4 is intent on using its internal MySQL settings over any add-on extension. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 1:11 AM To: Jeff Chastain Cc: php-windows@lists.php.net Subject: Re

RE: [PHP-WIN] Error: illegal character I need help

2007-07-26 Thread Jeff White
Hello Stephen, At first glance, in your message I noticed that the second backslash ( \"checkbox"\ ) is after the double quote. The backslash should be before the double quote for proper escaping in JavaScript. That could be your problem possibly. -Original Message- From: Stephen [m

RE: [PHP-WIN] Arrays past to functions

2007-07-28 Thread Jeff White
ot; => 8); $taxresults = compute_salestax ($payment, $taxRates); foreach($taxresults as $state => $value) { print "Tax = " . sprintf("%01.2f", round($value, 2)) . " in $state."; } ?> Browser output results: Payment: 1500 Tax = 75.00 in CA. Tax = 105.00 in WA.

RE: [PHP-WIN] PHP, MYSQL and Apache

2007-08-06 Thread Jeff White
Hello Keith, I realize this may seem a bit tedious, but is your PHP directory in the Windows PATH environment variable? And, if so, is the "libmysql.dll" file in the PHP directory? Jeff -Original Message- From: KM [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007

RE: [PHP-WIN] Permissions on Server 2003

2007-10-10 Thread Jeff White
Hello Alexis, I use PHP on our LAN at work using Windows authentication. If you want to restrict HTTP access to the directory using Windows permissions you'll have to: 1. Uncheck the Anonymous user authentication in IIS (in IIS 5.1: site properties > "Directory Security" > "Anonymous access and a

RE: [PHP-WIN] Ajax and PHP

2007-10-10 Thread Jeff White
Hello Matt, I read this book and reference it often: "AJAX and PHP: Building Responsive Web Applications" Packt Publishing - 2006 ( http://www.packtpub.com ) ISBN 1-904811-82-5 As far as sites to check, I have used Prototype ( http://www.prototypejs.org/ ) more than anything else. There is somew

RE: [PHP-WIN] PHP Install problems

2007-10-16 Thread Jeff White
file: In the section: AddType application/x-httpd-php .php .html # Other PHP-specific parameters at the end of httpd.conf: # the path to PHP on your machine may be different PHPIniDir "C:/PHP/" # again your path may be different LoadModule php5_module &q

RE: [PHP-WIN] mail() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Jeff White
I have had success with IIS/SMTP using the following function that I found on the PHP website function list (I've only slightly optimized the original with some constants). Apparently, IIS/SMTP doesn't like the added '<' and '>' around the "from" address, but it can be coerced into it with this fun

RE: [PHP-WIN] Running under Windows Vista?

2008-05-12 Thread Jeff White
.php At the end of httpd.conf: PHPIniDir "C:/PHP/" Of course, if you have PHP installed into a different directory than noted here, you'll have to make the necessary adjustments to the paths. Jeff -Original Message- From: Alan M Dunsmuir [mailto:[EMAIL PROTECTED] Se

[PHP-WIN] Using php5ts.lib in 5.3.0beta2-dev snapshot

2009-03-16 Thread Jeff McKenna
pshot was not used to make those binaries? Or, does someone see my mistake? (where is this mysterious "VC9" ID coming from?) thanks for any advice. -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http:

Re: [PHP-WIN] Using php5ts.lib in 5.3.0beta2-dev snapshot

2009-03-16 Thread Jeff McKenna
Keisial wrote: Jeff McKenna wrote: Hello, I am using the 'php5ts.lib' file included in the "VC9 x64 Thread Safe" 5.3.0beta2-dev snapshot (from http://windows.php.net/snapshots/), downloaded 2009-Mar-15, to build a module...but when I try to load the module using those sam

Re: [PHP-WIN] Using php5ts.lib in 5.3.0beta2-dev snapshot

2009-03-16 Thread Jeff McKenna
Jeff McKenna wrote: Hello, I am using the 'php5ts.lib' file included in the "VC9 x64 Thread Safe" 5.3.0beta2-dev snapshot (from http://windows.php.net/snapshots/), downloaded 2009-Mar-15, to build a module...but when I try to load the module using those same PHP binaries

RE: [PHP-WIN] php pages not appearing

2009-03-28 Thread Jeff White
, Eclipse, etc. All have their good and not-so-good attributes that will spark debate ad infinitum. Jeff -Original Message- From: Ariel Kastanova [mailto:ariel_kastan...@yahoo.com] Sent: Saturday, March 28, 2009 15:11 To: php-windows@lists.php.net Subject: [PHP-WIN] php pages not appearing

[PHP-WIN] Compiling PHP on Windows

2009-04-28 Thread Jeff McKenna
Can someone point me to the latest installation instructions for building PHP on Windows with Visual C++ 9 (2008)? Developers seem to point to the Wiki at http://wiki.php.net/internals/windows/stepbystepbuild but it is incomplete. Thanks. -jeff -- Jeff McKenna FOSS4G Consulting and

Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Jeff McKenna
incomplete). So it seems we're in limbo for building! -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: [PHP-DEV] Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Jeff McKenna
ead (http://wiki.php.net/internals/windows/stepbystepbuild) which are unfortunately not complete...hence my confusion. -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP-WIN] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Jeff McKenna
a while...someone needs to fix those links. Thanks. -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] dbase extension for PHP 5.3.0

2009-07-21 Thread Jeff McKenna
s for PECL extensions". Someone must have hit this wall before me...is anyone distributing a dbase extension for PHP 5.3.0 ? thanks. -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To uns

Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-07-21 Thread Jeff McKenna
Jeff McKenna wrote: http://docs.php.net/manual/en/install.pecl.downloads.php "At this time the PHP project does not compile Windows binaries for PECL extensions. However, to compile PHP under Windows see the chapter titled building PHP for Windows." Small world: that chapter &qu

Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-07-21 Thread Jeff McKenna
ystepbuild)...thanks everyone! -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] dbase extension for PHP 5.3.0

2009-07-21 Thread Jeff McKenna
extension on Windows. I will ask on the PECL mailing list. -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] dbase extension for PHP 5.3.0

2009-07-21 Thread Jeff McKenna
uld now contain a dbase option - configure --enable-cli --enable-dbase - nmake - test the binary with a 'php -m' command, to make sure dbase exists ** Hopefully this helps someone else in the future! -jeff -- Jeff McKenna FOSS4G Consulting and Training Services http://www

Re: [PHP-WIN] dbase extension for PHP 5.3.0

2009-07-22 Thread Jeff McKenna
gunawan wrote: Suddenly I thinking about ODBC.. how about using ODBC to help reading dbase? jeff: Is there a limit or something if you using ODBC for your source? In my case I maintain an installer that contains several old applications (relying on the dbase functions), so instead of

[PHP-WIN] "CLI has stopped working"

2010-11-18 Thread Jeff Dege
I'm trying to run a command-line php script, using php.exe version 5.2.6 (This is the version of PHP that is included with MS4W 2.3.1): F:\ms4w\Apache\cgi-bin>php.exe -v PHP 5.2.6 (cli) (built: May 2 2008 18:02:07) Copyright (c) 1997-2008 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2008

RE: [PHP-WIN] "CLI has stopped working"

2010-11-19 Thread Jeff Dege
> On Thu, Nov 18, 2010 at 5:41 PM, Jeff Dege > wrote: > > I'm trying to run a command-line php script, using php.exe version 5.2.6 > (This is the version of PHP that is included with MS4W 2.3.1): > > > > F:\ms4w\Apache\cgi-bin>php.exe -v > > PHP 5.2.6 (cli

[PHP-WIN] PHP Wiki Windows StepByStepBuild

2011-04-01 Thread Jeff McKenna
. Is there another host of those exact same wiki instructions somewhere? Thanks everyone, -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PDo or MySQLi

2012-02-20 Thread Jeff McKenna
? No question here: PHP with PostgreSQL (and since I am in the geospatial realm, with PostGIS as well). -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP-WIN] PHP 5.4 extension building problem

2012-09-25 Thread Jeff McKenna
Hope that helps. -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On 12-07-23 9:01 AM, Carlo Pastorino wrote: > Hello everybody, > > I have a project which uses a custom made php extension which adds some > "native&quo

[PHP-WIN] mail() gives Unknown error from command line...

2002-01-15 Thread Jeff D. Hamann
test.php", it doesn't work. this yields when run from the command line... X-Powered-By: PHP/4.0.6 Content-type: text/html Warning: Unknown error in - on line 2 I would like to run this from the command line. jeff. -- Jeff D. Hamann Hamann, Donald & Associates, Inc. PO Box

[PHP-WIN] Re: mail() gives Unknown error from command line...

2002-01-15 Thread Jeff D. Hamann
I mean... "Jeff D. Hamann" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Why does this one line script execute when run from the web browser and not > from the command line? That is to say, when I run this one line scrip

[PHP-WIN] command line are -c doesn't work on win2k?

2002-01-17 Thread Jeff D. Hamann
ed to run the script from the "normal" path and not from c:\php... Does the -c switch actually work? How can I run this script from another dir? Is this a bug? Thanks, Jeff. -- Jeff D. Hamann Hamann, Donald & Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753

Re: [PHP-WIN] command line are -c doesn't work on win2k?

2002-01-18 Thread Jeff D. Hamann
the path to php is already in the PATH variable... I'm not doing anything different that http://bugs.php.net/bug.php?id=6742 ,but for some reason the -c doesn't make a difference... Jeff. "Dl Neil" <[EMAIL PROTECTED]> wrote in message 0d4f01c1a00e$87036ee0$2916100a@

[PHP-WIN] kermit? getting data from comm port?

2002-01-23 Thread Jeff D. Hamann
m a client (browser)? Jeff. -- Jeff D. Hamann Hamann, Donald & Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 [EMAIL PROTECTED] www.hamanndonald.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-WIN] monster form and compression?

2002-12-27 Thread Jeff D. Hamann
gets sent, or any method to ensure the page will display correctly? Jeff. -- Jeff D. Hamann Hamann, Donald & Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 [EMAIL PROTECTED] www.hamanndonald.com -- PHP Windows Mailing List (http://www.php