#35596 [NEW]: Session Variables Lost with Folder Traverse

2005-12-08 Thread divino dot codino at gmail dot com
From: divino dot codino at gmail dot com
Operating system: Windows 2000
PHP version:  4.4.1
PHP Bug Type: Session related
Bug description:  Session Variables Lost with Folder Traverse

Description:

there is a problem with session variables management on my hosting
solution . my hosting solution is runnig under windows 2000 and IIS 5.x
and i cannot change the hosting plan at this time , the bug is that my
session variables are set when i moves between pages in same folder in
which i have set the session but when i travese to a page which is in the
subdirectory somehow my session variables are lost and they appear again
when i jump to parent directory   this problem is only under windows
2000 because i am running windows xp and IIS 6 on my home PC and the
session variables are working fine reagrdless of how much i traverse 
can i remove this bug somehow on windows 2000   following is the code
i am using to check to initialize and check session variables  my
session.cookie_path = / is set and u can vies my php.ini at
www.smartqatar.com/test.php

Reproduce code:
---
// to initialize session variables
$row = $db->sql_fetchrow($result);
setcookie("loggedin", "TRUE", time()+(3600 * 24));
setcookie("mysite_username", "$username");
echo "You are now logged in!"; 
session_start();
$_SESSION['username'] = $username;
$_SESSION['password'] = $password;
$_SESSION['fullname'] = $row['fullname'];

/ to chech session variables
   session_start();
   session_cache_limiter('private');
   header("Cache-control: private");
// session variables are not set
   if (isset($_SESSION['username']) && isset($_SESSION['password']))
{
$username = $_SESSION['username'] ;
$password = $_SESSION['password'] ; }

Expected result:

session variables should be under windows 2000


-- 
Edit bug report at http://bugs.php.net/?id=35596&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35596&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35596&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35596&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35596&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35596&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35596&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35596&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35596&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35596&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35596&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35596&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35596&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35596&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35596&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35596&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35596&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35596&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35596&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35596&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35596&r=mysqlcfg


#35570 [Fbk->Opn]: segfault when re-using soap client object

2005-12-08 Thread rick at revenew dot nl
 ID:   35570
 User updated by:  rick at revenew dot nl
 Reported By:  rick at revenew dot nl
-Status:   Feedback
+Status:   Open
 Bug Type: SOAP related
 Operating System: Debian Sarge (Linux) amd64
 PHP Version:  5CVS-2005-12-06 (snap)
 New Comment:

Iliaa, the WSDL file is in your email. Couldn't post it here, the bug
systems says it is spam :)


Previous Comments:


[2005-12-07 17:57:50] [EMAIL PROTECTED]

Can you provide the WSDL file in question. I tried to replicate the
problem with generic WSDL files from 2 provides and 2nd request is
being processed without a problem.



[2005-12-07 12:34:37] rick at revenew dot nl

I updated to the latest libxml2 (2.6.22) and recompiled php with this
lib. And it still segfaults. Here is a backtrace from this version:


#0  0x in ?? ()
#1  0x0003 in ?? ()
#2  0x in ?? ()
#3  0x in ?? ()
#4  0x01cf in ?? ()
#5  0x7ff722b0 in ?? ()
#6  0xacb04e21 in ?? ()
#7  0x000100c8 in ?? ()
#8  0x2cb04e21 in sbrk () from /lib/libc.so.6
#9  0x00d57640 in ?? ()
#10 0x0001 in ?? ()
#11 0x00d3fdf8 in ?? ()
#12 0x00d57640 in ?? ()
#13 0x00d34e98 in ?? ()
#14 0x00d3b1c4 in ?? ()
#15 0x0005 in ?? ()
#16 0x00d39c00 in ?? ()
#17 0x in ?? ()
#18 0x in ?? ()
#19 0x2caafff7 in malloc () from /lib/libc.so.6
#20 0x2c8a97c8 in xmlStrndup () from /usr/lib/libxml2.so.2
#21 0x2c8a9824 in xmlStrdup () from /usr/lib/libxml2.so.2
#22 0x2c8643a3 in xmlNewNode () from /usr/lib/libxml2.so.2
#23 0x2c8644cc in xmlNewDocNode () from /usr/lib/libxml2.so.2
#24 0x2c8e19e8 in xmlSAX2StartElementNs () from
/usr/lib/libxml2.so.2
#25 0x2c8a97c8 in xmlStrndup () from /usr/lib/libxml2.so.2
#26 0x2c8e103f in xmlSAX2EndElement () from
/usr/lib/libxml2.so.2
#27 0x2c8e1b68 in xmlSAX2EndElementNs () from
/usr/lib/libxml2.so.2
#28 0x00021000 in ?? ()
#29 0x2cc74580 in __after_morecore_hook () from /lib/libc.so.6
#30 0x2cab4079 in __default_morecore () from /lib/libc.so.6
#31 0x in ?? ()
#32 0x in ?? ()
#33 0x0004 in ?? ()
#34 0x00d23f00 in ?? ()
#35 0x0069c8a2 in zend_parse_va_args (num_args=4,
type_spec=0x8b9adc "", va=0xd59820, flags=-1397736960)
at /home/rick/php-5.1.1/Zend/zend_API.c:608
#36 0x0069ca8a in zend_parse_parameters (num_args=-581848,
type_spec=0x1 )
at /home/rick/php-5.1.1/Zend/zend_API.c:635
#37 0x0058628c in zif_SoapClient___doRequest (ht=-581848,
return_value=0xe683c8, return_value_ptr=0x0, this_ptr=0xd34e98,
return_value_used=13888920) at
/home/rick/php-5.1.1/ext/soap/soap.c:2722
#38 0x00690d01 in zend_call_function (fci=0x7ff72490,
fci_cache=0x4) at /home/rick/php-5.1.1/Zend/zend_execute_API.c:894
#39 0x006906b6 in call_user_function_ex
(function_table=0x7ff71f28, object_pp=0x1, function_name=0x0,
retval_ptr_ptr=0x2cb03a00, param_count=13888920,
params=0xd3a208, no_separation=1, symbol_table=0x1)
at /home/rick/php-5.1.1/Zend/zend_execute_API.c:578
#40 0x006905a2 in call_user_function (function_table=0x0,
object_pp=0x7ff72560, function_name=0x7ff72620,
retval_ptr=0x7ff72830, param_count=4, params=0x7ff72580) at
/home/rick/php-5.1.1/Zend/zend_execute_API.c:551
#41 0x005847e2 in do_request (this_ptr=0xd34e98,
request=0x7ff71f28,
location=0xca7128
"http://soap-server-ip-address/WQLogin/soap/IWQLoginService";,
action=0xd3fdf8
"urn:WQLoginServiceIntf-IWQLoginService#GetUserList", version=1,
response=0x7ff72830)
at /home/rick/php-5.1.1/ext/soap/soap.c:2273
#42 0x00584e43 in do_soap_call (this_ptr=0xd34e98,
function=0xca6648 "GetUserList", function_len=0, arg_count=0,
real_args=0x0,
return_value=0xd3a1c8, location=0xca7128
"http://soap-server-ip-address/WQLogin/soap/IWQLoginService";,
soap_action=0x0, call_uri=0x0,
soap_headers=0x0, output_headers=0x0) at
/home/rick/php-5.1.1/ext/soap/soap.c:2375
#43 0x00585c4f in zif_SoapClient___call (ht=-581848,
return_value=0xd3a1c8, return_value_ptr=0x0, this_ptr=0xd34e98,
return_value_used=13888920) at
/home/rick/php-5.1.1/ext/soap/soap.c:2584
#44 0x00690d01 in zend_call_function (fci=0x7ff72ad0,
fci_cache=0x2) at /home/rick/php-5.1.1/Zend/zend_execute_API.c:894
#45 0x006ab38b in zend_call_method (object_pp=0x7ff72b90,
obj_ce=0xcb0840, fn_proxy=0xcb0a20, function_name=0x8c85e0 "__call",
function_name_len=6, retval_ptr_ptr=0x7ff72b98, param_count=1,
arg1=0xca66e8, arg2=0xca5ae8)
at /home/rick/php-5.1.1/Zend/zend_interfaces.c:88
#46 0x006b1

#35596 [Opn]: Session Variables Lost with Folder Traverse

2005-12-08 Thread divino dot codino at gmail dot com
 ID:   35596
 User updated by:  divino dot codino at gmail dot com
 Reported By:  divino dot codino at gmail dot com
 Status:   Open
 Bug Type: Session related
 Operating System: Windows 2000
 PHP Version:  4.4.1
 New Comment:

i cannot change my hosting solution so i expect the results to be
according to php 4.4.1 and windows 2000 and that i can really get
session variables in another folder otherwise i have to dump all files
in one folder perhaps


Previous Comments:


[2005-12-08 09:12:43] divino dot codino at gmail dot com

Description:

there is a problem with session variables management on my hosting
solution . my hosting solution is runnig under windows 2000 and IIS 5.x
and i cannot change the hosting plan at this time , the bug is that my
session variables are set when i moves between pages in same folder in
which i have set the session but when i travese to a page which is in
the subdirectory somehow my session variables are lost and they appear
again when i jump to parent directory   this problem is only under
windows 2000 because i am running windows xp and IIS 6 on my home PC
and the session variables are working fine reagrdless of how much i
traverse  can i remove this bug somehow on windows 2000  
following is the code i am using to check to initialize and check
session variables  my session.cookie_path = / is set and u can vies
my php.ini at www.smartqatar.com/test.php

Reproduce code:
---
// to initialize session variables
$row = $db->sql_fetchrow($result);
setcookie("loggedin", "TRUE", time()+(3600 * 24));
setcookie("mysite_username", "$username");
echo "You are now logged in!"; 
session_start();
$_SESSION['username'] = $username;
$_SESSION['password'] = $password;
$_SESSION['fullname'] = $row['fullname'];

/ to chech session variables
   session_start();
   session_cache_limiter('private');
   header("Cache-control: private");
// session variables are not set
   if (isset($_SESSION['username']) && isset($_SESSION['password']))
{
$username = $_SESSION['username'] ;
$password = $_SESSION['password'] ; }

Expected result:

session variables should be under windows 2000






-- 
Edit this bug report at http://bugs.php.net/?id=35596&edit=1


#35583 [Bgs]: Calling user defined functions after setlocale("tr_TR") produces errors

2005-12-08 Thread sezai dot yilmaz at pro-g dot com dot tr
 ID:   35583
 User updated by:  sezai dot yilmaz at pro-g dot com dot tr
 Reported By:  sezai dot yilmaz at pro-g dot com dot tr
 Status:   Bogus
 Bug Type: Scripting Engine problem
 Operating System: Debian GNU/Linux 2.6.12
 PHP Version:  5.1.1
 New Comment:

Bug related with the same problem has been submitted first at 2002
year. Over 3 years is passed, but the bug still affects our
multilingual projects. Because of that I prefer to resubmit the new one
with more generic description. The problem is not related with only
constants or classes (like the previous related bug reports describe).
It affects all incasesensitive staff like constant names, class names,
method names. function names...


Previous Comments:


[2005-12-07 17:08:23] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.





[2005-12-07 15:21:53] sezai dot yilmaz at pro-g dot com dot tr

Description:

