#21224 [Opn]: apache configure fails at php module

2003-01-11 Thread david
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

#19292 [Com]: random error: open_basedir restriction in effect. File is in wrong directory

2003-01-11 Thread david
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

#21804 [NEW]: php crashes iPlanet - php4_execute

2003-01-21 Thread david
$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 "

#21966 [NEW]: date() or mktime() returning bad value for mktime month param of '2'

2003-01-30 Thread david
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 =

#22194 [NEW]: php_* not valid in httpd.conf, .htaccess

2003-02-12 Thread david
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

#21211 [NEW]: Quiet mode does not work with CGI version

2002-12-26 Thread david
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

#21224 [NEW]: apache configure fails at php module

2002-12-27 Thread david
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

#21224 [Fbk->Opn]: apache configure fails at php module

2002-12-28 Thread david
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:

#21047 [Com]: Query to float fields don't return the decimal part

2002-12-30 Thread david
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:

Bug #14770 Updated: phps truncates long sources

2002-04-25 Thread david
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

Bug #14770 Updated: phps truncates long sources

2002-04-25 Thread david
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

Bug #14770 Updated: phps truncates long sources

2002-04-25 Thread david
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

Bug #14770 Updated: phps truncates long sources

2002-04-25 Thread david
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

Bug #14770 Updated: phps truncates long sources

2002-04-25 Thread david
'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

Bug #16910 Updated: function.parse-url has invalid description for scheme

2002-04-29 Thread david
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:

Bug #16910: function.parse-url has invalid description for schme

2002-04-29 Thread david
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

Bug #17034: mkdir causes segfault

2002-05-06 Thread david
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.

Bug #17282: Identical float values are not identical when compared

2002-05-16 Thread david
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

Bug #17282 Updated: Identical float values are not identical when compared

2002-05-16 Thread david
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

Bug #17370: join function not expanding \n

2002-05-22 Thread david
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

Bug #15841 Updated: CRLF to separate mail headers is incorrect

2002-05-25 Thread david
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

#20117 [NEW]: open_basedir not working

2002-10-27 Thread david
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

#20117 [Opn]: open_basedir not working

2002-10-27 Thread david
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

#20151 [NEW]: Output line too long.

2002-10-29 Thread david
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

#19292 [Com]: random error: open_basedir restriction in effect. File is in wrong directory

2002-10-29 Thread david
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

#20181 [NEW]: No way to compile static binary

2002-10-30 Thread david
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

Bug #15520: array_slice destroys numeric keys

2002-02-12 Thread david
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

Bug #15522: Infinite recursion crashes interpreter

2002-02-12 Thread david
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

Bug #8725 Updated: Fun with putenv

2002-02-13 Thread david
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

Bug #15333 Updated: strndup access violation

2002-02-19 Thread david
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

Bug #15665: readdir() crashes

2002-02-21 Thread david
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

Bug #15665 Updated: readdir() crashes

2002-02-21 Thread david
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

Bug #15665 Updated: readdir() crashes

2002-02-22 Thread david
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

Bug #14895 Updated: Error when trying to load the php4 module

2002-02-27 Thread david
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

Bug #14895 Updated: Error when trying to load the php4 module

2002-02-27 Thread david
-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

Bug #15823: Configure fails (line 3395 unexp. 'fi')

2002-03-01 Thread david
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

Bug #7231 Updated: REG_ECOLLATE bug?

2002-03-09 Thread david
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

#31637 [Fbk->Csd]: Reproducible garbage array using MYSQL_ASSOC

2005-01-28 Thread david
] => 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

#16349 [Sus->Opn]: no way to tell if a session exists without starting it

2005-10-28 Thread david
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

Bug #16104 Updated: Apache2 segfault on startup in TSRM/TSRM.c:310

2002-04-19 Thread david+cert
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

Bug #15033 Updated: Apache child procs segfault on AIX 5.1 with OCI8

2002-03-08 Thread david-shafer
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

Bug #16104: Apache2 segfault on startup in TSRM/TSRM.c:310

2002-03-15 Thread david+cert
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

#22330 [NEW]: Overloaded strrpos() gives wrong results

2003-02-20 Thread david at santinoli dot com
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

#19292 [Com]: random error: open_basedir restriction in effect. File is in wrong directory

2003-02-22 Thread david at ols dot es
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

#19292 [Com]: random error: open_basedir restriction in effect. File is in wrong directory

2003-02-22 Thread david at ols dot es
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

#19292 [Com]: random error: open_basedir restriction in effect. File is in wrong directory

2003-02-22 Thread david at ols dot es
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

#25753 [Com]: php_value|flag / php_admin_* settings "leak" from vhosts/.htaccess files

2004-02-02 Thread david at bizeweb dot com
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

#25753 [Com]: php_value|flag / php_admin_* settings "leak" from vhosts/.htaccess files

2004-02-02 Thread david at bizeweb dot com
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

#19292 [Com]: random error: open_basedir restriction in effect. File is in wrong directory

2003-02-23 Thread david at ols dot es
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

#23866 [NEW]: number_format of 0.x with notation returns -0.00

