[PHP] Re: [PHP-DEV] PHP 5.4.16 and PHP 5.3.26 released!

2013-06-06 Thread Pierre Schmitz
.26 is recommended for those wishing to remain on the 5.3 series. Is there a way to access the content of the relevant bug report here? https://bugs.php.net/bug.php?id=64879 Who is allowed to see these private reports? Greetings, Pierre -- Pierre Schmitz, https://pierre-schmitz.com -- PHP Ge

[PHP] Unset and __destruct

2012-12-06 Thread Pierre du Plessis
Hi all I searched the internet (probably not hard enough), and couldn't find a decent answer. I was wondering why, when calling unset on an object, it doesn't automatically call the __destruct method (if it exists) on the object. When unsetting an object, php doesn't automatically remove referen

[PHP] Activating the mysql_clear_password plugin

2012-09-27 Thread Pierre-Gildas MILLON
the mysql client ? Regards, Pierre-Gildas MILLON pg.mil...@gmail.com

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-28 Thread Pierre Joye
e easier to debug. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
On Mon, Nov 28, 2011 at 1:07 AM, Keith Davis wrote: > Thanks Pierre! And thanks Tommy for bringing that up. I've been discussing > the Wincache issue for some time and also brought it up with the new MS > person assigned to it, but I had completely forgot to check sqlsrv and that

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
hi, I just uploaded two zip for sqlsrv and 5.4. I did not test them and they are no official builds, only for testing purposes (so is 5.4 :). you can find them at http://www.php.net/~pierre/ Cheers, On Sat, Nov 26, 2011 at 9:43 AM, Tommy Pham wrote: > Hi everyone, > > 5.3.9RC2 works

[PHP] Re: [PHP-WIN] 5.3.9RC2 and 5.4RC2

2011-11-27 Thread Pierre Joye
release as we do not know yet all possible issues we may find during the RCs phase. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PECL-DEV] php_bcompiler.dll dependencies?

2011-10-12 Thread Pierre Joye
ompile it OK, but it will not link. I have posted the build output error > messages in a previous post. I am wondering if building PHP from source code > would produce some files that would help me get past the link errors. > > -- Pierre @pierrejoye | http://blog.thepimp.net | ht

[PHP] Re: [PHP-WIN] Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??

2011-03-26 Thread Pierre Joye
We would not recommend to use it if we do not trust this project. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-WIN] Re: [PHP] Which versions of Apache will PHP 5.3.6 work with??

2011-03-25 Thread Pierre Joye
here are no official builds of Apache, but convenience builds. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Pierre Joye
See the NEWS file in the release. 2011/3/10 sexyprout : > Sorry everyone. I actually meant "the full changelog from v5.3.5 to v5.3.6." > > -- > sexyprout > -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List

[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.6RC2 Released for Testing

2011-03-10 Thread Pierre Joye
2011/3/10 sexyprout : > What will be the changes in PHP 5.3.6 final? No change between RC3 and final if everything is fine in this RC, if not then we may need another RC. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (h

Re: [PHP] [security] PHP has DoS vuln with large decimal points

2011-01-25 Thread Pierre Joye
fix this exact bug :-) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [Bulk] Re: [PHP] Re: [Bulk] Re: [PHP] Why [?php while (true) { sleep(5); } ?] dies on CLI?

2009-06-13 Thread Jean-Pierre Arneodo
Ashley Sheridan a écrit : On Thu, 2009-06-11 at 20:52 +0200, Jean-Pierre Arneodo wrote: Ashley Sheridan a écrit : On Thu, 2009-06-11 at 10:47 +, Jean-Pierre Arneodo wrote: Hi! I'm stuck. I don't understand why the php CLI dies after 3 hours in my script. A

[PHP] Re: [Bulk] Re: [PHP] Why [?php while (true) { sleep(5); } ?] dies on CLI?

2009-06-11 Thread Jean-Pierre Arneodo
Ashley Sheridan a écrit : On Thu, 2009-06-11 at 10:47 +, Jean-Pierre Arneodo wrote: Hi! I'm stuck. I don't understand why the php CLI dies after 3 hours in my script. Any idea to solve? Thanks PHP 5.2.9-0.dotdeb.2 with Suhosin-Patch 0.9.7 (cli) (built: Apr 7 2009 20:06

[PHP] Why [?php while (true) { sleep(5); } ?] dies on CLI?

2009-06-11 Thread Jean-Pierre Arneodo
Hi! I'm stuck. I don't understand why the php CLI dies after 3 hours in my script. Any idea to solve? Thanks PHP 5.2.9-0.dotdeb.2 with Suhosin-Patch 0.9.7 (cli) (built: Apr 7 2009 20:06:36) Linux ubuntu 2.6.24-19-server #1 SMP Wed Jun 18 14:44:47 UTC 2008 x86_64 GNU/Linux Conf [php.ini] max_

[PHP] Re: [PHP-DEV] Re: PHP 5.3.0RC1

2009-03-24 Thread Pierre Joye
. Can someone fix > this? > > thanks for your hard work > Johannes > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP General Ma

RE: [PHP] Script Analysis (was Conclusion of "use strict"...)

2009-03-21 Thread Pierre Lilliman
Using it (and Codenizer within), this is completely different thing... Regards > > Hi guys, > > Check out Netbeans IDE for PHP. > http://www.netbeans.org/features/php/ > > Your wishes answered. > Though it doesn't have "use strict" but it tracks variables for you. > > Virgil > http://www.jampmar

[PHP] Script Analysis (was Conclusion of "use strict"...)

2009-03-20 Thread Pierre Lilliman
I have been using same program for some (not very long time), and I find it very useful, although it has some annoying things (inability to work with all kinds of include expressions). Still I think every serious PHP developer should consider using something like this. Cheers --- On Thu, 3/19

RE: [PHP] Re: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles
Yes. It can't find a file.> To: php-general@lists.php.net> Date: Tue, 20 Jan 2009 17:14:14 -0600> From: nos...@mckenzies.net> Subject: Re: [PHP] Re: Installation problems on Vista> > lucson pierre-charles wrote:> > Nathan,> > > > When I remove the #&

RE: [PHP] Re: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles
Installation problems on Vista> > lucson pierre-charles wrote:> > Dear Nathan,> > The "short_tags" is sure off but when I changed the > > scripts, they're still being output to the browser. > > > > These are the lines I added to the modules section:

RE: [PHP] Installation problems on Vista

2009-01-20 Thread lucson pierre-charles
to process PHP script files. Check > out this page:> > http://www.ampsoft.net/webdesign-l/how-to-install-apache-php-mysql-3.html> > -TG> > - Original Message -> From: lucson pierre-charles > To: > Date: Mon, 19 Jan 2009 22:37:25 +> Subject: [PHP]

[PHP] RE: Installation problems on Vista

2009-01-20 Thread lucson pierre-charles
IniDir "c:/php5" I added these lines to the DirectoryIndex: DirectoryIndex index.html index.html.var index.php Lucson> Date: Mon, 19 Jan 2009 22:49:01 +> From: nrix...@gmail.com> To: lucsonpie...@hotmail.com> CC: php-general@lists.php.net> Subject: Re: Installation pr

[PHP] Installation problems on Vista

2009-01-19 Thread lucson pierre-charles
I am having problems installing the zip package (PHP5) on Windows Vista. The output will not come on the browser upon testing. Only the code is being output to the browser. Apache (Apache 2) was properly installed. Your assistance please. Regards, Lucson

[PHP] Re: [PHP-DEV] Re: PHP 5.3.0alpha3

2008-12-08 Thread Pierre Joye
hi! On Mon, Dec 8, 2008 at 12:50 PM, Rodrigo Saboya <[EMAIL PROTECTED]> wrote: > All links at http://windows.php.net/qa/ are 404. Fixed, the files were there but a change I made in the scripts was setting the wrong directory. Thanks for the head up! Cheers, -- Pierre http://blog.th

[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2

2008-09-04 Thread Pierre Joye
And do not forget that the x64 builds are highly experimental. I would not suggest to use them for anything else but testing. They are also incomplete as some libraries are not yet ported to x64 or other needs tweaks. Cheers. -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PH

[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2

2008-09-04 Thread Pierre Joye
also a commercial product being 100% compatible with mod_rewrite (http://www.micronovae.com/ModRewrite/ModRewrite.html). -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2

2008-09-03 Thread Pierre Joye
and 6.x). > http://windows.php.net/downloads.php is a huge improvement. Thank you very > much! You are welcome! Very nice to see that it is appreciated, the PHP Windows team has worked hard to get here :-) Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DEV] Re: [PHP] PHP 5.3.0alpha2

2008-09-03 Thread Pierre Joye
some when they have began the move to VC9. VC9 Apache builds can be fetched from http://apachelounge.com, they are known to work very well. > and 2) Will there be PECL builds also? Yes, but directly in pecl.php.net package homepage. Cheers, -- Pierre http://blog.thepimp.net | http://www.lib

[PHP] Re: [PHP-DEV] PHP 5.3.0alpha1

2008-08-05 Thread Pierre Joye
gt; http://downloads.php.net/johannes/ > > So.. Apparently we will not get Windows builds of alpha1 as some of > the new extensions didn't build on Windows.. Is someone working on > fixing that problem for alpha2? Indeed, as you can notice yourself snaps are working. Cheer, -- P

Re: [PHP] XAdES in PHP

2008-01-16 Thread Pierre Pintaric
Thanks for your responses I think I will start a project for PHP with the implementation of a library for signatures Of course, with XAdES, XMLDSig will be covered... Now I have to learn XAdES specifications, a splendid activity ;-) stay tuned... ;-) -- Pierre PINTARIC SICTIAM Porte 15

[PHP] XAdES in PHP

2008-01-14 Thread Pierre Pintaric
r response. -- Pierre PINTARIC SICTIAM Porte 15 Space Antipolis 3 2323, chemin Saint Bernard 06225 Vallauris Tel : 04 92 96 80 83 Fax : 04 92 96 92 96 http://www.sictiam.fr/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Parsing mail file [RESOLVED]

2007-01-31 Thread Pierre Pintaric
rfc2045 compliant messages). Good luck Mauro Lorenzutti a écrit : Hi Pierre, I have the same problem: I'm searching a function to parse an email file. I found this one: http://pear.php.net/package/Net_IMAP/ I think that you can extract the code you need from the function getParsedHe

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Roman Neuhauser a écrit : Because otherwise you cannot possibly understand how to use a ready-made library correctly? All of them (those who teach how to use Google) certainly knows all about GD (jpeg, gif, png, ...), zip, EXT3/FAT32/NTFS system, ... I am certainly on the wrong place, sorry.

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Jim Lucas a écrit : But don't just ask us to hand you the answer. We are all here to teach each other to become better programmers. We should not be cut/paste junkies. Thanks for your help... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Myron Turner a écrit : Jim Lucas wrote: he wants a cut/paste answer to his problem. He doesn't want to build something and learn how it all works. He just wants it to work out of the box. Why would someone want to read an RFC if he didn't have to? Maybe we should all start by writing our

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Roman Neuhauser a écrit : That's probably because you don't know enough about the field to use the right search terms, since PEAR *does* contain a package for parsing email messages, and I have no problems arriving at it from the search box on http://pear.php.net/ ... ftp://ftp.rfc-editor.org/in

Re: [PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
Jim Lucas a écrit : Pierre Pintaric wrote: Hello there, I'm sure this question was ask 1,000 times, but I didn't find any archive about this, that's why I need help... Here is my problem: I receive mail file from my MTA (ie QMail), that works fine. Now, I would to fi

[PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
share, I will please him... :-) Thanks for your help. Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Parsing mail file

2007-01-30 Thread Pierre Pintaric
share, I will please him... :-) Thanks for your help. Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] two php.ini on the same server

