[PHP] Install 2 php

2002-07-13 Thread Pierre
Hi, I want to install 2 different php4 on my webserver (RH 7.1) for having 2 different php.ini (to stop some function for some vhost) and call him with different extension with the addhandler directive in the vhost of apache. ( I have php in cgi and suexec ) Thanks for your responses, Pierre

Re: [PHP] PDF library

2001-10-24 Thread Pierre
Thanks, I had a look, very usefull indeed. But I am still not quite sure about what I am looking for !!! Which information should I find to be sure the server can handle pdf function ? Thanks. Pierre - Original Message - From: Jason Murray <[EMAIL PROTECTED]> To: <[EMAIL

[PHP] FTP functions

2001-12-11 Thread Pierre
a folder to be compared to the one on the server. Comparison between the 2 folders is made and the files missing on the local machine are downloaded from the server. Am I completely dreaming or is there a way ? Thanks for your help. Pierre -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] hi all can you read me ?

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

[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

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

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'

[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] 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] 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] 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] 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] 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

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
";> 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
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] 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] 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

[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] i want to send 2 variables????

2003-01-09 Thread Joshua Pierre
On Thu, Jan 09, 2003 at 09:14:21AM -0500, Ysrael Guzm?n wrote: > > i like send two variables using: > > href="mi page.php? http://blah.com/page.php?var1=contents&var2=contents That should do it for you. Cheers, Josh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] mail client?

2003-01-14 Thread Joshua Pierre
> Does anyone know any reliable php/mysql mail-clients with support for pop3? IMP perhaps ? Have a look over at http://www.horde.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Changing page orientaion for printing

2003-01-17 Thread Joshua Pierre
On Fri, Jan 17, 2003 at 05:07:30PM +1100, Stanislav Skrypnik wrote: > Hi everybody, > Is it possible using PHP change page orientation in browser so that when > user clicks > on "Print" button page automatically rotated to "landscape" orientation. > I've heard that it is possible to do with ActiveX

RE: [PHP] Editors

2003-02-23 Thread Pierre Vaudrey
Hi, The site is http://www.maguma.com Pierre -Message d'origine- De : Karl James [mailto:[EMAIL PROTECTED] Envoye : dimanche 23 fevrier 2003 10:19 A : [EMAIL PROTECTED] Objet : [PHP] Editors Anyone have the link on where I can download maguma php editor? Whatever the l

RE: [PHP] Re: Editors

2003-02-25 Thread Pierre Vaudrey
The download address is : http://www.maguma.com/products/download.php Pierre -Message d'origine- De : James Hatridge [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 février 2003 15:40 À : Pierre Vaudrey; Karl James; [EMAIL PROTECTED] Objet : [PHP] Re: Editors HI Pierre et al On S

[PHP] php4 Mac OSX

2002-11-01 Thread Pierre Vaudrey
udo sh -s It works fine and I would like install xpl library but I don't have a php.ini file . Could you help me to configure that ? Thanks for your help Pierre Vaudrey email [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php4 Mac OSX

