Re: [PHP-DEV] size of session vars

2003-01-08 Thread Rick Widmer
your machine. This thread probably belongs on php-general. This list is for the development _of_ php, not _with_ php. Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP] PHP 4.3.0 released

2002-12-28 Thread Rick Widmer
At 11:29 AM 12/28/02 -0700, The Doctor wrote: On Sat, Dec 28, 2002 at 04:04:14AM -0700, Rick Widmer wrote: > At 08:40 PM 12/27/02 -0700, The Doctor wrote: > ./configure --with-apache=../apache --with-mysql --with-pgsql=/usr > --enable-cli --enable-calendar --enable-debug=no > --with

[PHP-DEV] Re: [PHP] PHP 4.3.0 released

2002-12-28 Thread Rick Widmer
At 08:40 PM 12/27/02 -0700, The Doctor wrote: Is it just my or are there problems with static Aapche 1.3.27 compiles? I don't know if it is _just_ you, but my static install compiled and is running just fine. SuSE 8.0 php 4.3.0 Apache 1.3.27 Mod_SSL 2.8.12-1.3.27 OpenSSL 0.9.6h ming 0.2

Re: [PHP-DEV] session only for who needs it

2002-12-25 Thread Rick Widmer
r is registered/logged in session_start(); } This is based on looking for the cookie or get value for PHPSESSID, the default session name. If it is set, then either a cookie with the session ID is set, or the session is being passed in the URL. Rick -- PHP Development Mailing List <http://www.php

[PHP-DEV] is_callable documentation

2002-12-14 Thread Rick Widmer
I just submitted documentation for the is_callable function. I _think_ is correct, but someone who knows more about it than I might want to look it over. It should appear soon in the user notes at: http://www.php.net/manual/en/function.is-callable.php Rick Thanks to Andrei Zmievski and

Re: [PHP-DEV] RE: [PHP-DOC] #20822 [Com]: getimagesize() returning null instead of false

2002-12-05 Thread Rick Widmer
ze never returns them, how do you figure out what is wrong when you it returns false? Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] $_get['variable']

2002-11-30 Thread Rick Widmer
development OF php, not develpment with php. In php.ini change the setting for REGISTER_GLOBALS to on. Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Default Return-Path with mail() and qmail

2002-11-28 Thread Rick Widmer
ber of the 'trusted' group, but I yield to anyone who knows more about it. Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] RE: Bug #2965

2002-11-28 Thread Rick Widmer
, try the range from A to z. After 30 seconds it got up to AUHXT. Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Memory persistence with apache question

2002-11-18 Thread Rick Widmer
sooner. Long term fix is to upgrade the script causing the problem, assuming it has actually been fixed per Marcus' message. If there are only a few, kill them off by hand. Apache will start a new one. Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe,

Re: [PHP-DEV] I hope this is the last email about this :)

2002-10-28 Thread Rick Widmer
/php.ini which I am already using. Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] I hope this is the last email about this :)

2002-10-27 Thread Rick Widmer
At 06:05 PM 10/27/02 -0800, Zeev Suraski wrote: Thank you for the detailed explanation, I'm sure everybody understands it now. I vote we keep PHP-CLI with implicit_flush on by default. +1 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP-DEV] short_open_tag

2002-10-15 Thread Rick Widmer
blem easy. Ergo, therefore, Q.E.D, removing all the "ugly" >features of PHP is going to make it harder and harder to use PHP to solve >the web problem. Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Rick Widmer
At 01:08 PM 9/18/02 +0100, Dan Hardiker wrote: >Hi All, > 1. Does adding the ?HIGHLIGHT_FORMAT switch to the .phps file format >reduce or degregate current / existing functionality in any way? {if yes, >please expand) No, but since no one has given any reason why line numbers should not be on

Re: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Rick Widmer
making this decision. You are free to disable it on your system and ignore it. I don't understand what's the big deal about this thing anyway? > It's nice new feature. It sure is! Rick -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] highlight_file modification

2002-09-11 Thread Rick Widmer
not to turn on line numbers all the time. Considering the number of people the line numbers will help, I'm not sure finding just one or two people who expect no line numbers is reason enough not to turn it on all the time. Like it is _so_ hard to just ignore (or remove) them if you don

Re: [PHP-DEV] trans-sid warning?

2002-08-20 Thread Rick Widmer
ses in the AOL block of addresses. I know they came from the same browser, yet they show different IP addresses. AOL is not the only place that proxies/caches traffic from their users. You can't trust IP addresses to match with the browser they came from, not even within one single page l

Re: [PHP-DEV] How can I search in the dev list?

2002-07-18 Thread Rick Widmer
At 11:15 AM 7/18/02 -0600, Braulio José Solano Rojas wrote: >Hi! > >Is there an interface to search through the dev list? Try: http://marc.theaimsgroup.com/?l=php-dev&r=1&w=2 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: [Zend Engine 2] Unsigned Right(Maybee Left) Shift [Again]

2002-04-04 Thread Rick Emery
Count me as AGAINST, because <<< is heredoc operator -Original Message- From: Jason Greene [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:43 AM To: PHP-Dev; Andi Gutmans; Zend Engine 2 Subject: [Zend Engine 2] Unsigned Right(Maybee Left) Shift [Again] So far, after posting

Re: [PHP-DEV] Re: Seeding rand() at process start?

2001-09-22 Thread Rick Bradley
plicate the random number stream with minimal effort. One must assume that an open source algorithm is understood by an attacker. The suggestion given is a BAD idea and would put PHP in the BUGTRAQ Hall of Fame for the next decade. Rick -- Mostly useless pseudo-random number: 662 Rick Br

[PHP-DEV] Bug #11678 Updated: ob_get_contents in ob_start() callback causes infinite loop

2001-06-26 Thread rick
see below) and begins sucking CPU like a cyber-hooker. CONFIGURE: './configure' '--prefix=/d/test_make/php' '--with-config-file-path=/d/test_make/php' '--with-apache=/home/rick/corengine-2.0.1pre1/src/apache_1.3.12

[PHP-DEV] Bug #11678: ob_get_contents in ob_start() callback causes infinite loop

2001-06-26 Thread rick
see below) and begins sucking CPU like a cyber-hooker. CONFIGURE: './configure' '--prefix=/d/test_make/php' '--with-config-file-path=/d/test_make/php' '--with-apache=/home/rick/corengine-2.0.1pre1/src/apache_1.3.12'

[PHP-DEV] Bug #10679: IMAP_UID doen't return what it should

2001-05-04 Thread rick
From: [EMAIL PROTECTED] Operating system: Seawolf (Red hat) PHP version: 4.0.4pl1 PHP Bug Type: IMAP related Bug description: IMAP_UID doen't return what it should From: "Rick Gigger" <[EMAIL PROTECTED]> All email messages have a unique identifier.

[PHP-DEV] RE: Bug #7486 Updated: imap_uid does not return the uid

2001-05-03 Thread Rick Gigger
All email messages have a unique identifier. It is a long string that ususally contains a domiain name or ip address. It is unique to all email addresses in the world. It would be much, much more useful if imap_uid would return that instead. Rick Gigger -Original Message- From: Bug

[PHP-DEV] Re: Bug #10615 Updated: JPEG size info not properly returned on unmodified JPEG images from digicam

2001-05-02 Thread Rick Johnson
from under you. -Rick > ID: 10615 > Updated by: sniper > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Feedback > Bug Type: GetImageSize related > PHP Version: 4.0.5 > Assigned To: > Comments: > > That example script of your doesn't have any ge

[PHP-DEV] PHP 4.0 Bug #9528: /home/sas/src/php4/ext/standard/url_scanner_ex.re ... permission denied

2001-03-02 Thread rick
symbol and pukes upon the encounter. I'm not a programmer, but when I added the correct comments around the text and ran make install again, it finished neatly and without incident. Sincerely, Rick Dettwyler -- Edit Bug report at: http://bugs.php.net/?id=9528&edit=1 -- PHP Devel

[PHP-DEV] PHP 4.0 Bug #8796 Updated: "$foo->bar->baz" ambiguity in double quoted strings

2001-02-20 Thread rick
ID: 8796 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Description: "$foo->bar->baz" ambiguity in double quoted strings Haven't checked out here-docs either. On the backwards compatibility issue, I can't see that there would be (much of) one. If people a

[PHP-DEV] PHP 4.0 Bug #8847: Missing file when doing make

2001-01-22 Thread rick
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.1.1 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Missing file when doing make ./configure --prefix=/usr/local/php --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-imap=/usr/home/rick/imap

[PHP-DEV] re zend_compile_file

2001-01-19 Thread Rick Herbel
Hi Just a dumb question could not find this in this function in the source zend_compile_file Probably due to some strange C ism I dont understand here is the "grep -r"I performed any clues would be helpful. Zend/zend_compile.c: :ZEND_API zend_op_array *(*zend_compile_file)(zend_file_handle *fi

[PHP-DEV] PHP 4.0 Bug #8796: $foo->bar->baz should not be ambiguous

2001-01-18 Thread rick
From: [EMAIL PROTECTED] Operating system: All PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: $foo->bar->baz should not be ambiguous In PHP4 it is possible to construct an object and refer to a member using the notation: $foo->bar where foo is