php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #138 #endif in oracle.h
Submitted: 1998-03-03 11:55 UTC Modified: 1998-03-04 07:36 UTC
From: nvdmerwe at csir dot co dot za Assigned:
Status: Closed Package: Oracle related
PHP Version: 3.0b6 OS: NT 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
16 - 2 = ?
Subscribe to this entry?

 
 [1998-03-03 11:55 UTC] nvdmerwe at csir dot co dot za
The closing #endif for the #ifdef _STDC_ directive seems to be in the wrong place in the oracle.h header. It's currently slap bang in the middle of the oraCursor structure definition, which doesn't make sense. Commenting that #endif out and placing it just after the #include "ociapr.h" line seems to fix this problem - seems the logical place to put it.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-03-04 07:36 UTC] ssb
Fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC