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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nvdmerwe at csir dot co dot za
New email:
PHP Version: OS:

 

 [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: Fri Apr 26 10:01:31 2024 UTC