Re: [PHP-DEV] the dl() issue

2002-03-31 Thread Steve Langasek
(). Cheers, Steve Langasek postmodern programmer msg36144/pgp0.pgp Description: PGP signature

Re: [PHP-DEV] Bug #13246: Arrancar con apache

2001-09-11 Thread Steve Langasek
, al no poder levantar el libphp4.so indicando indefinido uncompress User reports: I have apache and mysql installed, when I try to start apache with php4 it crashes because it can't load libphp4.so, reporting 'uncompress not defined' (undefined symbol). Steve Langasek postmodern programmer

Re: [PHP-DEV] Woah

2001-09-10 Thread Steve Langasek
of language purity. So I'm all for removing _() from the gettext extension... but I think the people who are so eager for this have a responsibility to make sure PHP has a good option for user-aliasing of functions in place before it goes away. Steve Langasek postmodern programmer -- PHP

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?

2001-09-07 Thread Steve Langasek
/Unix. This would allow the client to request data from the broker and the broker could query any OLE DB provider available. How would this compare with the existing ODBC-based extension? Cheers, Steve Langasek postmodern programmer -- PHP Development Mailing List http://www.php.net

Re: [PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?

2001-09-06 Thread Steve Langasek
back on-line before I can share it. Steve Langasek postmodern programmer -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Patch for improved autoconf 2.50 compatibility

2001-09-04 Thread Steve Langasek
. Cheers, Steve Langasek postmodern programmer -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Patch: conflicting defines in PHP extensions shouldbe made private

2001-09-04 Thread Steve Langasek
libraries, so I can't actually test that compiling both extensions statically does indeed work, but I don't see where there could possibly be a problem. Hopefully someone on the FreeTDS list who has a need for this will be able to step up and confirm for sure whether or not it works. Thanks, Steve

Re: [PHP-DEV] Bug #13137: CVS incompatible with autoconf 2.13(AC_LANG_POP)

2001-09-04 Thread Steve Langasek
the issue up with the maintainers of the appropriate Debian packages. Looks like this isn't PHP's bug. Thanks, Steve Langasek postmodern programmer -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-DEV] Sybase and Sybase-CT and MSSQL, oh my?

2001-09-04 Thread Steve Langasek
can't imagine that there is so much difference between these two codebases that we need one extension with a .dsp file and one extension with a config.m4 file. Are there other reasons why PHP developers would prefer not to combine these two extensions into one? Regards, Steve Langasek postmodern

[PHP-DEV] Patch for improved autoconf 2.50 compatibility

2001-09-03 Thread Steve Langasek
. This patch makes the changes necessary to support moving configure.in to configure.ac. It should of course be accompanied by an actual rename of that file in CVS. Regards, Steve Langasek postmodern programmer Index: build/build2.mk === RCS

[PHP-DEV] Patch: conflicting defines in PHP extensions should be made private

2001-09-03 Thread Steve Langasek
by header files internal to this extension. With this change, it should be possible to statically include both the IBM DB2 and Sybase extensions in a single PHP build. Regards, Steve Langasek postmodern programmer Index: ext/sybase/php_sybase_db.c