2007-01-30 Thread Pierre Pintaric
Richard Lynch a écrit : On Fri, January 26, 2007 6:36 am, phpdevster wrote: Hi i am trying to run two Apache server on the same machine and that is work fine but the problem is how to create separate php.ini for each Apache server . is that possible ?? In Apache 2, there is a PHPIniD

[PHP] clamAV & PHP

2007-01-04 Thread Pierre Pintaric
Hello there, I would scan files with PHP using clamAV. I found discussions about 2 PEAR modules: - php-clamav (It looks like abandonned) - phplibclamav (I didn't succeed to install) Does someone used clamAV to check files? And which plugin is installed? Any help will be welcomed Thanks PPCM

[PHP] Re: [PHP-DEV] PHP 5.0.4RC1 and PHP 4.3.11RC1 rolled

2005-03-14 Thread Pierre-Alain Joye
ly out of date for both PHP 5.0.4 > and 4.3.11, where is the windows build pulling these versions > from? Feel like it was not updated on the building host. PEAR should be 1.3.5, I do not remember the other, but the script should be updated. Regards, --Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP_EOL on Darwin?

2004-11-01 Thread Pierre Ancelot
\n will set the appropriate. On Monday 01 November 2004 04:53, Greg Beaver wrote: > Hi all, > > What's the standard line ending for Darwin? is it still the same as old > Mac, which I think was just \r? Or does it use \n like unix? > > Greg -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP5 on IBM PowerPC; good combination?

2004-10-27 Thread Pierre Ancelot
o get it to compile. > > -Brent > - Original Message - > From: "Pierre Ancelot" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 27, 2004 8:09 AM > Subject: Re: [PHP] PHP5 on IBM PowerPC; good combination? > > > ye

Re: [PHP] PHP5 on IBM PowerPC; good combination?

2004-10-27 Thread Pierre Ancelot
yes, use debian: http://www.debian.org and study the apt system you'll get no problem. (php 5 is not in "sarge" which is what you should use but compiling php5 on it gives no problem.) and debian supports very well ppc... On Wednesday 27 October 2004 15:25, Aaron Gould wrote: > My company is

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
ert Cummings: > > On Tue, 2004-10-26 at 00:37, Pierre Ancelot wrote: > > > in fact i got it in the ./configure --help : > > > > > > [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ ./configure --help | grep -i > > > spider --enable-spider Enable spider suppo

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
very good question, why didn't it works the way it was described in the tut ? On Tuesday 26 October 2004 17:07, Robert Cummings wrote: > On Tue, 2004-10-26 at 10:14, Curt Zirzow wrote: > > * Thus wrote Robert Cummings: > > > On Tue, 2004-10-26 at 00:37, Pierre Ancelot w

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
: > > On Tue, 2004-10-26 at 00:37, Pierre Ancelot wrote: > > > in fact i got it in the ./configure --help : > > > > > > [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ ./configure --help | grep -i > > > spider --enable-spider Enable spider support

Re: [PHP] not _that_ fixed....

2004-10-26 Thread Pierre Ancelot
no worries, i was in bed too :P trying, thanks :) On Tuesday 26 October 2004 14:01, Robert Cummings wrote: > On Tue, 2004-10-26 at 00:58, Pierre Ancelot wrote: > > humm, thank you, finaly someone that did something of that kind :) > > > > well, i want it as a dynamic e

Re: [PHP] Protecting Commercial PHP Scripts

2004-10-26 Thread Pierre Ancelot
i used turck mmcache you can googlize for it, it works very well, encrypts the code, store most used files in shared memory... in other words, it also opitimise... that's what i preconise On Tuesday 26 October 2004 13:44, Nick Wilson wrote: > Hello all, > > I was wondering if anyone might hav

[PHP] not _that_ fixed....

2004-10-25 Thread Pierre Ancelot
/spider/ -I/home/pierre/phpsource/php-4.3.9/ext/spider/ -DPHP_ATOM_INC -I/home/pierre/phpsource/php-4.3.9/include -I/home/pierre/phpsource/php-4.3.9/main -I/home/pierre/phpsource/php-4.3.9 -I/home/pierre/phpsource/php-4.3.9/Zend -I/home/pierre/phpsource/php-4.3.9/ext/xml/expat -I/home/pierre

Re: [PHP] not _that_ fixed....

2004-10-25 Thread Pierre Ancelot
06:47, Robert Cummings wrote: > On Tue, 2004-10-26 at 00:37, Pierre Ancelot wrote: > > in fact i got it in the ./configure --help : > > > > [EMAIL PROTECTED]:~/phpsource/php-4.3.9$ ./configure --help | grep -i spider > > --enable-spider Enable spider support >

Re: [PHP] php extension problem

2004-10-25 Thread Pierre Ancelot
fixed. i downloaded the source from php.net and it works now... the previous source i had came from apt system. maybe the source is patched ? if i'm not the only one to have had this problem, let me know, i'll mail the debian maintener thanks, On Monday 25 October 2004 19:19, Pier

[PHP] php extension problem

2004-10-25 Thread Pierre Ancelot
Hi ! I am having some trouble creating a php extension. as show in the documentation i did a ./ext_skel --extname=mymodule which created the directory mymodule i edited the config.m4 file to tune it to something very basic : PHP_ARG_WITH(mymodule, for mymodule support, [ --with-mymodule

[PHP] Dynamic var

2004-07-06 Thread Pierre
Hi all I've a little problem with creating a dynamic var. This is my line code : $erreur .='Le champs '.${'corresp_chps[\''.$champs.'\']'}.''; Yes i need the quote, cause it's not my var but a webservice one and the name var is 001 so i've indexed my array with '001' etc..; Thx a lot And this is

RE: [PHP] Re: make an image disappear when page loads

2004-07-05 Thread Pierre
Why not use buffering ? -Message d'origine- De : Egil Berntsen [mailto:[EMAIL PROTECTED] Envoyé : lundi 5 juillet 2004 18:01 À : [EMAIL PROTECTED] Objet : [PHP] Re: make an image disappear when page loads OK, so I guess you want to use plain php with submitting. Use if-statement to check

RE: [PHP] PHP Bug ?

2004-07-02 Thread Pierre
Just try this : $temp = $country_list[$country_symbol]['AU'] ; Seems better :) Pierre -Message d'origine- De : adwinwijaya [mailto:[EMAIL PROTECTED] Envoyé : vendredi 2 juillet 2004 05:01 À : [EMAIL PROTECTED] Objet : [PHP] PHP Bug ? Hi... I found a bug (may be) I t

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
It's the same , too bad thanks anyway Pierre -Message d'origine- De : eoghan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 22:17 À : Pierre Objet : Re: [PHP] xslt_create take this line out of your xml and see what happens Pierre wrote: > Thanks for the

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
";> Pierre -Message d'origine- De : eoghan [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 21:52 À : Pierre Cc : php-general Objet : Re: [PHP] xslt_create thats really difficult to say without seeing the xsl and xml. theres a very good xsl list over at mulberryte

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
Yes it's ok thanks to all :) But now I have a little problem : my page is all white This is my code : $xml='frm2004.xml'; $xsl='style1.xsl'; $xslt=xslt_create(); $resultat=xslt_process($xslt,$xml,$xsl); xslt_free($xslt); echo $resultat; what's wrong ? please P

RE: [PHP] xslt_create

2004-06-30 Thread Pierre
Ok so I must recompile php with this option but I can't is there any php class easy to use that can do this ? Pierre -Message d'origine- De : Ray Hunter [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 juin 2004 21:34 À : php-general Objet : Re: [PHP] xslt_create On Wed, 200

[PHP] xslt_create

2004-06-30 Thread Pierre
Hi all Please when i'm trying to use the xslt_create() function php says indefined function but this is in my phpinfo() XML Support active XML Namespace Support active EXPAT Version 1.95.6 Any idea please ? Pierre -- PHP General Mailing List (http://www.php.net/) To unsubs

RE: [PHP] XML describing a

2004-06-30 Thread Pierre
Yes I think so.thanks a lot And Please all,can you say here the most appreciated and usefull links of php you have, cause I'm French and don't know English website about php I've found some with google but there's more I guess so about php xml and mysql thanks a lot. P

[PHP] XML describing a

2004-06-30 Thread Pierre
hp parsing part) Thanks for all Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] test if $int is integer

2004-06-29 Thread Pierre
Please just read the manual Function is_integer ... it seems ok ? cdt Pierre -Message d'origine- De : vlad georgescu [mailto:[EMAIL PROTECTED] Envoyé : mardi 29 juin 2004 22:13 À : php-general Objet : [PHP] test if $int is integer how can test if var $int is integer ? --

[PHP] About the post Streaming

2004-06-24 Thread Pierre
Thanks to all for the explanation, but in fact in what kind of script can it be useful? For a progress download bar? I think so but I don't see how I can do this ... Can you please explain quickly in which case it can be useful ? Thx a lot Pierre -- PHP General Mailing List

RE: [PHP] a 4 days diary

2004-06-24 Thread Pierre
OK thx for all But in fact I'm not really a beginner in php but this is the first time i have to code this sort of thing so i search the best way to code it. Mysql tables are ready so this is only how I can handle all by the simplest way that's all thx Pierre -Message d'

TR: [PHP] a 4 days diary

2004-06-24 Thread Pierre
Pierre ROUWENS [EMAIL PROTECTED] www.web-lance.com WEB-LANCE Création intra-internet, CD-ROM etc… Hébergement WEB et DATA Solution anti-SPAM et anti-VIRUS pour mails -Message d'origine- De : Pierre [mailto:[EMAIL PROTECTED] Envoyé : jeudi 24 juin 2004 19:15 À : 'Chris

[PHP] a 4 days diary

2004-06-24 Thread Pierre
oding this is could great or just maybe an idea of how I can start my code to have a good one? Just a good direction and way of coding to not have many surprises... I hope I was clear Thx all Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] hi all can you read me ?

