Date: 11/30/00
- Next message: Sam Liddicott: "RE: [PHP-DEV] ZEND_FETCH_RESOURCE calls auto-destructor"
- Previous message: sbergmann <email protected>: "[PHP-DEV] PHP 4.0 Bug #8036 Updated: php_sablot.dll crashed php.exe"
- In reply to: Stanislav Malyshev: "[PHP-DEV] Solaris+sed+shared, problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
SM>> Solaris. The problem is that configure oftely uses lines like:
SM>>
SM>> PHP_IMAP=`echo $ac_n "$PHP_IMAP$ac_c"|sed s/^shared,//`
More on this: Solaris sh also doesn't like sed s/^shared,// - it wants sed
's/^shared,/' - with qoutes, otherwise it barfs out.
-- Stanislav Malyshev, Zend Products Engineer stas <email protected> http://www.zend.com/ +972-3-6139665 ext.106-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sam Liddicott: "RE: [PHP-DEV] ZEND_FETCH_RESOURCE calls auto-destructor"
- Previous message: sbergmann <email protected>: "[PHP-DEV] PHP 4.0 Bug #8036 Updated: php_sablot.dll crashed php.exe"
- In reply to: Stanislav Malyshev: "[PHP-DEV] Solaris+sed+shared, problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

