Re: [PECL-DEV] dbase extesion help
[email protected] (Mikko Koppanen)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
do Sánchez García <[email protected]>: > I have also tried to get dbase.so with php-5.3.3. but there is no folder > inside the folder dbase ext. > Hello, the PHP 5.2.x version won't work with PHP 5.3 due to changes in arginfo macros. The dbase extension has been moved to PECL but there has been no releases yet (it seems). Try checking out http://svn.php.net/repository/pecl/dbase/trunk/ and compiling that. Seems to compile against PHP 5.3. See http://php.net/manual/en/migration53.removed-extensions.php for more information. -- Mikko Koppanen