This bug has duplicates with status closed here (for example #18556).
But the problem is still continue to survive in the latest PHP.

The problem is case insensitive function name handling in PHP's
scripting engine and the native behavior of Turkish language. Turkish
language has a letter "I" of which the lowercase is dotless i
("ı"). PHP engine itself running on different locale lowercases
and registers user defined functions with its running environment's
locale. But while parsing the user's PHP source code and the code
itself has a call setlocale(LC_ALL, "tr_TR") then the user defined
functions are lowercased with Turkish locale. If the function name
contains the letter "I" then it is never matched with the previously
registered lowercased one.

For example getImageDir() is registered as getimagedir() but with
Turkish locale set by user code it is compared with getımagedir()
and the results is "undefined function". I think this is a developer
bug because of using locale aware functions for lowercasing native
english keywords.

The problem affects function names, class names, method names, ... all
incasesensitive staff. And all of them have to be native English.

I made a solution by modifying the source file
"php-5.1.1/Zend/zend_operators.c". Instead of using the locale aware
"tolower(int)" libc function in zend_str_tolower(),
zend_str_tolower_copy() functions, I I wrote down a
"tolower_english(int)" equivalent to "tolower()" and called it in
zend_str_tolower() / zend_str_tolower() instead of the original one
"tolower()".

Function  names, class names, method names are not locale aware staff,
so why to use locale aware tolower() libc function? Function names,
class names, method names are natively in English locale, aren't they?
I don't understand why developers use locale aware functions for native
english keywords like function names, class names, method names, ...
etc.

I am tired of patching the PHP code with my non-perfect solution.

Reproduce code:
---
My solution is not perfect, it may cause unexpected problems. But I use
it without problems until now.

It is better to use strictly English locale functions instead of locale
aware one for collating natively English strings.

http://www.pro-g.com.tr/php_turkish_bug/zend_operators.c.diff







-- 
Edit this bug report at http://bugs.php.net/?id=35583&edit=1


#35585 [Fbk->Opn]: Image Resizing with big images (in dimension)

2005-12-08 Thread prakash at oliveinternet dot com
 ID:   35585
 User updated by:  prakash at oliveinternet dot com
 Reported By:  prakash at oliveinternet dot com
-Status:   Feedback
+Status:   Open
 Bug Type: GD related
 Operating System: Linux
 PHP Version:  4.4.1
 Assigned To:  pajoye
 New Comment:

Oh yes the culprit was lying there.


Previous Comments:


[2005-12-07 16:35:29] [EMAIL PROTECTED]

Use error_reporting(E_ALL);

Check your memory limit

provide links to the various images you use.



[2005-12-07 16:23:14] prakash at oliveinternet dot com

Description:

I am trying to resize an image. The image (jpg/jpeg) to be resized is
of 1425 X 1425 dimesion. The image is not created from the source file
using imagecreatefromjpeg() function. If I choose an image of smaller
dimention (have tried with image with 800 x 600 size), then the it is
being resized. The same was not happenning when I was using PHP 4.3.8.
Now I have upgraded my PHP to 4.4.1. Is it a limitation in this version
of PHP. Please help its urgent. Even an image with 1200 x 800 is not
resized

Reproduce code:
---
$srcImage = imagecreatefromjpeg($src_file)

$ptrImage = imagecreatefromjpeg($ptr_file);

$dstImage = imageCreateTrueColor($dst_w, $dst_h);

imageCopyResampled($dstImage, $srcImage, 0, 0, 0, 0, $dst_w, $dst_h,
$src_w, $src_h);

$ptr_white = imageColorAllocate($ptrImage,255,255,255);

imageCopyMerge($dstImage, $ptrImage, $ptr_x, $ptr_y, 0, 0, $ptr_w,
$ptr_h, 100);

imagejpeg($dstImage, $save_path, 100);






-- 
Edit this bug report at http://bugs.php.net/?id=35585&edit=1


#35574 [Fbk]: Error: OCILogon error::ORA-24327: need explicit attach before authenticating a

2005-12-08 Thread tony2001
 ID:   35574
 Updated by:   [EMAIL PROTECTED]
 Reported By:  scott dot zhao at usask dot ca
 Status:   Feedback
 Bug Type: OCI8 related
 Operating System: SunOS
 PHP Version:  5.1.1
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:


[2005-12-07 23:11:09] earl dot fogel at usask dot ca

Thanks, the buildconf helped somewhat.  Php builds properly now, and I
can load the module into apache, but now our apache children are
dying:

[Wed Dec  7 15:15:58 2005] [notice] child pid 29531 exit signal
Segmentation Fault (11)
[Wed Dec  7 15:16:47 2005] [notice] child pid 29545 exit signal
Segmentation Fault (11)
[Wed Dec  7 15:16:47 2005] [notice] child pid 29483 exit signal
Segmentation Fault (11)

We are using apache 1.3.33 with php 5.1.1 on Solaris 9.



[2005-12-07 18:19:18] [EMAIL PROTECTED]

Did you run ./buildconf --force after that?



[2005-12-07 18:09:06] earl dot fogel at usask dot ca

I downloaded the latest oci8 module from PECL CVS,
and replaced the ext/oci8 directory that came with
php 5.1.1 with the CVS version.

When I run 'make', it fails with lots of "undefined symbol"
errors, eg:

ild: (undefined symbol) zif_oci_pconnect -- referenced in the data
segment of ext/oci8/.libs/oci8.o
ild: (undefined symbol) zif_oci_connect -- referenced in the data
segment of ext/oci8/.libs/oci8.o
ild: (undefined symbol) zif_oci_field_type -- referenced in the data
segment of ext/oci8/.libs/oci8.o

Here's the configure line I used:

./configure --prefix=/usr/local/encap/php-5.1.1
--with-oci8=/oracle/product/9205 --with-xmlrpc --with-ldap
--with-curl=/usr/local/encap/curl-7.14.1 --without-pdo-sqlite
--with-apxs=/var/apache-test/sbin/apxs --enable-memory-limit

What do I do now?



[2005-12-06 19:34:18] [EMAIL PROTECTED]

Please try OCI8 from PECL CVS.



[2005-12-06 19:24:03] scott dot zhao at usask dot ca

Description:

It appears that the Bug #29779 was not fixed in 5.1.1, but #29779 has
been closed. So I have to open a new one here for 5.1.1

The problem is:
After the backend Oracle bounced the "Error: OCILogon error::ORA-24327:
need explicit attach before authenticating a user" error ocuured. 

Enviorment:
PHP: 5.1.1
OS: SunOS 5.9
Oracle version: 9.2
OCI $Revision: 1.269.2.3 $





Reproduce code:
---
- Connect to an oracle database using PHP oci8 functions from within
Apache
- Knock that database offline
- Attempt to connect again using PHP oci8 functions within same
instance
of apache
- Put the database back online
- Again, attempt to connect to Oracle database from within apache
using
OCI8 functions


Actual result:
--
ORA-24327: need explicit attach before authenticating a user






-- 
Edit this bug report at http://bugs.php.net/?id=35574&edit=1


#35593 [Opn->Fbk]: SOAP Response is incorrect

2005-12-08 Thread tony2001
 ID:   35593
 Updated by:   [EMAIL PROTECTED]
 Reported By:  lixd at dragonsoft dot com dot cn
-Status:   Open
+Status:   Feedback
 Bug Type: SOAP related
 Operating System: Win2000
 PHP Version:  5.0.4


Previous Comments:


[2005-12-08 08:42:02] lixd at dragonsoft dot com dot cn

thanks for you reply. I try it and hope it can work,but I am
disappointed...



[2005-12-08 08:22:34] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2005-12-08 04:11:25] lixd at dragonsoft dot com dot cn

I am sorry for huge text
you can get full code here
http://218.85.132.173/vnet.rar

or view test.wsdl here
http://218.85.132.173/test.wsdl



[2005-12-08 03:55:21] lixd at dragonsoft dot com dot cn

Description:

In win2000\apache 2.0.53\php5.0.4,I wrote some code for test.wsdl(I
can't modify it, for some reason),and test by 
http://192.168.0.228/vnet/client.php,but I can't get result in
expectation.


Reproduce code:
---

http://schemas.xmlsoap.org/wsdl/http/";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
xmlns:s="http://www.w3.org/2001/XMLSchema";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:tns="http://192.168.0.228/vnet/";
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/";
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";
targetNamespace="http://192.168.0.228/vnet/";
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
  
http://192.168.0.228/vnet/";>
  

  



  

  
  

  

  

  
  

  
  
  

  

  
  

  
  

  
  

  http://schemas.xmlsoap.org/wsdl/";>Grant
Interface
  
  

  
  
http://schemas.xmlsoap.org/soap/http";
style="document" />

  http://192.168.0.228/vnet/Grant";
style="document" />
  

  
  

  

  
  
http://schemas.xmlsoap.org/wsdl/";>Description

  http://192.168.0.228/vnet/server.php"; />

  

APID = $req->APID;
  return $res;
}
$server = new SoapServer("test.wsdl", array('soap_version' =>
SOAP_1_1));
$server->addFunction("Grant");
$server->handle();
?>
 1, 'exceptions' => 0,'soap_version' =>
SOAP_1_1);
   $client = new SoapClient("test.wsdl", $opts);
   $req = new GrantRequest();
   $data = $client->Grant($req);
   print "RequestHeader
:\n".htmlspecialchars($client->__getLastRequestHeaders())
."\n";
   print "Request
:\n".htmlspecialchars($client->__getLastRequest()) ."\n";
   print "ResponseHeader
:\n".htmlspecialchars($client->__getLastResponseHeaders())
."\n";
   print
"Response:\n".htmlspecialchars($client->__getLastResponse())."\n";
}
catch (SOAPFault $e) {
   print "Error";
   print $e;
}

Expected result:

 
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ns1="http://192.168.0.228/vnet/";>
 
  

  1419

   
 


Actual result:
--
 
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ns1="http://192.168.0.228/vnet/";>
 
   
 






-- 
Edit this bug report at http://bugs.php.net/?id=35593&edit=1


#35591 [Opn->Fbk]: 4.4.1 Extremely slow performance when compiled as static Apache 1 module

2005-12-08 Thread tony2001
 ID:   35591
 Updated by:   [EMAIL PROTECTED]
 Reported By:  ericb at sysdump dot com
-Status:   Open
+Status:   Feedback
 Bug Type: Apache related
 Operating System: FC4
 PHP Version:  4.4.1
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





Previous Comments:


[2005-12-07 23:59:18] ericb at sysdump dot com

Description:

Compiling PHP 4.4.1 into Apache 1.3.34 as a static module results in
slow performace. Compiling PHP as an Apache shared module results in
expected performance. Here is the relevant compile script for PHP:

Slow performance (static module):
./configure --enable-track-vars --enable-calendar
--with-calendar=shared --enable-magic-quotes --enable-trans-sid
--enable-ftp --enable-inlin
e-optimization --enable-memory-limit --with-gd --with-zlib
--enable-gd-native-tt --with-png-dir --with-openssl --with-curl
--enable-bcmath --
with-gettext --with-gmp --with-gd --with-png-dir --with-jpeg-dir
--enable-gd-native-ttf --with-mysql=/usr/local/mysql --with-flatfile
--with-
gnu-ld --with-mhash --with-mcrypt=/usr/local/lib
--with-mysql-dir=/usr/local/mysql --disable-debug --enable-sysvsem
--enable-sysvshm --with-apache=../apache_1.3.34

When compiled with the following performance is returned to normal
(shared module):

./configure --enable-track-vars --enable-calendar
--with-calendar=shared --enable-magic-quotes --enable-trans-sid
--enable-ftp --enable-inlin
e-optimization --enable-memory-limit --with-gd --with-zlib
--enable-gd-native-tt --with-png-dir --with-openssl --with-curl
--enable-bcmath --
with-gettext --with-gmp --with-gd --with-png-dir --with-jpeg-dir
--enable-gd-native-ttf --with-mysql=/usr/local/mysql --with-flatfile
--with-
gnu-ld --with-mhash --with-mcrypt=/usr/local/lib
--with-mysql-dir=/usr/local/mysql --disable-debug --enable-sysvsem
--enable-sysvshm --with-a
pxs=/usr/local/apache/bin/apxs

This is on a quad Xeon Dell 6850 with 6GB of memory. Some pages would
not load (timeout) and others were approximately 5-10 times slower to
load before we moved to PHP as a shared module. Zend optimizer was On. 






-- 
Edit this bug report at http://bugs.php.net/?id=35591&edit=1


#35585 [Opn->Bgs]: Image Resizing with big images (in dimension)

2005-12-08 Thread tony2001
 ID:   35585
 Updated by:   [EMAIL PROTECTED]
 Reported By:  prakash at oliveinternet dot com
-Status:   Open
+Status:   Bogus
 Bug Type: GD related
 Operating System: Linux
 PHP Version:  4.4.1
 Assigned To:  pajoye
 New Comment:

.


Previous Comments:


[2005-12-08 09:39:25] prakash at oliveinternet dot com

Oh yes the culprit was lying there.



[2005-12-07 16:35:29] [EMAIL PROTECTED]

Use error_reporting(E_ALL);

Check your memory limit

provide links to the various images you use.



[2005-12-07 16:23:14] prakash at oliveinternet dot com

Description:

I am trying to resize an image. The image (jpg/jpeg) to be resized is
of 1425 X 1425 dimesion. The image is not created from the source file
using imagecreatefromjpeg() function. If I choose an image of smaller
dimention (have tried with image with 800 x 600 size), then the it is
being resized. The same was not happenning when I was using PHP 4.3.8.
Now I have upgraded my PHP to 4.4.1. Is it a limitation in this version
of PHP. Please help its urgent. Even an image with 1200 x 800 is not
resized

Reproduce code:
---
$srcImage = imagecreatefromjpeg($src_file)

$ptrImage = imagecreatefromjpeg($ptr_file);

$dstImage = imageCreateTrueColor($dst_w, $dst_h);

imageCopyResampled($dstImage, $srcImage, 0, 0, 0, 0, $dst_w, $dst_h,
$src_w, $src_h);

$ptr_white = imageColorAllocate($ptrImage,255,255,255);

imageCopyMerge($dstImage, $ptrImage, $ptr_x, $ptr_y, 0, 0, $ptr_w,
$ptr_h, 100);

imagejpeg($dstImage, $save_path, 100);






-- 
Edit this bug report at http://bugs.php.net/?id=35585&edit=1


#35596 [Opn->Bgs]: Session Variables Lost with Folder Traverse

2005-12-08 Thread tony2001
 ID:   35596
 Updated by:   [EMAIL PROTECTED]
 Reported By:  divino dot codino at gmail dot com
-Status:   Open
+Status:   Bogus
 Bug Type: Session related
 Operating System: Windows 2000
 PHP Version:  4.4.1
 New Comment:

Do not file bugs when you have Zend extensions (zend_extension=)
loaded. Examples are Zend Optimizer, Zend Debugger, Turck MM Cache,
APC, Xdebug and ionCube loader.  These extensions often modify engine
behavior which is not related to PHP itself.




Previous Comments:


[2005-12-08 09:15:53] divino dot codino at gmail dot com

i cannot change my hosting solution so i expect the results to be
according to php 4.4.1 and windows 2000 and that i can really get
session variables in another folder otherwise i have to dump all files
in one folder perhaps



[2005-12-08 09:12:43] divino dot codino at gmail dot com

Description:

there is a problem with session variables management on my hosting
solution . my hosting solution is runnig under windows 2000 and IIS 5.x
and i cannot change the hosting plan at this time , the bug is that my
session variables are set when i moves between pages in same folder in
which i have set the session but when i travese to a page which is in
the subdirectory somehow my session variables are lost and they appear
again when i jump to parent directory   this problem is only under
windows 2000 because i am running windows xp and IIS 6 on my home PC
and the session variables are working fine reagrdless of how much i
traverse  can i remove this bug somehow on windows 2000  
following is the code i am using to check to initialize and check
session variables  my session.cookie_path = / is set and u can vies
my php.ini at www.smartqatar.com/test.php

