Changes between Initial Version and Version 2 of Ticket #43
- Timestamp:
- 2006-10-05T02:39:52+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43
- Property Cc soporte+xcache@… added
-
Ticket #43 – Description
initial v2 2 2 3 3 currenlty, xcache does not pass the PHP 5_2 test suite the following tests fails 4 {{ 4 {{{ 5 5 ZE2 An abstract method may not be called [tests/classes/abstract_by_interface_001.phpt] 6 6 ZE2 An abstract method may not be called [tests/classes/abstract_by_interface_002.phpt] … … 23 23 bug #35740 (memory leak when including a directory) [ext/standard/tests/file/bug35740.phpt] 24 24 25 }} 26 (note : I excluded the test that php itself does not pass, without xcache loaded)25 }}} 26 (note : I excluded the test that php itself does not pass, without XCache loaded) 27 27 28 28 however the ugliest part is this 29 {{ 29 {{{ 30 30 ASS SimpleXML: echo/print [ext/simplexml/tests/011.phpt] 31 31 *** glibc detected *** /home/cristian/php5/sapi/cli/php: free(): invalid pointer: 0x00002ac47c77f658 *** … … 106 106 7fff2e3f0000-7fff2e407000 rw-p 7fff2e3f0000 00:00 0 [stack] 107 107 ffffffffff600000-ffffffffffe00000 ---p 00000000 00:00 0 [vdso] 108 }} 108 }}} 109 109 110 110 plz,check it out ;)