2004-06-20 Thread Pierre
Hi all just wanna check if you can read me Thx

[PHP] Re: [PEAR] Re: Cacheing data form PHP script

2004-01-28 Thread Pierre-Alain Joye
ed to poke around all sessions. That is how cache* work. pierre ps: Rush can you use quotes in reply? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Help understanding code...

2003-09-26 Thread Baroiller Pierre-Emmanuel
Hi, It's a "C Like Syntax" (condition)?true:false; is like : if (condition) true else false regards. P.E. Baroiller "Jeff McKeon" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] I've just picked up a more advanced book on PHP and it has a lot of example code in it. I und

[PHP] Re: Multiple image buttons

2003-09-10 Thread Baroiller Pierre-Emmanuel
Hi, I don't understand what you really want to do... what do you mean by "image button" ? an or ?? On my opinion, you don't need php to check what button is pressed... All this can be done with a simple javascript function ... or with tag. After this, send a value to your phpscript like "presse

[PHP] Re: Sotre image created by GD in db

2003-08-30 Thread Baroiller Pierre-Emmanuel
Hi, you can do something like this : $imgdata = addslashes(imagejpeg($imnew)); // For JPG file. $query="INSERT INTO your_table (data) value ('$imgdata')"; $result = @mysql_query($query); I haven't try but it may work... Regards. P.E. Baroiller "Mohammadreza Hassanrezaeian" <[EMAIL PROTECTE

