RE: [PHP-DEV] Re: [PHP-DOC] Re: #3793 [Ana->Opn]: session.gc_maxlifetime

2002-08-19 Thread Jaime Bozza
ns from the session_write() function without doing anything. Having it built into PHP would be nice, since it would simplify upgrades. (As well as allow me to use a built-in session handler and still be able to support readonly sessions) Jaime Bozza -- PHP Development Mailing List <

RE: [PHP-DEV] Re: Switching zlib.output_compression, bug #16109

2002-06-25 Thread Jaime Bozza
htaccess complicates something that should be easily tunable from within the script. Jaime Bozza -Original Message- From: Stefan Roehrich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 8:19 AM To: Yasuo Ohgaki Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Re: Switching zlib.outpu

RE: [PHP-DEV] Switching zlib.output_compression, bug #16109

2002-06-25 Thread Jaime Bozza
start of a script. Apparantly, everyone seems against that. :) Jaime Bozza -Original Message- From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 7:47 PM To: [EMAIL PROTECTED]; Jaime Bozza Cc: 'Mike Hall' Subject: Re: [PHP-DEV] Switching zlib.output_compres

RE: [PHP-DEV] Switching zlib.output_compression, bug #16109

2002-06-24 Thread Jaime Bozza
_gzhandler') Which brings us back to the original point. How does one go about enabling/disabling zlib.output_compression from within a script? ini_set('zlib...', 'On|Off') does not work. Jaime Bozza -Original Message- From: Mike Hall [mailto:[EMAIL PROTECTE

RE: [PHP-DEV] Switching zlib.output_compression, bug #16109

2002-06-24 Thread Jaime Bozza
And how do you set zlib.outputcompression on at runtime? -Original Message- From: Mike Hall [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:32 AM To: Jaime Bozza; [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Switching zlib.output_compression, bug #16109 I never set it in the ini

RE: [PHP-DEV] Switching zlib.output_compression, bug #16109

2002-06-24 Thread Jaime Bozza
Ok, so... Say you have php.ini that defaults zlib.output_compression to On? How would you go about setting it to off inside the script that sends out an image? Jaime Bozza -Original Message- From: Mike Hall [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:18 AM To: Jaime

RE: [PHP-DEV] Switching zlib.output_compression, bug #16109

2002-06-24 Thread Jaime Bozza
x27;, 'Off'); in my script, it's ignored and still sends out the compressed data. If you don't like the browser detection on images, at least allow the ability to be able to turn off zlib.output_compression from the script. Jaime Bozza -Original Message- From: Mi

[PHP-DEV] RE: [PHP] form posting to a fake page

2002-04-18 Thread Jaime Bozza
data *is* only parsed when REQUEST_METHOD=POST, so it may end up only being a single line patch) Let us know if you plan on requesting a new feature. Jaime Bozza -Original Message- From: [ rswfire ] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 4:04 PM To: [EMAIL PROTEC

RE: [PHP-DEV] MailServer blacklist

2002-02-28 Thread Jaime Bozza
. Try this link for more information: http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr=216.155.101.162 Jaime Bozza ThinkBurst Media, Inc. -Original Message- From: Brad House [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 12:20 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] MailS

RE: [PHP-DEV] session problems with own session handler in php..

2002-01-18 Thread Jaime Bozza
Robin, That's your problem. (Or, at least one of the problems.) PHP has a bug where returning "false" from session_read causes all sorts of strangeness. Change "return false;" to "return '';" and your problem will likely go away. Jaime B

RE: [PHP-DEV] Bug #13787 Updated: custom sess_write not called to start session

2001-12-20 Thread Jaime Bozza
ifficult (would it?) to check for a "false" return and assume no data. Jaime Bozza -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 8:23 AM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Bug #13787 Updated: custom sess_write no

RE: [PHP-DEV] Bug #14531 Updated: Reference to bug #14496

2001-12-17 Thread Jaime Bozza
>>On Mon, Dec 17, 2001 at 08:08:06AM -0600, Jaime Bozza wrote : >> Unfortunately, the original bug (14496) wasn't written by the person >> submitting the additional information. >> >> It's kind of difficult to remember a password you never had. :

RE: [PHP-DEV] Bug #14531 Updated: Reference to bug #14496

2001-12-17 Thread Jaime Bozza
s problem, here's my information") that wasn't submitted by you. Which is possibly one of the reasons that duplicate bugs get submitted. Jaime Bozza -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 15, 2001 1:06 AM To: [EMAIL PROTE

RE: [PHP-DEV] Bug #14504 Updated: core dump in session handling

2001-12-14 Thread Jaime Bozza
There's a person that has posted to the PHP-Users list who is having the same problem with sessions and he's using RedHat 7.1. Perhaps you can get him to provide a bt as well? Jaime Bozza -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, D

RE: [PHP-DEV] Re: Sessions proposal

2001-11-30 Thread Jaime Bozza
ot;, but I would guess they're using the mtime on the file itself. Introducing more checks would probably slow down gc considerably. Especially if your running thousands of sessions at any given period. Jaime Bozza -Original Message- From: André Næss [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP-DEV] Sessions proposal

2001-11-30 Thread Jaime Bozza
could make basic sessions more complicated than they'd need to be. Jaime Bozza -Original Message- From: André Næss [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 9:10 AM I find PHP session lacking in one area. In my applications I typically want to have a long timeout fo

[PHP-DEV] RE: Question - Reasons?

2001-05-22 Thread Jaime Bozza
This message was bounced twice from the PHP List, telling me to "fix my software." What gives? Jaime Bozza GeoComm International Corp. -Original Message----- From: Jaime Bozza [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 8:23 AM To: PHP Development Subject: RE: [PHP