Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Philip Olson
, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-DOC] Re: function.main

2003-02-13 Thread Philip Olson
welcome. Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-DOC] Re: function.main

2003-02-12 Thread Philip Olson
shortcut shuold point to somewhere on the homepage, explaining what is function.main This was fixed in CVS awhile ago (4.3.1) and now points to the proper docs. See: http://bugs.php.net/bug.php?id=21499 Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] Isis extension

2003-01-19 Thread Philip Olson
database to the list :) Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] variables_order annoyance

2003-01-15 Thread Philip Olson
these. BUT, this would mean getenv() would need to be brought into the picture too so this topic will need a new related idea and may want to be ignored for now :) It would sorta be like disable_variables vs disable_functions. Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] variables_order annoyance

2003-01-13 Thread Philip Olson
://bugs.php.net/16155 Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CGI and CLI [packaging issues]

2003-01-06 Thread Philip Olson
not agree or disagree with your proposal as I wouldn't touch this with a large stick but just wanted to clear up any possible misconceptions :) Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ZEND_NUM_ARGS()

2003-01-04 Thread Philip Olson
('somebogusname') as an example: Linux: - Returns boolean false - E_WARNING about lstat failure... Windows: - Returns string 'dir' - No E_WARNING Is this how this is going to be forever? Is this behavior suppose to be documented? Regards, Philip -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] CVS Account Request: hitcho

2002-12-31 Thread Philip Olson
be answered if people read the manual in the first place. Wait, make that 95% :) See also: google.com Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: hitcho

2002-12-31 Thread Philip Olson
Setup a common thread of examples across all PHP documentation as 80% of all questions about PHP on lists could be answered with common examples across all functions in the documentation. On Tue, 31 Dec 2002, Georg Richter wrote: On Tuesday 31 December 2002 22:39, Philip Olson

Re: [PHP-DEV] PHP 4.3.0 released

2002-12-27 Thread Philip Olson
and placed as sapi/cgi/php and sapi/cgi/php respectfully The second path is wrong, and respectfully should be respectively. These typos have been fixed in CVS, thank you for the report :) Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

Re: [PHP-DEV] [PATCH] CLI and CGI defaults

2002-12-25 Thread Philip Olson
Andrei already decided, that --enable-cli should not change it's behavior for 4.3, allthough I think it's intuitive for --enable-cli to disable CGI if --enable-cgi was not given, I don't have a problem with it, as long as the NEWS entry is correct and Philip documents it correctly :) I also

Re: [PHP-DEV] Re: ground rules

2002-12-21 Thread Philip Olson
. This is in PECL now but that fact was never mentioned in NEWS. Also, what is the official way windows users are suppose to get PECL dlls? Build them themselves? Regards, Philip Olson On Sat, 21 Dec 2002, Edin Kadribasic wrote: I have changed bundled php.ini-dist and php.ini-recommended

Re: [PHP-DEV] RC4: ground rules

2002-12-20 Thread Philip Olson
make it seem like it should. Regards, Philip Olson p.s. Thanks to Wez and Steph for teaching me not to fear the source. On Fri, 20 Dec 2002, Andrei Zmievski wrote: Everyone, I have just released 4.3.0RC4. Despite the quote in my signature, I am determined to keep this one the very last

Re: [PHP-DEV] CGI and CLI

2002-12-18 Thread Philip Olson
. Same goes for all cgi scripts, they'll work some places but not others... And various RPM's would have different naming schemes depending on the maintainers preference. Regards, Philip On Wed, 18 Dec 2002, Andrei Zmievski wrote: On Wed, 18 Dec 2002, Andi Gutmans wrote: I doubt

Re: [PHP-DEV] CGI and CLI

2002-12-18 Thread Philip Olson
On Wed, 18 Dec 2002, Dan Kalowsky wrote: Cutting down on the list of receipients here... Philip please do not put this paragraph into the documentation. If there is any sure fire way to ensure that the latest version of PHP WON'T be installed on a system... it's to encourage end users

[PHP-DEV] Constants inside strings, sometimes

2002-12-17 Thread Philip Olson
are used and with arrays? Please explain. It seems to me that if someone wants to use constants with array keys, don't put them in strings. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Location of getopt function

2002-12-16 Thread Philip Olson
One way to find function information is through the php function reference: http://zend.com/phpfunc/function.getopt.php Provides information on when it's available, where it's defined, if it's documented, etc. Regards, Philip On Mon, 16 Dec 2002, l0t3k wrote: Markus, thanks

Re: [PHP-DEV] php.exe - php-cgi.exe

2002-12-08 Thread Philip Olson
Can someone provide a history of this and the problems one will see when trying to run php.exe as a cgi (i.e. follows one of the many install texts out there). This is _sorta_ documented but not really, only the apache2 docs make any mention of it thus far. Regards, Philip On Sun, 8 Dec 2002

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-08 Thread Philip Olson
Wait, so there used to be a php-cli.exe ? Add that to the history request question :) And so a user tries to install via some install tutorial on foo.com, what problems/errors will they see when accessing via the browser? Philip On Sun, 8 Dec 2002, John Coggeshall wrote: I believe

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-08 Thread Philip Olson
On Sun, 8 Dec 2002, Marcus [iso-8859-1] Börger wrote: At 17:55 08.12.2002, Philip Olson wrote: Wait, so there used to be a php-cli.exe ? Add that to the history request question :) And so a user tries to install via some install tutorial on foo.com, what problems/errors will they see

[PHP-DEV] Re: Modules/Extensions not in 4.3

2002-11-29 Thread Philip Olson
in the appendix instead? Will this confuse users? These are good questions :) Also, what is done may depend on the individual extensions themselves although consistancy has its merits. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] Re: Modules/Extensions not in 4.3

2002-11-29 Thread Philip Olson
are slow and sometimes are just one-time operations. In fact, aren't the current en zendapi docs already outdated? I don't know this topic. On a related note, those PHP4/README.* docs would fit nicely in this dev manual. Regards, Philip -- PHP Development Mailing List http://www.php.net

RE: [PHP-DEV] PHP Memory Error

2002-11-27 Thread Philip Olson
I started a faq on this but anyway one can use K (kilobytes) or M (megabytes) for these type of directives. A plain integer == Bytes. Regards, Philip On Wed, 27 Nov 2002, John Coggeshall wrote: 67108860 bytes = 64 mb 64M will also work, I believe. John Jonathan Williams

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-26 Thread Philip Olson
}/functions/{function}.xml It sounds like this is where the problem lives. As a reference, glob() was initially documented about six months ago and sha1() about six days. Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Concrete suggestion re: i18n messages

2002-11-26 Thread Philip Olson
although it's not perfect and changes are still in progress. For example finding some of the configuration directives can be difficult... Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Redirect patch URL

2002-11-26 Thread Philip Olson
Regarding this proposal, what happens if the url being redirected to has an error? Or if it's down for some reason, how can I still see my errors without bugging the sysadmin? Also, will CLI and CGI be affected too? Regards, Philip On Tue, 26 Nov 2002, John Coggeshall wrote: http

RE: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Philip Olson
, Philip p.s. please forgive my poor german. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Philip Olson
functions. Sure your point is still valid (php-dev would rather code than document) but the numbers are a little misleading... and that's why such a great phpdoc team exists :) Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] [PATCH] php4/win32/install.txt

2002-11-18 Thread Philip Olson
Hello all- Here's a small patch that mentions apache2 for windows users. Related bugs on this issue can be seen here: * http://bugs.php.net/bug.php?id=16744 * http://bugs.php.net/bug.php?id=18129 Bug #18129 virtually became a support thread for this topic. The following patch doesn't go

[PHP-DEV] karma++

2002-11-12 Thread Philip Olson
Hello- I request karma for phpweb and php4/NEWS I will help close bugs related to these categories and help make improvements. Regards, Philip Olson user: philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] $HTTP_RAW_POST_DATA

