[PHP-DEV] Bug #15215 Updated: Wrong path for php.ini under Windows XP (Home and Professional)

2002-01-27 Thread phpbugs
ID: 15215 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Configuration Issues Operating System: Windows NT 5.1 (XP) PHP Version: 4.1.1 New Comment: This has never happened to me. My php.ini gets parsed whether it resides in

[PHP-DEV] Bug #14076 Updated: fopen() and touch() fail to create file under safe mode

2002-01-17 Thread phpbugs
ID: 14076 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.6 New Comment: I've verified that this problem still exists in PHP 4.1.1. Hajo Noerenberg

[PHP-DEV] Bug #14076 Updated: fopen() and touch() fail to create file under safe mode

2002-01-16 Thread phpbugs
ID: 14076 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.6 New Comment: This problem has nothing to do with wrong file/directory modes. I'm quite sure

[PHP-DEV] Bug #14076 Updated: fopen() and touch() fail to create file under safe mode

2002-01-16 Thread phpbugs
ID: 14076 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Directory/Filesystem functions Operating System: Linux PHP Version: 4.0.6 New Comment: As a workaround you can use relative paths in all of your fopen()-calls:

[PHP-DEV] Bug #13553 Updated: $this isn't set in XML object handlers

2002-01-14 Thread phpbugs
ID: 13553 User updated by: [EMAIL PROTECTED] Old Summary: $this isn't set in XML object handlers Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: XML related Operating System: Mac OS X 10.1 PHP Version: 4.0.6 New Comment: It no longer crashes with 4.1.0. I'm going to

[PHP-DEV] Bug #14688 Updated: session_register() doesn't register

2001-12-25 Thread niklas-phpbugs
ID: 14688 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Session related Operating System: linux 2.2 PHP Version: 4.1.0 New Comment: Both servers got register_globals = On. On the 4.1.0 server i run with a php.ini that originates

[PHP-DEV] Bug #14688 Updated: session_register() doesn't register

2001-12-25 Thread niklas-phpbugs
ID: 14688 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux 2.2 PHP Version: 4.1.0 New Comment: This bug is in 4.1.1 aswell Previous Comments:

[PHP-DEV] Bug #14688: session_register() doesn't register

2001-12-24 Thread niklas-phpbugs
From: [EMAIL PROTECTED] Operating system: linux 2.2 PHP version: 4.1.0 PHP Bug Type: Session related Bug description: session_register() doesn't register I got an array as a session var, then on one page I do unset($basket); $basket = array(); session_register(basket);

[PHP-DEV] Bug #14182: pclose() returns -1 if configured with --enable-sigchild, see #8992

2001-11-22 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: Debian Linux 2.2r4 PHP version: 4.0.6 PHP Bug Type: Filesystem function related Bug description: pclose() returns -1 if configured with --enable-sigchild, see #8992 Exactly the same behaviour as described in Bug #8992, but with

[PHP-DEV] Bug #13817: odbc_exec doesn't allow stored procedures to return results

2001-10-24 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: IIS4 on Win NT PHP version: 4.0.6 PHP Bug Type: ODBC related Bug description: odbc_exec doesn't allow stored procedures to return results This is probably the same bug that is mentioned in Bug id #5458. As a result, the same

[PHP-DEV] Bug #13553: $this isn't set in XML object handlers

2001-10-04 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: Mac OS X 10.1 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: $this isn't set in XML object handlers xml_set_object() allows you to use an xml parser inside a class and have it call class methods instead of

[PHP-DEV] Bug #11590: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: Linux 2.4.3 i686 PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: Segmentation fault when using an empty string as an array A Function in a class: function mParseStatisticData ($ids,$result= ) { // some stuff

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
ID: 11590 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Reproducible crash Operating system: Linux 2.4.3 i686 PHP Version: 4.0.5 Description: Segmentation fault when using an empty string as an array Script: ?php class test { function call() {

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
ID: 11590 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating system: Linux 2.4.3 i686 PHP Version: 4.0.5 Description: Segmentation fault when using an empty string as an array When i try this Script under FreeBSD 4.3-STABLE with PHP 4.0.5, and Apache 1.3.20 it

[PHP-DEV] Bug #11590 Updated: Segmentation fault when using an empty string as an array

2001-06-20 Thread phpbugs
ID: 11590 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating system: Linux 2.4.3 i686 PHP Version: 4.0.5 Description: Segmentation fault when using an empty string as an array - Linux 2.4.4 i686 / PHP 4.0.7-dev (21.05.01) / Apache 2.0.19-dev (21.05.01) --

[PHP-DEV] Bug #10858: DOS line termination causes PHP to misparse data

2001-05-14 Thread phpbugs
From: [EMAIL PROTECTED] Operating system: Linux gigante 2.2.19 #1 Thu Apr 19 22:35:28 EST 2001 i686 PHP version: 4.0.5 PHP Bug Type: Scripting Engine problem Bug description: DOS line termination causes PHP to misparse data Compare