2002-11-01 Thread Pierre Vaudrey
me what I have to change in php.ini-recommmended ? Thanks for your help. Pierre Vaudrey email [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php's saxon:output equivalent

2002-11-04 Thread Pierre Vaudrey
Has anybody an equivalent for java saxon:output in a php library ? The port I would make follow : Thanks for your help . Pierre Vaudrey email [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] php/extensions directory

2002-11-05 Thread Pierre Vaudrey
I would like know the use of the following directory : /usr/lib/php/extensions/no-debug-non-zts-20010901 Thanks for your help. Pierre Vaudrey email [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] enable CLI

2002-11-10 Thread Pierre Vaudrey
I'm running PHP4 on Mac OS 10.2.1 using Marc Liyanage's binaries compiled with --disable-cli option .Is there any possibility to install an extension to enable CLI ? Thanks for your help . Pierre Vaudrey email [EMAIL PROTECTED]

[PHP] enable CLI

2002-11-10 Thread Pierre Vaudrey
I'm running PHP4 on Mac OS 10.2.1 using Marc Liyanage's binaries compiled with --disable-cli option .Is there any possibility to install an extension to enable CLI ? Thanks for your help . Pierre Vaudrey email [EMAIL PROTECTED]

Re: [PHP] enable CLI

2002-11-10 Thread Pierre Vaudrey
configuration so i can put the executable in the /usr/local/bin directory for my cli programs.. This should work for you and create a cli executable program that you can use... On Sun, 2002-11-10 at 18:00, Pierre Vaudrey wrote: I'm running PHP4 on Mac OS 10.2.1 using Marc Liyanage's binarie

Re: [PHP] Here Document on Mac OS X

2002-11-12 Thread Pierre Vaudrey
ter -- you have to use a single linefeed character (0Ah). Try searching the archives, I think this issue cropped up a few weeks ago. If I copy your test.php file in BBEdit and save it as Macintosh file it does'nt work , but works saved as a Unix file [...] Pierre Vaudrey -- PHP Ge

[PHP] 'relocate' errors on php module load? try changing the compiler.

2002-01-28 Thread Kervin Pierre
Hi, I sending this message because a few people have contacted me offline about a question I posted to the list a while back. It seems that on certain Sun Solaris systems, Apache and PHP compile fine but apache does *not* run. When Apache is started with the PHP module or any other module, t

[PHP] session_cache_expire()

2002-04-25 Thread Pierre Arsenault
esn't appear to be defined... hence the error I am getting. Anyone have any insight on this - or on how to use this function? Pierre Arsenault - Computing Services Dept. Mount Allison University (506) 364 -2474 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] upload a file directly to the proper directory

2002-03-19 Thread pierre . marcandella
within a PHP script will not work.". Does it mean that what I want to do is not possible ? My php.ini is set up as follow : max_execution_time = 1 post_max_size = 30M upload_max_filesize = 30M and on my script, the MAX_FILE_SIZE hidden form element is present. Pierre -- PHP General Ma

Re: [PHP] upload a file directly to the proper directory

2002-03-21 Thread pierre . marcandella
e from the temporary folder to the proper one. I wanted to have confirmation about that and find a way to solve this problem. Pierre - En réponse à Bogdan Stancescu <[EMAIL PROTECTED]>: > Do you get a PHP or a SQL error? I had this problem, but my problem was > >

[PHP] Header - cache control depends of the server ?

2002-03-27 Thread pierre . marcandella
tance. Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Uploading big files

2002-03-27 Thread pierre . marcandella
thout increasing the memory_limit ? Thanks for your help. Pierre -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PDF library

2001-10-24 Thread pierre . marcandella
Hi everybody, Does anyone know a way to check if a server is able or not to support PHP script including PDF related function ? I guess I need to know if the server has API idoine or something like that. Thanks for your help. Pierre By the way, any good tutorial about creation of PDF file

[PHP] PHP library

2001-10-24 Thread pierre . marcandella
Hi everybody, Does anyone know a way to check if a server is able or not to support PHP script including PDF related function ? I guess I need to know if the server has API idoine or something like that. Thanks for your help. Pierre By the way, any good tutorial about creation of PDF file

[PHP] PDF library

2001-10-24 Thread pierre . marcandella
Hi everybody, Does anyone know a way to check if a server is able or not to support PHP script including PDF related function ? I guess I need to know if the server has API idoine or something like that. Thanks for your help. Pierre By the way, any good tutorial about creation of PDF file

Re: [PHP] Re: Problem with non us caracters and "strtr"

2001-11-02 Thread pierre-yves
Hello, > can someone has an idea in how to convert for example > > a string posted by a form in this format "são paulo" to this "sao paulo"?? function remove_accents( $str ){ if( strlen( $str ) == 0 ) return $str; else $ret = strtr($str, "ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïðòóôõ

Re: [PHP] Classes Question

2001-11-09 Thread pierre-yves
Hello, what I would do is build the instance of your mysql class in the constructor of the user class class User{ var $db; // constructor function User(){ $this->db = new Mysql(True); } // function that show how to use the Mysql class in the User class function foo(){ $this

[PHP] referenced function not found errors. [ ap_block_alarms() ]

2001-07-12 Thread Kervin Pierre
Hi, I just installed apache 1.3.20 on solaris7-sparc machine. When I try to start apache with PHP compiled as a module, I get... /www> bin/apachectl start Syntax error on line 208 of /www/conf/httpd.conf: Cannot load /www/libexec/libphp4.so into server: ld.so.1: /www/bin/httpd: fatal: relocatio

Re: [PHP] include, require, require_once

2001-07-20 Thread Joshua Pierre
Hi, On Sat, Jul 21, 2001 at 12:18:38AM -0300, Thiago Locatelli da Silva wrote: > what is the diference beetwen this functions? I believe the include/require_once() functions check to see if that particular include was previously included in the script and if it was it ignores it, at least that

Re: [PHP] Document root

2001-07-24 Thread pierre-yves
You seem to be on windows, check with phpinfo() for this var. (I use this on unix and assume it would be the same for win) py - Original Message - From: "Roman" <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 8:20 AM Subject: [PHP] Document root

Re: [PHP] New Book - Tips?

2001-07-30 Thread pierre-yves
I would also cover in detail the php.ini file. (what is safe mode, magic_quote...) So many questions get posted here because of people who do not know the power of this file and all it's implication. (nothing wrong tho, people are here to answer...) They use the engine without knowing the engine..

Re: [PHP] What would you want in a PHP web host?

2001-08-01 Thread pierre-yves
I am not shure a php developer would need help from another php developer at the hosting company. What we need is: -Sys Admin that understand php. -Sys Admin that knows how to secure the server and be able to tell the developer what to follow in order to built secure code. If system command are di

[PHP] Database classe to work with Oracle

2001-08-02 Thread pierre-yves
Hello, I need to convert an application that run on mysql to an oracle database. The application strickly use the db_mysql class from phplib. Can anyone suggest me another class and maybe common pitfalls to avoid ? Thank you, py

[PHP] md5 on different platform

2001-08-04 Thread pierre-yves
Hello, excuse my ignorance on that field, but if I use md5 in a java server page (jsp), can I decrypt it in php ? Is the implemantation of md5 the same on both language ? py -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] md5 on different platform

2001-08-04 Thread pierre-yves
Sorry, I meant compare and I wrote decrypt, We will: - encrypt in jsp - compare in php I am curious about the "should" you wrote py - Original Message - From: "Joe Conway" <[EMAIL PROTECTED]> To: "pierre-yves" <[EMAIL PROTECTED]>; <

Re: [PHP] Limit records/ prev/next links

2001-08-05 Thread pierre-yves
Salut, I have 1 little classe that does what you need here, http://www.pywebsolutions.com/source.php py - Original Message - From: "Steph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 05, 2001 6:56 PM Subject: [PHP] Limit records/ prev/next links > Hi all! > > Im

[PHP] Display the weather on my site

2001-08-06 Thread pierre-yves
Hello, I would like to display the wheather on a page depending on the city of my user. (or the capital of their province/state) Do you know a service/db/web site I could query in order to extract what I need ? py

Re: [PHP] Display the weather on my site

2001-08-06 Thread pierre-yves
Thanks, I got what I needed out of parsing http://weather.noaa.gov/weather/CA_cc.html As for the webcam, I will pass, I don't want to be blamed if our clients/managers ruin their golf game because of me ;) py - Original Message - From: "Kevin Leavell" <[EMAIL PROTECTED]> To: <[EMAIL PROT

[PHP] Time problem

2001-08-08 Thread pierre-yves
Hello, I convert the time in seconds to do some calculations, now I want to convert a number of seconds in a presentable HH:MM:SS format. In other words, how do you change this 997271630.08651 in 08:14:32 ? py p.s. I use this to get the number of seconds. function getmicrotime() { $temparray

Re: [PHP] Time problem

2001-08-08 Thread pierre-yves
Thanks, I feel a bit moron ;) it seems like I missed it while reading the manuel, sometimes the solution is so obvious that it becomes trivial! py - Original Message - From: "Thomas Schmid" <[EMAIL PROTECTED]> To: "'pierre-yves'" <[EMAIL PROTECTED]

Re: [PHP] php authentication system

2001-08-10 Thread pierre-yves
http://www.phpbuilder.com/columns/tim2505.php3 py - Original Message - From: "Andras Kende" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 10, 2001 6:44 AM Subject: [PHP] php authentication system > Hello, > > I need to password protect some webpages right now i

Re: [PHP] Re: How give a 'timed' online quiz?

2001-08-14 Thread pierre-yves
Hello, I did an timed online quiz using session variables for my timer. It work fine. When the user start the quiz, you check the time and calculate the duration of your quiz. exemple: 20:00 + 60 min = 21:00 So you register 2100 in a session variable Each subsequent request you make shure the cu

Re: [PHP] Need open source community help!

2001-08-15 Thread pierre-yves
I was once in your situation, fortunately, my boss understood that it is better to have an application that has less features but never shuts down. The linux/php/mysql app was up for 283 days when they review it. The full featured NT/ASP/SQL 6.5 was shut down an average of 1 full day for every 3 w

Re: [PHP] advantage of php

2001-08-18 Thread pierre-yves
Hello, it is quite simple, php is a programming language. CGI is an interface that execute programming language, usually Perl, but can be C, C++... py - Original Message - From: "nafiseh saberi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 18, 2001 4:46 AM Subject:

Re: [PHP] FW: Large sites using PHP

2001-08-18 Thread pierre-yves
Dear PHP fans, Knowing large sites that use php is one thing (it shows the language can support heavy loads). But what I would really like to know is the time difference to design, code and implement web application in PHP versus java solution, or ColdFusion, or another language. I switch to PHP

Re: [PHP] Re: flash and php

2001-08-20 Thread pierre-yves
Hello, what he explained with GetVariable works fine. I just want to add that you do the opposite, sending value to flash via php, by echoing the querystring in a php file and use LoadVariable to read the value and display it in the flash movie. py - Original Message - From: "Tribun" <

[PHP] How to set a cookie that never expires?

2001-08-20 Thread pierre-yves
Hello, I have read http://www.php.net/manual/en/function.setcookie.php and did not find out a quick solution on how to set a cookie that will NEVER expires ? py -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [PHP] Re: force download in IE -- conclusion

2001-08-22 Thread pierre-yves
I worked on a script like yours for a looong time now! I need to force the download of various type of file, doc, pdf, zip, even html! Your script works fine on Opera 5.02 and netscape 4.76 on my win NT 4.0 box, but not on IE 5.5 On this one, it offers me to download the script file but

Re: [PHP] Thinking about going to ASP

2001-08-26 Thread pierre-yves
It's always nice and wise to try, if you do make the switch, even if they say (MS) the opposite, it's a no return path... py - Original Message - From: "ReDucTor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 26, 2001 2:38 AM Subject: [PHP] Thinking about going to ASP

Re: [PHP] The future of PHP

2001-08-26 Thread pierre-yves
> there. There are too many languages in the world, including ones which are > much more capable than PHP in the GUI programming area, and if we move the > focus to this front, we're going to fight a lost battle. In the Web front, > on the other hand, we're doing quite well. This is the main re

Re: [PHP] Certification

2001-08-26 Thread pierre-yves
> I don't think Brainbench is exactly what I was looking for... but thanks > anyway. > > BTW... has anyone taken the Brainbench test? > Is it difficult? I did, it is not that difficult. It can tell you if a future employee really knows PHP. But as an employer myself, I would never rely on such a

Re: [PHP] $HTTP_POST_VARS

2001-08-27 Thread pierre-yves
something like this... if( sizeof( $HTTP_POST_VARS ) > 0 ){ // avoid error when no vars while ( list ( $key, $val ) = each ( $HTTP_POST_VARS )) { print "$key = $val"; } } py - Original Message - From: "Andy Ladouceur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [PHP] cancellation cleanup handlers in PHP4?

2001-08-28 Thread pierre-yves
Hello, >From the manual: http://www.php.net/manual/en/function.register-shutdown-function.php py - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 7:37 AM Subject: [PHP] cancellation cleanup handlers in PHP4? > > Is it possible to reg

Re: [PHP] Disabling certain functions per directory

2001-08-28 Thread pierre-yves
You will find the answer to that question in the archives. Someone answer this question a couple of days ago. Can't remember the address of the archive tho, anyone can help me here? py - Original Message - From: "Andy Ladouceur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: [PHP] The future of PHP

2001-08-29 Thread pierre-yves
Grrr !! same for me, I never knew you were in Montreal, > - Linux Expo - Montreal, Canada Now I see why the calandar is so useful on php.net !! py p.s. in june I was probably too busy at the jazz festival tho :) - Original Message - From: "Jeff Lewis" <[EMAIL PROTECTED]> To: "Rasmus Le

Re: [PHP] The future of PHP

2001-08-31 Thread pierre-yves
> > 1) some want direct marketing > 2) Some believe the status quo is enough > 3) all agreee php is useful as a web development tool/language ... Did you open source your thread filter program? :) Good job anyway. For me the most important point is that the developer/maintainer of the language

