Arkadiusz Miśkiewicz wrote: > I wasn't able to find the cause of this. Compared ext/openssl with 5.4 > (which doesn't segfault) and can't find the problem. > > Even backported ext/openssl from 5.4 to 5.3 still gets me segfaulting > php 5.3. > > So I think the problem is solved outside ext/openssl. > > Reproducer if anyone wants to look below.
openssl.patch is broken. zval is struct not pointer, so type of local variables should be 'zval *' not bare zval. Fixed in repo as release 45. _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
