Hello;
i want to use linked list classes formed in C++
and use them after including my own dinamic library written in C++
(i'm using Linux - shared object - .so-)
the problem is:
- do i have to do it only and only with the help of ZEND APIs?
is there not any standart way to do this inside PHP?
- if not with ".so" s, any linked list classes in PHP?(i want to use
linked lists because of the high dataload to process and the memory
doesnt allow the array structure after some extent)
Thank You
Oğuz Divilioğlu
i want to use linked list classes formed in C++
and use them after including my own dinamic library written in C++
(i'm using Linux - shared object - .so-)
the problem is:
- do i have to do it only and only with the help of ZEND APIs?
is there not any standart way to do this inside PHP?
- if not with ".so" s, any linked list classes in PHP?(i want to use
linked lists because of the high dataload to process and the memory
doesnt allow the array structure after some extent)
Thank You
Oğuz Divilioğlu
Comment