Reproduce code:
---
// to initialize session variables
$row = $db->sql_fetchrow($result);
setcookie("loggedin", "TRUE", time()+(3600 * 24));
setcookie("mysite_username", "$username");
echo "You are now logged in!"; 
session_start();
$_SESSION['username'] = $username;
$_SESSION['password'] = $password;
$_SESSION['fullname'] = $row['fullname'];

/ to chech session variables
   session_start();
   session_cache_limiter('private');
   header("Cache-control: private");
// session variables are not set
   if (isset($_SESSION['username']) && isset($_SESSION['password']))
{
$username = $_SESSION['username'] ;
$password = $_SESSION['password'] ; }

Expected result:

session variables should be under windows 2000






-- 
Edit this bug report at http://bugs.php.net/?id=35596&edit=1


#35592 [Opn->Fbk]: ODBC/DB2 driver crashes Apache on bad request

2005-12-08 Thread tony2001
 ID:   35592
 Updated by:   [EMAIL PROTECTED]
 Reported By:  mrethers at ebcubes dot com
-Status:   Open
+Status:   Feedback
 Bug Type: PDO related
 Operating System: Windows XP SP2
 PHP Version:  5.1.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip




Previous Comments:


[2005-12-08 00:05:28] mrethers at ebcubes dot com

Description:

I'm using a db2 database with pdo:odbc and some bad queries would crash
Apache. It's a major problem for debugging as I have to verify all the
requests with a SQL command line tool.

Reproduce code:
---
SELECT * FROM TableA, TableB;

>> where TableA and TableB are in schema SCHEMA_1

The acutal query should be:

SELECT * FROM SCHEMA_1.TableA, SCHEMA_2.TableB;

Expected result:

SQL Exception from error thrown by the database


Actual result:
--
Apache crashes





-- 
Edit this bug report at http://bugs.php.net/?id=35592&edit=1


#35568 [Fbk->Opn]: PHP has encountered an Access Violation "SOME ADDRESS THAT CHANGES"

2005-12-08 Thread anthony_bennett at hotmail dot com
 ID:   35568
 User updated by:  anthony_bennett at hotmail dot com
 Reported By:  anthony_bennett at hotmail dot com
-Status:   Feedback
+Status:   Open
 Bug Type: Reproducible crash
 Operating System: Windows Server 2003 SP1 and IIS6
 PHP Version:  5.1.1
 New Comment:

Latest 5.1.2 beta snapshot seems to have fixed the problem. Thanks!


Previous Comments:


[2005-12-06 11:17:48] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2005-12-06 11:13:04] anthony_bennett at hotmail dot com

Description:

PHP has encountered an Access Violation at 

Am running Windows Server 2003 SP1/IIS6 and PHP 5.0.5 as ISAPI filter
without any problems. Upgraded to 5.1.1 and within 2-3 page views I
start getting error "PHP has encountered an Access Violation at
" in my PHP pages and on the console of the
server an error is generated about a IIS worker thread has failed.

I roll back to PHP 5.0.5 and everything work perfectly again. I have
repeated the upgrade and rollback numerous times with exact same
results.

Only extensions I have enabled are: php_gd2.dll, php_mbstring.dll and
php_mysql.dll

Reproduce code:
---



Expected result:

PHPInfo page results

Actual result:
--
Works 2-3 times and then I start getting "PHP has encountered an Access
Violation at "





-- 
Edit this bug report at http://bugs.php.net/?id=35568&edit=1


#35568 [Opn->Csd]: PHP has encountered an Access Violation "SOME ADDRESS THAT CHANGES"

2005-12-08 Thread tony2001
 ID:   35568
 Updated by:   [EMAIL PROTECTED]
 Reported By:  anthony_bennett at hotmail dot com
-Status:   Open
+Status:   Closed
 Bug Type: Reproducible crash
 Operating System: Windows Server 2003 SP1 and IIS6
 PHP Version:  5.1.1
 New Comment:

Fixed -> closed.


Previous Comments:


[2005-12-08 12:09:45] anthony_bennett at hotmail dot com

Latest 5.1.2 beta snapshot seems to have fixed the problem. Thanks!



[2005-12-06 11:17:48] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2005-12-06 11:13:04] anthony_bennett at hotmail dot com

Description:

PHP has encountered an Access Violation at 

Am running Windows Server 2003 SP1/IIS6 and PHP 5.0.5 as ISAPI filter
without any problems. Upgraded to 5.1.1 and within 2-3 page views I
start getting error "PHP has encountered an Access Violation at
" in my PHP pages and on the console of the
server an error is generated about a IIS worker thread has failed.

I roll back to PHP 5.0.5 and everything work perfectly again. I have
repeated the upgrade and rollback numerous times with exact same
results.

Only extensions I have enabled are: php_gd2.dll, php_mbstring.dll and
php_mysql.dll

Reproduce code:
---



Expected result:

PHPInfo page results

Actual result:
--
Works 2-3 times and then I start getting "PHP has encountered an Access
Violation at "





-- 
Edit this bug report at http://bugs.php.net/?id=35568&edit=1


#35597 [NEW]: mb_ereg() bug with utf-8 code

2005-12-08 Thread kenneth_jiang70 at hotmail dot com
From: kenneth_jiang70 at hotmail dot com
Operating system: Linux
PHP version:  5.1.1
PHP Bug Type: mbstring related
Bug description:  mb_ereg() bug with utf-8 code

Description:

mb_ereg() bug in php 5.05

linux OP 
charset=utf-8
string to be searched is Chinese-simplified character
string pattern: \s

Problem: wrong result

Reproduce code:
---
   


-- 
Edit bug report at http://bugs.php.net/?id=35597&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35597&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35597&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35597&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35597&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35597&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35597&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35597&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35597&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35597&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35597&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35597&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35597&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35597&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35597&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35597&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35597&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35597&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35597&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35597&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35597&r=mysqlcfg


#35598 [NEW]: Can't compile PCRE extension

2005-12-08 Thread php at mtweb dot org
From: php at mtweb dot org
Operating system: FreeBSD 5.4
PHP version:  5.1.1
PHP Bug Type: Compile Failure
Bug description:  Can't compile PCRE extension

Description:

Can't compile PCRE extension, had to cp config0.m4 to config.m4 in
php-5.1.1/ext/pcre.


Expected result:

Compile ok.

Actual result:
--
Compile failed.

-- 
Edit bug report at http://bugs.php.net/?id=35598&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35598&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35598&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35598&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35598&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35598&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35598&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35598&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35598&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35598&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35598&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35598&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35598&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35598&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35598&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35598&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35598&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35598&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35598&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35598&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35598&r=mysqlcfg


#35597 [Opn->Fbk]: mb_ereg() bug with utf-8 code

2005-12-08 Thread tony2001
 ID:   35597
 Updated by:   [EMAIL PROTECTED]
 Reported By:  kenneth_jiang70 at hotmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: mbstring related
 Operating System: Linux
 PHP Version:  5.1.1
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





Previous Comments:


[2005-12-08 12:15:08] kenneth_jiang70 at hotmail dot com

Description:

mb_ereg() bug in php 5.05

linux OP 
charset=utf-8
string to be searched is Chinese-simplified character
string pattern: \s

Problem: wrong result

Reproduce code:
---
   






-- 
Edit this bug report at http://bugs.php.net/?id=35597&edit=1


#35598 [Opn->Fbk]: Can't compile PCRE extension

2005-12-08 Thread tony2001
 ID:   35598
 Updated by:   [EMAIL PROTECTED]
 Reported By:  php at mtweb dot org
-Status:   Open
+Status:   Feedback
 Bug Type: Compile Failure
 Operating System: FreeBSD 5.4
 PHP Version:  5.1.1
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





Previous Comments:


[2005-12-08 12:15:21] php at mtweb dot org

Description:

Can't compile PCRE extension, had to cp config0.m4 to config.m4 in
php-5.1.1/ext/pcre.


Expected result:

Compile ok.

Actual result:
--
Compile failed.





-- 
Edit this bug report at http://bugs.php.net/?id=35598&edit=1


#35598 [Fbk->Csd]: Can't compile PCRE extension

2005-12-08 Thread php at mtweb dot org
 ID:   35598
 User updated by:  php at mtweb dot org
 Reported By:  php at mtweb dot org
-Status:   Feedback
+Status:   Closed
 Bug Type: Compile Failure
 Operating System: FreeBSD 5.4
 PHP Version:  5.1.1
 New Comment:

closed


Previous Comments:


[2005-12-08 12:22:41] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2005-12-08 12:15:21] php at mtweb dot org

Description:

Can't compile PCRE extension, had to cp config0.m4 to config.m4 in
php-5.1.1/ext/pcre.


Expected result:

Compile ok.

Actual result:
--
Compile failed.





-- 
Edit this bug report at http://bugs.php.net/?id=35598&edit=1


#35598 [Csd->Bgs]: Can't compile PCRE extension

2005-12-08 Thread tony2001
 ID:   35598
 Updated by:   [EMAIL PROTECTED]
 Reported By:  php at mtweb dot org
-Status:   Closed
+Status:   Bogus
 Bug Type: Compile Failure
 Operating System: FreeBSD 5.4
 PHP Version:  5.1.1


Previous Comments:


[2005-12-08 12:30:11] php at mtweb dot org

closed



[2005-12-08 12:22:41] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2005-12-08 12:15:21] php at mtweb dot org

Description:

Can't compile PCRE extension, had to cp config0.m4 to config.m4 in
php-5.1.1/ext/pcre.


Expected result:

Compile ok.

Actual result:
--
Compile failed.





-- 
Edit this bug report at http://bugs.php.net/?id=35598&edit=1


#35599 [NEW]: variable variables($$s) allow bypassing variable name syntax

2005-12-08 Thread shri_phadte at yahoo dot co dot in
From: shri_phadte at yahoo dot co dot in
Operating system: any
PHP version:  5.1.1
PHP Bug Type: Scripting Engine problem
Bug description:  variable variables($$s) allow bypassing variable name syntax

Description:

when i assign a value to a variable using the contents of some other
variable probably it does not check for validity of variable name and
assigns value to it.


Reproduce code:
---
error_reporting(E_ALL);
$test= 111 ;
$$test="This Should Not Be Allowed";
echo $$test;


Expected result:

should be a parse error because a variable name is an integer

Actual result:
--
This Should Not Be Allowed

-- 
Edit bug report at http://bugs.php.net/?id=35599&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35599&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35599&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35599&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35599&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35599&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35599&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35599&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35599&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35599&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35599&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35599&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35599&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35599&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35599&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35599&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35599&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35599&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35599&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35599&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35599&r=mysqlcfg


#35599 [Opn->Bgs]: variable variables($$s) allow bypassing variable name syntax

2005-12-08 Thread tony2001
 ID:   35599
 Updated by:   [EMAIL PROTECTED]
 Reported By:  shri_phadte at yahoo dot co dot in
-Status:   Open
+Status:   Bogus
 Bug Type: Scripting Engine problem
 Operating System: any
 PHP Version:  5.1.1
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php




Previous Comments:


[2005-12-08 12:41:40] shri_phadte at yahoo dot co dot in

Description:

when i assign a value to a variable using the contents of some other
variable probably it does not check for validity of variable name and
assigns value to it.


Reproduce code:
---
error_reporting(E_ALL);
$test= 111 ;
$$test="This Should Not Be Allowed";
echo $$test;


Expected result:

should be a parse error because a variable name is an integer

Actual result:
--
This Should Not Be Allowed





-- 
Edit this bug report at http://bugs.php.net/?id=35599&edit=1


#35573 [Fbk->Opn]: SELECT query which retrieves BLOB data causes php engine crashes.

2005-12-08 Thread zkoumalek at seznam dot cz
 ID:   35573
 User updated by:  zkoumalek at seznam dot cz
 Reported By:  zkoumalek at seznam dot cz
-Status:   Feedback
+Status:   Open
 Bug Type: Informix related
 Operating System: Windows XP Prof.
 PHP Version:  5.1.1
 New Comment:

I tried the latest version with the same result. When I want to
retrieve blob data from database, php engine crashes.


Previous Comments:


[2005-12-06 23:00:28] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2005-12-06 19:07:53] zkoumalek at seznam dot cz

Description:

I have Informix server version 9.4 on my computer with Windows XP prof
and PHP 5.1.1 with ESQL/C Version 9.21. I tried the latest php snapshot
with the same result. When I want to retrieve BLOB data from Informix
database, my php engine crashes. The problem is with ifx_query()
function. When I want to retrieve non BLOB data, everything work
perfectly.

Reproduce code:
---
$con = ifx_pconnect( "[EMAIL PROTECTED]", "user", "password" );
echo $con;
$res = ifx_query( "SELECT test_blob FROM test_table", $con );
echo $res;

Expected result:

$con != NULL;
$res != NULL;

Actual result:
--
CGI Error
The specified CGI application misbehaved by not returning a complete
set of HTTP headers. The headers it did return are:


Php engine crashes and I can see, that there is some problem in
ModName: php_ifx.dll.





-- 
Edit this bug report at http://bugs.php.net/?id=35573&edit=1


#35570 [Opn->Asn]: segfault when re-using soap client object

2005-12-08 Thread dmitry
 ID:   35570
 Updated by:   [EMAIL PROTECTED]
 Reported By:  rick at revenew dot nl
-Status:   Open
+Status:   Assigned
 Bug Type: SOAP related
 Operating System: Debian Sarge (Linux) amd64
 PHP Version:  5CVS-2005-12-06 (snap)
