chandrasis / php-handlersocket

Automatically exported from code.google.com/p/php-handlersocket
0 stars 0 forks source link

php 5.4 #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
make in php 5.4:

/root/php-handlersocket/handlersocket.c: In function 'hs_new':
/root/php-handlersocket/handlersocket.c:1976:35: error: 'zend_class_entry' has 
no member named 'default_properties'
/root/php-handlersocket/handlersocket.c: In function 'hs_index_new':
/root/php-handlersocket/handlersocket.c:2925:36: error: 'zend_class_entry' has 
no member named 'default_properties'

Original issue reported on code.google.com by zloir...@gmail.com on 17 Mar 2012 at 6:02

GoogleCodeExporter commented 8 years ago
in 5.3.x all ok.
Debian Squeeze, php 5.4.0-2.

Original comment by zloir...@gmail.com on 17 Mar 2012 at 6:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Comment 2 by george.a...@gmail.com, Today (2 minutes ago)

make a bit of changes, I could compile with php 5.4.0 and CentOS 6.2

please test the follwing patches.

http://code.google.com/p/php-handlersocket/issues/detail?id=22
http://code.google.com/p/php-handlersocket/issues/detail?id=23

Original comment by george.a...@gmail.com on 9 Apr 2012 at 1:14

GoogleCodeExporter commented 8 years ago
version: 0.3.1

patched:
  http://code.google.com/p/php-handlersocket/issues/detail?id=22
  http://code.google.com/p/php-handlersocket/issues/detail?id=23

Original comment by avue...@gmail.com on 10 Apr 2012 at 6:03