|
|
Up |
|
|
  |
Author: bpita at netcombbs dot combpita at netcombbs dot com
Date: Jan 19, 2007 20:09
ID: 40178
User updated by: bpita at netcombbs dot com
Reported By: bpita at netcombbs dot com
Status: Bogus
Bug Type: *Network Functions
Operating System: Win32, Linux32 and Linux64
PHP Version: 5.2.0
New Comment:
Thanks, for your answer, I try to understand... but I use an internal
function of php that returns differents values depends of my processor
architecture ? It's correct ? Not should be the same and Php be in
charge of this and return alway the same value independently of the 32b
or 64b processor ?
Thanks, Bernardo.
Previous Comments:
------------------------------------------------------------------------
[2007-01-20 02:15:55] pajoye@ php.net
(bogus means "Not a bug" here)
|
| Show full article (1.78Kb) |
|
| |
no comments
|
|
  |
Author: tony2001tony2001
Date: Jan 19, 2007 15:50
ID: 40132
Updated by: tony2001@ php.net
Reported By: mathias dot lieber at web dot de
Status: Feedback
Bug Type: *Compile Issues
Operating System: Linux, 2.6.18, Ubuntu/Debian
PHP Version: 5.2.0
New Comment:
/usr/include/c-client/nntp.h:64: error: syntax error before 'FILE'
What is the version of your imap package?
Where did you get it? Please put nntp.h online and paste the URL here.
Previous Comments:
------------------------------------------------------------------------
[2007-01-19 21:34:28] phpbugs at thequod dot de
checking for U8T_CANONICAL... no
configure: error: utf8_mime2text() has new signature, but
U8T_CANONICAL is missing. This should not happen. Check
config.log for additional information.
I'll send you config.log.
|
| Show full article (4.13Kb) |
|
| |
no comments
|
|
  |
Author: tony2001tony2001
Date: Jan 19, 2007 15:44
ID: 40177
Updated by: tony2001@ php.net
Reported By: taka101 at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: Apache related
Operating System: Windows XP
PHP Version: 5.2.0
New Comment:
Files isqlt09a.dll, OCI.dll, aspell-15.dll and others are parts of
other third-party products.
Previous Comments:
------------------------------------------------------------------------
[2007-01-19 20:54:02] taka101 at gmail dot com
Description:
------------
Re: Bug #39781 Can't Install/Server Gives Error
I had the same problem. Apparently, the requested dll files are not in
the .zip (installation) file.
|
| Show full article (0.84Kb) |
|
no comments
|
|
  |
Author: gacek at intertele dot plgacek at intertele dot pl
Date: Jan 19, 2007 15:41
ID: 40165
User updated by: gacek at intertele dot pl
Reported By: gacek at intertele dot pl
-Status: Bogus
+Status: Open
Bug Type: Performance problem
Operating System: Linux FC4 x86_64
PHP Version: 5.2.0
New Comment:
OK, comparison with count() was probably bad, but I will give you
another example:
I have declared 3 functions named myf1, myf2, myf3, which play with
hash table. Not big one (10-20 elements), but processing is a bit
complex. apd profiler shows following call tree of myf1():
myf1
func_num_args
func_num_args
func_get_args
myf2
count
array_shift
...
|
| Show full article (6.36Kb) |
|
no comments
|
|
  |
Author: phpbugs at thequod dot dephpbugs at thequod dot de
Date: Jan 19, 2007 15:38
ID: 40132
Comment by: phpbugs at thequod dot de
Reported By: mathias dot lieber at web dot de
Status: Feedback
Bug Type: *Compile Issues
Operating System: Linux, 2.6.18, Ubuntu/Debian
PHP Version: 5.2.0
New Comment:
checking for U8T_CANONICAL... no
configure: error: utf8_mime2text() has new signature, but
U8T_CANONICAL is missing. This should not happen. Check
config.log for additional information.
I'll send you config.log.
Previous Comments:
------------------------------------------------------------------------
[2007-01-19 17:47:46] tony2001@ php.net
Please try using this CVS snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows:
|
| Show full article (3.83Kb) |
|
no comments
|
|
  |
Author: phpbugs at thequod dot dephpbugs at thequod dot de
Date: Jan 19, 2007 09:33
ID: 40132
Comment by: phpbugs at thequod dot de
Reported By: mathias dot lieber at web dot de
Status: Feedback
Bug Type: *Compile Issues
Operating System: Linux, 2.6.18, Ubuntu/Debian
PHP Version: 5.2.0
New Comment:
I could still build PHP at Jan 14 2007 01:46:28.
Now I get the following error with current CVS:
/PHP_5_2/ext/imap/php_imap.c: In function 'zif_imap_utf8':
/PHP_5_2/ext/imap/php_imap.c:2212: error: 'U8T_CANONICAL'
undeclared (first use in this function)
I have libc-client-dev 7:2002edebian1-13 installed on
Ubuntu Dapper and U8T_CANONICAL is not defined
in /usr/include/c-client/utf8.h. It's defined nowhere
in /usr/include.
Previous Comments:
------------------------------------------------------------------------
|
| Show full article (3.22Kb) |
|
no comments
|
|
  |
Author: webmaster at bison-soft dot dewebmaster at bison-soft dot de
Date: Jan 19, 2007 07:24
From: webmaster at bison-soft dot de
Operating system: irrelevant
PHP version: 5.2.1RC3
PHP Bug Type: cURL related
Bug description: CURLOPT_TCP_NODELAY only available in curl >= 7.11.2
Description:
------------
compile of curl extension in php 5.1.3rc3 fails when using libcurl <
7.11.2 because CURLOPT_TCP_NODELAY was first available in 7.11.2
Expected result:
----------------
Compiles cleanly even with curl version 7.10.6
|
| Show full article (2.74Kb) |
|
no comments
|
|
  |
Author: Lars SchultzLars Schultz
Date: Jan 19, 2007 07:22
Hello there...
I am making my debut appearance here hoping that I am not giving offense
to anyones well honed php-instincts or programming practices with my
feature-request. This is what it comes down to, I guess. A Feature
Request for some meta-info on the instantiated PHP-Objects. Specifically
I want to know how many references are currently pointing to any one
object. Since PHP's Memory Management is based on Reference-Counting
this information should already be available "somewhere". Not knowing
any php-source-code internals, I can't even guess at the problems which
prohibit the implementation of such a feature. Nevertheless I'd like to
point out an advantage to the community if the reference-count were
available.
I have been working on a large project for 6 years now and I got to a
point where I'd like to cache certain objects singleton-like. To better
explain my problem I provide this small example which surely is
error-prone but should get the basic idea across.
class MyObject {
private static $instances = array();
|
| Show full article (3.41Kb) |
|
no comments
|
|
  |
Author: PierrePierre
Date: Jan 19, 2007 06:59
On 1/19/07, Tom Klingenberg lastflood.net> wrote:
> I'd like to maintain my code via CVS and I do not have a CVS repository somewhere else (this is related to a PEAR Package).
If you have an accepted proposal in PEAR or like to contribute to
PEAR, please contact the PEAR developers (pear-dev mailing list or
pear-group).
|
| |
|
no comments
|
|
  |
|
|
  |
Author: Tom KlingenbergTom Klingenberg
Date: Jan 19, 2007 06:53
I'd like to maintain my code via CVS and I do not have a CVS repository somewhere else (this is related to a PEAR Package).
|
| |
|
no comments
|
|
|
|
|
|
|