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
 [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: Sun May 05 04:01:32 2024 UTC