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

[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

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

[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 #11601: E_NOTICE produces a Warning

2001-06-21 Thread philip
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.5 PHP Bug Type: Feature/Change Request Bug description: E_NOTICE produces a Warning An example : The following results : Warning: Undefined variable: iamundefined in ./files/tmp.php on line 4 It would be mor

[PHP-DEV] Bug #11732: db3 driver initialization failed

2001-06-27 Thread philip
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.0.6 PHP Bug Type: DBM/DBA related Bug description: db3 driver initialization failed The Apache user has write perms on directory. script: if(!$fp = dba_open("test.db", "c", "db3")) { print("error");

[PHP-DEV] Bug #14124: ImageFilledRectangle x1,y1,x2,y2 issue

2001-11-19 Thread philip
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0.6 PHP Bug Type: GD related Bug description: ImageFilledRectangle x1,y1,x2,y2 issue I am actually using 4.0.7-dev (200108291635 snapshot) with GD 1.8.4. Both ImageRectangle and ImageFilledRectangle say

[PHP-DEV] Bug #13411 Updated: Documentation of return value of strtotime()

2001-11-21 Thread philip
ID: 13411 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: Debian GNU/Linux PHP Version: 4.0.6 New Comment: Added, will show up in a few days. Previous Comments

[PHP-DEV] Bug #10842 Updated: FAQ section 8.1 should mention syntax

2001-11-21 Thread philip
ID: 10842 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: N/A PHP Version: 4.0.5 New Comment: Was added: 31st October 2001 Previous Comments

[PHP-DEV] Bug #10532 Updated: Documentation Errata

2001-11-21 Thread philip
ID: 10532 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: FreeBSD PHP Version: 4.0.4pl1 New Comment: Appears to be fixed now. Previous Comments

[PHP-DEV] Bug #13696 Updated: gpc_order is deprecated

2001-11-21 Thread philip
ID: 13696 Updated by: philip Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Documentation problem Operating System: - PHP Version: 4.0.6 New Comment: Manual states (as of 10 days ago): "Note, that this option is not available in PHP 4. Use variables_order in

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

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

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

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

[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

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

[PHP-DEV] PHP 4.0 Bug #8687: fopen : prepend 'p' option request

2001-01-12 Thread philip
opic but assume it has been discussed. Perhaps an optional "temporary directory" parameter while in 'p' mode can exist as part of the current third parameter. 1 = include_path, anything else to be seen as a temp_path/file.ext Or something similar. If not viable please brie

[PHP-DEV] Bug #12633: --enable-gd-native-ttf vs. --enable-gd-native-tt

2001-08-07 Thread philip
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: --enable-gd-native-ttf vs. --enable-gd-native-tt When configuring PHP it says to use --enable-gd-native-ttf, but if configure actually checks for --enable-

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

[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

[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

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

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

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

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

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

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

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

[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

[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

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

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

[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

[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

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 belie

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

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

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

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

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

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

[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

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-

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:

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

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

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

[PHP-DEV] Bug #13801: error in imap_rfc822_parse_adrlist

2001-10-23 Thread philip . steeman
rlist($val, "xx.khbo.be"); $philip=fopen("/tmp/philip3.log", "a"); fputs($philip, "$val\n"); fclose($philip); ?> After calling imap_rfc822_parse_adrlist the value of $val has changed. There is a NULL-char between 'steeman' and '

Re: [PHP-DEV] Bug #13889: FORM variables not passed with php.ini-optimized

2001-10-31 Thread Philip Olson
i am guessing this is a register_globals issue. see: http://www.php.net/manual/en/configuration.php#ini.register-globals http://www.php.net/manual/en/security.registerglobals.php regards, Philip Olson On 31 Oct 2001 [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Ope

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

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

2001-11-24 Thread Philip Olson
iirc, sometime in the future php will have case-sensitive function/class names. If so, how about waiting to make a change then? Is this what you are suggesting, Markus? philip On Fri, 23 Nov 2001, Markus Fischer wrote: > On Thu, Nov 22, 2001 at 05:11:19PM -0500, Colin Viebrock wr

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

2001-11-30 Thread Philip Olson
ove to foo'; } Could also 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 [E

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   >