php-general Digest 7 Nov 2010 22:22:14 -0000 Issue 7026

2010-11-07 Thread php-general-digest-help
php-general Digest 7 Nov 2010 22:22:14 - Issue 7026 Topics (messages 309357 through 309366): Newbie looking for a project 309357 by: Ashim Kapoor 309360 by: Ashley Sheridan 309363 by: tedd simple photo gallery 309358 by: Tom Sparks 309359 by: Ashley

[PHP] ignore_repeated_errors has no effect

2010-11-07 Thread Simon Marchi
Hi ! My problem is the following. Due to crappy code by one of my users, PHP entered an infinite loop generating an error, causing very high load on the server and gigantic log files. The lines at fault were the following while(strlen(trim($ligne))==0 !feof($fic))     $ligne = fgets($fic,1024);

[PHP] Newbie looking for a project

2010-11-07 Thread Ashim Kapoor
Dear All, I am a beginner looking for a project to contribute. Can someone tell me some good quality projects where I would learn the most? I hope this is the right forum for this query. Many thanks, Ashim Kapoor

[PHP] simple photo gallery

2010-11-07 Thread Tom Sparks
I am looking for a simple photo gallery like this http://www.lavrsen.dk/webcam/cam1/movecam.php I want to use it in place of apache autoindex tom_a_sparks It's a nerdy thing I like to do -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] simple photo gallery

2010-11-07 Thread Ashley Sheridan
On Sun, 2010-11-07 at 02:31 -0800, Tom Sparks wrote: I am looking for a simple photo gallery like this http://www.lavrsen.dk/webcam/cam1/movecam.php I want to use it in place of apache autoindex tom_a_sparks It's a nerdy thing I like to do Erm, is there a question in

Re: [PHP] Newbie looking for a project

2010-11-07 Thread Ashley Sheridan
On Sun, 2010-11-07 at 15:39 +0530, Ashim Kapoor wrote: Dear All, I am a beginner looking for a project to contribute. Can someone tell me some good quality projects where I would learn the most? I hope this is the right forum for this query. Many thanks, Ashim Kapoor What most people

[PHP] List-Unsubscribe

2010-11-07 Thread Robert Simson

Re: [PHP] List-Unsubscribe

2010-11-07 Thread Daniel P. Brown
To unsubscribe, send a blank email to php-general-unsubscr...@lists.php.net from the email address that is subscribed to the list. Alternatively, you may use the form at http://php.net/mailinglists . -- /Daniel P. Brown Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting

Re: [PHP] Newbie looking for a project

2010-11-07 Thread tedd
At 3:39 PM +0530 11/7/10, Ashim Kapoor wrote: Dear All, I am a beginner looking for a project to contribute. Can someone tell me some good quality projects where I would learn the most? I hope this is the right forum for this query. Many thanks, Ashim Kapoor Hi Ashim: When I started

Re: [PHP] ignore_repeated_errors has no effect

2010-11-07 Thread Simon Marchi
Hi, Just a precision, I don't want to modify the user's code, I would like to configure my server properly so it does not happen again even if another user makes a similar mistake. Thanks, Simon On Sun, Nov 7, 2010 at 09:02, Andre Polykanine an...@oire.org wrote: Hello Simon, Just modify

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

2010-11-07 Thread Yannick Warnier
Hi all, It came to my attention through the Netcraft newsletter[1] that cookies in a web application are not always sent encrypted when a server is contacted through HTTPS. Looking at the setcookie()[2] documentation, there is effectively a specific parameter (set to false by default). The

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

2010-11-07 Thread Adam Richardson
On Sun, Nov 7, 2010 at 2:39 PM, Yannick Warnier ywarn...@beeznest.orgwrote: Hi all, It came to my attention through the Netcraft newsletter[1] that cookies in a web application are not always sent encrypted when a server is contacted through HTTPS. Not quite. Requests and responses over

Re: [PHP] Shopping cart question

2010-11-07 Thread Nathan Nobbe
On Fri, Nov 5, 2010 at 5:51 PM, Tommy Pham tommy...@gmail.com wrote: -Original Message- From: Nathan Nobbe [mailto:quickshif...@gmail.com] Sent: Friday, November 05, 2010 11:40 AM To: Jack Cc: PHP Subject: Re: [PHP] Shopping cart question On Fri, Nov 5, 2010 at 12:30 PM,