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
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
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
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
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
= 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
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)) {
= 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