#46659 [NEW]: I suggest changing get_functions_defined() function function

2008-11-24 Thread Mike_G at ufamts dot ru
From: Mike_G at ufamts dot ru
Operating system: 
PHP version:  5.2.6
PHP Bug Type: Feature/Change Request
Bug description:  I suggest changing get_functions_defined() function function

Description:

I suggest changing get_functions_defined() function to have flag/option to
return user function by includes/requires.

Example:

#require1.php
?php
  function one()
  {
  return 1;
  }
  function two()
  {
  return 2;
  }
?

#require2.php
?php
  function three()
  {
  return 3;
  }
  function four()
  {
  return 4;
  }
?

#main code
?php
  require_once('require1.php');
  require_once('require2.php');
  
  $fn_arr = get_functions_defined(true);// true - is enabled return user
function by

// includes and requires.
  print_r($fn_arr); 
?

Output result:

Array ( [internal] = Array (
   ...
),
[user] = Array (
[require1.php] = Array ([0] = 'one', [1] =
'two'),
[require2.php] = Array ([0] = 'three', [1]
= 'four'),
))


-- 
Edit bug report at http://bugs.php.net/?id=46659edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=46659r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=46659r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=46659r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=46659r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=46659r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=46659r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=46659r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=46659r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=46659r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=46659r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=46659r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=46659r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=46659r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=46659r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=46659r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=46659r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=46659r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=46659r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=46659r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=46659r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=46659r=mysqlcfg



#46104 [Bgs]: list supportiong OS

2008-09-17 Thread Mike_G at ufamts dot ru
 ID:  46104
 User updated by: Mike_G at ufamts dot ru
 Reported By: Mike_G at ufamts dot ru
 Status:  Bogus
 Bug Type:Feature/Change Request
 PHP Version: 5.3.0alpha2
 Assigned To: pajoye
 New Comment:

What new features so necessary? (can you explain?)
But even though so, that why such belongings not to stand in separate
expansions, let their use that to whom it is necessary.
Do Not want to argue, but on my, it is impossible named this OS museum
only besause so has solved Microsoft.
We independent developers must not go on cause beside Bill Gates.
I disappointed vista and .NET platform. After installing .NET all begin
wildly to hold up.
Please give the hope on that us shall not learn the fate someday
oppressively to move to Vista.
But if reason as you presently reason this will someday occur. :(

Sorry for my english.


Previous Comments:


[2008-09-17 06:52:09] [EMAIL PROTECTED]

NT4 and win 9x are not supported anymore by Microsoft. They have
limitation affecting PHP code or features. We can't afford to maintain
an extra branch only to support museum softwares. windows 2k is 10 years
old, don't you think you can update? Or even better, move to 2008 ;)



[2008-09-17 05:58:00] Mike_G at ufamts dot ru

Description:

Please don't drop support Windows NT 4.0.
What real reasons in refusal of support?
If this is connected with VC9 why not to compile by means of MingGW?






-- 
Edit this bug report at http://bugs.php.net/?id=46104edit=1



#46104 [Bgs]: list supportiong OS

2008-09-17 Thread Mike_G at ufamts dot ru
 ID:  46104
 User updated by: Mike_G at ufamts dot ru
 Reported By: Mike_G at ufamts dot ru
 Status:  Bogus
 Bug Type:Feature/Change Request
 PHP Version: 5.3.0alpha2
 Assigned To: pajoye
 New Comment:

I certainly can itself compile, but bad deal to climb in someone else
thoughts. But absence to copies can help virtual machine for Virtual PC
http://vip-file.com/download/a7e7c9423314/Windows-NT-4.0.rar.html

Thank you.


Previous Comments:


[2008-09-17 08:50:37] [EMAIL PROTECTED]

It's quite simple: We don't have the time to care for it, feel free to
compile it your self but we won't guarantee anything works there, we
prefer spending the time on issues that affect more users instead of
wasting the time with platforms which are 12 years old and where no
developer has a copy.



[2008-09-17 08:25:14] Mike_G at ufamts dot ru

What new features so necessary? (can you explain?)
But even though so, that why such belongings not to stand in separate
expansions, let their use that to whom it is necessary.
Do Not want to argue, but on my, it is impossible named this OS museum
only besause so has solved Microsoft.
We independent developers must not go on cause beside Bill Gates.
I disappointed vista and .NET platform. After installing .NET all begin
wildly to hold up.
Please give the hope on that us shall not learn the fate someday
oppressively to move to Vista.
But if reason as you presently reason this will someday occur. :(

Sorry for my english.



[2008-09-17 06:52:09] [EMAIL PROTECTED]

NT4 and win 9x are not supported anymore by Microsoft. They have
limitation affecting PHP code or features. We can't afford to maintain
an extra branch only to support museum softwares. windows 2k is 10 years
old, don't you think you can update? Or even better, move to 2008 ;)



[2008-09-17 05:58:00] Mike_G at ufamts dot ru

Description:

Please don't drop support Windows NT 4.0.
What real reasons in refusal of support?
If this is connected with VC9 why not to compile by means of MingGW?






-- 
Edit this bug report at http://bugs.php.net/?id=46104edit=1



#46104 [Bgs]: list supportiong OS

2008-09-17 Thread Mike_G at ufamts dot ru
 ID:  46104
 User updated by: Mike_G at ufamts dot ru
 Reported By: Mike_G at ufamts dot ru
 Status:  Bogus
 Bug Type:Feature/Change Request
 PHP Version: 5.3.0alpha2
 Assigned To: pajoye
 New Comment:

I have understood You, but that You will say after 10 years?
I am afraid the history be repeated, but then will already write off
Windows 2000 and XP.
Many people did not want this.
Please do not go for Microsoft.


Previous Comments:


[2008-09-17 10:21:21] [EMAIL PROTECTED]

You don't have to install Vista, windows 2000 or XP work fine.



[2008-09-17 09:49:40] Mike_G at ufamts dot ru

I certainly can itself compile, but bad deal to climb in someone else
thoughts. But absence to copies can help virtual machine for Virtual PC
http://vip-file.com/download/a7e7c9423314/Windows-NT-4.0.rar.html

Thank you.



[2008-09-17 08:50:37] [EMAIL PROTECTED]

It's quite simple: We don't have the time to care for it, feel free to
compile it your self but we won't guarantee anything works there, we
prefer spending the time on issues that affect more users instead of
wasting the time with platforms which are 12 years old and where no
developer has a copy.



[2008-09-17 08:25:14] Mike_G at ufamts dot ru

What new features so necessary? (can you explain?)
But even though so, that why such belongings not to stand in separate
expansions, let their use that to whom it is necessary.
Do Not want to argue, but on my, it is impossible named this OS museum
only besause so has solved Microsoft.
We independent developers must not go on cause beside Bill Gates.
I disappointed vista and .NET platform. After installing .NET all begin
wildly to hold up.
Please give the hope on that us shall not learn the fate someday
oppressively to move to Vista.
But if reason as you presently reason this will someday occur. :(

Sorry for my english.



[2008-09-17 06:52:09] [EMAIL PROTECTED]

NT4 and win 9x are not supported anymore by Microsoft. They have
limitation affecting PHP code or features. We can't afford to maintain
an extra branch only to support museum softwares. windows 2k is 10 years
old, don't you think you can update? Or even better, move to 2008 ;)



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/46104

-- 
Edit this bug report at http://bugs.php.net/?id=46104edit=1



#46104 [Bgs]: list supportiong OS

2008-09-17 Thread Mike_G at ufamts dot ru
 ID:  46104
 User updated by: Mike_G at ufamts dot ru
 Reported By: Mike_G at ufamts dot ru
 Status:  Bogus
 Bug Type:Feature/Change Request
 PHP Version: 5.3.0alpha2
 Assigned To: pajoye
 New Comment:

Thank you for answers. Offensively only for one that some uncles from
Microsoft all for us solve. Why-that I on naivetes thought that this
does not spread on Open Source. Excuse me for persistence, simply I
fight for soft quality. I wish You good luck!


Previous Comments:


[2008-09-17 10:37:02] [EMAIL PROTECTED]

I go with the users. We can't limit the builds for 99.9% of the
users because a hand full of people still use NT4 or win 9x. And you can
still use php 5.2.x anyway. I think everything has been said now, don't
expect another reply from me here :)



[2008-09-17 10:32:23] Mike_G at ufamts dot ru

I have understood You, but that You will say after 10 years?
I am afraid the history be repeated, but then will already write off
Windows 2000 and XP.
Many people did not want this.
Please do not go for Microsoft.



[2008-09-17 10:21:21] [EMAIL PROTECTED]

You don't have to install Vista, windows 2000 or XP work fine.



[2008-09-17 09:49:40] Mike_G at ufamts dot ru

I certainly can itself compile, but bad deal to climb in someone else
thoughts. But absence to copies can help virtual machine for Virtual PC
http://vip-file.com/download/a7e7c9423314/Windows-NT-4.0.rar.html

Thank you.



[2008-09-17 08:50:37] [EMAIL PROTECTED]

It's quite simple: We don't have the time to care for it, feel free to
compile it your self but we won't guarantee anything works there, we
prefer spending the time on issues that affect more users instead of
wasting the time with platforms which are 12 years old and where no
developer has a copy.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/46104

-- 
Edit this bug report at http://bugs.php.net/?id=46104edit=1



#46104 [NEW]: list supportiong OS

2008-09-16 Thread Mike_G at ufamts dot ru
From: Mike_G at ufamts dot ru
Operating system: 
PHP version:  5.3.0alpha2
PHP Bug Type: Feature/Change Request
Bug description:  list supportiong OS

Description:

Please don't drop support Windows NT 4.0.
What real reasons in refusal of support?
If this is connected with VC9 why not to compile by means of MingGW?


-- 
Edit bug report at http://bugs.php.net/?id=46104edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46104r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46104r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46104r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=46104r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=46104r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=46104r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=46104r=needscript
Try newer version:http://bugs.php.net/fix.php?id=46104r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=46104r=support
Expected behavior:http://bugs.php.net/fix.php?id=46104r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=46104r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=46104r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=46104r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46104r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=46104r=dst
IIS Stability:http://bugs.php.net/fix.php?id=46104r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=46104r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46104r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=46104r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=46104r=mysqlcfg