php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4468 random ifx_pconnect code -439 with ifx_connect
Submitted: 2000-05-16 15:23 UTC Modified: 2005-03-31 16:13 UTC
Votes:8
Avg. Score:4.4 ± 0.9
Reproduced:5 of 6 (83.3%)
Same Version:0 (0.0%)
Same OS:3 (60.0%)
From: pgrenier at framfab dot fr Assigned:
Status: Wont fix Package: Other
PHP Version: 3.0.14 OS: linux red hat 6.0
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2000-05-16 15:23 UTC] pgrenier at framfab dot fr
configure php :
#!/bin/bash
CC="gcc" OPTIM="-O2" \
./configure \
--includedir=/opt/informix/incl/esql \
--with-apache=/www/install/apache_1.3.11 \
--with-informix=/opt/informix \
--with-zlib \
--enable-sysvsem \
--enable-sysvshm \
--enable-track-vars \
--enable-magic-quotes

a piece of php3.ini :
[Informix]
ifx.default_host                =               ; default host for ifx_connect() (doesn't apply in safe mode)
ifx.default_user                =               ; default user for ifx_connect() (doesn't apply in safe mode)
ifx.default_password            =               ; default password for ifx_connect() (doesn't apply in safe mode)
ifx.allow_persistent            =       Off     ; allow or prevent persistent link
ifx.max_persistent              =       -1      ; maximum number of persistent links. -1 means no limit
ifx.max_links                   =       -1      ; maximum number of links (persistent+non persistent).  -1 means no limit
ifx.textasvarchar               =       0       ; if set on, select statements return the contents of a text blob instead of it's id
ifx.byteasvarchar               =       0       ; if set on, select statements return the contents of a byte blob instead of it's id
ifx.charasvarchar               =       0       ; trailing blanks are stripped from fixed-length char columns. May help the life
                                                ; of Informix SE users.
ifx.blobinfile                  =       0       ; if set on, the contents of text&byte blobs are dumped to a file instead of
                                                ; keeping them in memory
ifx.nullformat                  =       0       ; NULL's are returned as empty strings, unless this is set to 1. In that case,
                                                ; NULL's are returned as string 'NULL'.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-31 16:13 UTC] php-bugs at lists dot php dot net
We are sorry, but we do not support PHP 3 related problems anymore.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC