#35328 [Com]: go-pear fails on Win32

2005-11-27 Thread maratd at gmail dot com
 ID:   35328
 Comment by:   maratd at gmail dot com
 Reported By:  [EMAIL PROTECTED]
 Status:   Feedback
 Bug Type: *General Issues
 Operating System: win32
 PHP Version:  5.1.0
 Assigned To:  cellog
 New Comment:

That is the exact MD5 I have and it does not work. I have all the paths
set in Windows and in php.ini

Does not work as described above. Just for reference I'm on Windows
2003 Server, but that shouldn't make a dif.

- Marat


Previous Comments:


[2005-11-28 05:16:44] [EMAIL PROTECTED]

Thanks for your patience.  I've tried in vain to reproduce this with
the current go-pear.phar, so I would like you to please verify:

php -r "echo md5_file('go-pear.phar');"

should be:

ad41e53e594b7197c7a81e72e14be31a



[2005-11-28 03:17:26] chris at lodesys dot com

Just tried http://snaps.php.net/win32/php5-win32-latest.zip and
go-pear.phar from http://pear.php.net/go-pear.phar.  Still failing.



[2005-11-28 01:43:01] [EMAIL PROTECTED]

Please try using this CVS snapshot:

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

when you do this, please grab go-pear.phar directly from
http://pear.php.net/go-pear.phar - and please do this no sooner than 1
hour after this message, as pear.php.net is synced once per hour with
cvs



[2005-11-28 01:16:23] [EMAIL PROTECTED]

I've got the problem, and it will be fixed pretty soon, then I close
this



[2005-11-25 19:42:13] michel dot zehnder at proact-it dot ch

Fails with released 5.1.0 on Win32, too.



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/35328

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


#34975 [Bgs]: SimpleXML objects can't be stored in sessions.

2005-10-25 Thread maratd at gmail dot com
 ID:   34975
 User updated by:  maratd at gmail dot com
 Reported By:  maratd at gmail dot com
 Status:   Bogus
 Bug Type: SimpleXML related
 Operating System: Windows XP
 PHP Version:  5.0.5
 New Comment:

Thank you very much for the clarification.


Previous Comments:


[2005-10-25 08:40:11] [EMAIL PROTECTED]

It has nothing to do with SimpleXML objects specifically. It's the same
for all internal objects - you can't serialize those.



[2005-10-25 05:54:13] maratd at gmail dot com

I have checked the manual many times in the past and have done so
again. Nowhere does it mention that SimpleXML objects can't be stored
as a session variable.

I rewrote the code so that you don't have to create an xml file. Here
it is:

two');

?>

Please run the code provided and restart the session on another page
(or hit refresh in your browser). Here is what you will see (the path
will obviously be different):

Warning: session_start() [function.session-start]: Node no longer
exists in c:\Inetpub\wwwroot\TEMP\test1.php on line 3

Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at
c:\Inetpub\wwwroot\TEMP\test1.php:3) in
c:\Inetpub\wwwroot\TEMP\test1.php on line 3

Warning: session_start() [function.session-start]: Cannot send session
cache limiter - headers already sent (output started at
c:\Inetpub\wwwroot\TEMP\test1.php:3) in
c:\Inetpub\wwwroot\TEMP\test1.php on line 3

I appreciate any help in this manner. Thank you.

- Marat



[2005-10-25 05:12:27] [EMAIL PROTECTED]

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

.



[2005-10-25 02:10:58] maratd at gmail dot com

Description:

SimpleXML objects can't be stored in sessions and in turn, objects
which contain SimpleXML objects also can't be stored.

Reproduce code:
---


Expected result:

I expect the simplexml object to be loaded as a session variable, to
work, and to persist while the session is active.

Actual result:
--
If you first run the code above in a browser on a valid xml file,
nothing happens and it looks like it works ... but if you hit refresh
or go to a page which re-starts the session, you will see this:

Warning: session_start() [function.session-start]: Node no longer
exists in index.php on line 3

The above warning line will repeat over and over for a while ... your
simplexml object also won't work.





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


#34975 [Bgs->Opn]: SimpleXML objects can't be stored in sessions.

2005-10-24 Thread maratd at gmail dot com
 ID:   34975
 User updated by:  maratd at gmail dot com
 Reported By:  maratd at gmail dot com
-Status:   Bogus
+Status:   Open
 Bug Type: SimpleXML related
 Operating System: Windows XP
 PHP Version:  5.0.5
 New Comment:

I have checked the manual many times in the past and have done so
again. Nowhere does it mention that SimpleXML objects can't be stored
as a session variable.

I rewrote the code so that you don't have to create an xml file. Here
it is:

two');

?>

Please run the code provided and restart the session on another page
(or hit refresh in your browser). Here is what you will see (the path
will obviously be different):

Warning: session_start() [function.session-start]: Node no longer
exists in c:\Inetpub\wwwroot\TEMP\test1.php on line 3

Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at
c:\Inetpub\wwwroot\TEMP\test1.php:3) in
c:\Inetpub\wwwroot\TEMP\test1.php on line 3

Warning: session_start() [function.session-start]: Cannot send session
cache limiter - headers already sent (output started at
c:\Inetpub\wwwroot\TEMP\test1.php:3) in
c:\Inetpub\wwwroot\TEMP\test1.php on line 3

I appreciate any help in this manner. Thank you.

- Marat


Previous Comments:


[2005-10-25 05:12:27] [EMAIL PROTECTED]

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

.



[2005-10-25 02:10:58] maratd at gmail dot com

Description:

SimpleXML objects can't be stored in sessions and in turn, objects
which contain SimpleXML objects also can't be stored.

Reproduce code:
---


Expected result:

I expect the simplexml object to be loaded as a session variable, to
work, and to persist while the session is active.

Actual result:
--
If you first run the code above in a browser on a valid xml file,
nothing happens and it looks like it works ... but if you hit refresh
or go to a page which re-starts the session, you will see this:

Warning: session_start() [function.session-start]: Node no longer
exists in index.php on line 3

The above warning line will repeat over and over for a while ... your
simplexml object also won't work.





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


#34975 [NEW]: SimpleXML objects can't be stored in sessions.

2005-10-24 Thread maratd at gmail dot com
From: maratd at gmail dot com
Operating system: Windows XP
PHP version:  5.0.5
PHP Bug Type: SimpleXML related
Bug description:  SimpleXML objects can't be stored in sessions.

Description:

SimpleXML objects can't be stored in sessions and in turn, objects which
contain SimpleXML objects also can't be stored.

Reproduce code:
---


Expected result:

I expect the simplexml object to be loaded as a session variable, to work,
and to persist while the session is active.

Actual result:
--
If you first run the code above in a browser on a valid xml file, nothing
happens and it looks like it works ... but if you hit refresh or go to a
page which re-starts the session, you will see this:

Warning: session_start() [function.session-start]: Node no longer exists
in index.php on line 3

The above warning line will repeat over and over for a while ... your
simplexml object also won't work.

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