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
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
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
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
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
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.
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
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.
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
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
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
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 =
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
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
-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
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
; 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
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
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
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
>>
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
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
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
'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,
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
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
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
>>>
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
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.
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
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
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
; 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
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
.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
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']
;
> --
> 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
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 ($
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
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
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
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
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
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
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
&
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:
&
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
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.
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:/
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
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
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
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
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"
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
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
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
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
..
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
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
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
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
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
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](
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
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
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
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
>
>
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
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
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
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
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
$levelcount=$level;
$child=self::getChild($node);
if($child==''||$levelcount==0)
{
return 1;
}
else
{
$levelcount--;
$rootsarray[]=$child;
self::getAllChildren($child,$levelcount,False);
}
return $rootsarray;
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=
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
>
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
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
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
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
>>>
> --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
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
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
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
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
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.
--
--
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.
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.
--
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
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
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
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
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.
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
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
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
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
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
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
:\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 - 100 of 172 matches
Mail list logo