Re: [PHP] trouble with function openssl_csr_new()

2007-03-23 Thread Richard Lynch
On Wed, March 21, 2007 5:05 am, Albert Kopka wrote: > > Hi ... > > I want to generate certificate for smardcard login (MS Win-XP) > and for do that the subject of certificate should contain same key > (in key:value of $dn) multiple times for example ... > > cert generated by ca suplied with W-2

Re: [PHP] Flash animation without install Flash!

2007-03-23 Thread Richard Lynch
On Wed, March 21, 2007 4:58 am, Helder Lopes wrote: > Because the problems with virus in internet the people dont install > activex > controls. > My question is: > > How to put a flash in the website without asking the person to install > activex control?? A) There is no PHP in this question. B) F

Re: [PHP] High quality image resizing

2007-03-23 Thread Edward Vermillion
On Mar 23, 2007, at 8:32 PM, Jake McHenry wrote: On Fri, March 23, 2007 10:57 am, Markus Fischer wrote: I'm searching for a high quality image resizing facility to be used within PHP in an Unix/Linux environment. Probably everyone will now answer: imagecopyresampled() However, the quality

Re: [PHP] Out source files

2007-03-23 Thread Richard Lynch
On Wed, March 21, 2007 4:36 am, Manuel Vacelet wrote: > My main question is "What happens if there is bug in my application, > if someone exploit a vulnerability of php or apache?". You will never ever have 100% guarantee that it's safe. Anybody who tells you that you do is lying. Or very stupid

Re: [PHP] Reuse PHP functions in a third-party application

2007-03-23 Thread Richard Lynch
On Wed, March 21, 2007 3:34 am, Robert Enyedi wrote: > Thanks for the info. Under these circumstances I suppose that the CGI > calling mode is the best suited. > > On the other hand this option might raise some performance penalty. I > wonder if better performance could be achieved if I would use a

Re: [PHP] Name Capitalization

2007-03-23 Thread Richard Lynch
On Fri, March 23, 2007 1:03 pm, Paul Novitski wrote: > At 3/21/2007 04:57 AM, Shafiq Rehman wrote: >>Some problems are universal and we cannot fix them in computer >> science. I >>think it's better to educate/guide your visitors about such names >> that they >>write in correct capitalization > > >

[PHP] What is wrong with this function please?

2007-03-23 Thread Robin Wilson
Hello I'm trying to do a function that emails users and sends an attachment. But I think something is in the wrong order or something as when I send it Exchange discards it. This is the function which I have put together from various sources: I would really appreciate any help as I have been

[PHP] What is wrong with this function please?

2007-03-23 Thread Robin Wilson
Hello I'm trying to do a function that emails users and sends an attachment. But I think something is in the wrong order or something as when I send it Exchange discards it. This is the function which I have put together from various sources: I would really appreciate any help as I have been

RE: [PHP] What is wrong with this function please?

2007-03-23 Thread Jake McHenry
I take it there are no errors... And your using windows... Sending to exchange... I guess with seeing what you posted, I would start by echoing out what you have in $to, $subject, $msg, $headers. Are there any errors in Exchange logs? Do you see the message coming into Exchange queue? Jake > --

RE: [PHP] What is wrong with this function please?

2007-03-23 Thread Jake McHenry
Have you changed anything in an hour? I'm too lazy to compare the two emails... Jake > -Original Message- > From: Robin Wilson [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 10:46 PM > To: php-general@lists.php.net > Subject: [PHP] What is wrong with this function please?

RE: [PHP] Configure question

2007-03-23 Thread Jake McHenry
I scanned over it quick.. Looks interesting.. Thanks :) I'll get into it more tomorrow Jake > -Original Message- > From: Jochem Maas [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 7:58 PM > To: Jake McHenry > Cc: php-general@lists.php.net > Subject: Re: [PHP] Configure questio

RE: [PHP] Question before upgrading to 5

2007-03-23 Thread Jake McHenry
Yea, that's what I was planning on doing, but the way I had my original configure options file set up it would have over written php4... Which turns out after my testing today it would have been ok :) ... But I installed a new copy of apache and php just to be safe... It only took an extra 10 minut

Re: [PHP] usage of flock

2007-03-23 Thread Myron Turner
Richard Lynch wrote: On Fri, March 23, 2007 7:52 pm, Yvan Strahm wrote: I am confused with the flock function and its usage. I have jobs which are stored in a database, these jobs are run by a series of job_runners scripts but sometimes the job_runners stop ( server or php crash-down). So i p

[PHP] Re: Another SimpleXMLElement question...

2007-03-23 Thread Haydar TUNA
Hello, This is Simple XML extensions. The SimpleXML extension requires PHP 5!. For this reason you can only use other XML extensions such as XML parser.:) -- Haydar TUNA Republic Of Turkey - Ministry of National Education Education Technology Department Ankara / TURKEY Web: http://www.haydartun

[PHP] newbie question about storing big5 codes into mysql-5.0.24a

2007-03-23 Thread Man-wai Chang
create table temp ( big5 char(2) ) character set big5 collate big5_bin; insert into temp ( big5 ) values ( 0x9f54 ); insert into temp ( big5 ) values ( 0x9f53 ); The 2nd query will report duplicated key. How should I fix the problem? -- .~. Might, Courage, Vision, SINCERITY. http://www.linu

<    1   2