[PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h var.c var_unserializer.c var_unserializer.re /ext/standard/tests/serialize 001.phpt 005.phpt 006.phpt bug14293.phpt bug2

2006-03-27 Thread Dmitry Stogov
dmitry Mon Mar 27 13:37:47 2006 UTC Modified files: /php-src/ext/standard incomplete_class.c php_incomplete_class.h var.c var_unserializer.c var_unserializer.re /php-src/ext/standard/tests/serialize 001.phpt 005.phpt

Re: [PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h

2005-07-07 Thread Marcus Boerger
Hello Jani, consistency is good. So if ever we run into a related problem we'd only need to care for that single typedef. Thanks Jani. marcus Wednesday, July 6, 2005, 2:58:25 PM, you wrote: What difference does it make as long as it works? GCC 4 it is. =) Anyways, the other

Re: [PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h

2005-07-06 Thread Marcus Boerger
Hello Jani, which compiler is this? According to my knowledge size_t is the type that can hold any allocatable size. Or can it be the problem is somewhere else? marcus Wednesday, July 6, 2005, 1:48:47 AM, you wrote: sniper Tue Jul 5 19:48:47 2005 EDT Modified files:

Re: [PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h

2005-07-06 Thread Jani Taskinen
What difference does it make as long as it works? GCC 4 it is. =) Anyways, the other functions related to where this stuff is used all use zend_uint. Is it bad to be consistent? :) --Jani On Wed, 6 Jul 2005, Marcus Boerger wrote: Hello Jani, which compiler is this?

[PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h

2005-07-05 Thread Jani Taskinen
sniper Tue Jul 5 19:48:47 2005 EDT Modified files: /php-src/ext/standard incomplete_class.c php_incomplete_class.h Log: - Fixed crash in serialize() + classes. (64bit only)

[PHP-CVS] cvs: php-src /ext/standard incomplete_class.c php_incomplete_class.h var.c /ext/standard/tests/serialize bug27469.phpt

2004-03-18 Thread Dmitry Stogov
dmitry Thu Mar 18 11:54:37 2004 EDT Added files: /php-src/ext/standard/tests/serialize bug27469.phpt Modified files: /php-src/ext/standard incomplete_class.c php_incomplete_class.h var.c Log: