Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Philip Olson
controversial changes. Change the name, clarify its use (ex. move dev list signup..), and see what happens. Regards, Philip -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Moderate PHP-DEV

2003-03-12 Thread Philip Olson
build (ie. win32 libraries), etc. That way it > is completely removed from the regular stuff that normal php users will > gravitate towards. It would help to clarify what is for the php > community at large, and what is for the community of developers that > work on php itself. [snip

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

2003-02-13 Thread Philip Olson
s well create a dummy page for main() with some hopefully helpful information. I just comitted main.xml in /info/ so have a look, comments 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
in error messages, or the function.main > 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 Maili

Re: [PHP-DEV] Isis extension

2003-01-19 Thread Philip Olson
e supported 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
0 = Variable won't exist. 1 = Entire variable will exist. "RUNLEVEL,PATH" = Partial variable exists except 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 ig

Re: [PHP-DEV] variables_order annoyance

2003-01-13 Thread Philip Olson
te. Check out this bug report: http://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
l entry explains this further: http://www.php.net/features.commandline This email is for informational purposes only, I do 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
(null) isn't a bug. Okay, let's use filetype('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 doc

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

2002-12-31 Thread Philip Olson
> On Tuesday 31 December 2002 22:39, Philip Olson wrote: > > > 80% of all questions about PHP on the lists could be > > answered if people read the manual in the first place. > > Wait, make that 95% :) > > > > Philip, we need more examples (and also correct ones).

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

2002-12-31 Thread Philip Olson
the lists could 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] PHP 4.3.0 released

2002-12-27 Thread Philip Olson
ecuting make, both the CGI and CLI are built 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 L

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 doc

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-recomm

Re: [PHP-DEV] RC4: ground rules

2002-12-20 Thread Philip Olson
of PHP4 source 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

Re: [PHP-DEV] RC4: ground rules

2002-12-20 Thread Philip Olson
I'll have a patch in about one hour! :) Regards, Philip 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 final RC of the interminable > 4.3

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... i

Re: [PHP-DEV] CGI and CLI

2002-12-18 Thread Philip Olson
GI php-cgi." 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 Gut

[PHP-DEV] Constants inside strings, sometimes

2002-12-17 Thread Philip Olson
akes sense outside of strings but inside of them only if braces 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,

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 o

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 belie

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

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

2002-11-29 Thread Philip Olson
time constraints) is there is question on whether it should be translated or not. I vote no it shouldn't as that'd mean outdated developer docs as the zendapi stuff seems to change a lot and translations are slow and sometimes are just one-time operations. In fact, aren't the

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

2002-11-29 Thread Philip Olson
er the second because of historical reasons and the fact that users may still be using the old functions. For how long will these docs remain? Should they ever go in the appendix instead? Will this confuse users? These are good questions :) Also, what is done may depend on the individual

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 believ

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: >

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

2002-11-26 Thread Philip Olson
ttle so php-dev people will feel more comfortable. It now seems intuitive to me 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] [PATCH] Redirect on Error

2002-11-26 Thread Philip Olson
ated anymore. So: Old: en/functions/{extension}.xml New: en/reference/{extension}/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

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

2002-11-25 Thread Philip Olson
almost all from experimental and/or cvs only 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

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

2002-11-25 Thread Philip Olson
e of E_NOTICE... Regards, 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

[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 i

[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
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

Re: [PHP-DEV] $HTTP_RAW_POST_DATA

2002-11-10 Thread Philip Olson
aw_post_data = on. Until this is figured the documentation 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 t

Re: [PHP-DEV] $HTTP_RAW_POST_DATA

2002-11-09 Thread Philip Olson
This will be documented as soon as we figure out where to document it. Many months ago the predefined variables section of the manual was redone and the vars are now separated autoglobals. Should this be documented under $GLOBALS or should a new section be created? I'm thinking a new section f

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: > > > > > headers_sent($file, $line); > > ?> > > philip@rock:~$ php test.php > >

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

2002-11-06 Thread Philip Olson
I get a Segmentation fault with this script using PHP CLI: philip@rock:~$ php test.php Segmentation fault That's when no headers are sent before the call. But if headers are sent beforehand, it works: philip@rock:~$ php test.php foo test.php : 2 With a fairly (a few week

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 Developm

[PHP-DEV] Please help document headers_sent()

2002-11-06 Thread Philip Olson
ile using these optional parameters. I 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

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

2002-11-06 Thread Philip Olson
e your doc method, we should continue to document functions in a consistent manner which means 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
think they should be the same, 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/>

[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: Critic

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. > > -A

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 > > Th

[PHP-DEV] variables_order too powerful

2002-07-16 Thread Philip Olson
ement!). 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

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

2002-07-09 Thread Philip Olson
untime option of assignment_inside_expression = true if in strict mode. How 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 functio

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

2002-07-08 Thread Philip Olson
set at runtime, 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 off

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

2002-07-07 Thread Philip Olson
rently this ini_set 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 20

[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

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] 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 unsub

Re: [PHP-DEV] $_FILES, is there ant bug?

2002-05-27 Thread Philip Olson
, Philip Olson On Mon, 27 May 2002, Sander Roobol wrote: > Which version of PHP are you running? Versions before 4.1.0 don't have > the $_* variables. $_FILES may be an exception, it might be only > available in 4.2.0 and later, but I'm not sure about that. > > Sander

[PHP-DEV] php-announce

2002-05-13 Thread Philip Olson
I'm 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
he trouble and using the > array_(keys|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://ww

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(&#x

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

2002-04-05 Thread Philip Olson
s is bad. Why is requiring keys indices to begin at 0 good or necessary? I can't think of a case where this will be bad 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] list() limitations

2002-04-05 Thread Philip Olson
each($foo)) { print $ab; } I recently documented this numerical requirement (starting at 0) as a 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

[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 To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Streams are here!

2002-03-15 Thread Philip Olson
this also affects --enable-sockets, please 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

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

2002-02-03 Thread Philip Olson
ut the popup, sometimes I wonder if anyone gets me :) Point 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

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

2002-02-03 Thread Philip Olson
will make for some good data which will eventually provide info to expand this feature. 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

[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 C

[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 = '

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

2002-01-28 Thread Philip Olson
gt; Please share some light on this. The config documentation > will eventually contain 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-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 is

[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; // hello

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

2002-01-25 Thread Philip Olson
ues 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, e-mail: [EMAIL PROTECTED] To contact the l

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:

Re: [PHP-DEV] FeatureRequest for PHP5

2002-01-23 Thread Philip Olson
te to scalar values You can serialize 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-

[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. The

[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 globa

[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. Previou

[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] 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 d

[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-DOC] Re: [PHP-DEV] superglobals and bc

2002-01-13 Thread Philip Olson
do this, we'll need to keep expanding/referring to security.registerglobals: http://www.php.net/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]

Re: [PHP-DEV] superglobals and bc

2002-01-13 Thread Philip Olson
: global $_GET. Now mimicking $_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]

[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 additi

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

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

2002-01-12 Thread Philip Olson
rver' wouldn't come up for this. These need to be documented very soon, I'll 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 unsub

[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'

[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 li

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

2002-01-11 Thread philip
ID: 14992 Updated by: philip Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem PHP Version: 4.1.1 New Comment: Where should this feature be documented, I see two viable options: a) Under array_merge() b) A new "Array Operators" man page. I assume m

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

2002-01-11 Thread Philip Olson
[foo] => foo b [2] => 4 b [3] => 1 b ) [merge_recursive] => Array ( [0] => 4 a [1] => 2 a [foo] => Array ( [0] => foo a [1] => fo

[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. Previo

[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 #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 it

[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 LD_LIBRARY_

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

2001-12-12 Thread Philip Olson
t.c?r1=1.82&r2=1.83 for other 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

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: &

[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 #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 a

[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

[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 #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

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

2001-12-10 Thread Philip Olson
cap.ini 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

  1   2   >