RE: [PHP-DEV] Fix for 49148 (combination of stream_get_line and fseek does not work correctly)

2009-10-01 Thread Garrett Serack
I've updated my patch to return null on EOF. Index: streams/streams.c === --- streams/streams.c (revision 289073) +++ streams/streams.c (working copy) @@ -890,6 +890,9 @@ size_t seek_len; seek_len

[PHP-DEV] Doc on the VM

2009-10-01 Thread Mathieu Suen
Hi, I would like to know if there is some documentation on the different layout of the array, object varaible ... in php. Or were in the source can we read how the php VM reprensent those entites? Thanks -- -- Mathieu Suen -- -- PHP Internals - PHP Runtime Development Mailing List To unsubsc