PHP6 - rar extension

php.internals

Dale Walsj

19 years ago
-----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-----

Dale Walsj

19 years ago
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Aug 29, 2007, at 23:15:26, BuildSmart wrote:
> -----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
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-----

Pierre Joye

19 years ago
On 8/30/07, BuildSmart <buildsmart@daleenterprise.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On Aug 29, 2007, at 23:15:26, BuildSmart wrote: > > > -----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 > > 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

Antony Dovgal

19 years ago
What was the problem again? On 30.08.2007 09:32, Pierre wrote:
> On 8/30/07, BuildSmart <buildsmart@daleenterprise.com> wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> >> On Aug 29, 2007, at 23:15:26, BuildSmart wrote: >> >> > -----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 >> >> 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 >
-- Wbr, Antony Dovgal