Date: 07/31/01
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS sablot error"
- Previous message: jflemer <email protected>: "[PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #12491 Updated: compile fails when using --with-apxs2 and --with-sybase"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12491 Updated: compile fails when using --with-apxs2 and --with-sybase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: s.bennett <email protected>
Operating system: Solaris 7
PHP version: 4.0.6
PHP Bug Type: Compile Failure
Bug description: compile fails when using --with-apxs2 and --with-sybase
Here's a patch that seems to fix it for me:
--- ext/sybase/php_sybase_db.c.orig Tue Jul 31 17:29:37 2001
+++ ext/sybase/php_sybase_db.c Tue Jul 31 17:25:47 2001
@@ -707,6 +707,7 @@
int blocks_initialized=1;
int i,j;
int *column_types;
+ PLS_FETCH();
switch(ZEND_NUM_ARGS()) {
case 1:
-- Edit bug report at: http://bugs.php.net/?id=12491&edit=1-- 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: Sebastian Bergmann: "Re: [PHP-DEV] Latest CVS sablot error"
- Previous message: jflemer <email protected>: "[PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #12491 Updated: compile fails when using --with-apxs2 and --with-sybase"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12491 Updated: compile fails when using --with-apxs2 and --with-sybase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