2002-11-10 Thread Philip Olson
won't be updated and imho this directive is considered broke. I am unable to test cvs php module at this time nor am I a HTTP expert. I tested on 4.2.3 and the above behavior exists. Shouldn't always mean always? I'm unable to confidently decipher that diff. Regards, Philip -- PHP Development

Re: [PHP-DEV] $HTTP_RAW_POST_DATA

2002-11-10 Thread Philip Olson
On Mon, 11 Nov 2002, Hartmut Holzgraefe wrote: Philip Olson wrote: When setting this on I assume it will always populate no matter what enctype is used. This isn't the case. In the little tests according to Brad, adding enctype=multipart/form-data to a post form will cause

[PHP-DEV] Please help document headers_sent()

2002-11-06 Thread Philip Olson
can't even tell if it's reading the file. If someone could explain a little more that would be very cool. Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Please help document headers_sent()

2002-11-06 Thread Philip Olson
On Wed, 6 Nov 2002, Wez Furlong wrote: if (headers_sent($file, $line)) { echo headers were sent by $file:$line; } [snip] Hello Wez- Ahh, that makes sense. I was a little off base on that one! :) Will add an example now. Regards, Philip -- PHP Development Mailing List http

Re: [PHP-DEV] Please help document headers_sent()

2002-11-06 Thread Philip Olson
mod. Regards, Philip Olson P.s. If no headers were sent, in CGI, $line gets the value int 0. $file is an empty string. On Wed, 6 Nov 2002, Philip Olson wrote: On Wed, 6 Nov 2002, Wez Furlong wrote: if (headers_sent($file, $line)) { echo headers were sent by $file:$line; } [snip

Re: [PHP-DEV] Please help document headers_sent()

2002-11-06 Thread Philip Olson
On Wed, 6 Nov 2002, Ilia A. wrote: On November 6, 2002 07:10 pm, Philip Olson wrote: I get a Segmentation fault with this script using PHP CLI: ?php headers_sent($file, $line); ? philiprock:~$ php test.php Segmentation fault That's when no headers are sent before

[PHP-DEV] Re: [PHP-DOC] Re: Manual page suggestions (was: dba_open...)

2002-11-06 Thread Philip Olson
not including the failed return value in the proto. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: #19848 [Ctl-Csd]: Wrong $_REQUEST values ($_FILESappearance is wacky)

2002-10-28 Thread Philip Olson
, if $_REQUEST does not have FILES, import_request_variables() shouldn't either. I lack the skills to implement this change but vote for it nonetheless ;) Mainly for consistency sake. Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net

[PHP-DEV] Re: #19848 [Ctl-Csd]: Wrong $_REQUEST values ($_FILES appearanceis wacky)

2002-10-27 Thread Philip Olson
This change will make it into 4.3.0 right? Also, is import_request_variables() affected? Regards, Philip On 28 Oct 2002 [EMAIL PROTECTED] wrote: ID: 19848 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Critical +Status

Re: [PHP-DEV] --disable-cgi yet again

2002-10-10 Thread Philip Olson
Shouldn't this be --disable-cli ? On Thu, 10 Oct 2002, Andrei Zmievski wrote: Can someone good with build system add --disable-cgi swtich, please? There is a patch in php-dev archives but it doesn't work against the current tree. I hate building cgi every time when I don't need it.

Re: [PHP-DEV] variables_order too powerful

2002-10-05 Thread Philip Olson
Can someone look into this for 4.3.0? I think this would go nicely there. Regards, Philip On Tue, 16 Jul 2002, Philip Olson wrote: In this bug report: variables_order affects existence of php predefined variables * http://bugs.php.net/16155 The following tentative plan

[PHP-DEV] variables_order too powerful

2002-07-16 Thread Philip Olson
!). Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] passing variables need help