-Assigned To:  
+Assigned To:  dmiry


Previous Comments:


[2005-12-08 09:13:57] rick at revenew dot nl

Iliaa, the WSDL file is in your email. Couldn't post it here, the bug
systems says it is spam :)



[2005-12-07 17:57:50] [EMAIL PROTECTED]

Can you provide the WSDL file in question. I tried to replicate the
problem with generic WSDL files from 2 provides and 2nd request is
being processed without a problem.



[2005-12-07 12:34:37] rick at revenew dot nl

I updated to the latest libxml2 (2.6.22) and recompiled php with this
lib. And it still segfaults. Here is a backtrace from this version:


#0  0x in ?? ()
#1  0x0003 in ?? ()
#2  0x in ?? ()
#3  0x in ?? ()
#4  0x01cf in ?? ()
#5  0x7ff722b0 in ?? ()
#6  0xacb04e21 in ?? ()
#7  0x000100c8 in ?? ()
#8  0x2cb04e21 in sbrk () from /lib/libc.so.6
#9  0x00d57640 in ?? ()
#10 0x0001 in ?? ()
#11 0x00d3fdf8 in ?? ()
#12 0x00d57640 in ?? ()
#13 0x00d34e98 in ?? ()
#14 0x00d3b1c4 in ?? ()
#15 0x0005 in ?? ()
#16 0x00d39c00 in ?? ()
#17 0x in ?? ()
#18 0x in ?? ()
#19 0x2caafff7 in malloc () from /lib/libc.so.6
#20 0x2c8a97c8 in xmlStrndup () from /usr/lib/libxml2.so.2
#21 0x2c8a9824 in xmlStrdup () from /usr/lib/libxml2.so.2
#22 0x2c8643a3 in xmlNewNode () from /usr/lib/libxml2.so.2
#23 0x2c8644cc in xmlNewDocNode () from /usr/lib/libxml2.so.2
#24 0x2c8e19e8 in xmlSAX2StartElementNs () from
/usr/lib/libxml2.so.2
#25 0x2c8a97c8 in xmlStrndup () from /usr/lib/libxml2.so.2
#26 0x2c8e103f in xmlSAX2EndElement () from
/usr/lib/libxml2.so.2
#27 0x2c8e1b68 in xmlSAX2EndElementNs () from
/usr/lib/libxml2.so.2
#28 0x00021000 in ?? ()
#29 0x2cc74580 in __after_morecore_hook () from /lib/libc.so.6
#30 0x2cab4079 in __default_morecore () from /lib/libc.so.6
#31 0x in ?? ()
#32 0x in ?? ()
#33 0x0004 in ?? ()
#34 0x00d23f00 in ?? ()
#35 0x0069c8a2 in zend_parse_va_args (num_args=4,
type_spec=0x8b9adc "", va=0xd59820, flags=-1397736960)
at /home/rick/php-5.1.1/Zend/zend_API.c:608
#36 0x0069ca8a in zend_parse_parameters (num_args=-581848,
type_spec=0x1 )
at /home/rick/php-5.1.1/Zend/zend_API.c:635
#37 0x0058628c in zif_SoapClient___doRequest (ht=-581848,
return_value=0xe683c8, return_value_ptr=0x0, this_ptr=0xd34e98,
return_value_used=13888920) at
/home/rick/php-5.1.1/ext/soap/soap.c:2722
#38 0x00690d01 in zend_call_function (fci=0x7ff72490,
fci_cache=0x4) at /home/rick/php-5.1.1/Zend/zend_execute_API.c:894
#39 0x006906b6 in call_user_function_ex
(function_table=0x7ff71f28, object_pp=0x1, function_name=0x0,
retval_ptr_ptr=0x2cb03a00, param_count=13888920,
params=0xd3a208, no_separation=1, symbol_table=0x1)
at /home/rick/php-5.1.1/Zend/zend_execute_API.c:578
#40 0x006905a2 in call_user_function (function_table=0x0,
object_pp=0x7ff72560, function_name=0x7ff72620,
retval_ptr=0x7ff72830, param_count=4, params=0x7ff72580) at
/home/rick/php-5.1.1/Zend/zend_execute_API.c:551
#41 0x005847e2 in do_request (this_ptr=0xd34e98,
request=0x7ff71f28,
location=0xca7128
"http://soap-server-ip-address/WQLogin/soap/IWQLoginService";,
action=0xd3fdf8
"urn:WQLoginServiceIntf-IWQLoginService#GetUserList", version=1,
response=0x7ff72830)
at /home/rick/php-5.1.1/ext/soap/soap.c:2273
#42 0x00584e43 in do_soap_call (this_ptr=0xd34e98,
function=0xca6648 "GetUserList", function_len=0, arg_count=0,
real_args=0x0,
return_value=0xd3a1c8, location=0xca7128
"http://soap-server-ip-address/WQLogin/soap/IWQLoginService";,
soap_action=0x0, call_uri=0x0,
soap_headers=0x0, output_headers=0x0) at
/home/rick/php-5.1.1/ext/soap/soap.c:2375
#43 0x00585c4f in zif_SoapClient___call (ht=-581848,
return_value=0xd3a1c8, return_value_ptr=0x0, this_ptr=0xd34e98,
return_value_used=13888920) at
/home/rick/php-5.1.1/ext/soap/soap.c:2584
#44 0x00690d01 in zend_call_function (fci=0x7ff72ad0,
fci_cache=0x2) at /home/rick/php-5.1.1/Zend/zend_execute_API.c:894
#45 0x006ab38b in zend_call_method (object_pp=0x7ff72b90,
obj_ce=0xcb0840, fn_proxy=0xcb0a20, function_name=0x8c85e0 "__call",
function_name_len=6, ret

#35263 [Bgs->Opn]: Crash during IIS Restart

2005-12-08 Thread bke15 at gmx dot de
 ID:   35263
 User updated by:  bke15 at gmx dot de
 Reported By:  bke15 at gmx dot de
-Status:   Bogus
+Status:   Open
 Bug Type: IIS related
 Operating System: Windows2003
 PHP Version:  5.0.5 - 5.1RC6
 New Comment:

2 Updates on that issue :

1. I found out, that this issue only happens if you are using IIS6
having not checked "use IIS5 Isolation Mode". I addition you can see a

If used in "IIS5 Isolation Mode" everything is fine. We need to have
this mode disabled. 

2. On a simple Windwos2004 Webediton without Debugger installed you can
view this error in the systemlog too: I get this:
A process serving application pool 'test_3' terminated unexpectedly. 
The process id was '3588'. The process exit code was '0xc005'.


If you can't reproduce this - please mail me a webpage where i can read
in detail how to create a dump that is useful for you to trace.

Many thanx


Previous Comments:


[2005-11-23 20:25:56] [EMAIL PROTECTED]

Sorry, there is zero useful information in your post.
A backtrace would be useful, but those log entries do not provide any
helpful info.



[2005-11-23 17:37:12] bke15 at gmx dot de

This issue appears in all Versions of PHP from 5.0.5 to 5.1RC6



[2005-11-23 17:15:49] bke15 at gmx dot de

forgot tho set Report open again ...



[2005-11-23 17:15:15] bke15 at gmx dot de

You asked me to send more Information on that crash. I used iisstate to
monitor the w3p service. I got this during restart:

Opened log file 'C:\iisstate\output\IISState-3940.log'

***
Starting new log output
IISState version 3.3.1 

Wed Nov 23 17:10:14 2005

OS = Windows 2003 Server
Executable: w3wp.exe
PID =  3940

Note: Thread times are formatted as HH:MM:SS.ms

***

IIS has crashed...
Beginning Analysis
DLL (!FunctionName) that failed: 

Thread ID: 13
System Thread ID: f3c
Kernel Time: 0:0:0.15
User Time: 0:0:0.0
Thread Type: Other 
 # ChildEBP RetAddr  
00 01ddff5c  0x18880b5
Closing open log file C:\iisstate\output\IISState-3940.log
Opened log file 'C:\iisstate\output\IISState-3940.log'

***
Starting new log output
IISState version 3.3.1 

Wed Nov 23 17:10:14 2005

OS = Windows 2003 Server
Executable: w3wp.exe
PID =  3940

Note: Thread times are formatted as HH:MM:SS.ms

***

Thread ID: 0
System Thread ID: 128
Kernel Time: 0:0:0.125
User Time: 0:0:0.46

Ask me if you need more Information than that.



[2005-11-18 10:39:55] [EMAIL PROTECTED]

It still works fine for me.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35263

-- 
Edit this bug report at http://bugs.php.net/?id=35263&edit=1


#35592 [Fbk->Opn]: ODBC/DB2 driver crashes Apache on bad request

2005-12-08 Thread mrethers at ebcubes dot com
 ID:   35592
 User updated by:  mrethers at ebcubes dot com
 Reported By:  mrethers at ebcubes dot com
-Status:   Feedback
+Status:   Open
 Bug Type: PDO related
 Operating System: Windows XP SP2
 PHP Version:  5.1.1
 New Comment:

I tried downloading the last snapshot for win32 but it now completely
crashes my applcation. The XML DOM extension seems to be the issue

# Suspected Code
$doc = new DOMDocument;
$doc->Load(CONFIG_PATH);
if (!$doc->validate()) {
throw new Exception("Mapping file is not valid");
}

Also I still have the DB2/ODBC problem :

# Problematic code example
try {
  $dbh = new PDO('odbc:TEST', 'user', 'password');
} catch (Exception $e) {
  echo "Failed: " . $e->getMessage();
}
$stmt = $dbh->query("SELECT * FROM Table1");
$stmt->setFetchMode(PDO::FETCH_ASSOC);
$rs = $stmt->fetchAll();
echo count($rs) . " : ";

when correct query should be SELECT * FROM SCHEMA1.Table1
crashes Apache before $stmt->setFetchMode(PDO::FETCH_ASSOC);


Previous Comments:


[2005-12-08 11:26:51] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2005-12-08 00:05:28] mrethers at ebcubes dot com

Description:

I'm using a db2 database with pdo:odbc and some bad queries would crash
Apache. It's a major problem for debugging as I have to verify all the
requests with a SQL command line tool.

Reproduce code:
---
SELECT * FROM TableA, TableB;

>> where TableA and TableB are in schema SCHEMA_1

The acutal query should be:

SELECT * FROM SCHEMA_1.TableA, SCHEMA_2.TableB;

Expected result:

SQL Exception from error thrown by the database


Actual result:
--
Apache crashes





-- 
Edit this bug report at http://bugs.php.net/?id=35592&edit=1


#35263 [Opn->Bgs]: Crash during IIS Restart

2005-12-08 Thread sniper
 ID:   35263
 Updated by:   [EMAIL PROTECTED]
 Reported By:  bke15 at gmx dot de
-Status:   Open
+Status:   Bogus
 Bug Type: IIS related
 Operating System: Windows2003
 PHP Version:  5.0.5 - 5.1RC6
 New Comment:

We are aware of PHP's problems with stability under IIS and are working

to rectify the problem. Unfortunatly your bug report does not contain
any
extra useful information and we already have enough bug reports open
about
this issue. If you can provide more detailed information such as a 
reproducable crash or a backtrace please do so and reopen this bug. 
Otherwise please keep trying new releases as we are working to resolve 
the problems on this platform
 
Thanks for your interest in PHP.




Previous Comments:


[2005-12-08 15:37:45] bke15 at gmx dot de

2 Updates on that issue :

1. I found out, that this issue only happens if you are using IIS6
having not checked "use IIS5 Isolation Mode". I addition you can see a

If used in "IIS5 Isolation Mode" everything is fine. We need to have
this mode disabled. 

2. On a simple Windwos2004 Webediton without Debugger installed you can
view this error in the systemlog too: I get this:
A process serving application pool 'test_3' terminated unexpectedly. 
The process id was '3588'. The process exit code was '0xc005'.


If you can't reproduce this - please mail me a webpage where i can read
in detail how to create a dump that is useful for you to trace.

Many thanx



[2005-11-23 20:25:56] [EMAIL PROTECTED]

Sorry, there is zero useful information in your post.
A backtrace would be useful, but those log entries do not provide any
helpful info.



[2005-11-23 17:37:12] bke15 at gmx dot de

This issue appears in all Versions of PHP from 5.0.5 to 5.1RC6



[2005-11-23 17:15:49] bke15 at gmx dot de

forgot tho set Report open again ...



[2005-11-23 17:15:15] bke15 at gmx dot de

You asked me to send more Information on that crash. I used iisstate to
monitor the w3p service. I got this during restart:

Opened log file 'C:\iisstate\output\IISState-3940.log'

***
Starting new log output
IISState version 3.3.1 

Wed Nov 23 17:10:14 2005

OS = Windows 2003 Server
Executable: w3wp.exe
PID =  3940

Note: Thread times are formatted as HH:MM:SS.ms

***

IIS has crashed...
Beginning Analysis
DLL (!FunctionName) that failed: 

Thread ID: 13
System Thread ID: f3c
Kernel Time: 0:0:0.15
User Time: 0:0:0.0
Thread Type: Other 
 # ChildEBP RetAddr  
00 01ddff5c  0x18880b5
Closing open log file C:\iisstate\output\IISState-3940.log
Opened log file 'C:\iisstate\output\IISState-3940.log'

***
Starting new log output
IISState version 3.3.1 

Wed Nov 23 17:10:14 2005

OS = Windows 2003 Server
Executable: w3wp.exe
PID =  3940

Note: Thread times are formatted as HH:MM:SS.ms

***

Thread ID: 0
System Thread ID: 128
Kernel Time: 0:0:0.125
User Time: 0:0:0.46

