[PHP-DEV] Bug #11432 Updated: crash when restoring references to objects

2001-06-19 Thread zork
ID: 11432 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: *Session related Operating system: Linux 2.2.16 PHP Version: 4.0.5 Description: crash when restoring references to objects I think this bug is strictly related to bug #8676. I didn't look close enough to all open bugs wher repo

[PHP-DEV] Bug #11617: crash when restoring references

2001-06-22 Thread zork
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 (Cobalt Raq4) PHP version: 4.0 Latest CVS (2001-06-22) PHP Bug Type: *Session related Bug description: crash when restoring references There is still problem in serialize/unserialize mechanism used to restore session v

[PHP-DEV] Bug #11617 Updated: crash when restoring references

2001-06-24 Thread zork
(forgot to commit?), I've checked session.c revision and result was: revision 1.213 date: 2001/06/21 18:46:25; author: thies; state: Exp; lines: +31 -26 I've submitted this bug later. Zork Previou

[PHP-DEV] Bug #11617 Updated: crash when restoring references

2001-06-24 Thread zork
good and now it looks like it works fine. Sorry for confusion. Zork Previous Comments: --- [2001-06-24 11:59:13] [EMAIL PROTECTED] And the GDB backtrace is where? Please inclu

[PHP-DEV] Bug #11643: SID redefined

2001-06-24 Thread zork
file I got warning: Warning: Constant sid already defined in /home/sites/home/users/zork/web/report/sid.php on line 5 in this saple code: On web: http://biuro.pablosoft.com.pl/~zork/report/sid.php Zork -- Edit Bug report at: http://bugs.php.net/?id=11643&edit=1 -- PHP Development Mai

[PHP-DEV] Bug #11768: references still have bugs

2001-06-28 Thread zork
"; var_dump($test); print ""; ?> My output: object(cui_element)(1) { ["value"]=> string(4) "test" } object(cui_element)(1) { ["value"]=> string(7) "changed" } Working url: http://biuro.pablosoft.com.pl/~zork/ref/tests.php rega

[PHP-DEV] Bug #13977 Updated: Sometimes php crashes when executing a script everytime at the same point.

2001-11-09 Thread zork
ID: 13977 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: Windows 2000 SP2 PHP Version: 4.0.6 New Comment: Hi all, the problem is, that the script not allways crashes. It just crashes on my home

[PHP-DEV] Bug #14582: initializing with NULL reference

2001-12-18 Thread zork
From: [EMAIL PROTECTED] Operating system: slackware linux 8.0 PHP version: 4.1.0 PHP Bug Type: Scripting Engine problem Bug description: initializing with NULL reference I've encountered stack problem. Here is simplest code, that reproduces this: inputs = array();