2002-07-15 Thread Philip Olson
Hello John- Please consider the following two locations: http://www.php.net/support http://www.php.net/variables.external Regards, Philip Olson On Mon, 15 Jul 2002, John Flanagan wrote: Lo, I am a just starting with PHP and I am in the middle of building a site. What my question

[PHP-DEV] Re: Bug #18214 Updated: Request: Warning on assignment in IFexpression.

2002-07-09 Thread Philip Olson
possible would it be to create an optional strict mode in PHP? This might help strict programmers feel more comfortable. error_reporting(E_ALL) is a start, using === vs == too. Some functions, like in_array(), have strict options now as well. Regards, Philip Olson -- PHP Development

[PHP-DEV] Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-07-08 Thread Philip Olson
table is autogenerated from source, but the source isn't always real world and imho the ini_set() table should be as friendly as possible (no more support questions! :) Regards, Philip Olson. On Mon, 8 Jul 2002 [EMAIL PROTECTED] wrote: On Mon, 8 Jul 2002, Philip Olson wrote: philip

Re: [PHP-DEV] Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functionsini-set.xml

2002-07-08 Thread Philip Olson
, and most expect in the same way as setting in php.ini Regards, Philip Olson On Mon, 8 Jul 2002, Philip Olson wrote: There are several inconsistencies similar to this one. main.c and similar just don't always look right. I never made an official bug report but check out this php-dev post

[PHP-DEV] $HTTP_*_VARS deprecation status request

2002-06-20 Thread Philip Olson
Hello, Any idea if/when these variables won't be created by PHP? Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] isset multiple arguments, when?

2002-06-01 Thread Philip Olson
Hello, When did isset() allow for multiple arguments, was it 4.1.0? The closed feature request is here: http://bugs.php.net/12978 Neither NEWS or it mentions when this feature was implemented. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe

Re: [PHP-DEV] socket_select() problems?

2002-06-01 Thread Philip Olson
I only get [0], never [1]. Did about 40 tries. latest CVS ./configure --enable-sockets If you need more info, let me know. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] php-announce

2002-05-13 Thread Philip Olson
sure 4.2.1 is soon on its way but how? who? when? :) Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: list() limitations

2002-04-06 Thread Philip Olson
The big question is: how would You (Philip,Yasuo) want list to behave when it encounters a hash? Do you want to get the keys ? Or the values? Or do you want to get the hashed element on its own again as key = value ? My opinion is: $foo = array('a' = 'apple', 'b' = 'banana

Re: [PHP-DEV] Re: list() limitations

2002-04-06 Thread Philip Olson
|values) is the most readable solution. You can't get off that easily :) Please tell me why it's ambiguous for list to get values from one array and not just the values from another. Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] list() limitations

2002-04-05 Thread Philip Olson
documented this numerical requirement (starting at 0) as a note but find it odd. This is mentioned as a bug in a few places but I can't find any closed reports. It's a pretty good feature request, right? Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit

Re: [PHP-DEV] Re: list() limitations

2002-04-05 Thread Philip Olson
for a php user. Imho it's intuitive. Sure it's not a major deal and more pressing needs exist but hey, what can I say. :) Regards, Philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: phallstrom

2002-03-25 Thread Philip Hallstrom
Need to maintain the application database on gtk.php.net. Andrei Zmievski asked that I request an account. Thanks. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Streams are here!

2002-03-15 Thread Philip Olson
fix soon i'm trying to test something ;)) philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15357 Updated: Manual entry for array_shift() incorrect

2002-02-03 Thread philip
ID: 15357 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: Win XP PHP Version: 4.1.0 New Comment: Thank you for this report, this has been fixed in

Re: [PHP-DEV] new php.net shortcuts

2002-02-03 Thread Philip Olson
. On a related note, www.php.net needs a nasty popup that says Choose a mirror!!! ;) Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] new php.net shortcuts

2002-02-03 Thread Philip Olson
is, the fear this will bog down www. even more. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Bug #15286 Updated: ucwords doesn't work with capitalized string

2002-01-29 Thread philip
ID: 15286 Updated by: philip Old Summary: ucwords doesn't work with capitalized string Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Strings related Operating System: Win2K SP2 PHP Version: 4.1.1 New Comment: This is expected behavior, not a bug. $str = 'McDonalds

[PHP-DEV] Bug #8685 Updated: Here-Syntax problem

2002-01-28 Thread philip
ID: 8685 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Open Bug Type: Feature/Change Request PHP Version: 4.0.4 New Comment: I like this feature request, so am reopening it :) Until someone replies with a definitive response as to why such heredoc spacing

Re: [PHP-DEV] PHP_INI USER|PERDIR|SYSTEM|ALL

2002-01-28 Thread Philip Olson
this information and simply harvesting the values from main.c does not seem appropriate. Please explain a little about local/master values too :) Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP-DEV] Bug #12151 Updated: http://www.php.net/FAQ.php#6.11 discrepancy

2002-01-26 Thread philip
ID: 12151 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: Solaris 8 4/01 PHP Version: 4.0.6 New Comment: Modified in CVS. Previous Comments

[PHP-DEV] Bug #15228: variable variable spacing

2002-01-25 Thread philip
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0CVS-2002-01-25 PHP Bug Type: Scripting Engine problem Bug description: variable variable spacing The following should result in a parse error: $foo = 'bar'; $bar = 'hello'; print $ $foo; //

Re: [PHP-DEV] Bug #14131 Updated: include http problem

2002-01-24 Thread Philip Olson
Someone please briefly explain this behavior. As per the note under remote files in manual: Note: You can't use remote files in include() and require() statements on Windows. Why is that? Regards, Philip Olson On 24 Jan 2002 [EMAIL PROTECTED] wrote: ID: 14131 Updated

Re: [PHP-DEV] FeatureRequest for PHP5

2002-01-23 Thread Philip Olson
or implode the values ... This is a decent feature request, submit feature requests to: http://bugs.php.net regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP-DEV] Bug #15108: Server variables to exist globally w/ register_globals = off

2002-01-18 Thread philip
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Server variables to exist globally w/ register_globals = off In short, when register_globals = off, server variables would/should continue to register

[PHP-DEV] Bug #15108 Updated: Server variables to exist globally w/ register_globals = off

2002-01-18 Thread philip
ID: 15108 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Feedback Bug Type: Feature/Change Request Operating System: n/a Old PHP Version: 4.1.1 PHP Version: 4.2.0 New Comment: After some searching, came across an important thread that my brain never saw

[PHP-DEV] Bug #14992 Updated: Behaviour of $array = $array1 + $array2; not documented

2002-01-16 Thread philip
ID: 14992 Updated by: philip Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: We know, but it needs to be documented nevertheless. I posted a rather detailed test. The question is where to document it exactly. Previous Comments

[PHP-DEV] Bug #15007 Updated: New superglobals not documented

2002-01-15 Thread philip
ID: 15007 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Website problem Operating System: N/A PHP Version: 4.1.1 New Comment: The _ in _SERVER get's ignored. _SERVER_ is the same, 553 of unrelated results (I swear it

[PHP-DEV] superglobals and bc

2002-01-13 Thread Philip Olson
Many ask How do I use superglobals yet allow my scripts to work on older versions of PHP, is there an official documentable response to this? Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-DEV] superglobals and bc

2002-01-13 Thread Philip Olson
$_SESSION functionality is another story, eww, maybe that's going too far. Regarding the extract() idea, please clarify a little more. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] superglobals and bc

2002-01-13 Thread Philip Olson
/manual/en/security.registerglobals.php Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #5919 Updated: stri_replace() to compliment str_replace()

2002-01-13 Thread philip
ID: 5919 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Feature/Change Request Operating System: Slackware Linux 7.0 PHP Version: 4.0.0 New Comment: Please submit this patch :) Previous Comments:

[PHP-DEV] Re: [PHP] Re: [PHP-DEV] Re: strtok bug

2002-01-13 Thread Philip Olson
:)) This is documented now which is as best we can do at this point. That and clearly document all BC breaks in the future. I vow to help on the documentation end. Regards, Philip Olson On Mon, 14 Jan 2002, Manuel Lemos wrote: Hello, I don't disagree, but the fact is that doesn't help anybody

[PHP-DEV] Bug #14472 Updated: predefined variables update

2002-01-12 Thread philip
ID: 14472 Updated by: philip Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: n/a PHP Version: 4.1.0 New Comment: Other notes: a) Document the $_SESSION special features b) Move non-PHP variables to appendix, as discussed on list http

[PHP-DEV] Bug #15007 Updated: New superglobals not documented

2002-01-12 Thread philip
ID: 15007 Updated by: philip Reported By: [EMAIL PROTECTED] Status: Open Old Bug Type: Documentation problem Bug Type: Website problem Operating System: N/A PHP Version: 4.1.1 New Comment: This appears to be a website problem, not a documentation problem. Searching for '$_SERVER' results

Re: [PHP-DEV] Bug #15007 Updated: New superglobals not documented

2002-01-12 Thread Philip Olson
add them today. The variables.predefined restructuring can wait, I believe Kenneth is working on that. Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DEV] Bug #15012: Cannot load libphp4.so - undefined symbol:uncompress

2002-01-12 Thread Philip Olson
See this faqt: http://www.faqts.com/knowledge_base/view.phtml/aid/5087 Regards, Philip Olson Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: uncompress -- PHP Development Mailing List http://www.php.net/ To unsubscribe

[PHP-DEV] Bug #14990: array_merge_recursive modifies inputted value

2002-01-11 Thread philip
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.1.1 PHP Bug Type: Arrays related Bug description: array_merge_recursive modifies inputted value In Summary: -- array_merge_recursive() modifies the array entered as the second parameter if the merged

[PHP-DEV] Bug #14990 Updated: array_merge_recursive modifies inputted value

2002-01-11 Thread philip
ID: 14990 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Arrays related Operating System: n/a PHP Version: 4.1.1 New Comment: With 3+ parameters, only the first parameter is left untouched. All others are affected, as demonstrated above with $b.

Re: [PHP-DEV] Re: Behaviour of $array1 + $array2

2002-01-11 Thread Philip Olson
] = Array ( [0] = foo a [1] = foo b ) [2] = 4 b [3] = 1 b ) [concat] = ArrayArray ) Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail

[PHP-DEV] Bug #14938 Updated: No htmlescape() function for PHP4

2002-01-08 Thread philip
ID: 14938 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Duplicate Bug Type: Documentation problem Operating System: Linux PHP Version: 4.1.1 Assigned To: imajes New Comment: Be sure to discuss this with Zak, see bug #14418 which stemmed from this htmlescape() doc

[PHP-DEV] Bug #11833 Updated: Unsufficient docs

2002-01-02 Thread philip
ID: 11833 Updated by: philip Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: any PHP Version: 4.0.6 Assigned To: danbeck New Comment: This is essentially a duplicate, see bug #14472 for a more exaustive report. Anyone want to tackle

[PHP-DEV] Bug #14493: MySQL socket detection

2001-12-13 Thread philip
From: [EMAIL PROTECTED] Operating system: Unix (FreeBSD) PHP version: 4.0.6 PHP Bug Type: *Configuration Issues Bug description: MySQL socket detection START--- #!/bin/sh $VER_PHP=4.0.6 $PREFIX=/usr/home/src

Re: [PHP-DEV] Bug #14473 Updated: strtotime wont parse date

2001-12-12 Thread Philip Olson
just a fyi on why. strtotime obeys the information found here: http://www.gnu.org/manual/tar-1.12/html_chapter/tar_7.html so, doing strtotime('Twelfth December 2001'); will work. anyway, fwiw there you have it :) regards, philip olson On 12 Dec 2001 [EMAIL PROTECTED] wrote: ID: 14473

Re: [PHP-DEV] Bug #14420 Updated: is_file prints stat failed ..message

