php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3907 Problems with registered POST variables with phplib and php-4.0b4pl1
Submitted: 2000-03-23 10:29 UTC Modified: 2000-08-15 09:41 UTC
From: lgallego at uvigo dot es Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 4 Patch Level 1 OS: Linux RedHat 6.1
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lgallego at uvigo dot es
New email:
PHP Version: OS:

 

 [2000-03-23 10:29 UTC] lgallego at uvigo dot es
Hi Friends:

I have a problem with php-4.0b4pl1. i?m using phplib-7.2 (session and
authentication modules) saving the session information in shared memory.

    With php-4.0b3 all works fine, but with php-4.0b4pl1, i can?t save the
registered POST variables, always are empty, by other side,
non-registered POST variables works well.

    My php configure (in both: php-4.0b3 and php-4.0b4pl1) line is:

        ./configure --with-informix
                        --with-apache=../apache_1.3.12
                        --enable-track-vars
                        --with-config-file-path=/etc
                        --with-pdflib=/usr/local
                        --with-tiff-dir=/usr
                        --with-jpeg-dir=/usr
                        --with-zlib-dir=/usr
                        --with-zlib
                        --disable-debug
                        --enable-sysvsem
                        --enable-sysvshm
                        --enable-inline-optimization
                        --without-gd

    Thank you.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 14:19 UTC] brad@php.net
In your php.ini, is register_globals On or Off?
 [2000-08-15 09:41 UTC] waldschrott@php.net
Closed due to missing user feedback.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 15:01:31 2025 UTC