Re: [PHP] How to index HTML fields for Javascript and PHP at same time?

2001-09-03 Thread pierre-yves
Hello, maybe you could have a hidden field named myfield[], this one will be for the index in php that you will build with a javascript function when you submit the form. py - Original Message - From: "M" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 03, 2001 10:12

Re: [PHP] an error "Maximum execution time of 30 seconds exceeded in C:\...

2001-09-04 Thread pierre-yves
>I got an error "Maximum execution time of 30 seconds exceeded in C:\... on line 224" while >accessing a PHP page tie to a Mysql database. >1. Is 30 seconds the normal setting before it times out ? It is the default settings. It's rarely normal that a script last that long. My longest scripts is

[PHP] Problem assigning url like path/script.php/argument

2001-09-17 Thread pierre-yves
Hello, I am trying to use a URL like path/script.php/argument and later retrieve argument using $PATH_INFO. The problem is that all image on my page are broken and the css and javascript file are not found when I use an URL like this. Any idea why ? py p.s. I am trying to avoid ?arg=value on t

[PHP] header() confusion

2001-09-26 Thread pierre-yves
Hello, several months ago I discovered that under some IE 4.0 and upgrades of 4.0 the header() function would simply not redirect if you don't put exit() right after the header() call. Now I'm discovering that header() does not work under netscape 6 if you put exit() right after! How come th

Re: [PHP] header() confusion

2001-09-26 Thread pierre-yves
> So... when redirecting the user to a different page, you should > always put exit after the header() call. Yes that's what I do but it freeze on netscape 6 ? Does anyone has experience this or am I the only one ? py -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[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] 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] 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] 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

[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

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] 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] 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

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
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
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
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 [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

[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

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: [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

[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-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-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: [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] 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: [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

  1   2   3   >