#21623 [NEW]: Turning on Magic quotes Segfaults PHP

2003-01-13 Thread john
From: [EMAIL PROTECTED] Operating system: RedHat PHP version: 5CVS-2003-01-13 (dev) PHP Bug Type: Reproducible crash Bug description: Turning on Magic quotes Segfaults PHP I thought this might be because I was running an older version 4.4-dev version of PHP from CVS that I ha

#21623 [Fbk->Opn]: Turning on Magic quotes Segfaults PHP

2003-01-13 Thread john
ID: 21623 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: RedHat PHP Version: 5CVS-2003-01-13 (dev) New Comment: Here's the bt: One more t

#21623 [Opn]: Turning on Magic quotes Segfaults PHP

2003-01-16 Thread john
ID: 21623 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: RedHat PHP Version: 5CVS-2003-01-13 (dev) New Comment: No, it seems to be breaking in 4.3.0 as well. Previous

#21695 [NEW]: CLI Return codes not working properly

2003-01-16 Thread john
From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4.3.0 PHP Bug Type: *General Issues Bug description: CLI Return codes not working properly This very well may be a problem with Windows XP instead of PHP... but if nothing else it should be documented: O

#21702 [WFx->Opn]: nested foreach on same array using reference fails

2003-01-21 Thread john
ID: 21702 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Wont fix +Status: Open Bug Type: Scripting Engine problem Operating System: Any PHP Version: Any New Comment: I don't want to cause too much of a fuss ab

#22029 [NEW]: Segfault on startup using ZE2

