Re: [PHP] Re: strtotime

2008-11-09 Thread gilles
"Thodoris" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > O/H Bastien Koert ??: >> 2008/11/8 Maciek Sokolewicz <[EMAIL PROTECTED]> >> >> >>> gilles wrote: >>> >>> >>>> Avec la versio

Re: [PHP] Re: strtotime

2008-11-09 Thread gilles
0 to 20th Sept would return 20th October. This very useful feature > was corrected as a bug in the rewrite of Date in PHP5.1? > Reason for looking for the notes was to remember how one has to do it now > > > -- > Lester Caine - G8HFL Thanks everybody for your answer. Yes, this is a very useful feature to add days in a date. My version of PHP is 5.2.0 Fx GILLES -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] strtotime

2008-11-08 Thread gilles
Avec la version 4 de php, strtotime("20080950") fonctionne correctement en allant sur le mois d'octobre, alors qu'en version 5: 19700101. Merci de votre aide -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] forum?

2002-12-24 Thread Gilles Haverbeke
http://www.phpbb.com/ is the best free one I have seen. Greetz, Gilles - Original Message - From: "Fatih Üstündað" <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 3:51 PM Subject: [PHP] forum? > do you kno

Re: [PHP] Images not stored in Databases

2002-12-24 Thread Gilles Haverbeke
est way to make sure you don't have conflicts with filenames. Is that what you mean? Greetz, Gilles - Original Message - From: "Steve Vernon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 3:27 PM Subject: Re: [PHP] Images not st

Re: Fw: [PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-16 Thread gilles
ictim of previous testing. >- Original Message - >From: "Matt Schroebel" <[EMAIL PROTECTED]> >To: "'gilles'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Monday, July 15, 2002 4:26 PM >Subject: RE: [PHP] outputting a pdf file to

Re: [PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-16 Thread gilles
nobody? does any think this could be a bug or something? i would like to know before submitting this as a bug. At 19:18 15-7-2002 +0200, gilles wrote: >hi, > >i've run in to a strange problem, > >i'm trying to output a pdf file from disk to the browser. > >thi

[PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-15 Thread gilles
-- can anyone explain to me why you can't use the POST method? is this a bug or is this as expected (i didn't). tnx, gilles i'm running php 4.2.1 on win2000 with IIS5 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] very strange behaviour under https

2002-06-25 Thread gilles
i've been having strange behaviour from php since i run my code from behind https. i made a forum with PHP and MySQL (who didn't?), and it runs without any problems. about 10 people worked with it for a month or three and it ran just fine all that time. but now i decided to place that same fo

RE: [PHP] Test if a daemon is running...

2002-05-02 Thread Gilles Nedostoupof
I would like to monitor 3 different daemon : postfix, amavisd (a virus scanner acting as a content filter for postfix) and spamd (SpamAssassin, a spam filtering daemon invoked by procmail acting as an SMTP server). Can we be sure that a daemon is running if the .pid file exist? Gilles

[PHP] Test if a daemon is running...

2002-05-02 Thread Gilles Nedostoupof
your help ! Gilles.

[PHP] Daemon starting

2002-04-22 Thread Gilles Nedostoupof
p, sometimes no... I need to re-run the script 2 or 3 times to start the daemon correctly. (Same problem with stopping the daemon...) Anybody have an idea? Gilles.

[PHP] Problem with hashtable in globals ZTS

2001-06-21 Thread Gilles Koffmann
array_dl_handle was not part of ZTS globals, everything was OK. Any clue ? Gilles. -- PHP General 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] Delphi and PHP : problem returning parameter to script

2001-05-23 Thread Gilles Koffmann
Hi, I' have implemented in Delphi part of the ZEND API for extensions based on the example in the document in http://www.zend.com/apidoc/p2.php. My problem is that I'm not getting back my value (2) in my php script : ... ... this script prints in the browser : We sent "2" and got "" , but th

[PHP] using Delphi code with PHP

2001-05-22 Thread Gilles Koffmann
h PHP. Thank's in advance for any clue Gilles -- PHP General 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]

RE: [PHP] [ANSWER] problem uploading big (50MB) file

2001-03-29 Thread Gilles-Eric Descamps
t; and it wouldn't upload > anything cause it didn't parse it right. > In other words, set that value to what you had with say php4.0.1 > good luck! replaced 100M by 104857600, and it WORKED ! two days I was stuck on this Thanks, -- Gilles-Eric DESCAMPS,   Voi

RE: [PHP] problem uploading big (50MB) file

2001-03-29 Thread Gilles-Eric Descamps
1 1:18 PM > To: Gilles-Eric Descamps; [EMAIL PROTECTED] > Subject: Re: [PHP] problem uploading big (50MB) file > > > This is set by max_execution_time, did you restart apache to > re-read your > php.ini file? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] problem uploading big (50MB) file

2001-03-29 Thread Gilles-Eric Descamps
filesize = 104857600 ; 100 Meg default limit on file uploads I've verified this through the php info function. I'm running Apache/1.3.9 (Unix) PHP/4.0.3pl1 on a Solaris 2.6 sparc server. MS Internet Explorer 5.01 keeps timing out after 30 seconds... Any ideas ? -- Gilles-Eri