-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've fixed the rar extension, was a no-brainer, a one-line change,
not worthy of a patch file.
@ -628,7 +628,7 @
/* {{{ rar_functions[]
*/
-
-function_entry rar_functions[] = {
+zend_function_entry rar_functions[] = {
PHP_FE(rar_open, NULL)
PHP_FE(rar_list, NULL)
PHP_FE(rar_entry_get, NULL) -
-- BuildSmart
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)
iD8DBQFG1jZO0hzWbkf0eKgRAntaAJ0USGFs8mWpDZViykUZiwIx/mVyOgCfeEYc
toF9N9VjiK0uQRVio9S0dKM=
=4Orv
-----END PGP SIGNATURE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1I've fixed the rar extension, was a no-brainer, a one-line change,
not worthy of a patch file.@ -628,7 +628,7 @
/* {{{ rar_functions[]
*/
-function_entry rar_functions[] = {
+zend_function_entry rar_functions[] = {
PHP_FE(rar_open, NULL)
PHP_FE(rar_list, NULL)
PHP_FE(rar_entry_get, NULL)-- BuildSmart
Spoke too soon, while it builds with wanring it doesn't function
properly and segfaults so I need to look at it a little closer.
- -- BuildSmart
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)
iD8DBQFG1kFr0hzWbkf0eKgRAkrXAKDchoZeVNjEzuMUHBkK8OcAPYv3CACfdYEA
8NCMojpzaaciknqteEjDLBA=
=6mHL
-----END PGP SIGNATURE
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1I've fixed the rar extension, was a no-brainer, a one-line change,
not worthy of a patch file.@ -628,7 +628,7 @
/* {{{ rar_functions[]
*/
-function_entry rar_functions[] = {
+zend_function_entry rar_functions[] = {
PHP_FE(rar_open, NULL)
PHP_FE(rar_list, NULL)
PHP_FE(rar_entry_get, NULL)-- BuildSmart
Spoke too soon, while it builds with wanring it doesn't function
properly and segfaults so I need to look at it a little closer.
Tony reads this list however I would suggest to use the right place to
post patch or report bugs:
http://pecl.php.net/package/rar to report a bug for the rar package.
http://pecl.php.net/support.php for the pecl-dev mailing list
Using the issues tracker will ensure that your patch will not get lost.
Cheers,
--Pierre
What was the problem again?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1I've fixed the rar extension, was a no-brainer, a one-line change,
not worthy of a patch file.@ -628,7 +628,7 @
/* {{{ rar_functions[]
*/
-function_entry rar_functions[] = {
+zend_function_entry rar_functions[] = {
PHP_FE(rar_open, NULL)
PHP_FE(rar_list, NULL)
PHP_FE(rar_entry_get, NULL)-- BuildSmart
Spoke too soon, while it builds with wanring it doesn't function
properly and segfaults so I need to look at it a little closer.Tony reads this list however I would suggest to use the right place to
post patch or report bugs:http://pecl.php.net/package/rar to report a bug for the rar package.
http://pecl.php.net/support.php for the pecl-dev mailing listUsing the issues tracker will ensure that your patch will not get lost.
Cheers,
--Pierre
--
Wbr,
Antony Dovgal