#38634 [Com]: include_once/require_once messes up with symlinks

2007-06-04 Thread pav at oook dot cz
ID: 38634 Comment by: pav at oook dot cz Reported By: ls at dutchpipe dot org Status: No Feedback Bug Type: Scripting Engine problem Operating System: FreeBSD PHP Version: 5.1.5 New Comment: Can't reproduce with php-5.2.2 on FreeBS

#40020 [Bgs]: int values with leading zeroes

2007-01-04 Thread pav at oook dot cz
ID: 40020 User updated by: pav at oook dot cz Reported By: pav at oook dot cz Status: Bogus Bug Type: SOAP related Operating System: FreeBSD PHP Version: 5.2.0 New Comment: Well, d'oh, yes, but this should be about what 0022300455 is suppos

#40020 [NEW]: int values with leading zeroes

2007-01-04 Thread pav at oook dot cz
From: pav at oook dot cz Operating system: FreeBSD PHP version: 5.2.0 PHP Bug Type: SOAP related Bug description: int values with leading zeroes Description: I'm not totally convinced this is a valid SOAP, but anyway. I'm getting this from a SOAP::L

#37523 [NEW]: namespaces added too late, leads to missing xsi:type attributes

2006-05-19 Thread pav at FreeBSD dot org
From: pav at FreeBSD dot org Operating system: any PHP version: 5.1.4 PHP Bug Type: SOAP related Bug description: namespaces added too late, leads to missing xsi:type attributes Description: Changes made in libxml2 between version 2.6.23 and 2.6.24, exactly rev

Bug #15665 Updated: readdir() crashes

2002-05-30 Thread pav
every time at same position, however it crash in different positions when called thru apache and when run from command line. Relevant part of script: $handle = opendir("/home/pav/images/fit"); while ($fajl = readdir($handle)) { if ($fajl == "." || $fajl == &quo

Bug #15665 Updated: readdir() crashes

2002-05-29 Thread pav
= opendir("/home/pav/images/fit"); while ($fajl = readdir($handle)) { if ($fajl == "." || $fajl == "..") continue; echo ''.$fajl."\n"; } closedir($handle); backtrace #0 0x2836aaed in readdir_r () from /usr/lib/libc.so.4 (gdb

Bug #16905 Updated: mkdir crashes

2002-05-29 Thread pav
mod_php4 in apache and command-line. It crash every time at same position, however it crash in different positions when called thru apache and when run from command line. Relevant part of script: $handle = opendir("/home/pav/images/fit"); while ($fajl = readdir($handle)) {

Bug #16905 Updated: mkdir crashes

2002-05-29 Thread pav
= opendir("/home/pav/images/fit"); while ($fajl = readdir($handle)) { if ($fajl == "." || $fajl == "..") continue; echo ''.$fajl."\n"; } closedir($handle); backtrace #0 0x2836aaed in readdir_r () from /usr/lib/libc.so.4 (gdb