[PHP] Is session_start() using encrypted cookies with HTTPS

2010-11-07 Thread Yannick Warnier
for session_start(). Thanks, Yannick Warnier [1] http://news.netcraft.com/archives/2010/11/03/github-moves-to-ssl-but-remains-firesheepable.html [2] http://www.php.net/setcookie [3] http://www.php.net/session-start -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: Securing web services

2009-02-23 Thread Yannick Warnier
Le dimanche 22 février 2009 à 21:29 +, Nathan Rixham a écrit : Yannick Warnier wrote: Hi there, Another Web Service related question. Obviously, Google gives me enough hints to find *many* documents on the topic (searching for securing web services), but I am developing open-source

[PHP] PHP5 - SOAP extension and WSDL generation

2009-02-22 Thread Yannick Warnier
Hi there, I'm trying to find out how to generate a WSDL with the functions I am providing as web services, and I'm finding various posts on the net that say it's not possible with the SOAP extension built in PHP5. At the same time, I find that http://www.php.net/manual/en/soap.constants.php

[PHP] Securing web services

2009-02-22 Thread Yannick Warnier
Hi there, Another Web Service related question. Obviously, Google gives me enough hints to find *many* documents on the topic (searching for securing web services), but I am developing open-source soft and I'd like to secure my web services to the maximum without forcing the user to use HTTPS/SSL

Re: [PHP] Re: Geometrical library

2008-09-06 Thread Yannick Warnier
Le samedi 06 septembre 2008 à 23:09 -0300, Manuel Lemos a écrit : Hello, on 09/03/2008 01:54 PM Yannick Warnier said the following: Hi there, I've been looking for a PHP library that would allow me to calculate superpositions of geometrical surfaces defined by polygones (defined

Re: [PHP] CMS-Blog system

2008-09-04 Thread Yannick Warnier
Le jeudi 04 septembre 2008 à 10:31 +0100, Stut a écrit : On 4 Sep 2008, at 06:56, Yannick Warnier wrote: Le mercredi 03 septembre 2008 à 22:07 +0100, Luke a écrit : seperate databases is a hassle, since you have to mess with multiple connections, I would go with the one database. Just cut

[PHP] Geometrical library

2008-09-03 Thread Yannick Warnier
Hi there, I've been looking for a PHP library that would allow me to calculate superpositions of geometrical surfaces defined by polygones (defined themselves by points bound with lines) in 2D (surface of a polygone, intersections between two vectors, surface of intersection - considering the

Re: [PHP] CMS-Blog system

2008-09-03 Thread Yannick Warnier
Le mercredi 03 septembre 2008 à 22:07 +0100, Luke a écrit : seperate databases is a hassle, since you have to mess with multiple connections, I would go with the one database. Just cut down on data storage, use userids instead of usernames for identification in the tables and such. Not only

[PHP] Replacing accented characters by non-accented characters

2008-05-12 Thread Yannick Warnier
Hello, I've been trying to find something nice to transform an accentuated string into a non-accentuated string. Obviously, I'm mostly playing inside the European languages, but any method that could transform arabic or asian characters to plain non-accentuated characters would be perfect. I

Re: [PHP] Replacing accented characters by non-accented characters

2008-05-12 Thread Yannick Warnier
On Mon, May 12, 2008 at 4:09 PM, Yannick Warnier [EMAIL PROTECTED] wrote: Hello, I've been trying to find something nice to transform an accentuated string into a non-accentuated string. Obviously, I'm mostly playing inside the European languages, but any method that could

Re: [PHP] Replacing accented characters by non-accented characters

2008-05-12 Thread Yannick Warnier
Le lundi 12 mai 2008 à 19:07 +0300, Dotan Cohen a écrit : 2008/5/12 Yannick Warnier [EMAIL PROTECTED]: Hello, I've been trying to find something nice to transform an accentuated string into a non-accentuated string. Obviously, I'm mostly playing inside the European languages, but any

[PHP] mbstring vs iconv - Any existing benchmark?

2008-04-24 Thread Yannick Warnier
Hi all, Out of curiosity, I'm trying to find information about how well mbstring and iconv behave and possibly a comparison between the two. The basic functions offered by both extensions seem to be providing *about* the same features, and I read a ppt presentation from Carlos Hoyos [1] just