2003-02-03 Thread john
From: [EMAIL PROTECTED] Operating system: Redhat PHP version: 5CVS-2003-02-03 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Segfault on startup using ZE2 ZE2 is segfaulting on startup in the PHP5 HEAD as well as the snapshot from last Monday (I didn't bother tryi

#22029 [Fbk->Sus]: Segfault on startup using ZE2

2003-02-03 Thread john
ID: 22029 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Suspended Bug Type: Zend Engine 2 problem Operating System: Redhat PHP Version: 5CVS-2003-02-03 (dev) New Comment: Yep, you were right

#22047 [Com]: PHP pollutes the namespace w/ (what looks like) its grammar tokens

2003-02-05 Thread john
ID: 22047 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Wont fix Bug Type: *General Issues Operating System: Linux PHP Version: 4.3.0 New Comment: In order to avoid breaking backward compatibility with existing scripts,

#13726 [Com]: mktime bug

2002-11-20 Thread john
ID: 13726 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Date/time related Operating System: windows NT4.0 PHP Version: 4.0.6 New Comment: My ISP is using a new release of glibc and now mktime strtotime

#20065 [Opn->Ver]: References to object members seem to be backwards

2002-12-01 Thread john
To: john New Comment: Very strange... return $object->array; should return a copy of the member variable $array, not a reference. This is of course assuming the function isn't designed to return a reference (denoted by a & in the function declaration)... You note

#20788 [NEW]: Improper timezone generation?

2002-12-03 Thread john
From: [EMAIL PROTECTED] Operating system: Windows / Linux PHP version: 4.2.2 PHP Bug Type: Date/time related Bug description: Improper timezone generation? I'm not sure if this is a doc bug, a Windows bug or perhaps it's not an issue. Basically: echo gmdate('T'); // date()

#20449 [Opn]: sessions randomly fail

2002-12-04 Thread john
ID: 20449 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: redhat 7.3 PHP Version: 4.4.0-dev New Comment: Hmm.. I'm going to see if I can't reproduce this bug in some for

#20960 [NEW]: Checkdate very illogical

2002-12-12 Thread john
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.3 PHP Bug Type: Feature/Change Request Bug description: Checkdate very illogical I' ve just spent several wasted hours looking for a blindingly obvious problem. Checkdate takes it's params in a very illogical wa

#8558 [WFx->Csd]: /e modifier in preg_replace

2002-10-01 Thread john
ut 20 months old, at which point it was an issue. However, we're dropping PHP3 support in our software too, so it's not a problem now. Thanks for the update, and I hope plans for PHP5 continue to go well! Cheers, John Pr

#19830 [NEW]: Try to show the time but when running it, a parse error comes out

2002-10-09 Thread john
From: [EMAIL PROTECTED] Operating system: Win2000 Adv Server PHP version: 4.2.3 PHP Bug Type: Date/time related Bug description: Try to show the time but when running it, a parse error comes out what I did: $hourtime=strftime("%H")strftime("%H:%M:%S %p")-strftime("%H")${${"

#20086 [NEW]: SQLDriverConnect supported by win32

2002-10-25 Thread john
From: [EMAIL PROTECTED] Operating system: W2K PHP version: 4CVS-2002-10-25 PHP Bug Type: ODBC related Bug description: SQLDriverConnect supported by win32 In ext/odbc/php_odbc.php dsn-less connections are only supported for empress and unixodbc. Windows also supports this con

#20086 [Fbk->Opn]: SQLDriverConnect supported by win32

2002-10-28 Thread john
ID: 20086 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: ODBC related Operating System: W2K PHP Version: 4CVS-2002-10-25 New Comment: diff is now my new friend. Is this right? :

#14599 [Com]: Script Output Stops

2002-10-31 Thread john
ID: 14599 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Reproducible crash Operating System: SuSE Linux 6.4 PHP Version: 4.1.0 New Comment: I get this all the time when I include a recursive function ca

#20186 [NEW]: Segmentation fault (11) in recursive function call

2002-10-31 Thread john
From: [EMAIL PROTECTED] Operating system: FreeBSD PHP version: 4.2.2 PHP Bug Type: Reproducible crash Bug description: Segmentation fault (11) in recursive function call I get this all the time when I include a recursive function call. I've tried rewriting the function severa

#20186 [Opn]: Segmentation fault (11) in recursive function call

2002-10-31 Thread john
ID: 20186 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: FreeBSD PHP Version: 4.2.2 New Comment: Sorry, might help to mention that I did try the function first without

#20086 [Csd]: SQLDriverConnect supported by win32

2002-10-31 Thread john
ID: 20086 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: ODBC related Operating System: W2K PHP Version: 4CVS-2002-10-25 New Comment: Snapshot tested OK - thanks John Previous Comments

#20344 [NEW]: select a temp dir and filename that is diffrent than the one in php.ini

2002-11-10 Thread john
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.3.0-pre2 PHP Bug Type: Feature/Change Request Bug description: select a temp dir and filename that is diffrent than the one in php.ini Here's an idea that would have to be included in php itself, but it would prove

Bug #15880: select (name) from ..... doesnt work!

2002-03-05 Thread john
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.1 PHP Bug Type: ODBC related Bug description: select (name) from . doesnt work! Using the ODBC functions Im having problem with simple lines like: select max(id) from ident; select (name) from main;

Bug #15880 Updated: select (name) from ..... doesnt work!

2002-03-05 Thread john
ID: 15880 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: linux PHP Version: 4.1.1 New Comment: SQL query: select name from main; doesnt work either. Previous Comments:

Bug #14797 Updated: include (_path) in Apache SAPI and CGI on Win98SE does not work

2002-03-19 Thread john
ID: 14797 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Scripting Engine problem Operating System: Windows 98 SE PHP Version: 4.1.0 New Comment: I've always had problems with apache sapi under win32 wi

Bug #15880 Updated: select (name) from ..... doesnt work!

2002-03-23 Thread john
ID: 15880 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: ODBC related Operating System: linux PHP Version: 4.1.1 New Comment: $rh = mysql_query("select max(id) from ident;") or die("SQL error"); This l

Bug #16376: Transformation does not work inside PHP

2002-04-01 Thread john
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.1.2 PHP Bug Type: Sablotron XSL Bug description: Transformation does not work inside PHP Hello, I've used this sample code as well as the installation described at http://shanx.com/php/xsl/getXsl.htm.

#26662 [Opn->Ver]: Inconsistency in variable setting allows variables that start with numbers

2003-12-18 Thread john
ID: 26662 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Verified Bug Type: Scripting Engine problem Operating System: Linux PHP Version: 4CVS-2003-12-18 (stable) New Comment: Confirmed this bug i

#32539 [Asn->Csd]: new tidy function

2005-04-25 Thread john
ID: 32539 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Feature/Change Request Operating System: n/a PHP Version: 5CVS-2005-04-01 (dev) Assigned To: john New Comment

#32643 [Csd->Fbk]: update tidy to reflect library change in tidyLoadConfig()

2005-04-25 Thread john
ID: 32643 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Closed +Status: Feedback Bug Type: Feature/Change Request Operating System: n/a PHP Version: 5CVS-2005-04-09 (dev) Assigned To: john New Comment

#32643 [Asn->Csd]: update tidy to reflect library change in tidyLoadConfig()

2005-04-25 Thread john
ID: 32643 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Feature/Change Request Operating System: n/a PHP Version: 5CVS-2005-04-09 (dev) Assigned To: john New Comment

#25223 [Fbk->Csd]: ZE2 Crashes in non-debug mode (CLI only)

2003-08-25 Thread john
:46:28] [EMAIL PROTECTED] Remove win98 from the equation. Updating libxml2.lib to the latest version (2.5.10.win32) gets rid of the problem here. (Weird, John only reported this because he could replicate it on redhat

#27570 [Opn->Asn]: Tidy throw

2004-03-13 Thread john
ID: 27570 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Unknown/Other Function Operating System: * PHP Version: 5CVS-2004-03-11 (dev) New Comment: This isn't really a bug per-s

#27570 [Asn->Csd]: Tidy throw

2004-04-19 Thread john
ID: 27570 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Unknown/Other Function Operating System: * PHP Version: 5CVS-2004-03-11 (dev) Assigned To: john New Comment

#28880 [Opn->WFx]: Tidy's "clean" option does not convert font tags to style rules

2004-10-11 Thread john
Version: 5CVS-2004-06-22 (dev) +PHP Version: 5.0.0RC3 -Assigned To: +Assigned To: john New Comment: This isn't a PHP issue, it is a bug in the Tidy library. Please file the report with tidy.sourceforge.net. Previous Com

#29387 [Opn->Bgs]: pdf_open_file requires 2 arguments where 1 should be permitted

2004-11-08 Thread john
ID: 29387 Updated by: [EMAIL PROTECTED] Reported By: emile dot axelrad at connect dot co dot uk -Status: Open +Status: Bogus Bug Type: *PDF functions Operating System: Windows 2000 PHP Version: 5.0.0 Assigned To: hholzgra New Co

#23026 [Opn->Bgs]: Make Zend case-sensitive (classes, functions, remove case-insensitive)

2004-11-08 Thread john
ID: 23026 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: Any PHP Version: 5CVS-2003-04-02 (dev) New Comment: Thank you for taking the time

#24432 [Opn->WFx]: Change mimetypes to allow php 4&5 to run at the same time

2004-11-08 Thread john
ID: 24432 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Wont fix Bug Type: Feature/Change Request Operating System: All PHP Version: 5.0.0b1 (beta1) New Comment: There are other significant issue

#30580 [Opn->Bgs]: GD imagecolorallocate does not work after many allocations

2004-11-08 Thread john
ID: 30580 Updated by: [EMAIL PROTECTED] Reported By: jay at kuantic dot com -Status: Open +Status: Bogus Bug Type: GD related Operating System: Linux fedora core 1 PHP Version: 5.0.2 New Comment: You're reaching the palette limit. Cr

#29225 [Opn->WFx]: java Extention is not availabe

2004-11-08 Thread john
ID: 29225 Updated by: [EMAIL PROTECTED] Reported By: php4web at php4web dot com -Status: Open +Status: Wont fix Bug Type: Java related Operating System: windows xp professtional PHP Version: 5.0.0 New Comment: The Java extension is n

#28110 [Opn->Csd]: Interpreter crashes reproducibly (2)

2004-11-08 Thread john
ID: 28110 Updated by: [EMAIL PROTECTED] Reported By: cpuidle at gmx dot de -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: WinXP SP1 PHP Version: 5CVS-2004-04-22 (dev) New Comment: This bug has been fixed

#30660 [Opn]: Using Tidy as shared extension crashes PHP (CLI)

2004-11-08 Thread john
ID: 30660 Updated by: [EMAIL PROTECTED] Reported By: margus at zone dot ee Status: Open Bug Type: Reproducible crash Operating System: SuSe Linux 9.0 PHP Version: 5.0.2 -Assigned To: +Assigned To: john New Comment: I'll look

#28841 [Opn->Asn]: Tidy's "clean" option does not convert font tags to style rules

2004-06-19 Thread john
ID: 28841 Updated by: [EMAIL PROTECTED] Reported By: mlee at kanhan dot com -Status: Open +Status: Assigned Bug Type: Unknown/Other Function Operating System: Windows PHP Version: 5.0.0RC3 -Assigned To: +Assigned To: john

#38904 [Ana->Asn]: apache2filter changes cwd to /

2006-09-22 Thread john
: +Assigned To: john Previous Comments: [2006-09-22 12:42:13] [EMAIL PROTECTED] Patch: http://php.is/bugs/38904/apache2filter.patch.txt [2006

#37438 [Bgs]: PDO_MySQL segfaults Apache child

2006-09-22 Thread john
ID: 37438 Updated by: [EMAIL PROTECTED] Reported By: indeyets at gmail dot com Status: Bogus Bug Type: PDO related Operating System: FreeBSD PHP Version: 5.1.4 New Comment: This appears to be a bug related to the Primary Key. I experienced th

#37438 [Bgs->Ana]: PDO_MySQL segfaults Apache child

2006-09-22 Thread john
ID: 37438 Updated by: [EMAIL PROTECTED] Reported By: indeyets at gmail dot com -Status: Bogus +Status: Analyzed Bug Type: PDO related Operating System: FreeBSD PHP Version: 5.1.4 Previous Comments: ---

#37438 [Ana]: PDO_MySQL segfaults Apache child

2006-09-22 Thread john
ID: 37438 Updated by: [EMAIL PROTECTED] Reported By: indeyets at gmail dot com Status: Analyzed Bug Type: PDO related Operating System: FreeBSD -PHP Version: 5.1.4 +PHP Version: 5.1.4 & 5.1.6 New Comment: Bug still exists in 5.1.6 Previ

#20984 [NEW]: copy( "file.txt" , "file.txt" ) empties the file

2002-12-13 Thread john . doe
From: [EMAIL PROTECTED] Operating system: w2k PHP version: 4.2.3 PHP Bug Type: Unknown/Other Function Bug description: copy( "file.txt" , "file.txt" ) empties the file copy( "toto.txt" , "toto.txt"); // then toto.txt is empty -- Edit bug report at http://bugs.php.net/?id=2

#20984 [Com]: copy( "file.txt" , "file.txt" ) empties the file

2002-12-14 Thread john . doe
ID: 20984 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Unknown/Other Function Operating System: w2k PHP Version: 4.2.3 New Comment: Well, It's not allowed to do that in a command window. Why should thi

#21442 [NEW]: empty recipient for mail() function crashed Apache

2003-01-05 Thread john . wong
From: [EMAIL PROTECTED] Operating system: Windows NT4 Server PHP version: 4.3.0 PHP Bug Type: Reproducible crash Bug description: empty recipient for mail() function crashed Apache A script like crashed Apache server (1.3.26). PHP is installed as a Apache module. --

#21442 [Bgs]: empty recipient for mail() function crashed Apache

2003-01-05 Thread john . wong
ID: 21442 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Reproducible crash Operating System: Windows NT4 Server PHP Version: 4.3.0 New Comment: I can certainly send email if a valid email address is spec

#21442 [Opn->Bgs]: empty recipient for mail() function crashed Apache

2003-01-05 Thread john . wong
ID: 21442 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows NT4 Server PHP Version: 4.3.0 New Comment: I am using Windows version of PHP a

Bug #17350: ldap_bind not working for servers running on ports other than the default

2002-05-21 Thread john . canavan
nd returning "1". I tried running slapd on various other high ports, each time getting the same error message. This pretty much means that you need to run slapd as root to be able to interact with it via php. I had a quick look through the source but couldn't pinpoint anything t

#19735 [NEW]: Oracle - kgepop error OciNewCollection

2002-10-03 Thread john . carter
From: [EMAIL PROTECTED] Operating system: NT4 SP3 PHP version: 4.2.1 PHP Bug Type: Reproducible crash Bug description: Oracle - kgepop error OciNewCollection When run from command line: $Conn = OciLogon("user", "pass", "db") or die("error"); $Coll = OciNewCollection($Con

Bug #15493: PHP sends no location header when output_buffering = On

2002-02-10 Thread john . zoetebier
From: [EMAIL PROTECTED] Operating system: Linux 2.4.8 PHP version: 4.0.6 PHP Bug Type: Output Control Bug description: PHP sends no location header when output_buffering = On //Bug in PHP 4.0.6 If output_buffer = On AND session_start() AND header("Locati

Bug #15493 Updated: PHP sends no location header when output_buffering = On

2002-02-13 Thread john . zoetebier
ID: 15493 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Output Control Operating System: Linux 2.4.8 PHP Version: 4.0.6 New Comment: I tried to follow the instructions in INST

Bug #15834: segmentation fault starting apache with pfpro

2002-03-02 Thread john . naughton
From: [EMAIL PROTECTED] Operating system: linux RH7.1 PHP version: 4.1.2 PHP Bug Type: Reproducible crash Bug description: segmentation fault starting apache with pfpro I get a segmentation fault when start apache when php4.1.2 is compiled with verisign payflowpro. If a rec

Bug #15834 Updated: segmentation fault starting apache with pfpro

2002-03-02 Thread john . naughton
ID: 15834 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: linux RH7.1 PHP Version: 4.1.2 New Comment: Not sure how this could be generated since apache will not sta

Bug #15834 Updated: segmentation fault starting apache with pfpro

2002-03-02 Thread john . naughton
ID: 15834 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: linux RH7.1 PHP Version: 4.1.2 New Comment: Following is the message. Thanks. Program received signal S

Bug #15834 Updated: segmentation fault starting apache with pfpro

2002-03-02 Thread john . naughton
ID: 15834 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproducible crash Operating System: linux RH7.1 PHP Version: 4.1.2 New Comment: Here it is. #0 0x400d528c in __umoddi3 () from /usr/lo

Bug #15834 Updated: segmentation fault starting apache with pfpro

2002-03-03 Thread john . naughton
ID: 15834 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: linux RH7.1 PHP Version: 4.1.2 New Comment: Same error and message. Following are

Req #38508 [Com]: Addition of Magic __toArray() function

2012-02-27 Thread john at john dot com
Edit report at https://bugs.php.net/bug.php?id=38508&edit=1 ID: 38508 Comment by: john at john dot com Reported by:doublecompile at gmail dot com Summary:Addition of Magic __toArray() function Status: Closed Type: Fea

#27299 [NEW]: Preg_replace cannot handle ticks(')

2004-02-17 Thread john at supernerd dot com
From: john at supernerd dot com Operating system: Windows 2000 PHP version: 4.3.4 PHP Bug Type: PCRE related Bug description: Preg_replace cannot handle ticks(') Description: returns an error of Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_S

#27299 [Opn]: Preg_replace cannot handle ticks(')

2004-02-17 Thread john at supernerd dot com
ID: 27299 User updated by: john at supernerd dot com Reported By: john at supernerd dot com Status: Open Bug Type: PCRE related Operating System: Windows 2000 PHP Version: 4.3.4 New Comment: yeah, I tested on mac/linux. It only fails on windows

#27299 [Fbk->Opn]: Preg_replace cannot handle ticks(')

2004-02-17 Thread john at supernerd dot com
ID: 27299 User updated by: john at supernerd dot com Reported By: john at supernerd dot com -Status: Feedback +Status: Open Bug Type: PCRE related Operating System: Windows 2000 PHP Version: 4.3.4 New Comment: I found that only with

#25876 [Com]: session_start(): Failed to initialize storage module

2004-12-27 Thread john at fluidhosting dot com
ID: 25876 Comment by: john at fluidhosting dot com Reported By: golden at riscom dot com Status: Open Bug Type: Session related Operating System: freebsd 4.8 PHP Version: 4.3.3 New Comment: Seeing this bug on FreeBSD 4.10 with PHP 4.3.10

#31440 [NEW]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-07 Thread john at jelsoft dot com
From: john at jelsoft dot com Operating system: All PHP version: 4.3.10 PHP Bug Type: Scripting Engine problem Bug description: GLOBALS array overwritten from GET/POST/COOKIE vars Description: With register_globals on it is possible to overwrite the $GLOBALS

#31440 [Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-07 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.3.10 New Comment: Just to clarify why this is a very serious issue: any

#31440 [Fbk->Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-11 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.3.10 New Comment: I have tested it on Apache

#31332 [Com]: unserialize() works terribly slow on huge strings compared to 4.3.9

2005-01-14 Thread john at jelsoft dot com
ID: 31332 Comment by: john at jelsoft dot com Reported By: marekm at apnet dot pl Status: Verified Bug Type: Performance problem Operating System: * PHP Version: 4CVS, 5CVS (2005-01-04) New Comment: I would agree with what Gik just said. To

#31440 [Fbk->Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-18 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.3.10 New Comment: I have just downloaded the

#31440 [Bgs->Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-19 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com -Status: Bogus +Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.3.10 New Comment: I have just tried the CVS

#31440 [Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-19 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.3.10 New Comment: A number of comments appear to have disappeared from

#31440 [Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-20 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.3.10 New Comment: phpinfo was requested: From [EMAIL PROTECTED] [2005-01

#31440 [Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-01-21 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com Status: Open Bug Type: Scripting Engine problem Operating System: All PHP Version: 4.3.10 New Comment: To reply to Iliaa, since my earlier comment was removed

#31645 [NEW]: apache_lookup_uri prevents further headers from being sent

2005-01-21 Thread john at jelsoft dot com
From: john at jelsoft dot com Operating system: Linux PHP version: 4CVS-2005-01-21 (stable) PHP Bug Type: Apache2 related Bug description: apache_lookup_uri prevents further headers from being sent Description: Any calls to the header() function after

#31645 [Fbk->Opn]: apache_lookup_uri prevents further headers from being sent

2005-01-22 Thread john at jelsoft dot com
ID: 31645 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: Linux PHP Version: 4CVS-2005-01-21 (stable) New Comment: >From my phpi

#31440 [Fbk->Opn]: GLOBALS array overwritten from GET/POST/COOKIE vars

2005-02-01 Thread john at jelsoft dot com
ID: 31440 User updated by: john at jelsoft dot com Reported By: john at jelsoft dot com -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: * PHP Version: 4CVS-2005-01-21 New Comment: Bug still remains in

#23467 [Fbk->Opn]: Showing incorrect Time Zone

2003-08-19 Thread John at JGSystems dot net
ID: 23467 User updated by: John at JGSystems dot net Reported By: John at JGSystems dot net -Status: Feedback +Status: Open Bug Type: Date/time related Operating System: Windows 2000 & XP PHP Version: 4.3.2-RC1 New Comment: Same thin

#23467 [Fbk->Opn]: Showing incorrect Time Zone

2003-08-19 Thread John at JGSystems dot net
ID: 23467 User updated by: John at JGSystems dot net Reported By: John at JGSystems dot net -Status: Feedback +Status: Open Bug Type: Date/time related Operating System: Windows 2000 & XP PHP Version: 4.3.2-RC1 New Comment: It'

#23467 [Fbk->Opn]: Showing incorrect Time Zone

2003-08-19 Thread John at JGSystems dot net
ID: 23467 User updated by: John at JGSystems dot net Reported By: John at JGSystems dot net -Status: Feedback +Status: Open Bug Type: Date/time related Operating System: Windows 2000 & XP PHP Version: 4.3.2-RC1 New Comment: The time

#23467 [Opn]: Showing incorrect Time Zone

2003-08-20 Thread John at JGSystems dot net
ID: 23467 User updated by: John at JGSystems dot net Reported By: John at JGSystems dot net Status: Open Bug Type: Date/time related Operating System: Windows 2000 & XP -PHP Version: 4.3.3RC5-dev +PHP Version: 4.3.2-RC1 New Comment: Her

#23467 [Opn]: Showing incorrect Time Zone

2003-08-27 Thread John at JGSystems dot net
ID: 23467 User updated by: John at JGSystems dot net Reported By: John at JGSystems dot net Status: Open Bug Type: Date/time related -Operating System: win32 only +Operating System: Windows 2000 & XP -PHP Version: 4.3.3RC5-dev, 5.0.0b2-dev

#25565 [NEW]: upgrade to 4.3.3 breaks email attachments

2003-09-16 Thread john at sysop dot com
From: john at sysop dot com Operating system: win32 PHP version: 4.3.3 PHP Bug Type: Mail related Bug description: upgrade to 4.3.3 breaks email attachments Description: Running a script which attaches a Word .rtf file to an email via MIME encoding. script works

#25629 [NEW]: session cookie being set to deleted when deleting a session

2003-09-22 Thread john at tarot dot com
From: john at tarot dot com Operating system: Linux mike 2.4.19-16mdkenterpris PHP version: 4.3.1 PHP Bug Type: Session related Bug description: session cookie being set to deleted when deleting a session Description: We have a session-based app with a very

#25994 [NEW]: Won't compile

2003-10-26 Thread john at petbrain dot com
From: john at petbrain dot com Operating system: Mac OS X 10.3 PHP version: 4.3.3 PHP Bug Type: Dynamic loading Bug description: Won't compile Description: I downloaded: Apache 1.3.28 php 4.3.3, 4.2.2, 5.x beta Apache: ./configure --prefix=/www --enable-m

#30124 [NEW]: Provide way to configure php apache module name

2004-09-16 Thread john at wws5 dot com
From: john at wws5 dot com Operating system: Red Hat Linux 3 ES PHP version: 4.3.8 PHP Bug Type: Feature/Change Request Bug description: Provide way to configure php apache module name Description: My purpose for filing this bug report is to help provide a way

#30124 [Opn]: Provide way to configure php apache module name

2004-09-16 Thread john at wws5 dot com
ID: 30124 User updated by: john at wws5 dot com Reported By: john at wws5 dot com Status: Open Bug Type: Feature/Change Request Operating System: Red Hat Linux 3 ES PHP Version: 4.3.8 New Comment: After doing some more digging I realized that for

#28610 [Com]: ISAPI MSSQL horribly slow

2004-10-08 Thread john at appliedgroup dot com
ID: 28610 Comment by: john at appliedgroup dot com Reported By: michael dot lidgren at cypoint dot se Status: Open Bug Type: Performance problem Operating System: Windows Server 2003 PHP Version: 4.3.6 New Comment: I am having the same issue

#30616 [NEW]: Cant return as reference from offsetget() for mysqli_stmt->bind_param()

2004-10-29 Thread john at milsson dot nu
From: john at milsson dot nu Operating system: Windows PHP version: 5.0.2 PHP Bug Type: MySQLi related Bug description: Cant return as reference from offsetget() for mysqli_stmt->bind_param() Description: Fatal error: Objects used as arrays in post/

#30616 [Fbk->Csd]: Cant return as reference from offsetget() for mysqli_stmt->bind_param()

2004-10-29 Thread john at milsson dot nu
ID: 30616 User updated by: john at milsson dot nu Reported By: john at milsson dot nu -Status: Feedback +Status: Closed Bug Type: MySQLi related Operating System: Windows PHP Version: 5.0.2 New Comment: Tried to trigger this at home. But

#29554 [Fbk->Opn]: compile failure when using --with-pspell=/usr/local

2005-02-15 Thread John at Albin dot Net
ID: 29554 User updated by: John at Albin dot Net Reported By: John at Albin dot Net -Status: Feedback +Status: Open Bug Type: Pspell related Operating System: * PHP Version: 4CVS, 5CVS (2005-02-03) New Comment: As per sniper's reque

#32287 [Fbk->Opn]: Segmentation fault in simple PHP script

2005-03-12 Thread john at swartzentruber dot us
ID: 32287 User updated by: john at swartzentruber dot us Reported By: john at swartzentruber dot us -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Fedora Core3 PHP Version: 5CVS-2005-03-12 (dev) New Comment

#32287 [Opn]: Segmentation fault in simple PHP script

2005-03-12 Thread john at swartzentruber dot us
ID: 32287 User updated by: john at swartzentruber dot us Reported By: john at swartzentruber dot us Status: Open Bug Type: Reproducible crash Operating System: Fedora Core3 PHP Version: 5CVS-2005-03-12 (dev) New Comment: I'm an experien

#32287 [Opn]: Segmentation fault in simple PHP script

2005-03-14 Thread john at swartzentruber dot us
ID: 32287 User updated by: john at swartzentruber dot us Reported By: john at swartzentruber dot us Status: Open Bug Type: Reproducible crash Operating System: Fedora Core3 PHP Version: 5CVS-2005-03-12 (dev) New Comment: I believe I found the

#32575 [NEW]: Accented character 'echo'ed randomly

2005-04-04 Thread john at jcoppens dot com
From: john at jcoppens dot com Operating system: linux 2.4.26 PHP version: 4.3.10 PHP Bug Type: *Languages/Translation Bug description: Accented character 'echo'ed randomly Description: I have a very simple web-page script with mainly 'echo'

#32575 [Bgs]: Accented character 'echo'ed randomly

2005-04-05 Thread john at jcoppens dot com
ID: 32575 User updated by: john at jcoppens dot com Reported By: john at jcoppens dot com Status: Bogus Bug Type: *Languages/Translation Operating System: linux 2.4.26 PHP Version: 4.3.10 New Comment: Thanks for the reply. Just so other people

#32287 [NEW]: Segmentation fault in simple PHP script

2005-04-12 Thread john at swartzentruber dot us
From: john at swartzentruber dot us Operating system: Fedora Core3 PHP version: 5CVS-2005-03-12 (dev) PHP Bug Type: Reproducible crash Bug description: Segmentation fault in simple PHP script Description: When I run the example script using my browser, there is

#24308 [NEW]: opendir() doesn't handle Windows filesnames with spaces

2003-06-24 Thread john at cloudyhands dot com
From: john at cloudyhands dot com Operating system: Windows XP PHP version: 4.3.1 PHP Bug Type: Filesystem function related Bug description: opendir() doesn't handle Windows filesnames with spaces Description: here is the error: Warning: opendir(C:\Docu

#24308 [Bgs]: opendir() doesn't handle Windows filesnames with spaces

2003-06-27 Thread john at cloudyhands dot com
ID: 24308 User updated by: john at cloudyhands dot com Reported By: john at cloudyhands dot com Status: Bogus Bug Type: Filesystem function related Operating System: Windows XP -PHP Version: 4.3.1 +PHP Version: PHP Version 4.3.2 New Comment

  1   2   3   >