Ask me if you need more Information than that.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35263

-- 
Edit this bug report at http://bugs.php.net/?id=35263&edit=1


#35573 [Opn->Fbk]: SELECT query which retrieves BLOB data causes php engine crashes.

2005-12-08 Thread sniper
 ID:   35573
 Updated by:   [EMAIL PROTECTED]
 Reported By:  zkoumalek at seznam dot cz
-Status:   Open
+Status:   Feedback
 Bug Type: Informix related
 Operating System: Windows XP Prof.
 PHP Version:  5.1.1
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:


[2005-12-08 14:26:40] zkoumalek at seznam dot cz

I tried the latest version with the same result. When I want to
retrieve blob data from database, php engine crashes.



[2005-12-06 23:00:28] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip





[2005-12-06 19:07:53] zkoumalek at seznam dot cz

Description:

I have Informix server version 9.4 on my computer with Windows XP prof
and PHP 5.1.1 with ESQL/C Version 9.21. I tried the latest php snapshot
with the same result. When I want to retrieve BLOB data from Informix
database, my php engine crashes. The problem is with ifx_query()
function. When I want to retrieve non BLOB data, everything work
perfectly.

Reproduce code:
---
$con = ifx_pconnect( "[EMAIL PROTECTED]", "user", "password" );
echo $con;
$res = ifx_query( "SELECT test_blob FROM test_table", $con );
echo $res;

Expected result:

$con != NULL;
$res != NULL;

Actual result:
--
CGI Error
The specified CGI application misbehaved by not returning a complete
set of HTTP headers. The headers it did return are:


Php engine crashes and I can see, that there is some problem in
ModName: php_ifx.dll.





-- 
Edit this bug report at http://bugs.php.net/?id=35573&edit=1


#35602 [NEW]: Session timeout garbage collection bug

2005-12-08 Thread php at tomarq dot co dot uk
From: php at tomarq dot co dot uk
Operating system: all
PHP version:  4.4.1
PHP Bug Type: Session related
Bug description:  Session timeout garbage collection bug

Description:

Within the session_start function, the session garbage collection is
performed after reading the session information.

This is the case across all versions of PHP that I have looked at
(4.3.10,4.4.1,5.1.1).

If the garbage collection is set to always run (100/100) and a session has
expired with no other script executions in the meantime, then session_start
will load the session data, and *then* expire the session for the following
script execution.

The garbage collection should delete the expired session file before
trying to load any sessions.

Note that this issue leads to the data we have in our session on run 2
being destroyed, even though the time till our next script execution is
only ~5 seconds (well under our gc_maxlifetime of 10 seconds).

Reproduce code:
---



Expected result:

-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : 
After  : Thursday 08th of December 2005 04:10:13 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : Thursday 08th of December 2005 04:10:13 PM
After  : Thursday 08th of December 2005 04:10:13 PM

Actual result:
--
-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : Thursday 08th of December 2005 04:09:58 PM
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : 
After  : Thursday 08th of December 2005 04:10:18 PM

-- 
Edit bug report at http://bugs.php.net/?id=35602&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35602&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35602&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35602&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35602&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35602&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35602&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35602&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35602&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35602&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35602&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35602&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35602&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35602&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35602&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35602&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35602&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35602&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35602&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35602&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35602&r=mysqlcfg


#35602 [Opn->Asn]: Session timeout garbage collection bug

2005-12-08 Thread tony2001
 ID:   35602
 Updated by:   [EMAIL PROTECTED]
 Reported By:  php at tomarq dot co dot uk
-Status:   Open
+Status:   Assigned
 Bug Type: Session related
 Operating System: all
 PHP Version:  4.4.1
-Assigned To:  
+Assigned To:  sas
 New Comment:

Sascha, do you still maintain it?
Or it's time to mark ext/session as orphaned?


Previous Comments:


[2005-12-08 17:25:33] php at tomarq dot co dot uk

Description:

Within the session_start function, the session garbage collection is
performed after reading the session information.

This is the case across all versions of PHP that I have looked at
(4.3.10,4.4.1,5.1.1).

If the garbage collection is set to always run (100/100) and a session
has expired with no other script executions in the meantime, then
session_start will load the session data, and *then* expire the session
for the following script execution.

The garbage collection should delete the expired session file before
trying to load any sessions.

Note that this issue leads to the data we have in our session on run 2
being destroyed, even though the time till our next script execution is
only ~5 seconds (well under our gc_maxlifetime of 10 seconds).

Reproduce code:
---



Expected result:

-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : 
After  : Thursday 08th of December 2005 04:10:13 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : Thursday 08th of December 2005 04:10:13 PM
After  : Thursday 08th of December 2005 04:10:13 PM

Actual result:
--
-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : Thursday 08th of December 2005 04:09:58 PM
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : 
After  : Thursday 08th of December 2005 04:10:18 PM





-- 
Edit this bug report at http://bugs.php.net/?id=35602&edit=1


#35603 [NEW]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread mana at cyor dot de
From: mana at cyor dot de
Operating system: Suse 9.1
PHP version:  5.1.1
PHP Bug Type: Compile Failure
Bug description:  undefined reference to 
`xmlParserInputBufferCreateFilenameDefault' durink link

Description:

During linking for sapi/cli/php there is an error thrown by ld in
ext/libxml/libxml.c (see below)

I tryed ldconfig and several different versions of libxml >= 2.6.11. My
Suse update servers do not provide me with a recent enough version so i
used the standard prefix /usr/local configured php
--with-libxml-dir=/usr/local

Reproduce code:
---
./configure --with-config-file-path=/etc
--with-apxs2=/usr/local/apache22/bin/apxs --enable-mbstring --with-openssl
--with-kerberos --with-zlib --with-bzip2 --enable-calendar --with-curl
--with-curlwrappers --with-inifile --enable-exif --enable-ftp --with-gd
--with-ttf --with-ldap --with-mbstring --with-mcrypt --with-mhash
--with-imap-ssl--with-mysql --with-mysqli=/usr/local/bin/mysql_config
--with-ncurses --enable-pcntl --with-pdo-mysql --with-readline
--with-shmop --with-snmp --enable-soap --enable-sockets --enable-sysvmsg
--enable-sysvsem --enable-sysvshm --enable-wddx --with-wddx --with-xsl
--with-xmlreader --with-pear=/usr/local/pear --with-xmlrpc
--with-libxml-dir=/usr/local

Actual result:
--
[...]  -o sapi/cli/php
ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function `zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


-- 
Edit bug report at http://bugs.php.net/?id=35603&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35603&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35603&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35603&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35603&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35603&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35603&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35603&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35603&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35603&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35603&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35603&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35603&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35603&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35603&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35603&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35603&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35603&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35603&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35603&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35603&r=mysqlcfg


#35603 [Opn->Fbk]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread tony2001
 ID:   35603
 Updated by:   [EMAIL PROTECTED]
 Reported By:  mana at cyor dot de
-Status:   Open
+Status:   Feedback
 Bug Type: Compile Failure
 Operating System: Suse 9.1
 PHP Version:  5.1.1
 New Comment:

What libxml2 version are you using?


Previous Comments:


[2005-12-08 17:56:46] mana at cyor dot de

Description:

During linking for sapi/cli/php there is an error thrown by ld in
ext/libxml/libxml.c (see below)

I tryed ldconfig and several different versions of libxml >= 2.6.11. My
Suse update servers do not provide me with a recent enough version so i
used the standard prefix /usr/local configured php
--with-libxml-dir=/usr/local

Reproduce code:
---
./configure --with-config-file-path=/etc
--with-apxs2=/usr/local/apache22/bin/apxs --enable-mbstring
--with-openssl --with-kerberos --with-zlib --with-bzip2
--enable-calendar --with-curl --with-curlwrappers --with-inifile
--enable-exif --enable-ftp --with-gd --with-ttf --with-ldap
--with-mbstring --with-mcrypt --with-mhash --with-imap-ssl--with-mysql
--with-mysqli=/usr/local/bin/mysql_config --with-ncurses --enable-pcntl
--with-pdo-mysql --with-readline --with-shmop --with-snmp --enable-soap
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--enable-wddx --with-wddx --with-xsl --with-xmlreader
--with-pear=/usr/local/pear --with-xmlrpc --with-libxml-dir=/usr/local

Actual result:
--
[...]  -o sapi/cli/php
ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1






-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1


#35602 [Asn->WFx]: Session timeout garbage collection bug

2005-12-08 Thread sniper
 ID:   35602
 Updated by:   [EMAIL PROTECTED]
 Reported By:  php at tomarq dot co dot uk
-Status:   Assigned
+Status:   Wont fix
 Bug Type: Session related
 Operating System: all
 PHP Version:  4.4.1
 Assigned To:  sas
 New Comment:

Too late to change this. It works fine as it is.


Previous Comments:


[2005-12-08 17:29:39] [EMAIL PROTECTED]

Sascha, do you still maintain it?
Or it's time to mark ext/session as orphaned?



[2005-12-08 17:25:33] php at tomarq dot co dot uk

Description:

Within the session_start function, the session garbage collection is
performed after reading the session information.

This is the case across all versions of PHP that I have looked at
(4.3.10,4.4.1,5.1.1).

If the garbage collection is set to always run (100/100) and a session
has expired with no other script executions in the meantime, then
session_start will load the session data, and *then* expire the session
for the following script execution.

The garbage collection should delete the expired session file before
trying to load any sessions.

Note that this issue leads to the data we have in our session on run 2
being destroyed, even though the time till our next script execution is
only ~5 seconds (well under our gc_maxlifetime of 10 seconds).

Reproduce code:
---



Expected result:

-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : 
After  : Thursday 08th of December 2005 04:10:13 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : Thursday 08th of December 2005 04:10:13 PM
After  : Thursday 08th of December 2005 04:10:13 PM

Actual result:
--
-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : Thursday 08th of December 2005 04:09:58 PM
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : 
After  : Thursday 08th of December 2005 04:10:18 PM





-- 
Edit this bug report at http://bugs.php.net/?id=35602&edit=1


#35603 [Fbk->Opn]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread mana at cyor dot de
 ID:   35603
 User updated by:  mana at cyor dot de
 Reported By:  mana at cyor dot de
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Suse 9.1
 PHP Version:  5.1.1
 New Comment:

i tried 2.6.22, 2.6.21, 2.6.11 and at last 2.6.22 again.

The version provided via yast is 2.6.7, but i dont want php to use
that. the configure script warned my anyway so i had to compile using
the /usr/local prefix.

thanks for that quick reply :))


Previous Comments:


[2005-12-08 17:59:48] [EMAIL PROTECTED]

What libxml2 version are you using?



[2005-12-08 17:56:46] mana at cyor dot de

Description:

During linking for sapi/cli/php there is an error thrown by ld in
ext/libxml/libxml.c (see below)

I tryed ldconfig and several different versions of libxml >= 2.6.11. My
Suse update servers do not provide me with a recent enough version so i
used the standard prefix /usr/local configured php
--with-libxml-dir=/usr/local

Reproduce code:
---
./configure --with-config-file-path=/etc
--with-apxs2=/usr/local/apache22/bin/apxs --enable-mbstring
--with-openssl --with-kerberos --with-zlib --with-bzip2
--enable-calendar --with-curl --with-curlwrappers --with-inifile
--enable-exif --enable-ftp --with-gd --with-ttf --with-ldap
--with-mbstring --with-mcrypt --with-mhash --with-imap-ssl--with-mysql
--with-mysqli=/usr/local/bin/mysql_config --with-ncurses --enable-pcntl
--with-pdo-mysql --with-readline --with-shmop --with-snmp --enable-soap
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--enable-wddx --with-wddx --with-xsl --with-xmlreader
--with-pear=/usr/local/pear --with-xmlrpc --with-libxml-dir=/usr/local

Actual result:
--
[...]  -o sapi/cli/php
ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1






-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1


#35603 [Opn->Fbk]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread tony2001
 ID:   35603
 Updated by:   [EMAIL PROTECTED]
 Reported By:  mana at cyor dot de
-Status:   Open
+Status:   Feedback
 Bug Type: Compile Failure
 Operating System: Suse 9.1
 PHP Version:  5.1.1
 New Comment:

So you have several versions of libxml2 installed in your system,
right?
The one that comes with th distro and the one that you've built
yourself?


Previous Comments:


[2005-12-08 18:07:18] mana at cyor dot de

i tried 2.6.22, 2.6.21, 2.6.11 and at last 2.6.22 again.

The version provided via yast is 2.6.7, but i dont want php to use
that. the configure script warned my anyway so i had to compile using
the /usr/local prefix.

thanks for that quick reply :))



[2005-12-08 17:59:48] [EMAIL PROTECTED]

What libxml2 version are you using?



[2005-12-08 17:56:46] mana at cyor dot de

Description:

During linking for sapi/cli/php there is an error thrown by ld in
ext/libxml/libxml.c (see below)

I tryed ldconfig and several different versions of libxml >= 2.6.11. My
Suse update servers do not provide me with a recent enough version so i
used the standard prefix /usr/local configured php
--with-libxml-dir=/usr/local

Reproduce code:
---
./configure --with-config-file-path=/etc
--with-apxs2=/usr/local/apache22/bin/apxs --enable-mbstring
--with-openssl --with-kerberos --with-zlib --with-bzip2
--enable-calendar --with-curl --with-curlwrappers --with-inifile
--enable-exif --enable-ftp --with-gd --with-ttf --with-ldap
--with-mbstring --with-mcrypt --with-mhash --with-imap-ssl--with-mysql
--with-mysqli=/usr/local/bin/mysql_config --with-ncurses --enable-pcntl
--with-pdo-mysql --with-readline --with-shmop --with-snmp --enable-soap
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--enable-wddx --with-wddx --with-xsl --with-xmlreader
--with-pear=/usr/local/pear --with-xmlrpc --with-libxml-dir=/usr/local