Re: [PHP] open_basedir restriction in effect

2008-04-24 Thread Yannick Warnier
Le jeudi 24 avril 2008 à 15:35 -0700, Richard Kurth a écrit : *I keep getting this warning when I try run my script that I what to look at the data in the mailbox for bounced email Warning*: opendir() [function.opendir http://easycontactpro.com/function.opendir]: open_basedir restriction

Re: [PHP] putting variables in a variable

2008-04-24 Thread Yannick Warnier
Le lundi 28 mars 2011 à 12:06 +0100, Hulf a écrit : Hi, I am making and HTML email. I have 3 images to put in. Currently I have $body .= table tr tdimg src=\image1.jpg\/td /tr tr td/td /tr /table ; ideally I would like to have $myimage1 = image1.jpg;

[PHP] Generating PDF files (XSLT, ps, XSL-FO, FOP, etc)

2007-10-04 Thread Yannick Warnier
Hello, I'm currently researching a bit on a possible PDF export format for some of my application's output. So far, what I get is this: - some packages allow PDF generation (FPDF, EZPDF, etc) from nothing - some packages allow generation of PDF from HTML, using the ps format - some packages

Re: [PHP] SESSION LOST!

2007-05-14 Thread Yannick Warnier
Le jeudi 10 mai 2007 à 15:24 +0200, Oliver Block a écrit : Am Donnerstag, 10. Mai 2007 08:59 schrieb Sascha Braun: but after a little time, the session is just lost. That doesn't say anything to me. Could you be more verbose on what you mean by the sessin is lost? :-) I get that too

Re: [PHP] PHP 5.2 + IE 7 = HTTP 304 in login procedure [SOLVED]

2007-03-12 Thread Yannick Warnier
not help at all in finding the problem. Changing the URL to http://exampledemo.littleweb.com/ will work perfectly. Yannick Le dimanche 11 mars 2007 à 23:01 +, Yannick Warnier a écrit : Hello, One of my clients is currently having a problem when logging into one of my site. Investigating

[PHP] PHP 5.2 + IE 7 = HTTP 304 in login procedure

2007-03-11 Thread Yannick Warnier
Hello, One of my clients is currently having a problem when logging into one of my site. Investigating further (because it works with Firefox with his login/pass from my machine), it appears the problem is caused for an obscure reason when IE7 requests the page and obviously does a conditional

Re: [PHP] FTP

2006-10-08 Thread Yannick Warnier
Le samedi 07 octobre 2006 à 20:50 -0300, Raphael Martins a écrit : Hi, When I send files via FTP, the file size is limited to the php.ini max upload value? Thank you! No, unless you handle the FTP server with a PHP script. php.ini only limits the size of files handled by PHP (generally via

Re: [PHP] Re: Separate PHP Code From HTML || Pros Cons?

2006-10-08 Thread Yannick Warnier
Le samedi 07 octobre 2006 à 17:24 -0400, sit1way a écrit : Hey all. Hi Noah, I've built a simple, yet effective PHP based CMS, one that I use in all sites I develop. [...] I've often heard the mantra, separate code from HTML, but it seems ridiculous at times to include tiny HTML

Re: [PHP] FTP

2006-10-08 Thread Yannick Warnier
Le dimanche 08 octobre 2006 à 08:05 -0300, Raphael Martins a écrit : I will be sending files over my php script... One client asked me for a project where he allow clients to send some large files (like 50mb)...I thought that FTP (via PHP) will allow that. Today he just give the FTP server

[PHP] PEAR::DB and PDO

2006-08-01 Thread Yannick Warnier
Hi there, I will soon need to include a database abstraction layer in my company's software and I am looking for the best choice to make. The software is promoted as working with PHP4, so I wouldn't use PDO, although I see that a PHP4 implementation of PDO exists [1] and I could use this one

[PHP] Big files management

2006-07-26 Thread Yannick Warnier
Hi there, I'm trying to deal with big files (over 4GB) with PHP4.3.9 ans PHP4.4 but obviously it's not really possible. Is there a library somewhere that allows elementary operations on these kinds of files by, for example, using the operating systems commands (Linux in this case)? Or any other

Re: [PHP] Big files management

2006-07-26 Thread Yannick Warnier
Le mercredi 26 juillet 2006 à 12:27 +0200, Jochem Maas a écrit : Yannick Warnier wrote: Hi there, I'm trying to deal with big files (over 4GB) with PHP4.3.9 ans PHP4.4 but obviously it's not really possible. no, we're not quite at the 4GB-flash-header-files-for-webpages stage

[PHP] Mnogosearch extension - not working with php 4.4.2

2006-04-19 Thread Yannick Warnier
Hello guys, I'm hesitating on how to formulate this. I'm a newbie when it comes to PHP extensions/modules development, but I have a problem which forces me to go into source code for the mnogosearch extension (mnogosearch is an open-source search engine). The extension (version 1.96) has not

[PHP] PHP6 Roadmap

2006-02-01 Thread Yannick Warnier
Hello, Is a roadmap for PHP6 already available somewhere? I've been looking for it on php.net and zend.com but haven't found anything yet, apart a few posts on the improvement of namespaces and unicode. Thank you, Yannick -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Output files encoding

2005-10-24 Thread Yannick Warnier
Hi guys, For a reason that I don't really understand, my PHP install outputs file in UTF-8 by default. I would like to output files in ISO-8859-1 in certain cases. How do I do that? I have tried changing default_charset to iso-8859-1 with an ini_set() call, but it doesn't help. I also looked at

Re: [PHP] Output files encoding

2005-10-24 Thread Yannick Warnier
Le lundi 24 octobre 2005 à 14:37 +0100, Yannick Warnier a écrit : Hi guys, For a reason that I don't really understand, my PHP install outputs file in UTF-8 by default. I would like to output files in ISO-8859-1 in certain cases. How do I do that? I have tried changing default_charset

Re: [PHP] Re: Session IDs - How are they generated?

2005-03-20 Thread Yannick Warnier
Le dimanche 20 mars 2005 13:02 +0200, zini10 a crit : Im Pretty sure it's using Uniqid , its the simplest solution possible , about the second question, php doesnot mind if he is being run from apahce,iis or command line. Dont count on my answers coz im not really sure. Thank you. The ID

[PHP] Session IDs - How are they generated?

2005-03-19 Thread Yannick Warnier
Hi there, I'm looking for a good document that describes session ID generation in PHP 4.3.6. Does somebody have that at hand? I couldn't find anything googling it, and nothing in the PHP doc. I would like to know what kind of parameters it uses during the generation. And also how it is

Re: [PHP] server compatibilty

2005-03-03 Thread Yannick Warnier
Le jeudi 03 mars 2005 à 10:48 +0530, Prateek Tambi a écrit : I got php installed on my pc my web server is apache tomcat 4.0 or something will it support php or not how can i detect that... in the installation readme file there is support for apache 1.3.x and apache 2.0.x if its not

Re: [PHP] smtp server

2004-12-16 Thread Yannick Warnier
Le jeu 16/12/2004 à 14:43, Pablo D Marotta a écrit : Hi there.. I´m trying to use the mail function but I have a problem. I´m working in a LAN with more or less 30 pcs, that places inside a huge network, and I just can´t use the enterprise smtp server. How can i set a valid smtp server? You

Re: [PHP] Form executes differently in IE than in FireFox?

2004-11-03 Thread Yannick Warnier
Le mer 03/11/2004 à 09:55, Murray @ PlanetThoughtful a écrit : Hi All, Hi, and sympathy about the 12 lines signature :-) However, only the test part of your script (the if(isset($_POST['recid']))... ) was needed. I'm a little confused by a problem I'm experiencing with a form that is being

Re: [PHP] Looking for a good free IDE supporting PHP

2004-11-03 Thread Yannick Warnier
Le mer 03/11/2004 à 11:36, Do Minh Hieu, Mr a écrit : Hi all, I'm new at PHP. Hi and welcome. I am looking for a good free IDE supporting PHP; and the way to configure the IDE so that I can see the results in IDE. As mentionned just a few days before you arrived, IDEs are a matter of

Re: [PHP] Form executes differently in IE than in FireFox?

2004-11-03 Thread Yannick Warnier
Le mer 03/11/2004 à 09:55, Murray @ PlanetThoughtful a écrit : Hi All, Hi, and sympathy about the 12 lines signature :-) However, only the test part of your script (the if(isset($_POST['recid']))... ) was needed. I'm a little confused by a problem I'm experiencing with a form that is being