php-general Digest 2 Dec 2010 15:50:24 -0000 Issue 7066

2010-12-02 Thread php-general-digest-help
php-general Digest 2 Dec 2010 15:50:24 - Issue 7066 Topics (messages 309809 through 309818): Re: code quest 309809 by: Kirk Bailey 309810 by: Kirk Bailey 309817 by: Daniel P. Brown 309818 by: Steve Staples Centralizled Authentication 309811 by:

php-general Digest 3 Dec 2010 05:37:01 -0000 Issue 7067

2010-12-02 Thread php-general-digest-help
php-general Digest 3 Dec 2010 05:37:01 - Issue 7067 Topics (messages 309819 through 309825): php mail() and sendmail/smtp 309819 by: Michael Crowl 309820 by: Peter Lind 309821 by: Daniel P. Brown Queuing servers 309822 by: larry.garfieldtech.com

[PHP] Centralizled Authentication

2010-12-02 Thread AmirBehzad Eslami
Dear list, We have dozen of applications, mostly written in PHP and Python. They're distributed on different servers, but i'm trying to integrate them somehow. Each application has its own users. Is there a way to store all username/passwords into a single datasource and give each user, her

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Per Jessen
AmirBehzad Eslami wrote: Dear list, We have dozen of applications, mostly written in PHP and Python. They're distributed on different servers, but i'm trying to integrate them somehow. Each application has its own users. Is there a way to store all username/passwords into a single

Re: [PHP] Centralizled Authentication

2010-12-02 Thread AmirBehzad Eslami
Suppose you're running phpBB with another php-driven application. phpBB has a user table where the username/password/email/.. of each user is stored at mysql. Once a user logs-in to the website, the Last Login timestamp updates on the users table at mysql. How do I use LDAP in this type of

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Per Jessen
AmirBehzad Eslami wrote: Suppose you're running phpBB with another php-driven application. phpBB has a user table where the username/password/email/.. of each user is stored at mysql. Once a user logs-in to the website, the Last Login timestamp updates on the users table at mysql. How do I

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Ken Guest
On Thu, Dec 2, 2010 at 8:06 AM, AmirBehzad Eslami behzad.esl...@gmail.comwrote: Dear list, We have dozen of applications, mostly written in PHP and Python. They're distributed on different servers, but i'm trying to integrate them somehow. Each application has its own users. Is there a

Re: [PHP] Centralizled Authentication

2010-12-02 Thread Bostjan Skufca
Or OpenID. b. On 2 December 2010 11:48, Ken Guest k...@linux.ie wrote: On Thu, Dec 2, 2010 at 8:06 AM, AmirBehzad Eslami behzad.esl...@gmail.comwrote: Dear list, We have dozen of applications, mostly written in PHP and Python. They're distributed on different servers, but i'm trying to

Re: [PHP] code quest

2010-12-02 Thread Daniel P. Brown
On Wed, Dec 1, 2010 at 23:13, Kirk Bailey kbai...@howlermonkey.net wrote: [snip!] Can this be improved to exclude anything with a '.' or a '-' in it's name? This will exclude the smileys and cgi-bin and such. If it can be persuaded to read a 1 line description from each subdirectory it could

Re: [PHP] code quest

2010-12-02 Thread Steve Staples
On Thu, 2010-12-02 at 10:07 -0500, Daniel P. Brown wrote: On Wed, Dec 1, 2010 at 23:13, Kirk Bailey kbai...@howlermonkey.net wrote: [snip!] Can this be improved to exclude anything with a '.' or a '-' in it's name? This will exclude the smileys and cgi-bin and such. If it can be persuaded

[PHP] php mail() and sendmail/smtp

2010-12-02 Thread Michael Crowl
Okay, I know this is a Sendmail/SMTP admin issue, but it's PHP-related and I figured someone here might have a clue or might have solved this issue before. I've come into this dev server after many hands have touched it, and I'm not quite sure how to proceed, nor am I a Linux genius. We're

Re: [PHP] php mail() and sendmail/smtp

2010-12-02 Thread Peter Lind
2010/12/2 Michael Crowl octo...@serv.net: * snip *  Also, we have Redmine running on the same server, and it sends admin emails out just fine - however, I don't think it calls sendmail directly like our PHP install, but connects directly to the local SMTP server. Sounds like a solution to

Re: [PHP] php mail() and sendmail/smtp

2010-12-02 Thread Daniel P. Brown
2010/12/2 Michael Crowl octo...@serv.net: Possible solutions?  I'm a little frazzled and a little undereducated here. Use the under-appreciated fifth paramter in mail() to pass the -f flag to sendmail, like so: ?php $to = 'danbr...@php.net'; $subject = 'This is an emample for a php-general

[PHP] Queuing servers

2010-12-02 Thread la...@garfieldtech.com
Hi folks. I have a project coming up where I will need to process a bazillion (OK, a few million) records, possibly with multiple steps. (In this case I'm reading data from one data archive into an Apache Solr server.) This is a natural use case for a queue server, I believe, and while the

Re: [PHP] Queuing servers

2010-12-02 Thread Alister Bulman
On Thu, Dec 2, 2010 at 10:10 PM, la...@garfieldtech.com la...@garfieldtech.com wrote: Hi folks. I have a project coming up where I will need to process a bazillion (OK, a few million) records, possibly with multiple steps.  (In this case I'm reading data from one data archive into an Apache

[PHP] PHP 5.2.15RC2 5.3.4RC2 Released for Testing

2010-12-02 Thread Ilia Alshanetsky
The second release candidates of 5.2.15 and 5.3.4 were just released for testing and can be downloaded here: http://downloads.php.net/ilia/php-5.2.15RC2.tar.bz2 (md5sum: 423e70e49f8defd63c6a08d824357f36) http://downloads.php.net/johannes/php-5.3.4RC2.tar.bz2 (md5sum:

Re: [PHP] preg_match fails to resolve variable as a subject

2010-12-02 Thread Da Rock
On 11/29/10 09:10, Richard Quadling wrote: On 27 November 2010 04:45, Da Rockphp-l...@herveybayaustralia.com.au wrote: On 11/27/10 13:51, Tamara Temple wrote: On Nov 26, 2010, at 7:28 PM, Da Rock wrote: On 11/27/10 00:57, Richard Quadling wrote: On 26 November

[PHP] Closing Browser

2010-12-02 Thread Ethan Rosenberg
Dear List - How do I close the browser window, with a script [shell or Perl], after I exit PHP? Thanks. Ethan MySQL 5.1 PHP 5 Linux [Debian (sid)] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] preg_match fails to resolve variable as a subject

2010-12-02 Thread Tamara Temple
On Dec 2, 2010, at 11:33 PM, Da Rock wrote: On 11/29/10 09:10, Richard Quadling wrote: On 27 November 2010 04:45, Da Rockphp- l...@herveybayaustralia.com.au wrote: On 11/27/10 13:51, Tamara Temple wrote: On Nov 26, 2010, at 7:28 PM, Da Rock wrote: On 11/27/10 00:57, Richard Quadling

[PHP] magento shopping options don't response to quicksearch

2010-12-02 Thread Qin manu
hi everyone, my boss wanted me to learn magento last month, This is my company’s website:http://www.gofavor.com, it made me crazy. I know this mail list is not focus on magento, but i have posted on the magento forum and nobody gave me any advice, sorry to interrupt. Yesterday, I called explode