ID: 10654
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: OCI8 related
Operating system: Linux i386
PHP Version: 4.0.5
Description: Slight change to dead session detection?
Working to recreate the problem. Please hold :)
Previous Comments:
--
From: [EMAIL PROTECTED]
Operating system: linux x86
PHP version: 4.0.5
PHP Bug Type: Scripting Engine problem
Bug description: Script crash in zend_execute.c
One of our users reported the following problem to us in a screen dump. Because the
script in question is in product
From: [EMAIL PROTECTED]
Operating system: Linux i386
PHP version: 4.0.6
PHP Bug Type: Compile Failure
Bug description: Typo in cpdf.c
Compiling with cpdf causes an error
make[3]: Entering directory `/usr/local/src/build/php4/ext/cpdf'
gcc -I. -I/usr/local/src/build/php4/ext/
From: [EMAIL PROTECTED]
Operating system: Linux i386
PHP version: 4.0 Latest CVS (2001-07-01)
PHP Bug Type: mhash related
Bug description: segfault in mhash_keygen_s2k()
According to the PHP docs, the salt parameter hasa fixed length of 8 bytes. Using
lengths over 8 bytes c
From: [EMAIL PROTECTED]
Operating system: Linux -386
PHP version: 4.0CVS-2001-07-10
PHP Bug Type: *Compile Issues
Bug description: Conflict in ncurses and cpdf?
Using ncurses 5.2.20010318-2 (from Debian unstable) and clibpdf-2.02.
When compiling:
/bin/sh /usr/local/src
From: [EMAIL PROTECTED]
Operating system: Linux-2.2.17-i386
PHP version: 4.0 Latest CVS (31/03/2001)
PHP Bug Type: Informix related
Bug description: Small cosmetic in phpinfo() for Informix
When Informix is loaded as a module and phpinfo() is displayed, the table displaying
From: [EMAIL PROTECTED]
Operating system: Linux-i386
PHP version: 4.0 Latest CVS (15/04/2001)
PHP Bug Type: PDF related
Bug description: Incorrect paramters for pdf_setdash
According to the docs for pdflib pdf_setdash should have the following parameters:
void PDF_setdash(P
From: [EMAIL PROTECTED]
Operating system: Linux-i386
PHP version: 4.0 Latest CVS (15/04/2001)
PHP Bug Type: Documentation problem
Bug description: Incorrect paramters for pdf_setdash()
Function description is currently
void PDF_setdash (int pdf object, double w, double b)
S
From: [EMAIL PROTECTED]
Operating system: Linux x86
PHP version: 4.0 Latest CVS (15/04/2001)
PHP Bug Type: PDF related
Bug description: pdf_setcolor optional parameters not optional
In pdf_setcolor() which is part of pdflib-4.0 and in the CVS of PHP, pdf_setcolor()
can take
From: [EMAIL PROTECTED]
Operating system: Linux i386
PHP version: 4.0 Latest CVS (28/04/2001)
PHP Bug Type: FDF related
Bug description: Case sensitivity in configure script
This problem has been brought up before as compile problems but I think this needs to
get resolved a
From: [EMAIL PROTECTED]
Operating system: Linux i386
PHP version: 4.0.5
PHP Bug Type: OCI8 related
Bug description: Slight change to dead session detection?
This could have been a php-dev list posting...
I'm not sure if this applies to the dead session detection change made
From: [EMAIL PROTECTED]
Operating system: Linux x86
PHP version: 4.0 Latest CVS (15/04/2001)
PHP Bug Type: PDF related
Bug description: problem with pdf_get_pdi_paramter()
Configure line is:
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--enable-track-vars'
'--ena
From: [EMAIL PROTECTED]
Operating system: Solaris 2.6
PHP version: 4.0.6
PHP Bug Type: Feature/Change Request
Bug description: Incorrect upload_max_filesize causes problems
This is more of a user-error problem but it would be nice to maybe do
something about.
Setting a uplo
From: [EMAIL PROTECTED]
Operating system: Linux 2.2.19-x86
PHP version: 4.0CVS-2001-08-14
PHP Bug Type: cURL related
Bug description: cURL crash (reproducible)
PHP - latest CVS
curl 7.8 (i686-pc-linux-gnu) libcurl 7.8 (SSL 0.9.5)
OpenSSL 0.9.6b 9 Jul 2001
I've just noti
From: [EMAIL PROTECTED]
Operating system: Solaris 2.6
PHP version: 4.0.6
PHP Bug Type: OCI8 related
Bug description: configure error when compiling with oci8
Solaris 2.6, Oracle 8.1.7, Apache 1.3.20
Compiling with gcc and ld as listed
Reading specs from
/usr/local/lib/gc
ID: 12916
Updated by: graeme
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: OCI8 related
Operating System: Solaris 2.6
PHP Version: 4.0.6
New Comment:
Resolved. Actually related to Sablot/Expat. Still working through why this occurred.
Previous Comments
usr/local/apache/bin/httpd:
fatal:
relocation error: file
/usr/local/lib/php/extensions/no-debug-non-zts-20001222/
openssl.so: symbol d2i_PrivateKey: referenced symbol not found in Unknown
on lin
e 0
Anyone got any clues?
Cheers,
Graeme
--
PHP Development Mailing List <http://www.php.net/&
From: [EMAIL PROTECTED]
Operating system: Solaris-2.6
PHP version: 4.0.6
PHP Bug Type: Reproducible crash
Bug description: segfault in ociparse()
Using gcc-2.95.3
Configure line:
"./configure" \
"--enable-debug" \
"--enable-libgcc" \
"--with-apxs=/usr/local/apache/bin/a
ID: 13297
Updated by: graeme
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: OCI8 related
Operating System: Solaris-2.6
PHP Version: 4.0.6
New Comment:
>From compliing Oracle not as a .so but as static module in PHP, this error shows up
>when running configure.
checki
ID: 13297
Updated by: graeme
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: OCI8 related
Operating System: Solaris-2.6
PHP Version: 4.0.6
New Comment:
Turns out that our DBA in his infinite wisdom brought over an Oracle install from a
Solaris-2.8 box.
Quote: Some
PHP for cygwin. Yes the current
win32 version works but now there's a nicely self-contained version for
cygwin.
I can provide a patch for 4.0.6 if anyone is at all interested.
Cheers,
Graeme
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTE
unctions.c and php_math.h
Cheers,
Graeme
/* {{{ proto double fmod(double x, double y)
Returns the remainder of dividing x by y as a double */
PHP_FUNCTION(fmod)
{
zval **num1, **num2;
if (ZEND_NUM_ARGS() != 2 || zend_get_parameters_ex(2, &num1, &am
mpiling it myself but haven't got very far.
Cheers,
Graeme
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
urce scared the bejesus out of me :)
On the other hand, eventually getting a goodly chunk of the match functions
from glibc into PHP must be a 'good thing' I guess.
Cheers,
Graeme
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
/200110/msg01310.html
I've also patched 4.1.0 but it's not as complete as 4.0.6 due to a change in
Cygwin I suspect.
Cheers,
Graeme
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php
caching system. Is there a way
around this. It appears that it's doing all the get's, or
something
Thankyou,
Graeme.
False alarm. It's all good.
Some variable called HTTP_X_FORWARDED_FOR solved it.
that was from the php.net quick ref manual
errata, I think!
Thanks
- Original Message -
From:
Graeme
Canivet
To: [EMAIL PROTECTED]
Sent: Saturday, January 27, 2001 8:04
AM
Su
Sorry.. wow, that'd didn't work either..
So, anyone else have a suggestion.
It appears th\at these variables are not set on my
server? is
that a setting that they should change?
or?
- Original Message -
From:
Graeme
Canivet
To: [EMAIL PROTECTED]
Sent
Okay, an update to my caching proxy server
problem:
It seems that I get the proper true ip, when using
https://,
and the caching servers ip when I use http://
Still, does anyone have any info on this
problem?
erver.
- Original Message -
From: "Anil Madhavapeddy" <[EMAIL PROTECTED]>
To: "Graeme Canivet" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, January 27, 2001 9:26 PM
Subject: Re: [PHP-DEV] Proper IP
> Quoting Graeme Canivet <[EMAIL
Hi, I've got sessions setup on my php site, using
cookies, and the whole standard thing.
It seems, if I connect to a page in one
browser, and the session is set with all the variables about the user viewing
the site (ie SESSION["user"]["ip"] =
$REMOTE_ADDR)
then, if the user opens a s
31 matches
Mail list logo