[PHP] Re: Help with parse error

2003-08-20 Thread Baroiller Pierre-Emmanuel
Hi, it's a common error... I think you have an unclosed string before in your script... example : $data='the data; $sDate = date('Y-m-d',time()); this code will produce an error on ligne with $sDate only becose the line with $data is unclosed ( missing the last ' ).. Take a look at your e

Re: [PHP] Trouble getting $HTTP_RAW_POST_DATA

2003-08-01 Thread Baroiller Pierre-Emmanuel
Hi, $HTTP_RAW_POST_DATA is an array... with echo you'll only get "array".. To get something into $HTTP_RAW_POST_DATA, you need to "submit" your form before... Your script will only display something if you post the form before. Regards, P.E. Baroiller "John W. Holmes" <[EMAIL PROTECTED]> a écr

[PHP] Re: Permission Denied (in FTP)

2003-07-25 Thread Baroiller Pierre-Emmanuel
Hi, Doest your ftp account have sufficient access rights for deleting theses files ? Is your apache user is "nobody" , the chmod will not work ( take a look at your error log file), so, only nobody or root will able to remove these entries.. Regards, P.E. Baroiller "Stephen" <[EMAIL PROTECTED]>

[PHP] Re: cookies in asp

2003-07-24 Thread Baroiller Pierre-Emmanuel
If it's a real cookie, you can get it with php into the cookie vars.. If it's an asp session, forget it... "Carlos Castillo" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] HI, I have the following problem, i have a website with php and asp files, in one asp fil