2003-05-29 Thread david at ewebdevelopers dot com
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(((

#23866 [Bgs]: number_format of 0.x with notation returns -0.00

2003-05-29 Thread david at ewebdevelopers dot com
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

#23900 [NEW]: permission denied on make install

2003-05-31 Thread david at davidsaccess dot com
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

#23993 [NEW]: Any

2003-06-04 Thread david at acz dot org
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

#31981 [Com]: Crash in shutdown_memory_manager

2005-04-16 Thread david at hotmail dot com
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

#31981 [Com]: Crash in shutdown_memory_manager

2005-04-16 Thread david at hotmail dot com
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

#31981 [Com]: Crash in shutdown_memory_manager

2005-04-16 Thread david at hotmail dot com
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

#32685 [Fbk->Opn]: Segfault when using assignment by reference within function

2005-05-11 Thread david at davidheath dot org
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

#33690 [NEW]: Setting save_path in httpd.conf under safemode gives SEGV

2005-07-13 Thread david at madole dot net
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

#30799 [NEW]: SoapServer doesn't handle private or protected properties

2004-11-15 Thread david at giffin dot org
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

#30928 [NEW]: When Using WSDL, SoapServer doesn't handle private or protected properties

2004-11-28 Thread david at giffin dot org
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

#31193 [NEW]: iconv.c:254 undefined reference to 'libiconv'

2004-12-20 Thread david at cubbieco dot com
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

#31193 [Fbk->Opn]: iconv.c:254 undefined reference to 'libiconv'

2005-01-10 Thread david at cubbieco dot com
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

#31529 [NEW]: Can not escape Vars

2005-01-13 Thread david at 21stcd dot com
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

#31529 [Bgs]: Can not escape Vars

2005-01-14 Thread david at 21stcd dot com
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

#29268 [Opn]: __autoload() not called with reflectionProperty->getClass()

2005-01-15 Thread david at jool dot nl
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

#29268 [Fbk->Opn]: __autoload() not called with reflectionProperty->getClass()

2005-01-15 Thread david at jool dot nl
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

#31796 [NEW]: readline() completes filesystem

2005-02-01 Thread david at acz dot org
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

#31796 [Fbk->Opn]: readline() completes filesystem

2005-02-03 Thread david at acz dot org
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

#25178 [NEW]: php not passing env vars to oci8 libs as an apache module

2003-08-20 Thread david at boe dot es
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

#25246 [NEW]: broken locale support for decimal_point

2003-08-26 Thread david at boe dot es
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

#25246 [Bgs]: broken locale support for decimal_point

2003-08-27 Thread david at boe dot es
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

#25291 [NEW]: Using == with test instead of =

2003-08-28 Thread david at quanstro dot net
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

#26101 [NEW]: FastCGI PHP fails as a local responder under Zeus 4.2

2003-11-03 Thread david at geektech dot com
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

#27742 [NEW]: WDSL SOAP Parsing Schema bug

2004-03-28 Thread david at cubbieco dot com
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

#27804 [NEW]: Unclosed Tags work

2004-03-31 Thread david at squiggle dot org
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

#28041 [NEW]: SOAP HTTP Digest Access Authentication

2004-04-17 Thread david at cubbieco dot com
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

#19027 [Com]: dont know

2004-10-04 Thread david at yahoo dot com
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

#19027 [Com]: dont know

2004-10-04 Thread david at yahoo dot com
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

#30549 [NEW]: incorrect character translations for some ISO-8859 charsets

2004-10-25 Thread david at davidheath dot org
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

#30549 [Fbk->Opn]: incorrect character translations for some ISO-8859 charsets

2004-10-25 Thread david at davidheath dot org
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

#30549 [Opn]: incorrect character translations for some ISO-8859 charsets

2004-10-25 Thread david at davidheath dot org
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

#30563 [NEW]: Apache doesn't start with PHP. No errors reported.

2004-10-26 Thread david at donpiso dot com
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

#30563 [Opn]: Apache doesn't start with PHP. No errors reported.

2004-10-26 Thread david at donpiso dot com
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

#30563 [Bgs]: Apache doesn't start with PHP. No errors reported.

2004-10-28 Thread david at donpiso dot com
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

#32095 [NEW]: file_exists() doesn't work with 2G+ files

2005-02-25 Thread david at giffin dot org
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

#32685 [NEW]: Segfault when using assignment by reference within function

2005-04-12 Thread david at davidheath dot org
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

#32685 [Fbk->Opn]: Segfault when using assignment by reference within function

2005-04-13 Thread david at davidheath dot org
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

#32685 [Opn]: Segfault when using assignment by reference within function

2005-04-13 Thread david at davidheath dot org
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

#24333 [NEW]: stat() and file_exists() is neither affected by safe_mode nor open_basedir

2003-06-25 Thread david at darville dot name
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

#25172 [Com]: register_globals=on and $HTTP_HOST sometimes empty

2004-06-07 Thread david at 4dhosting dot com
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

#29268 [NEW]: __autoload() not called when inside eval()

2004-07-19 Thread david at jool dot nl
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&#

[PHP-BUG] Bug #60772 [NEW]: DB4/DB5 configure library lookup broken --build=x86_64-linux-gnu is passed

2012-01-16 Thread david at davidfavor dot com
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

[PHP-BUG] Bug #60812 [NEW]: Makefile INSTALL_IT target ignores --exec-prefix, --libexecdir, --sysconfdir

2012-01-19 Thread david at davidfavor dot com
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

[PHP-BUG] Bug #60981 [NEW]: Shell environment inaccessible in tests

2012-02-05 Thread david at davidfavor dot com
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

Bug #60981 [Fbk->Asn]: Shell environment inaccessible in tests

2012-02-06 Thread david at davidfavor dot com
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

Bug #60981 [Asn]: Shell environment inaccessible in tests

2012-02-07 Thread david at davidfavor dot com
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

Bug #60981 [Asn]: Shell environment inaccessible in tests

2012-02-07 Thread david at davidfavor dot com
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

Bug #60981 [Asn]: Shell environment inaccessible in tests

2012-02-07 Thread david at davidfavor dot com
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

[PHP-BUG] Bug #61467 [NEW]: New "callable" typehint do not work (autoloading)

2012-03-21 Thread david at grudl dot com
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

Bug #61467 [Opn]: New "callable" typehint does not work (autoloading)

2012-03-21 Thread david at grudl dot com
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   2   3   4   5   6   7   >