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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sat Apr 27 04:01:30 2024 UTC