php-general Digest 12 Dec 2012 13:08:33 -0000 Issue 8063
Topics (messages 319841 through 319848):
Re: Storing passwords in session variables
319841 by: Marco Behnke
Lucene library
319842 by: Larry Garfield
319844 by: israelekpo.gmail.com
319846 by: Larry Garfield
319847 by: Louis Huppenbauer
Re: Session ?
319843 by: Marco Behnke
319845 by: Jim Giner
319848 by: Marco Behnke
Administrivia:
To subscribe to the digest, e-mail:
php-general-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-general-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-gene...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
Am 11.12.2012 20:51, schrieb Peet Grobler:
On 2012/12/11 2:46 PM, Paul Halliday wrote:
Client <-> Server is encrypted, can I toss these into session variables?
Do note your full url (including &user=xx&pass=yy will be logged in
apache logs, and depending on configuration in squid logs in-between too.
Normally you would pass credential as post variables or even better use
http auth for that. (read about http code 401
How to send in HTTP:
http://en.wikipedia.org/wiki/Basic_access_authentication
Read in auth vars in PHP: http://php.net/manual/de/features.http-auth.php
--
Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer
Zend Certified Engineer PHP 5.3
Tel.: 0174 / 9722336
e-Mail: ma...@behnke.biz
Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal
http://www.behnke.biz
smime.p7s
Description: S/MIME Kryptografische Unterschrift
--- End Message ---
--- Begin Message ---
Hi all.
I recall hearing about there being a PHP port of the Lucene library some
years ago, but I don't recall whence it came. It was a stand-alone PHP
lib, which needed some integration to be viable as an actual search
engine but worked up to a point by storing data straight on disk as
files. That meant it didn't scale beyond a few tens of thousands of
records, but that's still a decent number.
Does that ring a bell for anyone? Anyone know if it still exists, and
if so where? I didn't find it in https://packagist.org/ , which is
where I figured it would be if it were still maintained.
I may have a use for it if it still exists.
--Larry Garfield
--- End Message ---
--- Begin Message ---
Check out apache solr.
The php implementation of Lucene was very slow and had a lot of perfomance
issues the last time I tried it
------Original Message------
From: Larry Garfield
To: php-gene...@lists.php.net
Subject: [PHP] Lucene library
Sent: Dec 11, 2012 5:41 PM
Hi all.
I recall hearing about there being a PHP port of the Lucene library some
years ago, but I don't recall whence it came. It was a stand-alone PHP
lib, which needed some integration to be viable as an actual search
engine but worked up to a point by storing data straight on disk as
files. That meant it didn't scale beyond a few tens of thousands of
records, but that's still a decent number.
Does that ring a bell for anyone? Anyone know if it still exists, and
if so where? I didn't find it in https://packagist.org/ , which is
where I figured it would be if it were still maintained.
I may have a use for it if it still exists.
--Larry Garfield
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sent via BlackBerry from T-Mobile
--- End Message ---
--- Begin Message ---
Yes, I've worked with Apache Solr quite a bit. It's a separate server,
however, and I'm looking for something with smaller requirements for a
concept I want to try. I'd consider SQLite, but I really need something
schema-free and PHP-native/easily-installable.
--Larry Garfield
On 12/11/2012 07:20 PM, israele...@gmail.com wrote:
Check out apache solr.
The php implementation of Lucene was very slow and had a lot of perfomance
issues the last time I tried it
------Original Message------
From: Larry Garfield
To: php-gene...@lists.php.net
Subject: [PHP] Lucene library
Sent: Dec 11, 2012 5:41 PM
Hi all.
I recall hearing about there being a PHP port of the Lucene library some
years ago, but I don't recall whence it came. It was a stand-alone PHP
lib, which needed some integration to be viable as an actual search
engine but worked up to a point by storing data straight on disk as
files. That meant it didn't scale beyond a few tens of thousands of
records, but that's still a decent number.
Does that ring a bell for anyone? Anyone know if it still exists, and
if so where? I didn't find it in https://packagist.org/ , which is
where I figured it would be if it were still maintained.
I may have a use for it if it still exists.
--Larry Garfield
--- End Message ---
--- Begin Message ---
There's Zend_Search_Lucene, part of the Zend framework. I think it should
be possible to use it without the whole framework though.
http://framework.zend.com/manual/1.12/de/zend.search.lucene.html
2012/12/12 Larry Garfield <la...@garfieldtech.com>
> Yes, I've worked with Apache Solr quite a bit. It's a separate server,
> however, and I'm looking for something with smaller requirements for a
> concept I want to try. I'd consider SQLite, but I really need something
> schema-free and PHP-native/easily-installable.
>
> --Larry Garfield
>
>
> On 12/11/2012 07:20 PM, israele...@gmail.com wrote:
>
>> Check out apache solr.
>>
>> The php implementation of Lucene was very slow and had a lot of
>> perfomance issues the last time I tried it
>> ------Original Message------
>> From: Larry Garfield
>> To: php-gene...@lists.php.net
>> Subject: [PHP] Lucene library
>> Sent: Dec 11, 2012 5:41 PM
>>
>> Hi all.
>>
>> I recall hearing about there being a PHP port of the Lucene library some
>> years ago, but I don't recall whence it came. It was a stand-alone PHP
>> lib, which needed some integration to be viable as an actual search
>> engine but worked up to a point by storing data straight on disk as
>> files. That meant it didn't scale beyond a few tens of thousands of
>> records, but that's still a decent number.
>>
>> Does that ring a bell for anyone? Anyone know if it still exists, and
>> if so where? I didn't find it in https://packagist.org/ , which is
>> where I figured it would be if it were still maintained.
>>
>> I may have a use for it if it still exists.
>>
>> --Larry Garfield
>>
>>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
Am 08.12.12 19:08, schrieb Jim Giner:
> All my debugging messages indicagte that I have the same session id,
> yet I don't have the same variables, ie, they're missing.
Just to be sure ... the webspace is on the same server and has access to
the same directory where the session data is stored? (session_save_path)?
--
Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer Diploma
Zend Certified Engineer PHP 5.3
Tel.: 0174 / 9722336
e-Mail: ma...@behnke.biz
Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal
http://www.behnke.biz
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
On 12/11/2012 7:27 PM, Marco Behnke wrote:
Am 08.12.12 19:08, schrieb Jim Giner:
All my debugging messages indicagte that I have the same session id,
yet I don't have the same variables, ie, they're missing.
Just to be sure ... the webspace is on the same server and has access to
the same directory where the session data is stored? (session_save_path)?
Yes - it points to a folder within my main domain's structure.
--- End Message ---
--- Begin Message ---
Jim Giner <jim.gi...@albanyhandball.com> hat am 12. Dezember 2012 um 02:53
geschrieben:
> On 12/11/2012 7:27 PM, Marco Behnke wrote:
> > Am 08.12.12 19:08, schrieb Jim Giner:
> >> All my debugging messages indicagte that I have the same session id,
> >> yet I don't have the same variables, ie, they're missing.
> > Just to be sure ... the webspace is on the same server and has access to
> > the same directory where the session data is stored? (session_save_path)?
> >
> >
> Yes - it points to a folder within my main domain's structure.
which is accessible from your subdomains?
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer Diploma
Zend Certified Engineer PHP 5.3
Tel.: 0174 / 9722336
e-Mail: ma...@behnke.biz
Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal
http://www.behnke.biz
--- End Message ---