Actual result:
--
[...]  -o sapi/cli/php
ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1






-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1


#35603 [Fbk->Opn]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread mana at cyor dot de
 ID:   35603
 User updated by:  mana at cyor dot de
 Reported By:  mana at cyor dot de
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Suse 9.1
 PHP Version:  5.1.1
 New Comment:

right.


Previous Comments:


[2005-12-08 18:11:40] [EMAIL PROTECTED]

So you have several versions of libxml2 installed in your system,
right?
The one that comes with th distro and the one that you've built
yourself?



[2005-12-08 18:07:18] mana at cyor dot de

i tried 2.6.22, 2.6.21, 2.6.11 and at last 2.6.22 again.

The version provided via yast is 2.6.7, but i dont want php to use
that. the configure script warned my anyway so i had to compile using
the /usr/local prefix.

thanks for that quick reply :))



[2005-12-08 17:59:48] [EMAIL PROTECTED]

What libxml2 version are you using?



[2005-12-08 17:56:46] mana at cyor dot de

Description:

During linking for sapi/cli/php there is an error thrown by ld in
ext/libxml/libxml.c (see below)

I tryed ldconfig and several different versions of libxml >= 2.6.11. My
Suse update servers do not provide me with a recent enough version so i
used the standard prefix /usr/local configured php
--with-libxml-dir=/usr/local

Reproduce code:
---
./configure --with-config-file-path=/etc
--with-apxs2=/usr/local/apache22/bin/apxs --enable-mbstring
--with-openssl --with-kerberos --with-zlib --with-bzip2
--enable-calendar --with-curl --with-curlwrappers --with-inifile
--enable-exif --enable-ftp --with-gd --with-ttf --with-ldap
--with-mbstring --with-mcrypt --with-mhash --with-imap-ssl--with-mysql
--with-mysqli=/usr/local/bin/mysql_config --with-ncurses --enable-pcntl
--with-pdo-mysql --with-readline --with-shmop --with-snmp --enable-soap
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--enable-wddx --with-wddx --with-xsl --with-xmlreader
--with-pear=/usr/local/pear --with-xmlrpc --with-libxml-dir=/usr/local

Actual result:
--
[...]  -o sapi/cli/php
ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1






-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1


#35602 [WFx]: Session timeout garbage collection bug

2005-12-08 Thread php at tomarq dot co dot uk
 ID:   35602
 User updated by:  php at tomarq dot co dot uk
 Reported By:  php at tomarq dot co dot uk
 Status:   Wont fix
 Bug Type: Session related
 Operating System: all
 PHP Version:  4.4.1
 Assigned To:  sas
 New Comment:

It does not work fine - hence the bug submission.

It only works "fine" on servers with a high load where concurrent php
scripts effectively clear each other's expired sessions by the running
of their garbage collector.

When there aren't so many scripts running, and so garbage collection
doesn't occur as often, a script can be run... have it's session data
fetched... perform garbage collection ... and then lose any data that
is put into the session from that point on - which is a BUG.

Scripts suddenly losing their session data because of this bug is not
"working fine".


Previous Comments:


[2005-12-08 18:05:44] [EMAIL PROTECTED]

Too late to change this. It works fine as it is.



[2005-12-08 17:29:39] [EMAIL PROTECTED]

Sascha, do you still maintain it?
Or it's time to mark ext/session as orphaned?



[2005-12-08 17:25:33] php at tomarq dot co dot uk

Description:

Within the session_start function, the session garbage collection is
performed after reading the session information.

This is the case across all versions of PHP that I have looked at
(4.3.10,4.4.1,5.1.1).

If the garbage collection is set to always run (100/100) and a session
has expired with no other script executions in the meantime, then
session_start will load the session data, and *then* expire the session
for the following script execution.

The garbage collection should delete the expired session file before
trying to load any sessions.

Note that this issue leads to the data we have in our session on run 2
being destroyed, even though the time till our next script execution is
only ~5 seconds (well under our gc_maxlifetime of 10 seconds).

Reproduce code:
---



Expected result:

-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : 
After  : Thursday 08th of December 2005 04:10:13 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : Thursday 08th of December 2005 04:10:13 PM
After  : Thursday 08th of December 2005 04:10:13 PM

Actual result:
--
-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : Thursday 08th of December 2005 04:09:58 PM
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : 
After  : Thursday 08th of December 2005 04:10:18 PM





-- 
Edit this bug report at http://bugs.php.net/?id=35602&edit=1


#35602 [WFx]: Session timeout garbage collection bug

2005-12-08 Thread iliaa
 ID:   35602
 Updated by:   [EMAIL PROTECTED]
 Reported By:  php at tomarq dot co dot uk
 Status:   Wont fix
 Bug Type: Session related
 Operating System: all
 PHP Version:  4.4.1
 Assigned To:  sas
 New Comment:

The best solution in your case is to deploy a cron job that would run
periodically and remove all old sessions. 


Previous Comments:


[2005-12-08 18:17:55] php at tomarq dot co dot uk

It does not work fine - hence the bug submission.

It only works "fine" on servers with a high load where concurrent php
scripts effectively clear each other's expired sessions by the running
of their garbage collector.

When there aren't so many scripts running, and so garbage collection
doesn't occur as often, a script can be run... have it's session data
fetched... perform garbage collection ... and then lose any data that
is put into the session from that point on - which is a BUG.

Scripts suddenly losing their session data because of this bug is not
"working fine".



[2005-12-08 18:05:44] [EMAIL PROTECTED]

Too late to change this. It works fine as it is.



[2005-12-08 17:29:39] [EMAIL PROTECTED]

Sascha, do you still maintain it?
Or it's time to mark ext/session as orphaned?



[2005-12-08 17:25:33] php at tomarq dot co dot uk

Description:

Within the session_start function, the session garbage collection is
performed after reading the session information.

This is the case across all versions of PHP that I have looked at
(4.3.10,4.4.1,5.1.1).

If the garbage collection is set to always run (100/100) and a session
has expired with no other script executions in the meantime, then
session_start will load the session data, and *then* expire the session
for the following script execution.

The garbage collection should delete the expired session file before
trying to load any sessions.

Note that this issue leads to the data we have in our session on run 2
being destroyed, even though the time till our next script execution is
only ~5 seconds (well under our gc_maxlifetime of 10 seconds).

Reproduce code:
---



Expected result:

-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : 
After  : Thursday 08th of December 2005 04:10:13 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : Thursday 08th of December 2005 04:10:13 PM
After  : Thursday 08th of December 2005 04:10:13 PM

Actual result:
--
-- Run 1 --
Current: Thursday 08th of December 2005 04:09:58 PM
Before : 
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 2 -- (15 seconds later)
Current: Thursday 08th of December 2005 04:10:13 PM
Before : Thursday 08th of December 2005 04:09:58 PM
After  : Thursday 08th of December 2005 04:09:58 PM

-- Run 3 -- (5 seconds later)
Current: Thursday 08th of December 2005 04:10:18 PM
Before : 
After  : Thursday 08th of December 2005 04:10:18 PM





-- 
Edit this bug report at http://bugs.php.net/?id=35602&edit=1


#35603 [Opn->Fbk]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread rrichards
 ID:   35603
 Updated by:   [EMAIL PROTECTED]
 Reported By:  mana at cyor dot de
-Status:   Open
+Status:   Feedback
 Bug Type: Compile Failure
 Operating System: Suse 9.1
 PHP Version:  5.1.1
 New Comment:

I see you are building with xsl. I bet you didnt make a new build of
that linking against the new libxml2 library and its pulling in the old
libxml2 config from libxslt. You will then also need to direct xsl ext
to use the new libxslt.


Previous Comments:


[2005-12-08 18:13:09] mana at cyor dot de

right.



[2005-12-08 18:11:40] [EMAIL PROTECTED]

So you have several versions of libxml2 installed in your system,
right?
The one that comes with th distro and the one that you've built
yourself?



[2005-12-08 18:07:18] mana at cyor dot de

i tried 2.6.22, 2.6.21, 2.6.11 and at last 2.6.22 again.

The version provided via yast is 2.6.7, but i dont want php to use
that. the configure script warned my anyway so i had to compile using
the /usr/local prefix.

thanks for that quick reply :))



[2005-12-08 17:59:48] [EMAIL PROTECTED]

What libxml2 version are you using?



[2005-12-08 17:56:46] mana at cyor dot de

Description:

During linking for sapi/cli/php there is an error thrown by ld in
ext/libxml/libxml.c (see below)

I tryed ldconfig and several different versions of libxml >= 2.6.11. My
Suse update servers do not provide me with a recent enough version so i
used the standard prefix /usr/local configured php
--with-libxml-dir=/usr/local

Reproduce code:
---
./configure --with-config-file-path=/etc
--with-apxs2=/usr/local/apache22/bin/apxs --enable-mbstring
--with-openssl --with-kerberos --with-zlib --with-bzip2
--enable-calendar --with-curl --with-curlwrappers --with-inifile
--enable-exif --enable-ftp --with-gd --with-ttf --with-ldap
--with-mbstring --with-mcrypt --with-mhash --with-imap-ssl--with-mysql
--with-mysqli=/usr/local/bin/mysql_config --with-ncurses --enable-pcntl
--with-pdo-mysql --with-readline --with-shmop --with-snmp --enable-soap
--enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm
--enable-wddx --with-wddx --with-xsl --with-xmlreader
--with-pear=/usr/local/pear --with-xmlrpc --with-libxml-dir=/usr/local

Actual result:
--
[...]  -o sapi/cli/php
ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1






-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1


#35603 [Fbk->Opn]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread mana at cyor dot de
 ID:   35603
 User updated by:  mana at cyor dot de
 Reported By:  mana at cyor dot de
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Suse 9.1
 PHP Version:  5.1.1
 New Comment:

Well i should have thought about that myself.
I compiled the latest version of libxslt, linked it against the libxml
2.6.22 and added --with-xsl=/usr/local

Sorry for bothering you with probably bogus stuff -.. should i better
post this in a soppurt mailing list? thanks

but still i get this:

ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
/usr/local/lib/libxslt.so: undefined reference to `xmlNewDocPI'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleClose'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleOpen'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleSymbol'


Previous Comments:


[2005-12-08 18:36:11] [EMAIL PROTECTED]

I see you are building with xsl. I bet you didnt make a new build of
that linking against the new libxml2 library and its pulling in the old
libxml2 config from libxslt. You will then also need to direct xsl ext
to use the new libxslt.



[2005-12-08 18:13:09] mana at cyor dot de

right.



[2005-12-08 18:11:40] [EMAIL PROTECTED]

So you have several versions of libxml2 installed in your system,
right?
The one that comes with th distro and the one that you've built
yourself?



[2005-12-08 18:07:18] mana at cyor dot de

i tried 2.6.22, 2.6.21, 2.6.11 and at last 2.6.22 again.

The version provided via yast is 2.6.7, but i dont want php to use
that. the configure script warned my anyway so i had to compile using
the /usr/local prefix.

thanks for that quick reply :))



[2005-12-08 17:59:48] [EMAIL PROTECTED]

What libxml2 version are you using?



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35603

-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1


#32347 [Opn->Csd]: Match overloading behavior to ArrayAccess behavior

2005-12-08 Thread auroraeosrose at hotmail dot com
 ID:   32347
 User updated by:  auroraeosrose at hotmail dot com
 Reported By:  auroraeosrose at hotmail dot com
-Status:   Open
+Status:   Closed
 Bug Type: Feature/Change Request
 Operating System: irrelevant
 PHP Version:  5CVS-2005-03-17 (dev)
 New Comment:

__isset and __unset implemented in 5.1 - THANKS!


Previous Comments:


[2005-03-17 04:42:41] auroraeosrose at hotmail dot com

Description:

when implementing the ArrayAccess (spl stuff) interface you can create
a offsetExists() which hooks into calling isset on your object e.g.
isset($object[offset]) (by the way, I love you marcus)

but when using __get and __set with objects, isset becomes absolutely
useless and there is no way to tell what you've set with __set, and
it's annoying to do something like returning NULL from __get and then
doing is_nulls everywhere

Please please please please can we get an __isset hook somehow - spl,
overloading, something???  I've read the whole argument
(http://bugs.php.net/bug.php?id=29917) about how __isset would have to
be called for every property, well can it be hooked so it would only be
called for public or properties that regular isset shoots back false?
this is a major pain in the butt, I'd take the slowdown for the
functionality any day

Reproduce code:
---
class data implements ArrayAccess
{
protected $array;

public function __construct(&$array)
{
$this->array =& $array;
return;
}

public function __get($offset)
{
return $this->offsetGet($offset);
}

public function __set($offset, $value)
{
return $this->offsetSet($offset, $value);
}

public function offsetExists($offset)
{
return isset($this->array[$offset]);
}

public function offsetGet($offset)
{
if(isset($this->array[$offset]))
{
return $this->array[$offset];
}
return;
}

public function offsetSet($offset, $value)
{
$this->array[$offset] = $value;
return;
}

public function offsetUnset($offset)
{
if(isset($this->array[$offset]))
{
unset($this->array[$offset]);
}
return;
}
}

$array = array('one' => 1, 'two' => 2, 'three' => 3, 'four' => 4);
$class = new data($array);
var_dump(isset($class['one']));
var_dump(isset($class->one));

Expected result:

bool(true)
bool(true)

Actual result:
--
bool(true)
bool(false)





-- 
Edit this bug report at http://bugs.php.net/?id=32347&edit=1


#35604 [NEW]: PDO crash

2005-12-08 Thread smlerman at gmail dot com
From: smlerman at gmail dot com
Operating system: Linux
PHP version:  5.1.1
PHP Bug Type: PDO related
Bug description:  PDO crash

Description:

PHP crashes on the following code. Changing the second named marker from
:foo1 to :foo2 fixes the crash, which made me think it had to do with
duplicate names. However, removing the where clause (leaving both name
markers :foo1) also eliminates the crash, though the statement gets an
error code of "HY093" (no full message).

Reproduce code:
---
prepare("UPDATE test SET foo1 = :foo1, foo2 = :foo1 WHERE
foo1 = :id");
$stmt->bindParam(':foo1', $foo1);
$stmt->bindParam(':foo2', $foo2);
$stmt->bindParam(':id', $id);
$foo1 = "foo";
$foo2 = "foo";
$id = "foo";
var_dump($stmt->errorInfo());
$stmt->execute();
?>

Expected result:

An error message of some kind if duplicate names aren't allowed, but
certainly not a memory dump.

Actual result:
--
*** glibc detected *** php: free(): invalid next size (fast): 0x09980018
***
Followed by a backtrace and memory dump

-- 
Edit bug report at http://bugs.php.net/?id=35604&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35604&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35604&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35604&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35604&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35604&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35604&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35604&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35604&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35604&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35604&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35604&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35604&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35604&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35604&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35604&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35604&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35604&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35604&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35604&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35604&r=mysqlcfg


#35604 [Opn->Fbk]: PDO crash

2005-12-08 Thread iliaa
 ID:   35604
 Updated by:   [EMAIL PROTECTED]
 Reported By:  smlerman at gmail dot com
-Status:   Open
+Status:   Feedback
 Bug Type: PDO related
 Operating System: Linux
 PHP Version:  5.1.1
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip




Previous Comments:


[2005-12-08 19:08:57] smlerman at gmail dot com

Description:

PHP crashes on the following code. Changing the second named marker
from :foo1 to :foo2 fixes the crash, which made me think it had to do
with duplicate names. However, removing the where clause (leaving both
name markers :foo1) also eliminates the crash, though the statement
gets an error code of "HY093" (no full message).

Reproduce code:
---
prepare("UPDATE test SET foo1 = :foo1, foo2 = :foo1 WHERE
foo1 = :id");
$stmt->bindParam(':foo1', $foo1);
$stmt->bindParam(':foo2', $foo2);
$stmt->bindParam(':id', $id);
$foo1 = "foo";
$foo2 = "foo";
$id = "foo";
var_dump($stmt->errorInfo());
$stmt->execute();
?>

Expected result:

An error message of some kind if duplicate names aren't allowed, but
certainly not a memory dump.

Actual result:
--
*** glibc detected *** php: free(): invalid next size (fast):
0x09980018 ***
Followed by a backtrace and memory dump





-- 
Edit this bug report at http://bugs.php.net/?id=35604&edit=1


#35605 [NEW]: configure fails with aolserver4

2005-12-08 Thread sam at caveman dot org
From: sam at caveman dot org
Operating system: Debian 3.1
PHP version:  5.1.1
PHP Bug Type: *Compile Issues
Bug description:  configure fails with aolserver4

Description:

PHP 5.1.1 configure fails with aolserver, always asking that
--with-aolserver-src be provided even though it is provided.

Reproduce code:
---
./configure --with-aolserver --with-aolserver=/path/to/aolserver/src

Expected result:

I expect configure to produce a makefile that will compile the aolserver
module.

Actual result:
--
[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure --with-aolserver
--with-aolserver-src=/home/sam/downloads/aolserver.org/aolserver-4.0.10
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... yes
configure: error: Please specify the path to the source distribution of
AOLserver using --with-aolserver-src=DIR


-- 
Edit bug report at http://bugs.php.net/?id=35605&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35605&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35605&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35605&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35605&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35605&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35605&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35605&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35605&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35605&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35605&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35605&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35605&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35605&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35605&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35605&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35605&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35605&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35605&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35605&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35605&r=mysqlcfg


#35605 [Opn]: configure fails with aolserver4

2005-12-08 Thread tony2001
 ID:   35605
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sam at caveman dot org
 Status:   Open
 Bug Type: *Compile Issues
 Operating System: Debian 3.1
 PHP Version:  5.1.1
 New Comment:

Please try this:
./configure
--with-aolserver=/home/sam/downloads/aolserver.org/aolserver-4.0.10


Previous Comments:


[2005-12-08 20:04:55] sam at caveman dot org

Description:

PHP 5.1.1 configure fails with aolserver, always asking that
--with-aolserver-src be provided even though it is provided.

Reproduce code:
---
./configure --with-aolserver --with-aolserver=/path/to/aolserver/src

Expected result:

I expect configure to produce a makefile that will compile the
aolserver module.

Actual result:
--
[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure --with-aolserver
--with-aolserver-src=/home/sam/downloads/aolserver.org/aolserver-4.0.10
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... yes
configure: error: Please specify the path to the source distribution of
AOLserver using --with-aolserver-src=DIR






-- 
Edit this bug report at http://bugs.php.net/?id=35605&edit=1


#35605 [Opn->Fbk]: configure fails with aolserver4

2005-12-08 Thread tony2001
 ID:   35605
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sam at caveman dot org
-Status:   Open
+Status:   Feedback
 Bug Type: *Compile Issues
 Operating System: Debian 3.1
 PHP Version:  5.1.1


Previous Comments:


[2005-12-08 20:08:31] [EMAIL PROTECTED]

Please try this:
./configure
--with-aolserver=/home/sam/downloads/aolserver.org/aolserver-4.0.10



[2005-12-08 20:04:55] sam at caveman dot org

Description:

PHP 5.1.1 configure fails with aolserver, always asking that
--with-aolserver-src be provided even though it is provided.

Reproduce code:
---
./configure --with-aolserver --with-aolserver=/path/to/aolserver/src

Expected result:

I expect configure to produce a makefile that will compile the
aolserver module.

Actual result:
--
[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure --with-aolserver
--with-aolserver-src=/home/sam/downloads/aolserver.org/aolserver-4.0.10
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... yes
configure: error: Please specify the path to the source distribution of
AOLserver using --with-aolserver-src=DIR






-- 
Edit this bug report at http://bugs.php.net/?id=35605&edit=1


#35603 [Opn]: undefined reference to `xmlParserInputBufferCreateFilenameDefault' durink link

2005-12-08 Thread mana at cyor dot de
 ID:   35603
 User updated by:  mana at cyor dot de
 Reported By:  mana at cyor dot de
 Status:   Open
 Bug Type: Compile Failure
 Operating System: Suse 9.1
 PHP Version:  5.1.1
 New Comment:

I now ran "xml2Conf.sh" and "xsltConf.sh" in my /usr/local/lib,
recompiled and dobblechecked the configure for xslt, still the same
error .. i put the Makefile on a temporary server if it is of any
interest ... i dont see the issue :-/

http://mana.homelinux.org/Makefile


Previous Comments:


[2005-12-08 18:59:56] mana at cyor dot de

Well i should have thought about that myself.
I compiled the latest version of libxslt, linked it against the libxml
2.6.22 and added --with-xsl=/usr/local

Sorry for bothering you with probably bogus stuff -.. should i better
post this in a soppurt mailing list? thanks

but still i get this:

ext/libxml/.libs/libxml.o(.text+0xa42): In function
`zm_deactivate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:644: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xa4e):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:645:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xafa): In function
`zm_activate_libxml':
/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:624: undefined
reference to `xmlParserInputBufferCreateFilenameDefault'
ext/libxml/.libs/libxml.o(.text+0xb06):/root/source_downloads/php-5.1.1/ext/libxml/libxml.c:625:
undefined reference to `xmlOutputBufferCreateFilenameDefault'
/usr/local/lib/libxslt.so: undefined reference to `xmlNewDocPI'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleClose'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleOpen'
/usr/local/lib/libxslt.so: undefined reference to `xmlModuleSymbol'



[2005-12-08 18:36:11] [EMAIL PROTECTED]

I see you are building with xsl. I bet you didnt make a new build of
that linking against the new libxml2 library and its pulling in the old
libxml2 config from libxslt. You will then also need to direct xsl ext
to use the new libxslt.



[2005-12-08 18:13:09] mana at cyor dot de

right.



[2005-12-08 18:11:40] [EMAIL PROTECTED]

So you have several versions of libxml2 installed in your system,
right?
The one that comes with th distro and the one that you've built
yourself?



[2005-12-08 18:07:18] mana at cyor dot de

i tried 2.6.22, 2.6.21, 2.6.11 and at last 2.6.22 again.

The version provided via yast is 2.6.7, but i dont want php to use
that. the configure script warned my anyway so i had to compile using
the /usr/local prefix.

thanks for that quick reply :))



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35603

-- 
Edit this bug report at http://bugs.php.net/?id=35603&edit=1


#35606 [NEW]: Many crashes in PHP5

2005-12-08 Thread php-work at yandex dot ru
From: php-work at yandex dot ru
Operating system: Windows
PHP version:  5CVS-2005-12-08 (CVS)
PHP Bug Type: Reproducible crash
Bug description:  Many crashes in PHP5

Description:

Many crashes instead of exceptions or errors


Reproduce code:
---
1. 
2. 
3. http://php.net'); ?>

Expected result:

1. Fatal error
2. Fatal error
3. 

Actual result:
--
PHP Crashes

-- 
Edit bug report at http://bugs.php.net/?id=35606&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35606&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35606&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35606&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35606&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35606&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35606&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35606&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35606&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35606&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35606&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35606&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35606&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35606&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35606&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35606&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35606&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35606&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35606&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35606&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35606&r=mysqlcfg


#35606 [Opn->Fbk]: Many crashes in PHP5

2005-12-08 Thread tony2001
 ID:   35606
 Updated by:   [EMAIL PROTECTED]
 Reported By:  php-work at yandex dot ru
-Status:   Open
+Status:   Feedback
 Bug Type: Reproducible crash
 Operating System: Windows
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





Previous Comments:


[2005-12-08 20:28:45] php-work at yandex dot ru

Description:

Many crashes instead of exceptions or errors


Reproduce code:
---
1. 
2. 
3. http://php.net'); ?>

Expected result:

1. Fatal error
2. Fatal error
3. 

Actual result:
--
PHP Crashes





-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#34495 [NoF->Csd]: dba_fetch() fails with db4 driver when dba_popen() is used

2005-12-08 Thread helly
 ID:   34495
 Updated by:   [EMAIL PROTECTED]
 Reported By:  pookey at pookey dot co dot uk
-Status:   No Feedback
+Status:   Closed
 Bug Type: DBM/DBA related
 Operating System: Linux
 PHP Version:  5CVS-2005-09-14 (snap)
 Assigned To:  helly
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:


[2005-11-15 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".



[2005-11-07 14:58:13] [EMAIL PROTECTED]

Please try this patch (against 5.1RC5-dev):
http://php.net/~helly/php/ext/dba/dba-db4-20051107.diff.txt




[2005-09-14 15:45:12] [EMAIL PROTECTED]

Thanks for the fix - should I add a note to php.net under 
dba_popen about this not working in pre-5.1 ? 



[2005-09-14 15:11:47] [EMAIL PROTECTED]

RCS file: /repository/php-src/ext/dba/dba_db4.c,v
revision 1.10
date: 2003/06/21 18:16:38;  author: helly;  state: Exp;  lines: +4 -0
When persistent then we may use threads

Removing this part:

+   if (info->flags & DBA_PERSISTENT) {
+   gmode |= DB_THREAD;
+   }
+

Makes dba_fetch() work with db4 driver also if opened in persistent
mode.




[2005-09-14 03:04:01] pookey at pookey dot co dot uk

I've updated this page with a lot more information:  
http://xian.ncuk.net/test/bug.php  
  
It appears it's just db4 with the problem



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/34495

-- 
Edit this bug report at http://bugs.php.net/?id=34495&edit=1


#35605 [Fbk->Opn]: configure fails with aolserver4

2005-12-08 Thread sam at caveman dot org
 ID:   35605
 User updated by:  sam at caveman dot org
 Reported By:  sam at caveman dot org
-Status:   Feedback
+Status:   Open
 Bug Type: *Compile Issues
 Operating System: Debian 3.1
 PHP Version:  5.1.1
 New Comment:

Such change didn't work. AOLServer is actually configured and compiled
with prefix of /usr/lib/aolserver4 (as per Debian module).

[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure
--with-aolserver=/home/sam/downloads/php.net/aolserver4-4.0.10/
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support...
/home/sam/downloads/php.net/aolserver4-4.0.10/
configure: error: Please specify the path to the root of AOLserver
using --with-aolserver=DIR


Previous Comments:


[2005-12-08 20:08:31] [EMAIL PROTECTED]

Please try this:
./configure
--with-aolserver=/home/sam/downloads/aolserver.org/aolserver-4.0.10



[2005-12-08 20:04:55] sam at caveman dot org

Description:

PHP 5.1.1 configure fails with aolserver, always asking that
--with-aolserver-src be provided even though it is provided.

Reproduce code:
---
./configure --with-aolserver --with-aolserver=/path/to/aolserver/src

Expected result:

I expect configure to produce a makefile that will compile the
aolserver module.

Actual result:
--
[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure --with-aolserver
--with-aolserver-src=/home/sam/downloads/aolserver.org/aolserver-4.0.10
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... yes
configure: error: Please specify the path to the source distribution of
AOLserver using --with-aolserver-src=DIR






-- 
Edit this bug report at http://bugs.php.net/?id=35605&edit=1


#35607 [NEW]: Apache 2.0 Crash with Update command

2005-12-08 Thread wseibert at hxcorp dot com
From: wseibert at hxcorp dot com
Operating system: Windows 2k
PHP version:  5CVS-2005-12-08 (snap)
PHP Bug Type: PDO related
Bug description:  Apache 2.0 Crash with Update command

Description:

Running a UPDATE sql command via PDO crashes Apache.



Reproduce code:
---
try
{
 $dbh = new PDO('odbc:DSN=TEST;driver=Driver do Microsoft Access
(*.mdb)','','');
 $results = $dbh->query('UPDATE xd17 SET xd17.CCDate = 20051207,
xd17.CCTime = 1200, xd17.ModifiedDS = 200512071200 WHERE xd17.XTyp17 = 157
AND xd17.X15A = 51921 AND xd157.X105B = 3300');
} catch (PDOException $e) {
print "Error!: ".$e->getMessage()."";
die();
}


Expected result:

Expected to see changes in DB.

Using exec ($dbh->exec() ) instead of query has no effect.  Doesn't
update the DB or crash anything.

SQL statement works find in MS Access.

Actual result:
--
Apache.exe - Application Error

The instruction at "0x7c5b97d4" referenced memory at "0x000c".  The
memory could no be "written".

-- 
Edit bug report at http://bugs.php.net/?id=35607&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35607&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35607&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35607&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35607&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=35607&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=35607&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=35607&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=35607&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=35607&r=support
Expected behavior:http://bugs.php.net/fix.php?id=35607&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=35607&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=35607&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35607&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35607&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35607&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=35607&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=35607&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35607&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=35607&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=35607&r=mysqlcfg


#35605 [Opn->Bgs]: configure fails with aolserver4

2005-12-08 Thread sniper
 ID:   35605
 Updated by:   [EMAIL PROTECTED]
 Reported By:  sam at caveman dot org
-Status:   Open
+Status:   Bogus
 Bug Type: Compile Failure
 Operating System: Debian 3.1
 PHP Version:  5.1.1
 New Comment:

Just pass the configure option ONCE and with the right path.
The right path is the _INSTALL_ prefix of aolserver.



Previous Comments:


[2005-12-08 20:45:34] sam at caveman dot org

Such change didn't work. AOLServer is actually configured and compiled
with prefix of /usr/lib/aolserver4 (as per Debian module).

[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure
--with-aolserver=/home/sam/downloads/php.net/aolserver4-4.0.10/
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support...
/home/sam/downloads/php.net/aolserver4-4.0.10/
configure: error: Please specify the path to the root of AOLserver
using --with-aolserver=DIR



[2005-12-08 20:08:31] [EMAIL PROTECTED]

Please try this:
./configure
--with-aolserver=/home/sam/downloads/aolserver.org/aolserver-4.0.10



[2005-12-08 20:04:55] sam at caveman dot org

Description:

PHP 5.1.1 configure fails with aolserver, always asking that
--with-aolserver-src be provided even though it is provided.

Reproduce code:
---
./configure --with-aolserver --with-aolserver=/path/to/aolserver/src

Expected result:

I expect configure to produce a makefile that will compile the
aolserver module.

Actual result:
--
[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure --with-aolserver
--with-aolserver-src=/home/sam/downloads/aolserver.org/aolserver-4.0.10
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... yes
configure: error: Please specify the path to the source distribution of
AOLserver using --with-aols

#35605 [Bgs]: configure fails with aolserver4

2005-12-08 Thread sam at caveman dot org
 ID:   35605
 User updated by:  sam at caveman dot org
 Reported By:  sam at caveman dot org
 Status:   Bogus
 Bug Type: Compile Failure
 Operating System: Debian 3.1
 PHP Version:  5.1.1
 New Comment:

Thanks -- the instructions I had for configuring must have been out of
date.


Previous Comments:


[2005-12-08 20:50:50] [EMAIL PROTECTED]

Just pass the configure option ONCE and with the right path.
The right path is the _INSTALL_ prefix of aolserver.




[2005-12-08 20:45:34] sam at caveman dot org

Such change didn't work. AOLServer is actually configured and compiled
with prefix of /usr/lib/aolserver4 (as per Debian module).

[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure
--with-aolserver=/home/sam/downloads/php.net/aolserver4-4.0.10/
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support...
/home/sam/downloads/php.net/aolserver4-4.0.10/
configure: error: Please specify the path to the root of AOLserver
using --with-aolserver=DIR



[2005-12-08 20:08:31] [EMAIL PROTECTED]

Please try this:
./configure
--with-aolserver=/home/sam/downloads/aolserver.org/aolserver-4.0.10



[2005-12-08 20:04:55] sam at caveman dot org

Description:

PHP 5.1.1 configure fails with aolserver, always asking that
--with-aolserver-src be provided even though it is provided.

Reproduce code:
---
./configure --with-aolserver --with-aolserver=/path/to/aolserver/src

Expected result:

I expect configure to produce a makefile that will compile the
aolserver module.

Actual result:
--
[EMAIL PROTECTED]:~/downloads/php.net/php-5.1.1$ ./configure --with-aolserver
--with-aolserver-src=/home/sam/downloads/aolserver.org/aolserver-4.0.10
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... re2c
checking for re2c version... invalid
configure: warning: You will need re2c 0.98 or later if you want to
regenerate PHP parsers.
checking for gawk... gawk
checking for bison... bison -y
checking for bison version... 1.875 (ok)
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking for flex version... invalid
configure: warning: flex versions supported for regeneration of the
Zend/PHP parsers: 2.5.4  (found: 2.5.31).
checking whether to force non-PIC code in shared modules... yes
checking for pthreads_cflags... -pthread
checking for pthre

#35607 [Opn->Fbk]: Apache 2.0 Crash with Update command

2005-12-08 Thread tony2001
 ID:   35607
 Updated by:   [EMAIL PROTECTED]
 Reported By:  wseibert at hxcorp dot com
-Status:   Open
+Status:   Feedback
 Bug Type: PDO related
 Operating System: Windows 2k
 PHP Version:  5CVS-2005-12-08 (snap)
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with ,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.




Previous Comments:


[2005-12-08 20:49:06] wseibert at hxcorp dot com

Description:

Running a UPDATE sql command via PDO crashes Apache.



Reproduce code:
---
try
{
 $dbh = new PDO('odbc:DSN=TEST;driver=Driver do Microsoft Access
(*.mdb)','','');
 $results = $dbh->query('UPDATE xd17 SET xd17.CCDate = 20051207,
xd17.CCTime = 1200, xd17.ModifiedDS = 200512071200 WHERE xd17.XTyp17 =
157 AND xd17.X15A = 51921 AND xd157.X105B = 3300');
} catch (PDOException $e) {
print "Error!: ".$e->getMessage()."";
die();
}


Expected result:

Expected to see changes in DB.

Using exec ($dbh->exec() ) instead of query has no effect.  Doesn't
update the DB or crash anything.

SQL statement works find in MS Access.

Actual result:
--
Apache.exe - Application Error

The instruction at "0x7c5b97d4" referenced memory at "0x000c".  The
memory could no be "written".





-- 
Edit this bug report at http://bugs.php.net/?id=35607&edit=1


#35607 [Fbk->Opn]: Apache 2.0 Crash with Update command

2005-12-08 Thread wseibert at hxcorp dot com
 ID:   35607
 User updated by:  wseibert at hxcorp dot com
 Reported By:  wseibert at hxcorp dot com
-Status:   Feedback
+Status:   Open
 Bug Type: PDO related
 Operating System: Windows 2k
 PHP Version:  5CVS-2005-12-08 (snap)
 New Comment:

query('UPDATE xd17 SET xd17.CCDate = 20051207,
xd17.CCTime = 1200, xd17.ModifiedDS = 200512071200 WHERE xd17.XTyp17 =
157 AND xd17.X15A = 51921 AND xd157.X105B = 3300');
} catch (PDOException $e) {
print "Error!: ".$e->getMessage()."";
die();
}
?>


Previous Comments:


[2005-12-08 20:58:56] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with ,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.





[2005-12-08 20:49:06] wseibert at hxcorp dot com

Description:

Running a UPDATE sql command via PDO crashes Apache.



Reproduce code:
---
try
{
 $dbh = new PDO('odbc:DSN=TEST;driver=Driver do Microsoft Access
(*.mdb)','','');
 $results = $dbh->query('UPDATE xd17 SET xd17.CCDate = 20051207,
xd17.CCTime = 1200, xd17.ModifiedDS = 200512071200 WHERE xd17.XTyp17 =
157 AND xd17.X15A = 51921 AND xd157.X105B = 3300');
} catch (PDOException $e) {
print "Error!: ".$e->getMessage()."";
die();
}


Expected result:

Expected to see changes in DB.

Using exec ($dbh->exec() ) instead of query has no effect.  Doesn't
update the DB or crash anything.

SQL statement works find in MS Access.

Actual result:
--
Apache.exe - Application Error

The instruction at "0x7c5b97d4" referenced memory at "0x000c".  The
memory could no be "written".





-- 
Edit this bug report at http://bugs.php.net/?id=35607&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:32] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:31] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:29] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 20:38:52] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:33] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:32] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:31] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:29] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:36] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:34] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:33] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:32] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:31] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:34] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:33] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:32] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:31] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:29] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:36] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:34] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:33] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:36] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:34] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:33] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:32] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:40] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:36] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:34] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:40] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:36] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:43] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:40] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:45] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:43] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:40] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:46] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:45] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:43] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:40] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:48] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:46] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:45] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:43] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:49] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:48] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:46] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:45] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:43] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:51] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:49] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:48] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:46] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:45] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:52] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:51] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:49] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:48] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:46] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:54] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:52] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:51] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:49] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:48] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:56] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:54] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:52] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:51] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:49] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:57] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:56] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:54] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:52] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:51] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:31] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:29] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 20:38:52] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2005-12-08 20:28:45] php-work at yandex dot ru

Description:

Many crashes instead of exceptions or errors


Reproduce code:
---
1. 
2. 
3. http://php.net'); ?>

Expected result:

1. Fatal error
2. Fatal error
3. 

Actual result:
--
PHP Crashes





-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Fbk->Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
-Summary:  Many crashes in PHP5
 Reported By:  php-work at yandex dot ru
-Status:   Feedback
+Status:   Open
-Bug Type: Reproducible crash
+Bug Type: SPL related
-Operating System: Windows
+Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 20:38:52] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2005-12-08 20:28:45] php-work at yandex dot ru

Description:

Many crashes instead of exceptions or errors


Reproduce code:
---
1. 
2. 
3. http://php.net'); ?>

Expected result:

1. Fatal error
2. Fatal error
3. 

Actual result:
--
PHP Crashes





-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 20:38:52] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2005-12-08 20:28:45] php-work at yandex dot ru

Description:

Many crashes instead of exceptions or errors


Reproduce code:
---
1. 
2. 
3. http://php.net'); ?>

Expected result:

1. Fatal error
2. Fatal error
3. 

Actual result:
--
PHP Crashes





-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:29] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 20:38:52] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.






[2005-12-08 20:28:45] php-work at yandex dot ru

Description:

Many crashes instead of exceptions or errors


Reproduce code:
---
1. 
2. 
3. http://php.net'); ?>

Expected result:

1. Fatal error
2. Fatal error
3. 

Actual result:
--
PHP Crashes





-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:08:58] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:57] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:56] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:54] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:52] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:03] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:58] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:57] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:56] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:54] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:04] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:03] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:58] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:57] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:56] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:30] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:28] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:25] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:24] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:31] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:30] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:28] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:25] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:28] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:25] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:24] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:22] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:22] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:21] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:19] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:18] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:16] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:21] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:19] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:18] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:16] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:15] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:18] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:16] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:15] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:13] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:11] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:15] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:13] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:11] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:06] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:04] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:13] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:11] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:06] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:04] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:03] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:06] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:04] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:03] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:58] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:57] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:19] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:18] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:16] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:15] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:13] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:11] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:06] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:04] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:03] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:08:58] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:25] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:24] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:22] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:21] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:19] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:16] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:15] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:13] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:11] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:06] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:24] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:22] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:21] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:19] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:18] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:27] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:25] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:24] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:22] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:21] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:41] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:36] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:35] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:41] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:36] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:44] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:41] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:37] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:46] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:44] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:41] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:39] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


#35606 [Opn]: SplFileObject: crash instead of exception

2005-12-08 Thread php-work at yandex dot ru
 ID:   35606
 User updated by:  php-work at yandex dot ru
 Reported By:  php-work at yandex dot ru
 Status:   Open
 Bug Type: SPL related
 Operating System: Windows XP
 PHP Version:  5CVS-2005-12-08 (CVS)
 New Comment:

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes


Previous Comments:


[2005-12-08 21:09:48] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:46] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:44] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:42] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



[2005-12-08 21:09:41] php-work at yandex dot ru

Reproduce code:
---


Expected result:

Fatal error: Uncaught exception 'RuntimeException' with message
'SplFileObject::__construct(_file_does_not_exists_)
[function.--construct]: failed to open stream: No such file or
directory' in c:\www\script.php:2 Stack trace: #0 c:\www\script.php(2):
SplFileObject->__construct('_file_does_not_...', 'r') #1 {main} thrown
in c:\www\script.php on line 2


Actual result:
--
PHP Crashes



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/35606

-- 
Edit this bug report at http://bugs.php.net/?id=35606&edit=1


  1   2   3   >