[PHP-WIN] Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.

2009-04-14 Thread Richard Quadling
this isn't PDO. Is there anyone capable of getting the Microsoft driver PDO aware? Any help/suggestions would be appreciated. Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulder

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

2009-04-15 Thread Richard Quadling
com/SQL2K5PHP) would be nice. But >> this isn't PDO. >> >> Is there anyone capable of getting the Microsoft driver PDO aware? > > > I'm planning on wrapping the new 2005 driver with a PDO-interface. In case > you're interested, I'll post my pr

Re: [PHP-WIN] Which ORM tool for Windows with Microsoft SQL Server 7/2000/2005.

2009-04-20 Thread Richard Quadling
ily take one of those native DB adapters and make them work with > the sql server for PHP driver. > Andi > >> -Original Message- >> From: David Sceppa [mailto:david.sce...@microsoft.com] >> Sent: Sunday, April 19, 2009 5:18 PM >> To: Richard Quadling >&g

[PHP-WIN] Can PHP determine if the STDOUT for a CLI script is being redirected?

2009-04-22 Thread Richard Quadling
er ideas? Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-04-29 Thread Richard Quadling
t (20 builds per extension, 40 if debug builds are also performed), but something like this was available a long time ago (http://web.archive.org/web/20071029164203/http://pecl4win.php.net/) Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND0

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

2009-04-29 Thread Richard Quadling
2009/4/29 Richard Quadling : > Hi. > > What are the plans for providing pre-built Win32 PECL extensions. > > I've been waiting for http://pecl4win.php.net to become active again. > > I understand that each extension has to be built MANY times (VC6/VC9, > ts/nts, PHP5.

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

2009-04-29 Thread Richard Quadling
2009/4/29 Jared Williams : > > >> -Original Message----- >> From: Richard Quadling [mailto:rquadl...@googlemail.com] >> Sent: 29 April 2009 11:33 >> To: PHP internals; php-windows >> Subject: [PHP-DEV] Re: Win32 PECL pre-built binaries. >&g

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

2009-04-29 Thread Richard Quadling
And then more if there are different external libraries, though I would hope that a version of a PECL extension would only run with a single version of an external library. I don't know if the dependencies are maintained in any easy way. Compare that with PHP's handful of builds.

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

2009-04-29 Thread Richard Quadling
4win from the PHP manual and referred to the "build it yourself" > documentation. If the documentation is wrong/outdated then please report a > bug. > > Regards, > Philip > > Looking forward to play with the old extensions. -- - Richard Quadling Zend Certified Engi

Re: [PHP-WIN] First PHP program not working

2009-04-29 Thread Richard Quadling
me in configuring my httpd server for php files >>> >>> >> Error 404 is a standard web error. It does not come from php. When you look >> through Windows Explorer is the test.php file in the same folder as >> index.html? Something that may be helpful is to look at the Apache log. From >> your email it would appear to be located at C:\Program Files\Apache Software >> Foundation\Apache2.2\logs. There should be an error.log (but you may not see >> the log part of the filename) and an access.log. >> >> First check to make sure that the test.php file is in the correct folder >> and then check the log files. >> >> Thanks, >> James >> >> > > > -- > Thanks > > Nagrik > favicon.ico http://en.wikipedia.org/wiki/Favicon.ico crossdomain.xml http://en.wikipedia.org/wiki/Cross-site_request_forgery -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP and Crystal Reports

2009-04-30 Thread Richard Quadling
ort->ExportOptions->FormatType = 31; // 31 = PDF, 36 = XLS, 14 = DOC // Assign the parameters to the report. $m_Stuff = new Variant(); $o_CrPeriodsParam = $o_CrReport->ParameterFields->GetItemByName('PeriodIDs', $m_Stuff); $o_CrPeriodsParam->ClearCurrentValueAndRange(); for

Re: [PHP-WIN] PHP and Crystal Reports

2009-04-30 Thread Richard Quadling
rReport->ExportOptions->DiskFileName = $s_ExportedReport; >> $o_CrReport->ExportOptions->PDFExportAllPages = True; >> $o_CrReport->ExportOptions->DestinationType = 1; // Export to File >> $o_CrReport->ExportOptions->FormatType = 31; // 31 = PDF, 36 = XLS, 14 =

Re: [PHP-WIN] printing on IIS7

2009-05-05 Thread Richard Quadling
r. In our case, Timeware didn't bomb out, but nothing was printed. As soon as we gave permissions to the printer for the Timeware service, all was well. Now with regards to IIS, I'm not too sure. What I have half worked out ... http://docs.php.net/manual/en/ini.core.php#ini.fastcgi.i

[PHP-WIN] Non blocking file i/o support for win32.

2009-05-08 Thread Richard Quadling
seems that the fcntl() function can accept O_NONBLOCK. This does not seem to be present on win32. The doc for fopen() does not mention 'n' as being available (probably for this reason). Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php

[PHP-WIN] Win32 snapshot builds.

2009-05-08 Thread Richard Quadling
-5.3.0RC3-dev.zip . cd ..\.. cd Release_TS zip.exe -9 -q php-debug-pack-5.3.0RC3-dev-Win32-VC9-x86.zip *.pdb cd ..\.. No, "x64" folder. The zips are created but not pecl package. Regards, Richard -- - Richard Quadling Zend Certified Engineer : http://zen

Re: [PHP-WIN] Debug PHP , Write Every Action (and not just errors debug related) into a file

2009-05-18 Thread Richard Quadling
Because MailEnable doesn't support special Key processing. > > Any Suggestion ? > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > An option (you may or may not want to take) is to upgrade to a lat

Re: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-18 Thread Richard Quadling
; Does someone have any experience in that matter ? > > Thank you very much ! > > If it is permissions, TEMPORARILY, allow IIS to interact with the desktop. Hopefully you can RDP to the server as the console and see what error message pops up (if any). As PHP and excel run on the se

Re: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-19 Thread Richard Quadling
2009/5/19 Faubry, Samuel : >> From: Richard Quadling >> 2009/5/18 Faubry, Samuel : >> > Hi, >> > >> > I am interfacing PHP and Excel to build a web-based >> reporting tool. I am running IIS6.0 with PHP 5.2.5 on Windows >> Server 2003, with Offi

Re: [PHP-WIN] Looking for code for an alphabetic menu in php

2009-05-22 Thread Richard Quadling
gt; > Replace species_name with the correct column name. > > Without resorting to some sort of client side scripting I am not sure you > could select multiple letters to search on with simple HTML links. > > Cheers, > James > > > -- > PHP Windows Mailing List (ht

Re: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-27 Thread Richard Quadling
observe, but not with the documentation on MSDN, so > apparently your documentation is more reliable. > > Thanks, > > Samuel > >> -----Original Message- >> From: Richard Quadling [mailto:rquadl...@googlemail.com] >> Sent: Tuesday, May 19, 2009 5:28 PM >>

Re: [PHP-WIN] Re: Excel OLE Automation : accessing the Excel constants

2009-05-27 Thread Richard Quadling
osed to happen automatically if com.autoregister_typelib is set, but as the documentation mentions, the auto-registration is library dependent. Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Excel OLE Automation using COM: file access problem

2009-05-27 Thread Richard Quadling
http://www.jose.it-berater.org/ 2009/5/27 Richard Quadling : > 2009/5/25 Faubry, Samuel : >> Hi Richard, >> >> Sorry for not replying earlier, I've had other duties to take over. >> >> Can you tell me from where you took the excerpts of documentation you &g

Re: [PHP-WIN] Question: Creating a GUI for Windows with PHP?

2009-06-09 Thread Richard Quadling
ail dot com >>> >>> >>> >>> -- >>> >>> Sent from Seattle, WA, United States >> >> >> >> -- >> PHP Windows Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > > -- > > Sent from Seattle, WA, United States > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP Not working in Virtual Directory on IIS6.0

2009-06-13 Thread Richard Quadling
't tie up. You can't mix a V4 extension into a V5 installation, or a nts and ts extension, etc. I would recommend turning off all the extensions and making sure the basic PHP installation is operational. Then turn each extension on one at a time until you see the error. Alternatively,

Re: [PHP-WIN] Can i run php script using command prompt in any location by typing scriptname.php

2009-07-02 Thread Richard Quadling
e the .BAT. If not put it at the end. That should do the trick. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" I need a car : http://snipurl.com/l4pih ZOPA : http://uk.zopa.com/member/RQuad

Re: [PHP-WIN] Can i run php script using command prompt in any location by typing scriptname.php

2009-07-02 Thread Richard Quadling
2009/7/2 Richard Quadling : > 2009/7/2 Ravi Joshi : >> Hi, >>        I have downloaded ZendServer-CE-4.0.3-Windows_x86.exe(49.6 MB) and >> installed it in C:\Program Files\Zend derectory .Whenever i want to run any >> php script i have to put my php script in C:\Progra

Re: [PHP-WIN] Can i run php script using command prompt in any location by typing scriptname.php

2009-07-02 Thread Richard Quadling
2009/7/2 Richard Quadling : > 2009/7/2 Richard Quadling : >> 2009/7/2 Ravi Joshi : >>> Hi, >>>        I have downloaded ZendServer-CE-4.0.3-Windows_x86.exe(49.6 MB) and >>> installed it in C:\Program Files\Zend derectory .Whenever i want to run any >>>

Re: [PHP-WIN] is ZendStudio IDE necessary????

2009-07-02 Thread Richard Quadling
t editor with colour syntax highlighting for PHP (EditPadPro - http://www.editpadpro.com) If you are looking for an integrated debugging environment, then maybe Zend is your bag. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "St

Re: [PHP-WIN] Can i run php script using command prompt in any location by typing scriptname.php

2009-07-04 Thread Richard Quadling
asier and you're done. If this setting up process takes more than 2 minutes, then you're doing it wrong. No need to reboot, but any open command prompts would need to be cycled to gain the new environment variable settings. Regards, Richard. [1] http://wiki.tcl.tk/1785 [2] http://en.

Re: [PHP-WIN] where is php5isapi in the distribution package ?

2009-07-06 Thread Richard Quadling
unning on IIS (and I did it manually as I wanted to know what was going on) was considerable. FastCGI is another SAPI (along with CLI, CGI, etc.) FastCGI is an evolution of CGI [1]. The web server are you using will dictate the capabilities of FastCGI. Regards, Richard. [1] http://en.wikiped

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

2009-07-21 Thread Richard Quadling
REALLY simple to follow. None of the "copy this file to there", "edit this and that" stuff. The new build process works very well (my opinion based upon the limited use I've made of it so far). You may recognize one of the co-authors! Regards, Richard Quadling. [1] htt

Re: [PHP-WIN] Perplexing crash with 5.2.9+ php5ts.dll

2009-07-24 Thread Richard Quadling
hp > > What happens if you try to run PHP from the command line? php -v php -m php --ini Enable all the extensions you want. Can you make sure that in the ini file ... display_startup_errors = On just in case you are missing a really obvious error. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" ZOPA : http://uk.zopa.com/member/RQuadling -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] php installer for windows 2008 x64

2009-08-04 Thread Richard Quadling
; PHP Windows Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Is it the case that more bits doesn't mean f

Re: [PHP-WIN] PHP non Thread/safety mode.

2009-08-04 Thread Richard Quadling
l circumstances you have no need for thread safety. To see which you have installed, run ... and look for ... Thread Safety enabled or disabled. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some v

Re: [PHP-WIN] Retrieving URL of webpage etc.

2009-08-09 Thread Richard Quadling
.net/unsub.php > > Say the ID of the row from the DB is held in $a_Row['ID']. Make the name of the checkbox ... name="delete[{$a_Row['ID']}]" Now, $_POST['delete'] will be an array of IDs to delete. -- - Richard Quadling Zend Certified Engi

Re: [PHP-WIN] Retrieving URL of webpage etc.

2009-08-10 Thread Richard Quadling
of the array is that I have, in the past, needed different amounts of information with regard to the data coming back. By using the key/ID, I can keep all the data in 1 entry. e.g. Editing ... name="data[{$a_Row['ID']}]['name']" name="data[{$a_Row['ID']

Re: [PHP-WIN] Retrieving URL of webpage etc.

2009-08-10 Thread Richard Quadling
; > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Eek! echo ""; really would be a lot easier on you if use ... echo ""; Now, $_POST['doDel'] is an array you can foreach() on witho

Re: [PHP-WIN] Retrieving URL of webpage etc.

2009-08-10 Thread Richard Quadling
2009/8/10 Richard Quadling : > 2009/8/10 Jacob Kruger : >> Ok. >> >> Now got it working with the following two bits of script: >> if ($_POST['btnDel'] == "Multiple deletion") >> { >> // perform multiple delete first >> foreach ($

Re: [PHP-WIN] Re: php_enchant not loadable

2009-08-21 Thread Richard Quadling
s version uses the functions of the » Enchant library<http://www.abisource.com/projects/enchant/> by Dom Lachowicz. You need Enchant 1.2.4 or later." [1] Regards, Richard. [1] http://docs.php.net/manual/en/enchant.requirements.php -- - Richard Quadling "Standing on the shoulder

Re: [PHP-WIN] php_enchant not loadable

2009-08-24 Thread Richard Quadling
ibglib-2.0.0.dll libgmodule-2.0.0.dll which come from http://www.abisource.com/projects/enchant/ AFAICT, you will need to compile these libraries yourself. See the quote from [1] below. "Getting Enchant You can get Enchant from AbiWord's SVN. Instructions for how to use AbiWord's anon

Re: [PHP-WIN] PHP and Crystal Reports

2009-08-24 Thread Richard Quadling
iling list archive at Nabble.com. > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Just in case anyone was wondering, RAQSoft has nothing to do with me, Richard Alan Quadling! -- - Richard Quadling "Stand

[PHP-WIN] Determining the exact location of the CLI executing the current script?

2009-08-24 Thread Richard Quadling
thing. Regards, Richard. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http://uk.zopa.com/member/RQuadling -- P

Re: [PHP-WIN] Re: php_enchant not loadable

2009-08-25 Thread Richard Quadling
ted... > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Have you tried building the external libraries? -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://w

Re: [PHP-WIN] Re: php_enchant not loadable

2009-08-25 Thread Richard Quadling
2009/8/25 Michael Tacelosky : > No, that's the problem, I don't want to install the compiler and such. >  I keep hoping that http://pecl4win.php.net/ will come back, it was a > great resource. > > On Tue, Aug 25, 2009 at 4:42 AM, Richard > Quadling wrote: >> 2009

Re: [PHP-WIN] php_enchant not loadable

2009-08-25 Thread Richard Quadling
PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I've just updated the documentation for this. May take a couple of hours before http://docs.php.net/manual/en/enchant.requirements.php gets updated. -- - Richard Quadling &

Re: [PHP-WIN] php_enchant not loadable

2009-08-25 Thread Richard Quadling
2009/8/25 Richard Quadling : > 2009/8/20 Rene Bartholomay : >> 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: &

Re: [PHP-WIN] php with iis

2009-08-25 Thread Richard Quadling
d http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ may be relevant. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c

Re: [PHP-WIN] newbie : For windows-target of PDO-driverr, CrossCompile or native-compile?

2009-08-28 Thread Richard Quadling
for windows using MS VC++ 9 - Even the Express Edition. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http://uk.

[PHP-WIN] 32bit PHP on 64bit Vista.

2009-09-01 Thread Richard Quadling
lable. Any comments would be appreciated. Regards, Richard. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http:/

Re: [PHP-WIN] http://winbinder.org/

2009-09-01 Thread Richard Quadling
t; -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > http://pecl.php.net/package/WinBinder has been around a while and is one of several mechanisms available. The PHP+GTK route is another option. -- - Richard Quadling "Stan

Re: [PHP-WIN] 32bit PHP on 64bit Vista.

2009-09-01 Thread Richard Quadling
t; mode, otherwise php won't run at all. > > HTH > J > > -Original Message- > From: Richard Quadling [mailto:rquadl...@googlemail.com] > Sent: 01 September 2009 09:24 > To: php-windows > Subject: [PHP-WIN] 32bit PHP on 64bit Vista. > > Hi. > > Is there an

Re: [PHP-WIN] 32bit PHP on 64bit Vista.

2009-09-03 Thread Richard Quadling
t; look like: > > >     >         >             /> >         >     > > > You can find more information here: > > http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/#Per-site_PHP_configuration > > -Original Message- > From: Richar

Re: [PHP-WIN] Windows Cache Extension for PHP - Beta

2009-09-03 Thread Richard Quadling
learn.iis.net/page.aspx/678/using-windows-cache-extension-for-php/ . > At what stage, if at all, would this be available via PECL? -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certified E

Re: [PHP-WIN] Re: I retreated to 5.2.6 where everything worked for months...HELP!

2009-09-03 Thread Richard Quadling
3, 2009, 3:44 PM >> >> --- On Thu, 9/3/09, Richard Quadling >> wrote: >> >> > From: Richard Quadling >> > Subject: Re: [PHP-WIN] Re: I retreated to 5.2.6 where >> everything worked for  months...HELP! >> > To: "Fred Silsbee"

[PHP-WIN] Is it possible to pass a PHP userland function as a callbak in a COM interface.

2009-09-07 Thread Richard Quadling
the same way, a proxy seems to be the only way I could think of. But, this is WAY out of my skill set (I'm remembering my c coding from over 25 years ago - eek!). Any ideas, suggestions, etc. Regards, Richard Quadling. -- - Richard Quadling "Standing on the shoulders of some ve

[PHP-WIN] Re: [DOC-BUGS] #49547 [NEW]: Errors in the phd --help text

2009-09-14 Thread Richard Quadling
is available when the site is up. By use of a registry entry ... Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor] "AutoRun"="C:\\Utils\\ANSICon.exe -p" ANSICon loads every time you load a %COMSPEC%. Doesn't support the en

[PHP-WIN] Re: [PHP-DOC] Re: [DOC-BUGS] #49547 [NEW]: Errors in the phd --help text

2009-09-14 Thread Richard Quadling
2009/9/14 Hannes Magnusson : > On Mon, Sep 14, 2009 at 11:06, Richard Quadling > wrote: >> 2009/9/14 mike at silverorange dot com : >>> 1. The --color option says it is off by default, but it was on by default >>> for me. >> >> >> In my testin

[PHP-WIN] Re: [PHP-WEBMASTER] PHP 5.1/5.2 or newer for Windows 7 64 Bit

2009-09-21 Thread Richard Quadling
ng that 64bit can run 32bit "just fine", is implying (or at least I infer) that there is no advantage for PHP on the 64bit platform over the 32bit. What are the plans for those wanting to keep up with the Jones'? -- - Richard Quadling "Standing on the shoulders of some

[PHP-WIN] Coloured console output support for windows.

2009-09-21 Thread Richard Quadling
.. ANSICON=200x (200x100) 200x is the window size 200x100 is the current visible portion. So, for text-tabled output, you can tailor the size to fit. Useful for interactive console apps. Regards, Richard. [1] http://adoxa.110mb.com/ansicon/index.html -- ----- Richard Quadling "Standing

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-22 Thread Richard Quadling
2009/9/21 Hannes Magnusson : > On Mon, Sep 21, 2009 at 12:59, Richard Quadling > wrote: >> doing, it can be done quite easily using the REG command from the >> Windows Resource Toolkit. >> >> REG ADD "HKLM\Software\Microsoft\Command Processor" /v AutoRun

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-23 Thread Richard Quadling
ole window which isn't the same as loading the shell to run PHP. MAYBE ... combining PHP with ANSICon COULD be a solution? Maybe an php_ansicon.dll extension. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_24881

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-24 Thread Richard Quadling
2009/9/24 Jason Hood : > Richard Quadling wrote: >> >> MAYBE ... combining PHP with ANSICon COULD be a solution? Maybe an >> php_ansicon.dll extension. > > If PHP supports loading DLLs, you should be able to do that > now, since it should be enough to just load ANSI.d

[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-24 Thread Richard Quadling
2009/9/24 Nathan Adams : > On Tue, Sep 22, 2009 at 4:38 AM, Richard Quadling > wrote: >> 2009/9/21 Hannes Magnusson : >>> On Mon, Sep 21, 2009 at 12:59, Richard Quadling >>> wrote: >>>> doing, it can be done quite easily using the REG command from the &g

[PHP-WIN] How exactly do I get UTF-8 data into SQL Server on Windows via ODBC SQL Native Client 10.0?

2009-10-07 Thread Richard Quadling
2009-10-07 08:46:22.730 which is what I want. I must be missing a trick as I'm sure it can't be that difficult. I'm not in a position to try PHP6 yet. Any suggestions would be gratefully received. Regards, Richard Quadling. CREATE TABLE [dbo].[Phones_Directory](

[PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Richard Quadling
LIBGLIB-2.0-0.DLLORG generates the usual error regarding missing libraries. See http://pearl.slingfile.com/dl/78ce6dbf23973ba2c40a794a3e30f8b5/4ad6e20c/hd1/sf/uploads/image/223787/LibEnchant%20Issue.png for screenshot Regards, Richard. -- ----- Richard Quadling "Standing on the shoulders o

Re: [PHP-WIN] Enchant packaging issue.

2009-10-16 Thread Richard Quadling
ip > > and put the dll (in the bin directory) in c:\php (or where you have > your php install. > > Then try: > > cd php > php -d extension_dir=ext -d extension=php_enchant.dll -m > > it should work as expected. > > Cheers, > > On Thu, Oct 15, 2009 at 12:23 PM

Re: [PHP-WIN] Enchant packaging issue.

2009-10-16 Thread Richard Quadling
2009/10/16 Richard Quadling : > 2009/10/15 Pierre Joye : >> hi, >> >> Remove all enchant and glib related modules. Fetch: >> >> http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/glib-2.22.0-vc9-x86.zip >> http://pecl2.php.net/downlo

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

2009-10-16 Thread Richard Quadling
machine. > -- > View this message in context: > http://www.nabble.com/PHP-5.2.11%2C-Windows-Vista-and-php_mbstring.dll-tp25924777p25924777.html > Sent from the Php - Windows mailing list archive at Nabble.com. > > > -- > PHP Windows Mailing List (http://www.php.net/) > To

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

2009-10-16 Thread Richard Quadling
> > Are you editing C:\Program Files\PHP\php.ini Try ... php -c "C:\Program Files\PHP\php.ini" -m "It seems like it does not even read the php.ini file that I have set it to use." Where did you set the ini file path ? You've got several places. I prefer the regis

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

2009-10-19 Thread Richard Quadling
924777p25924777.html >> Sent from the Php - Windows mailing list archive at Nabble.com. >> >> >> -- >> PHP Windows Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php > > Magnus, > > Argh... sorry about th

[PHP-WIN] 5.3 (5.3.2-dev) Win32 x86 snapshots failed. Last built on 2009/10/20 22:00 (VC6) and 23:00 (VC9).

2009-10-22 Thread Richard Quadling
Hi. Win32 x86 snapshots failed. Last built on 2009/10/20 22:00 (VC6) and 23:00 (VC9). The x64 builds are uptodate. Regards, Richard. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html Zend Certifie

Re: [PHP-WIN] Enchant packaging issue.

2009-10-22 Thread Richard Quadling
2009/10/22 Pierre Joye : > hi, > > The latest RC for 5.3.1 or the snaps have now the right DLLs included. > The installer also installs enchant and its DLLs. > > Cheers, > > On Thu, Oct 15, 2009 at 12:23 PM, Richard Quadling > wrote: >> Hi. >> >> Has t

Re: [PHP-WIN] req: help with mail on IIS 6

2009-11-03 Thread Richard Quadling
ly-To: w...@me.com' . "\r\n" . >    'X-Mailer: PHP/' . phpversion(); > mail($to, $subject, $message, $headers); > ?> > > (I've replaced the actual "to" and "from" to dummy addresses)...still doesn't > work...I don&#

Re: [PHP-WIN] Static array causing problem in recursion

2009-12-04 Thread Richard Quadling
$levelcount=$level; $child=self::getChild($node); if($child==''||$levelcount==0) { return 1; } else { $levelcount--; $rootsarray[]=$child; self::getAllChildren($child,$levelcount,False); } return $rootsarray;

Re: [PHP-WIN] Static array causing problem in recursion

2009-12-04 Thread Richard Quadling
2009/12/4 Midhun Girish : > Hello , > > Richard Quadling thank you so much.. your trick worked... :) now its > working.. heres the modified code... > >  public function getAllChildren($node,$level,$firstCall=false) >> >>   { >>       static $rootsarray=

Re: [PHP-WIN] Static array causing problem in recursion

2009-12-04 Thread Richard Quadling
2009/12/4 Midhun Girish : > hello all, > > hey Richard Quadling you are right... sorry man.. i just noticed that just > now. > > Actually i missed th line self::getAllChildren($child,$levelcount,False); > that you gave and thought it was a mistake...that y i updated the >

Re: [PHP-WIN] Windows 2008R2 and LDAP connections

2009-12-15 Thread Richard Quadling
cal details for using IIS with ASP for AD/LDAP authentication [1]. And one for PHP with AD/LDAP [2] Regards, Richard. [1] http://support.microsoft.com/kb/326340 [2] http://www.developer.com/xml/article.php/3100951/Integrating-Active-Directory-with-PHP.htm -- - Richard Quadling "Standing on

Re: [PHP-WIN] PHP console (php.exe -a)

2009-12-30 Thread Richard Quadling
HP processing. Notice: Undefined variable: a in - on line 7 The first variable PHP is seeing is this one.This is some more plain text. To make this all go, press CTRL+Z or F6 and then ENTER (at least for Windows). Can someone confirm that CTRL+Z/F6 is the same exit mechanism for non windows please? I

Re: [PHP-WIN] PHP console (php.exe -a)

2009-12-30 Thread Richard Quadling
2009/12/30 Richard Quadling : > 2009/12/27 Libor : >> Hi all, >> I don't know if I am stupid or what but I can't find out how to send typed >> code to execute. >> >>> php.exe -a >> Interactive mode enabled >> >> Pressing or didn&#

Re: [PHP-WIN] PHP console (php.exe -a)

2009-12-30 Thread Richard Quadling
2009/12/30 Richard Quadling : > 2009/12/30 Richard Quadling : >> 2009/12/27 Libor : >>> Hi all, >>> I don't know if I am stupid or what but I can't find out how to send typed >>> code to execute. >>> >>>> php.exe -a >>>

Re: [PHP-WIN] nmake clean bug

2010-01-13 Thread Richard Quadling
> --with-extra-libs=c:\src\win32build\lib;c:\OpenSS >> L\lib >> --END--- >> >> >> Is this considered a bug in the makefile? >> > > > > -- > Pierre > > http://blog.thepimp.net | http://www.libgd.org > > -- > PHP Windows Mailin

Re: [PHP-WIN] Server side redirection - yet again

2010-01-27 Thread Richard Quadling
d be to create a downloader which validates the session and if all is well, issues the appropriate headers to force a download and then readfile() the document. No direct access to the download. Must be validated to get the download. Simple to implement. -- - Richard Quadling "Standin

Re: [PHP-WIN] Server side redirection - yet again

2010-01-27 Thread Richard Quadling
ad broken his body, but not his spirit...' > > ----- Original Message - From: "Richard Quadling" > > To: "Jacob Kruger" > Cc: > Sent: Wednesday, January 27, 2010 12:42 PM > Subject: Re: [PHP-WIN] Server side redirection - yet again > > &g

Re: [PHP-WIN] Server side redirection - yet again

2010-01-27 Thread Richard Quadling
pect there to be any HTML tags in this script. It should do 1 of 3 things. 1 - Issue a redirect header to the login/home page if the session is invalid. 2 - Do nothing if the requested document id is invalid - though you may want to do something different. 3 - Output the headers and the document

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Richard Quadling
oximate round trip times in milli-seconds: >>   Minimum = 0ms, Maximum = 0ms, Average = 0ms >> >> >> I did not go through all the testing for the default site as it does not >> exist anymore. The site is custom configured and it does serve html and asp >> pages wi

Re: [PHP-WIN] 64-bit PHP binaries

2010-02-15 Thread Richard Quadling
in the long run (the library that php_mssql.dll depends on is very old and no longer maintained by MS and has "issues".). Use the SQL Native Client driver with either ODBC (php_odbc is already built in) or the new MS SQL driver for PHP (http://www.codeplex.com/SQLSRVPHP). Richard. -- --

Re: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-23 Thread Richard Quadling
ges. I'm no expert! Sorry. Richard. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend Certified Engineer : http://zend.com/zce.

Re: [PHP-WIN] PHP mailer and IIS 7.0

2010-03-17 Thread Richard Quadling
ly known as html_mime_mail5 from http://www.phpguru.org). The SMTP connector acts as a hold and forwarder rather than a straight passthru, which does mean you deliver mail to the LOCAL smtp "server" and not the final recipient. So no knowing if delivery was successful in real time. --

Re: [PHP-WIN] Windows binaries

2010-04-06 Thread Richard Quadling
ing this? -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : htt

Re: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Richard Quadling
needs to be an address held on the live.com server. You will not be able to use the live.com mail servers to send email to me (at GMail.com), for example. That is called relaying and more specifically, due to the lack of security, an open relay. If you want to use live.com to send email to s

Re: [PHP-WIN] Trouble running a select query against a database, when I know the connection is working, and the data is there

2010-04-13 Thread Richard Quadling
On 13 April 2010 09:36, Jacob Kruger wrote: > if ($arr.count > 0) Try ... if (mysql_num_rows($arr) > 0) -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.e

Re: [PHP-WIN] Trouble running a select query against a database, when I know the connection is working, and the data is there

2010-04-13 Thread Richard Quadling
Use of undefined constant count - assumed 'count' in Command line code on line 1 string(19) "Resource id #5count" and ... php -r "var_dump(fopen('./AUTOEXEC.BAT', 'rt').count > 0);" outputs ... Notice: Use of undefined constant count - assumed 'count&#

Re: [PHP-WIN] Trouble running a select query against a database, when I know the connection is working, and the data is there

2010-04-13 Thread Richard Quadling
List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Good catch Toby. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.

[PHP-WIN] Using PHP to launch more PHP scripts and use WinCache.

2010-04-13 Thread Richard Quadling
sn't known. Any suggestions? -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend Certified Engineer : http://zend.com/zce.php?c=ZEND00249

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Richard Quadling
php_msql.dll requires msql.dll See the "Notes for Win32 users" on http://docs.php.net/manual/en/msql.installation.php -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://ww

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Richard Quadling
On 28 April 2010 15:55, Chris wrote: > Hello Richard, and thanks for your assistance.  I do have it in the path.  I > have done a search on the server for msql.dll and it doesnt exist.  Where > does it come from and how do I get it? > > Thanks, > Chris > > "Richar

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-28 Thread Richard Quadling
On 28 April 2010 17:13, Chris wrote: > Pretty much the same exact thing. Excellent. So the library is loaded and working. What is the exact error are you getting? Is this on your machine or the server? -- ----- Richard Quadling "Standing on the shoulders of some very clever giants!&qu

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-29 Thread Richard Quadling
On 28 April 2010 17:21, Richard Quadling wrote: > On 28 April 2010 17:13, Chris wrote: >> Pretty much the same exact thing. > > Excellent. So the library is loaded and working. > > What is the exact error are you getting? Is this on your machine or the > server? Anyt

[PHP-WIN] Compiling PHP with MS SQL Server Driver for PHP support

2010-04-29 Thread Richard Quadling
tell, it all works just fine too! Richard. -- - Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend Certified Engineer : http://zend.com/zce.php

Re: [PHP-WIN] Unable to load php_msql.dll

2010-04-29 Thread Richard Quadling
:\php, not c:\php\extensions.  Those cmds you gave me found the issue. > > Again, your time was very appreciated.  If I could ever return the favor in > some way just let me know. > > Chris > > > -Original Message- > From: Richard Quadling [mailto:rquadl...@googlemail

  1   2   >