2001-12-12 Thread Philip Olson
patches made to filestat.c see: http://bonsai.php.net/cvslog.cgi?file=/php4/ext/standard/filestat.c woohoo! :) regards, philip olson Previous Comments: [2001-12-12 11:38:37] [EMAIL PROTECTED] This is fixed

[PHP-DEV] Bug #14472: predefined variables update

2001-12-12 Thread philip
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.1.0 PHP Bug Type: Documentation problem Bug description: predefined variables update The Predefined Variables section of the manual needs some work, here are some thoughts: (a) Document that register_globals

[PHP-DEV] Bug #13911 Updated: Documentation on ini_set could use some reorganizing

2001-12-12 Thread philip
ID: 13911 Updated by: philip Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Any PHP Version: 4.0.6 New Comment: What about integrating the contents of this useful table into a new (and improved) version of config.xml ? My only concern is config

[PHP-DEV] Bug #14411 Updated: php-4.1.0.tar.gz CRC verify error

2001-12-11 Thread philip
ID: 14411 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: open server 5 PHP Version: 4.1.0 New Comment: fixed, try again. Previous Comments

[PHP-DEV] Bug #14299 Updated: explode() case sensitivity.

2001-12-11 Thread philip
ID: 14299 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: Documentation problem Operating System: Linux PHP Version: 4.0.6 New Comment: closed. Previous Comments: [2001-11

[PHP-DEV] Bug #12868 Updated: Appendix G Descrepancies..

2001-12-11 Thread philip
ID: 12868 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Open Bug Type: Documentation problem Operating System: win32 PHP Version: 4.0.6 Assigned To: jeroen New Comment: This seems okay now. But, maybe the alias appendix should be auto-generated via something

Re: [PHP-DEV] Bug #14367: browscap not well documented

2001-12-10 Thread Philip Olson
at all exists here: http://bugs.php.net/bug.php?id=4856 This is a very nice feature request :) Regards, Philip Olson -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

[PHP-DEV] Bug #14130 Updated: xml in zlib.xml does not use CDATA for code

2001-12-06 Thread philip
ID: 14130 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Assigned Status: Closed Bug Type: Documentation problem Operating System: linux PHP Version: 4.0CVS-2001-11-19 Assigned To: hholzgra New Comment: hholzgra CDATA conversions are complete. I labeled a few finishing touches

[PHP-DEV] Bug #14305 Updated: type-o on web site

2001-12-06 Thread philip
ID: 14305 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Closed Bug Type: Documentation problem Operating System: Win2k PHP Version: 4.1.0 New Comment: Reworded this entity in language-snippets.ent a bit (it affects all such warnings). Please don't get so worked up

Re: [PHP-DEV] Bug #14296 Updated: Undeclared variables and isset()

2001-11-30 Thread Philip Olson
use a @ but it's not as cool imho :) if (@$var == 'foo') { echo 'I love to foo'; } So as suggested, this depends on your particular settings. Also see the error_reporting() function. regards, Philip Olson On 30 Nov 2001 [EMAIL PROTECTED] wrote: ID: 14296 Updated by: hholzgra

[PHP-DEV] Bug #14299 Updated: explode() case sensitivity.

2001-11-30 Thread philip
ID: 14299 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Documentation problem Operating System: Linux PHP Version: 4.0.6 New Comment: Strings are case sensitive. Kinda like: if ($var == 'Bar') will return false if $var = 'bar'. Maybe because

[PHP-DEV] bug status definition request

2001-11-22 Thread Philip Olson
hi, What's the difference between open, feedback and analyzed? Seems most discussions leave the bug status as open. philip -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP-DEV] Bug #10172 Updated: get_class() doesn't return lowercase for DomX objects

2001-11-22 Thread philip
ID: 10172 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Documentation problem Operating System: RH 7.0 PHP Version: 4.0 Latest CVS (04/04/2001) New Comment: Seems strange. Docs have been updated to reflect current behavior. Changing status

  1   2   >