I have PHP 5.3.3 with intl and sqlite3 support running. But if I create
a full text search table:
CREATE VIRTUAL TABLE test USING fts3(text, tokenize=icu de_CH)
I get the error:
Warning: SQLite3::exec(): unknown tokenizer: icu
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe,
, packages.
My real aim is to try and have a setup as close as I can to my ISP.
Hope someone can help.
Best regards
Simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hing is
wrong on the PHP side but I don't know what to check.
Thanks!
Simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1.4.8 stable
Is there an easy way to test if my setup can send emails?
I've been trying to get my Mediawiki Wiki (it does require PEAR Mail) to
send email but I never receive them so I'm thinking that something is
wrong on the PHP side but I don't know what to check.
Thanks!
Thanks for the link but I run it as CGI so I don't think it would apply
to me.
And I only use PHP because I installed a few Wikis. My knowledge of PHP
is very limited.
And since I have a few PEAR packages installed, I should run a pear
upgrade-all after?
Thanks!
Simon
-Original Me
Hi,
I'm currently running version 5.0.5 on Windows 2003.
I'd like to upgrade to 5.1.4.
To do so, I just need to unzip 5.1.4 zip in my PHP dir and overwrite
everything?
Thanks!
Simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ch.php:46
Stack trace:
#0 c:\apache\corizon\inventory\batch.php(46):
com->OpenDSObject('WinNT://DOMAIN/...', 'administrator', 'password', 1)
#1 {main}
Using php5 on windows XP and 2003
Many thanks,
Simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
well someone is confused ;) , PHP_OS is a PHP constant , simply
Simon Wheeler
firepages
"Luis Moreira" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> David Scott wrote:
>
> > In the PHP on Windows chapter of Programming PHP, there is mention of
4 now but having issues with that ;)
, if it works in that I will be happy , but would like to submit a bug if
thats what it is.
Regards.
Simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
;r' ) ;
its just dandy and does exactly what is expected eg start an instance of the
script is a new (gtk) window
there is a lot more code but for sure it dies just there.
I would have posted this on the gtk lists but I think its php itself at
issue ? any ideas anyone ??
Regards,
Simon.
--
Thanks Stephen,
yep I have already made sure connection etc is good, the main problem here
is getting binary data out of the ldap directory - I was hoping someone
around has had experience with this, but I will have to scratch my head some
more.
Cheers
Simon
"Stephen" <[EMAIL PROTECT
George,
I think you will find that this is the local OS causing the problem. Does it
still do that if Acrobat Reader is installed on the machine browsing?
Cheers
Simon
"George Pitcher" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I use the fol
C=com','objectclass=*');
$ar = ldap_get_entries($res,$info);
$data = $ar[0]['thumbnailphoto'][0];
echo Header("Content-Type: image/jpg").$data;
?>
Cheers
Simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Just to add that if i call a method of an external class method it works
fine
sqlite_create_function(
$this->db ,
'link_keywords' ,
array($external_class,
'linkers') ,
1 );
just methods of $this ?
"Simon Wheeler" <[EMAIL PROTECTED]> wrote in message
e
sqlite_create_function( $this->db , 'link_keywords' , 'linkers' , 1 )
;
is this a bug or am I just calling it incorrectly ?
Regards,
Simon Wheeler
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello!
I have problems if i want to communicate with my serial interface.
someone told me to try with the COM functions, but i didn't find any
examples in the internet.
i hope someone can help me!
thanks
simon
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit:
> I following the build instructions:
> ( http://www.php.net/manual/en/install-windows.php#install.windows.build )
>
> When loading php4ts workspace (.dsw) or project (.dsp)
> PHP 4.0.5 or 4.0.6 compile i get error message:
>
> 'LINK : fatal error LNK1104: cannot open file "TSRM.lib"'
I download
Hi!
I following the build instructions:
( http://www.php.net/manual/en/install-windows.php#install.windows.build )
When loading php4ts workspace (.dsw) or project (.dsp)
PHP 4.0.5 or 4.0.6 compile i get error message:
'LINK : fatal error LNK1104: cannot open file "TSRM.lib"'
bye, Benjamin
-
$char) ? $char : '#';
$char_num++;
}
printf("%-48s %s\n", $hex, $ascii);
}
print "";
print "##Just about to send the mail, as the next statement.\n";
$sent = mail($to, $subject, $msg_body, $headers);
print "##The mail command has complete
Does this mailing list have an FAQ anywhere?
[Simon Willison] -Original Message-
From: Paul Trapnell [mailto:[EMAIL PROTECTED]]
Sent: 01 February 2001 01:00
To: php
Subject: re: links to php install bundles and tutorials
--thanks for the additional tutorial link (the Meloni one at
You could always use Apache - it's free, works fine on Windows 98 and is
easier to set up than you might think.
Try this tutorial:
"Setup and Install Apache + PHP4 on Windows" :
http://www.thickbook.com/extra/php_apachephp4_win.phtml
Cheers,
Simon
-Original Message-
Fr
I think it depends mainly on the scale of the project. PHp and JSP can both
be used to achieve exactly the same things (i.e dynamically generated pages,
tied in with databases, user interaction etc) - it's a lot easier to learn
and develop in PHP because you don't have to learn Java first.
The b
use the
"w" element of the date function returns Sunday as 0 rather than 1
Read up on the PHP date function - it's very powerful and very easy to use
Cheers,
Simon
-Original Message-
From: Ben Cairns [mailto:[EMAIL PROTECTED]]
Sent: 25 January 2001 10:22
To: [EMAIL PROTECTED]
Su
I've player around with a few concepts involving this, and come up with 3
possible (although tricky) solutions:
1. Use your own code similar to the UBB syntax used on many message board
systems. Here users can use HTML-like codes such as [b]Text in bold[/b],
[i]text in italics[/i] etc - it's ve
It's free for non-commercial sites!
http://www.tfc-central.co.uk/sslinks/
There you have it - if this is inappropriate for this list please tell me,
otherwise I'd welcome any comments / suggestions on the script (especially
ideas for version 1.2).
Cheers,
Simon Willison
aka Skunk
htt
You need to use sprintf or printf to format the output. Here's the
necessary code:
$Percent = sprintf ("%0.2f", $Percent);
If you use printf it will print the result, whereas sprintf (as used above)
returns the string and lets you assign it to a variable instead.
More info here: http://www.ph
26 matches
Mail list logo