ID: 21224
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Compile Failure
Operating System: Solaris 8
PHP Version: 4.3.0
New Comment:
Problem solved when removing --enable-versioning from php configure
sett
ID: 19292
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Critical
Bug Type: Apache related
Operating System: linux
PHP Version: 4.2.3,4.3.0
New Comment:
4.3.o stills has the same problem, the test suite I posted on 30 Oc
$i, "cursor", $i, "hisur");
}
print "\n";
for ($j=0; $j<$nrows; $j++) {
for ($i=0; $i<$ncols; $i++) {
printf("val[%d, %d] ='%s'", $j, $i, 'howdy');
}
printf("\n");
}
print "
From: [EMAIL PROTECTED]
Operating system: Gentoo Linux 1.4
PHP version: 4.2.2
PHP Bug Type: Date/time related
Bug description: date() or mktime() returning bad value for mktime month param of '2'
#!/usr/bin/php -q
1 = 01
2 = 03
3 = 03
4 = 04
5 = 05
6 = 06
7 = 07
8 =
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.3.0
PHP Bug Type: Apache2 related
Bug description: php_* not valid in httpd.conf, .htaccess
# apache2ctl configtest
Syntax error on line 30 of
/usr/local/virtuals/webmail.blue-labs.org/httpd.conf:
Invalid comman
From: [EMAIL PROTECTED]
Operating system: Debian GNU/Linux
PHP version: 4.3.0RC4
PHP Bug Type: Output Control
Bug description: Quiet mode does not work with CGI version
The quiet mode option (-q) does not work under CGI with version 4.3.0RC4:
$ echo '' | php -q
Content-ty
From: [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version: 4.3.0
PHP Bug Type: Compile Failure
Bug description: apache configure fails at php module
apache 1.3.27 configure script fails at this point:
with gcc version 2.95.2 and GNU ld version 2.13
+ doing sanity c
ID: 21224
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Compile Failure
Operating System: Solaris 8
PHP Version: 4.3.0
New Comment:
the libtool on the php distribution tree is:
nging the source but how do I post the fix
to the site for inclusion in a future build?
Please assist?
David Hargreave
IT Manager
SportOdds Systems Pty Limited
www.sportodds.com
Previous Comments:
[2002-12-16 11:
ID: 14770
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: Windows 98SE
PHP Version: 4.1.0
New Comment:
Duplicated on Linux/Apache 1.2.23 with PHP 4.2.0.
With o
ID: 14770
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: Windows 98SE
PHP Version: 4.1.0
New Comment:
Disabling zlib.output_compression yields full source in Moz
ID: 14770
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: Windows 98SE
PHP Version: 4.1.0
New Comment:
Setting output_buffering=0 allows Mozilla to get the full s
ID: 14770
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: Windows 98SE
PHP Version: 4.1.0
New Comment:
Setting output_buffering to anything over 16386 (which by t
'll take a look at output buffering code.
(If there is problem here, it should be fixed)
David,
Did you tested with 4.2.0?
What is your OS?
Please update Version and OS field, thanks.
[2002-04-25 19:20:15] [EMAIL PRO
ID: 16910
Updated by: [EMAIL PROTECTED]
-Summary: function.parse-url has invalid description for schme
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Documentation problem
Operating System: Any
PHP Version: 4.2.0
New Comment:
From: [EMAIL PROTECTED]
Operating system: Any
PHP version: 4.2.0
PHP Bug Type: Documentation problem
Bug description: function.parse-url has invalid description for schme
The "scheme" part of the query returned by parse_url() would be "http", not
"http://";, as is indicated
From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.4-STABLE
PHP version: 4.2.0
PHP Bug Type: Reproducible crash
Bug description: mkdir causes segfault
PHP consistently segfaults on the following line of code:
if (!@mkdir("split", 0750))
This did not happen in 4.1.2.
From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.4-STABLE
PHP version: 4.2.1
PHP Bug Type: Scripting Engine problem
Bug description: Identical float values are not identical when compared
This problem also occurs on PHP 4.1.2.
The following code fragment produces very
ID: 17282
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: FreeBSD 4.4-STABLE
PHP Version: 4.2.1
New Comment:
That does not seem right. The numbers appear to be
From: [EMAIL PROTECTED]
Operating system: REdhat 7.1
PHP version: 4.2.0
PHP Bug Type: Scripting Engine problem
Bug description: join function not expanding \n
$arr=file("test.txt");
$txt=join('\n',$arr);
echo $txt
--
Edit bug report at http://bugs.php.net/?id=17370&edit=1
ID: 15841
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Mail related
Operating System: Linux
PHP Version: 4.1.2
New Comment:
I would be VERY nice if PHP would at least have the option of sending
mail usi
From: [EMAIL PROTECTED]
Operating system: Solaris 8 & Linux Madrake
PHP version: 4.2.3
PHP Bug Type: PHP options/info functions
Bug description: open_basedir not working
a scripts located in open_basedir path is unable to include another script
in the same directory with erro
ID: 20117
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: PHP options/info functions
Operating System: Solaris 8 & Linux Madrake
PHP Version: 4.2.3
New Comment:
BTW, all scripts and directories have correct
From: [EMAIL PROTECTED]
Operating system: Solaris 8
PHP version: 4.3.0-pre2
PHP Bug Type: Compile Failure
Bug description: Output line too long.
configure settings
---
./configure --with-mysql --with-a
ID: 19292
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Apache related
Operating System: linux
PHP Version: 4.3.0-dev,4.2.3
New Comment:
I also have this problem, in both Solaris 8 and Linux Mandrake
From: [EMAIL PROTECTED]
Operating system: FreeBSD
PHP version: 4.2.3
PHP Bug Type: *Compile Issues
Bug description: No way to compile static binary
I would like to compile a completely static PHP CGI binary. I don't just
want the PHP modules compiled statically into the bina
From: [EMAIL PROTECTED]
Operating system: Debian sid
PHP version: 4.1.1
PHP Bug Type: Arrays related
Bug description: array_slice destroys numeric keys
The array_slice function destroys keys that are numeric (even if used as
strings), but not string keys. This is a serious
From: [EMAIL PROTECTED]
Operating system: Debian GNU/Linux
PHP version: 4.1.1
PHP Bug Type: Reproducible crash
Bug description: Infinite recursion crashes interpreter
It is quite easy to crash the PHP interpreter with infinite recursion.
While this is a user error, the inte
ID: 8725
Updated by: [EMAIL PROTECTED]
-Reported By: [EMAIL PROTECTED]
+Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Program Execution
Operating System: SCO Openserver 5.05
PHP Version: 4.0.4pl1
New Comment:
The following URL ma
ID: 15333
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: IIS related
Operating System: Windows 2000 Pro
PHP Version: 4.1.1
New Comment:
Nope, I am not using Zend Encoder or Optimizer. Just running plain
From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.4-STABLE
PHP version: 4.1.1
PHP Bug Type: Reproducible crash
Bug description: readdir() crashes
readdir() is consistently crashing PHP in one of my scripts.
Unfortunately, I can't reproduce the problem with a small test sc
ID: 15665
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: FreeBSD 4.4-STABLE
PHP Version: 4.1.1
New Comment:
I'll compile PHP from source wi
ID: 15665
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: FreeBSD 4.4-STABLE
PHP Version: 4.1.1
New Comment:
The option is --enable-debug, r
ID: 14895
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Duplicate
Bug Type: OpenSSL related
Operating System: FreeBSD 4.3-RELEASE
PHP Version: 4.1.1
New Comment:
Any answers to this problem yet?
#!/bin/bash
rm conf
-client.a|so on your system, then install
the new uw c-client library or let php find it in your --with-imap
directory.
David
Previous Comments:
[2002-02-27 23:28:46] [EMAIL PROTECTED]
Any answers to this problem yet?
#!/bin
From: [EMAIL PROTECTED]
Operating system: Linux-2.4.18
PHP version: 4.1.2
PHP Bug Type: *Configuration Issues
Bug description: Configure fails (line 3395 unexp. 'fi')
I d/l 4.1.2
ran configure and got an error (line 3395)
rm'd configure and ran buildconf which rebuilt conf
ID: 7231
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Regexps related
Operating System: Linux 2.2.14-5.0
PHP Version: 4.0.2
New Comment:
Same problem, different version, different OS:
PHP version 4.1
] => Issue Four
[ARTIST_NAME] =>
[DESCRIPTION] => Our fourth issue, The Inside/Out Issue, includes
88 pages in a mixture of black/white & full color and perfect-bound.
We've got a wraparound cover and ten-page feature on New Jersey artist
Matt Leines, exclusive artwork and interv
ID: 16349
Updated by: [EMAIL PROTECTED]
Reported By: adam at adeptsoftware dot com
-Status: Suspended
+Status: Open
Bug Type: Feature/Change Request
Operating System: WinXP
PHP Version: 4.1.2
New Comment:
powerblade's comment is inco
ID: 16104
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Apache2 related
Operating System: Linux
PHP Version: 4.0CVS-2002-03-1
New Comment:
This was back on ~2.0.33. I haven't
ID: 15033
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: OCI8 related
Operating System: AIX 5.1
PHP Version: 4.1.1
New Comment:
Installing AIX patches resolved the problem.
Th
From: [EMAIL PROTECTED]
Operating system: Linux
PHP version: 4.0CVS-2002-03-15
PHP Bug Type: Apache2 related
Bug description: Apache2 segfault on startup in TSRM/TSRM.c:310
./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--enable-debug
I have current HEAD cod
From: david at santinoli dot com
Operating system: Linux
PHP version: 4.3.1
PHP Bug Type: mbstring related
Bug description: Overloaded strrpos() gives wrong results
With
php_value mbstring.internal_encoding "UTF-8"
php_value mbstring.func_overload 6
in
ID: 19292
Comment by: david at ols dot es
Reported By: tnowak at triger dot com dot pl
Status: Feedback
Bug Type: Apache related
Operating System: linux
PHP Version: 4.2.3,4.3.0
New Comment:
4.3.1 when running squirrelmail 1.2.11 gives this
ID: 19292
Comment by: david at ols dot es
Reported By: tnowak at triger dot com dot pl
Status: Feedback
Bug Type: Apache related
Operating System: linux
PHP Version: 4.2.3,4.3.0
New Comment:
Note that in the previous error messages, the
ID: 19292
Comment by: david at ols dot es
Reported By: tnowak at triger dot com dot pl
Status: Feedback
Bug Type: Apache related
Operating System: linux
PHP Version: 4.2.3,4.3.0
New Comment:
patch submited by sniper dot php.net does not
ID: 25753
Comment by: david at bizeweb dot com
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Apache related
Operating System: *
PHP Version: 4CVS, 5CVS
New Comment:
I a related problem to an apache list, and someone directed me to
ID: 25753
Comment by: david at bizeweb dot com
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Apache related
Operating System: *
PHP Version: 4CVS, 5CVS
New Comment:
I found out that to use the CVS that you'll need to use .buil
ID: 19292
Comment by: david at ols dot es
Reported By: tnowak at triger dot com dot pl
Status: Feedback
Bug Type: Apache related
Operating System: linux
PHP Version: 4.2.3,4.3.0
New Comment:
it seems that is necessary to have all paths that
From: david at ewebdevelopers dot com
Operating system: windows 2000
PHP version: 4.3.1
PHP Bug Type: Math related
Bug description: number_format of 0.x with notation returns -0.00
$num = -1.3322676295502E-015;
echo number_format($num, 2, '.', ',');
if(((
ID: 23866
User updated by: david at ewebdevelopers dot com
Reported By: david at ewebdevelopers dot com
Status: Bogus
Bug Type: Math related
Operating System: windows 2000
PHP Version: 4.3.1
New Comment:
This may be true, however when
From: david at davidsaccess dot com
Operating system: freebsd
PHP version: 4.3.2
PHP Bug Type: Compile Failure
Bug description: permission denied on make install
Hi,
i am on a shared vserver running freebsd, & i'm trying to upgrade from php
4.0.6 to 4.3.2.
I am
From: david at acz dot org
Operating system: Any
PHP version: 4.3.2
PHP Bug Type: Feature/Change Request
Bug description: Any
It would be really cool if SQLite were added to the main PHP distribution,
instead of being a PEAR module. Then it could be built statically into
ID: 31981
Comment by: david at hotmail dot com
Reported By: asmi at owear dot ru
Status: Feedback
Bug Type: Reproducible crash
Operating System: FreeBSD 4.8-RELEASE-p27
PHP Version: 4.3.11
New Comment:
bdsm for somebody http
ID: 31981
Comment by: david at hotmail dot com
Reported By: asmi at owear dot ru
Status: Feedback
Bug Type: Reproducible crash
Operating System: FreeBSD 4.8-RELEASE-p27
PHP Version: 4.3.11
New Comment:
bdsm for somebody http
ID: 31981
Comment by: david at hotmail dot com
Reported By: asmi at owear dot ru
Status: Feedback
Bug Type: Reproducible crash
Operating System: FreeBSD 4.8-RELEASE-p27
PHP Version: 4.3.11
New Comment:
bdsm , what is more http
ID: 32685
User updated by: david at davidheath dot org
Reported By: david at davidheath dot org
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: mandrake linux 10.1
PHP Version: 4CVS-2005-04-14
New Comment
From: david at madole dot net
Operating system: FreeBSD 5.4
PHP version: 4CVS-2005-07-14 (stable)
PHP Bug Type: Safe Mode/open_basedir
Bug description: Setting save_path in httpd.conf under safemode gives SEGV
Description:
./configure \
--prefix=/usr/local/opt
From: david at giffin dot org
Operating system: Linux
PHP version: 5.0.2
PHP Bug Type: SOAP related
Bug description: SoapServer doesn't handle private or protected properties
Description:
The SoapServer does not handle private or protected properties
From: david at giffin dot org
Operating system: Linux
PHP version: 5CVS-2004-11-29 (dev)
PHP Bug Type: SOAP related
Bug description: When Using WSDL, SoapServer doesn't handle private or
protected properties
Description:
When using WSDL with a complex
From: david at cubbieco dot com
Operating system: linux gcc-3.2
PHP version: 5.0.3
PHP Bug Type: Compile Failure
Bug description: iconv.c:254 undefined reference to 'libiconv'
Description:
Using either ./configure with no options or
./configur
ID: 31193
User updated by: david at cubbieco dot com
Reported By: david at cubbieco dot com
-Status: Feedback
+Status: Open
Bug Type: Compile Failure
Operating System: linux gcc-3.2
PHP Version: 5.0.3
New Comment:
sorry... here is the
From: david at 21stcd dot com
Operating system: windows xp
PHP version: 4.3.8
PHP Bug Type: Scripting Engine problem
Bug description: Can not escape Vars
Description:
The problem comes from the use of var substitution or addtion to strings
that you are trying to
ID: 31529
User updated by: david at 21stcd dot com
Reported By: david at 21stcd dot com
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: windows xp
PHP Version: 4.3.8
New Comment:
even so "\x".$hex
will not work eithe
ID: 29268
User updated by: david at jool dot nl
Reported By: david at jool dot nl
Status: Open
Bug Type: Zend Engine 2 problem
Operating System: winXP
PHP Version: 5.0.0
New Comment:
A possible solution might be to also check if zend_fetch_class
ID: 29268
User updated by: david at jool dot nl
-Summary: __autoload() not called when inside eval()
Reported By: david at jool dot nl
-Status: Feedback
+Status: Open
Bug Type: Zend Engine 2 problem
Operating System: winXP
PHP Version
From: david at acz dot org
Operating system: UNIX
PHP version: 4.3.10
PHP Bug Type: Readline related
Bug description: readline() completes filesystem
Description:
The readline() function always tab completes the filesystem even if a
custom completion function is
ID: 31796
User updated by: david at acz dot org
Reported By: david at acz dot org
-Status: Feedback
+Status: Open
Bug Type: Readline related
Operating System: *
PHP Version: 4CVS, 5CVS (2005-02-03)
New Comment:
I am positive.
Previous
From: david at boe dot es
Operating system: Linux
PHP version: 4.3.2
PHP Bug Type: OCI8 related
Bug description: php not passing env vars to oci8 libs as an apache module
Description:
For some strange reason, php is not correctly passing the info on some key
From: david at boe dot es
Operating system: linux
PHP version: 4.3.2
PHP Bug Type: Scripting Engine problem
Bug description: broken locale support for decimal_point
Description:
As stated in http://bugs.php.net/bug.php?id=17079 and
http://news.php.net
ID: 25246
User updated by: david at boe dot es
Reported By: david at boe dot es
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: linux
PHP Version: 4.3.2
New Comment:
Hi!
I'm sorry about the bogus status of my recent submi
From: david at quanstro dot net
Operating system: Solaris 2.8
PHP version: 5.0.0b1 (beta1)
PHP Bug Type: *Configuration Issues
Bug description: Using == with test instead of =
Description:
In PHP 5.0.0b1, on line 76135 of configure, there is this line:
if test
From: david at geektech dot com
Operating system: FreeBSD 4.9-STABLE
PHP version: 5.0.0b1 (beta1)
PHP Bug Type: CGI related
Bug description: FastCGI PHP fails as a local responder under Zeus 4.2
Description:
This actually applies to 5.0.0b2, but the bug
From: david at cubbieco dot com
Operating system: linux 2.6.3 kernel
PHP version: 5CVS-2004-03-28 (dev)
PHP Bug Type: SOAP related
Bug description: WDSL SOAP Parsing Schema bug
Description:
I'm new to soap. I've been over all the tutorials I could fin
From: david at squiggle dot org
Operating system: Any
PHP version: Irrelevant
PHP Bug Type: Unknown/Other Function
Bug description: Unclosed Tags work
Description:
In PHP, when you Open a Tag (only tested with XML-Style Tags) and don't
close it, the script
From: david at cubbieco dot com
Operating system: linux 2.6.3
PHP version: 5CVS-2004-04-17 (dev)
PHP Bug Type: Feature/Change Request
Bug description: SOAP HTTP Digest Access Authentication
Description:
PHP soap is wonderful and feature rich. The application I
ID: 19027
Comment by: david at yahoo dot com
Reported By: sbackstabber2003 at aol dot com
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: dont know
PHP Version: 4.2.2
New Comment:
fag fag fag your moms a fag @ your moms
ID: 19027
Comment by: david at yahoo dot com
Reported By: sbackstabber2003 at aol dot com
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: dont know
PHP Version: 4.2.2
New Comment:
fag fag fag your moms a fag @ your moms
From: david at davidheath dot org
Operating system: linux
PHP version: 4.3.9
PHP Bug Type: mbstring related
Bug description: incorrect character translations for some ISO-8859 charsets
Description:
MBstring appears to incorrectly map some characters for the
ID: 30549
User updated by: david at davidheath dot org
Reported By: david at davidheath dot org
-Status: Feedback
+Status: Open
Bug Type: mbstring related
Operating System: linux
PHP Version: 4.3.9
New Comment:
Hi Derick,
ok, I included
ID: 30549
User updated by: david at davidheath dot org
Reported By: david at davidheath dot org
Status: Open
Bug Type: mbstring related
Operating System: linux
PHP Version: 4.3.9
New Comment:
oops, minor bug in that script. Line 35 should read
From: david at donpiso dot com
Operating system: Linux 2.4.25
PHP version: 4.3.9
PHP Bug Type: Apache2 related
Bug description: Apache doesn't start with PHP. No errors reported.
Description:
Apache simply fails to start after loading all modules, it see
ID: 30563
User updated by: david at donpiso dot com
Reported By: david at donpiso dot com
Status: Open
Bug Type: Apache2 related
Operating System: Linux 2.4.25
PHP Version: 4.3.9
New Comment:
Yes, you're right. There is a Segmentation Viol
ID: 30563
User updated by: david at donpiso dot com
Reported By: david at donpiso dot com
Status: Bogus
Bug Type: Reproducible crash
Operating System: Linux 2.4.25
PHP Version: 4.3.9
New Comment:
It doesn't break. Test program is:
#in
From: david at giffin dot org
Operating system: Linux Debian
PHP version: 5.0.1
PHP Bug Type: Apache related
Bug description: file_exists() doesn't work with 2G+ files
Description:
file_exists() doesn't work under apache with files that are >= 2 gi
From: david at davidheath dot org
Operating system: mandrake linux 10.1
PHP version: 4.3.11
PHP Bug Type: Reproducible crash
Bug description: Segfault when using assignment by reference within function
Description:
The attached program always segfaults. I have
ID: 32685
User updated by: david at davidheath dot org
Reported By: david at davidheath dot org
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: mandrake linux 10.1
PHP Version: 4.3.11
New Comment:
Hi,
I
ID: 32685
User updated by: david at davidheath dot org
Reported By: david at davidheath dot org
Status: Open
Bug Type: Reproducible crash
Operating System: mandrake linux 10.1
PHP Version: 4.3.11
New Comment:
> 1) Does it also crash when
From: david at darville dot name
Operating system: RedHat Linux
PHP version: 4.3.2
PHP Bug Type: Filesystem function related
Bug description: stat() and file_exists() is neither affected by safe_mode nor
open_basedir
Description:
Even when safe mode is enabled
ID: 25172
Comment by: david at 4dhosting dot com
Reported By: php at lansco dot de
Status: Bogus
Bug Type: Apache2 related
Operating System: Linux
PHP Version: 4.3.3
New Comment:
I can report experiencing this problem under IIS6 and PHP
From: david at jool dot nl
Operating system: winXP
PHP version: 5.0.0
PHP Bug Type: Zend Engine 2 problem
Bug description: __autoload() not called when inside eval()
Description:
When creating a new instance of a class inside eval() the __autoload
function isn
From:
Operating system: Ubuntu 11.10
PHP version: 5.3.9
Package: Compile Failure
Bug Type: Bug
Bug description:DB4/DB5 configure library lookup broken
--build=x86_64-linux-gnu is passed
Description:
First DB4/DB5 library lookup is far to simple.
Lo
From:
Operating system: Ubuntu 11.10
PHP version: 5.3.9
Package: *Configuration Issues
Bug Type: Bug
Bug description:Makefile INSTALL_IT target ignores --exec-prefix, --libexecdir,
--sysconfdir
Description:
The INSTALL_IT target hardcodes apxs2 dire
From:
Operating system: Ubuntu 11.10
PHP version: 5.3.10
Package: Testing related
Bug Type: Bug
Bug description:Shell environment inaccessible in tests
Description:
Shell environment variables are not accessible via getenv() during tests.
Test scrip
Edit report at https://bugs.php.net/bug.php?id=60981&edit=1
ID: 60981
User updated by:david at davidfavor dot com
Reported by:david at davidfavor dot com
Summary:Shell environment inaccessible in tests
-Status: Feedback
+St
Edit report at https://bugs.php.net/bug.php?id=60981&edit=1
ID: 60981
User updated by:david at davidfavor dot com
Reported by:david at davidfavor dot com
Summary:Shell environment inaccessible in tests
Status: Assigned
Edit report at https://bugs.php.net/bug.php?id=60981&edit=1
ID: 60981
User updated by:david at davidfavor dot com
Reported by:david at davidfavor dot com
Summary:Shell environment inaccessible in tests
Status: Assigned
Edit report at https://bugs.php.net/bug.php?id=60981&edit=1
ID: 60981
User updated by:david at davidfavor dot com
Reported by:david at davidfavor dot com
Summary:Shell environment inaccessible in tests
Status: Assigned
From:
Operating system:
PHP version: 5.4.0
Package: Class/Object related
Bug Type: Bug
Bug description:New "callable" typehint do not work (autoloading)
Description:
Is really new type hint callable implemented? I see no difference between
PHP 5.3 a
Edit report at https://bugs.php.net/bug.php?id=61467&edit=1
ID: 61467
User updated by:david at grudl dot com
Reported by:david at grudl dot com
-Summary:New "callable" typehint do not work (autoloading)
+Summary:New "call
1 - 100 of 601 matches
Mail list logo