[PHP] Re: Access Text Field Max Size

2003-07-17 Thread Baroiller Pierre-Emmanuel
Hi, PHP has nothing to do with this , use javascript to limit user entry into your textarea field.. I'll find many sample over the net. Regards, P.E. Baroiller "Johnny Martinez" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi all, > I'm using an Access db as the backend

[PHP] Re: fwrite not working in php3

2003-07-17 Thread Baroiller Pierre-Emmanuel
does your file test.inc exists, and... have you perms to write in this directory ? <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > hi there i have a little problem writing files on a php3 server this code > worked yesterday but isnt > > $handle = fopen("/www_tools/apache/ht

[PHP] Re: outputting a carriage return

2003-07-17 Thread Baroiller Pierre-Emmanuel
Hi, take a look at thedoc... there is a function called nl2br() to convert \n to for html display. regards, P.E. Baroiller "Bob pilly" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi all > Can someone tell me why if i echo a line like this: > > > echo "this is a \n n

[PHP] Re: really no way to get byte size of variable?

2003-07-16 Thread Baroiller Pierre-Emmanuel
Hi, did you try count($value) and strlen($value) ? count($value) will give size of an array, and strlen($value) size of a string ... Regards, P.E. Baroiller "Petre Agenbag" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi List > Just want to make sure: > > Is there no w

[PHP] Re: include statement giving me hives! - help

2003-07-16 Thread Baroiller Pierre-Emmanuel
Hi, when you call your script, is $point defined somewhere ? if $point is empty, you'll get an empty string for $links_include and include $links_include will not work. Regards, P.E. Baroiller "Dougd" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > I am new to all this, bu

[PHP] Re: PHP & MS Exchange Server problem

2003-07-16 Thread Baroiller Pierre-Emmanuel
Hi... are your sure your Exchanger server has imap enabled and port 143 is open ? If you've got the message "connection refused", it can be : - not imap server is running - your login/password couple is wrong or - you can't connect to the port 143... regards, P.E. Baroiller "Charles Vos" <[EMAI

[PHP] Re: Problem with Apache Web Server config file and PHP working together Please help!!

2003-07-15 Thread Baroiller Pierre-Emmanuel
Have you loaded php module into apache ? Have you defined .php files into your httpd.conf ? Try with easyphp on windows... I can't help you more... I hate windows! :D Regards, P.E Baroiller "Karen Santmyer" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > HI: > > I in

[PHP] Re: value not passed

2003-07-15 Thread Baroiller Pierre-Emmanuel
did you put a before in your script ? What I see in your script is : addDivName is a text input field, without value.. so, if you click on you link, is $addDivName wasn't set before, the content is... empty! :) I can't help you more with your tiny sample :( Regards, P.E. Baroiller "Joaco" <[EM

[PHP] Re: How to store a file into MSSQL?

2003-07-15 Thread Baroiller Pierre-Emmanuel
How is defined your temp_test table ? PHP don't truncate content... you only need to define a binary blob field and store data into it.. regard, P.E. Baroiller "Javier" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi everybody, I've trying to store a into a MSSQL Server

Re: [PHP] HTML email with Outlook

2003-07-15 Thread Baroiller Pierre-Emmanuel
Hi, try with adding this : $header = "Content-Type: text/html; charset=\"iso-8859-1\"\nContent-Transfer-Encoding: 8bit\n\n"; If it don't work, try to build multipart email ... Regards, P.E. Baroiller "Tim Thorburn" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi, > > I

[PHP] Re: just wondering

2003-07-11 Thread Baroiller Pierre-Emmanuel
hmm... and... what would you do with a clear screen function on a web page with php ? I can't see how it could work.. :) PHP is server side, so you can't clear the user screen like with C or other language ... Regards, P.E. Baroiller "Artoo" <[EMAIL PROTECTED]> a écrit dans le message de news:

[PHP] Re: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in f:\.....\none.php on line 286

2003-06-10 Thread BAROILLER Pierre-Emmanuel
Hi... You've made a bad query and there is no result... mysql_fetch_row($result) => if no data found, you've got an error... "Marcelo Luiz De Laia" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > What this message means? > > What it is the error? > > Warning: mysql_fetch_r

[PHP] Re: can't call htpasswd using PHP

2003-06-10 Thread BAROILLER Pierre-Emmanuel
Does you php or apache process have perms to do this? "Billy" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Dear all, > > i can't call the "htpasswd" command after i used RedHat 8 ( which i can do > so in Red Hat 7.2) > > do u have any idea/ suggestion? > > thx a lot > H

[PHP] Re: mysql - get actual row

2003-06-10 Thread BAROILLER Pierre-Emmanuel
Hy, try with mysql_insert_id() [ if you've set the first field as "index" in your table ]. Regards. "Harry.De" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Hi, > if i insert into a mysql table a row e.g. >mysql_query("INSERT into TEST (testfield) VALUES ('This i

[PHP] Best method to detect Apache, IIS, or CLI?

2003-06-05 Thread Jean-Pierre Arneodo
!= '-' for ever - $argv, $argc not found (in my apache install) - constant STDIN, STDOUT, STDERR not exist, but they can be defined by someone else * But I don't know between Apache and IIS. Thanks Jean-Pierre

[PHP] Re: Decrypting data with GnuPG

2003-06-01 Thread Pierre-Luc Soucy
Just for the record, adding the --batch argument to the GnuPG command solved the problem. Regards, Pierre-Luc Pierre-Luc Soucy wrote: Hi, I would like to decrypt data encoded with GnuPG without including the private key passphrase in the command to prevent people from viewing it with &qu

Re: [PHP] Decrypting data with GnuPG

2003-05-30 Thread Pierre-Luc Soucy
to/homedir/.gpgkeys/temp/testtext.asc"; $passphrase = 'MY_PASSPHRASE'."\n"; $fp = popen($command, 'w+'); fputs($fp, $passphrase); fputs($fp, $passphrase); pclose($fp); print "Done"; exit; ?> Regards, Pierre-Luc Evan Nemerson wrote: Are you append

Re: [PHP] Decrypting data with GnuPG

2003-05-30 Thread Pierre-Luc Soucy
nd so the passphrase should normally be read from stdin (according to the docs), but it still does not work. Any idea? I am unfortunately not familiar with C code, so I can difficultly find solutions to my problems by reading the GnuPG source. Thanks! Pierre-Luc Evan Nemerson wrote: GnuPG doesn&

Re: [PHP] Decrypting data with GnuPG

2003-05-29 Thread Pierre-Luc Soucy
Hi, Does that mean that there is no way to achieve this with PHP and that I should rather use the --passphrase-fd argument? Thanks, Pierre-Luc Evan Nemerson wrote: GnuPG doesn't use stdin to read the password, which is where you're sending it. It uses a more low-level interface (che

[PHP] Decrypting data with GnuPG

2003-05-29 Thread Pierre-Luc Soucy
prompt, but that doesn't seem to be the case - the command does not create the output.txt file when ran by the PHP program (which is running as a CGI under my user BTW) while it works when ran from the shell. Any idea why? Thanks! Pierre-Luc Soucy -- PHP General Mailing List (http://

[PHP] Re: If else.. display no picture..

2003-04-05 Thread BAROILLER Pierre-Emmanuel
May be this line is wrong : Echo Geen informatie beschikbaar; may be use this instead... echo 'Geen informatie beschikbaar'; no? :) regards. <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > Hi, > > I'm trying to do the following.. When $stadpict is filled in it mu

  1   2   3   >