Re: [PHP-DEV] SSL socket support

2001-02-26 Thread Stig Venaas
On Mon, Feb 26, 2001 at 01:31:05AM -, Wez Furlong wrote: I've been reviewing my relatively crude patch from September last year that provided transparent SSL socket access to PHP via the php functions fsockopen, fread etc. etc. Great, I was wondering what happened, was considering doing

[PHP-DEV] PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-26 Thread sniper
ID: 9003 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: User feedback: --- I try that, but it doesn't work, any version of pthread i need to install 1st??? --- This is what I have:

[PHP-DEV] PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-26 Thread sniper
ID: 9003 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Reproduceable crash Assigned To: Comments: And as you're using OCI8 make sure you have all the required environment variables set ( http://www.php.net/oci8 ) before starting Apache. --Jani Previous

[PHP-DEV] PHP 4.0 Bug #9421 Updated: PHPSESSID should use amp;

2001-02-26 Thread sniper
ID: 9421 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Assigned To: Comments: This is fixed in CVS. Please try with CVS snapshot from http://snaps.php.net/ and check the php.ini-dist file for 'arg_separator' directive. --Jani

[PHP-DEV] PHP 4.0 Bug #9424 Updated: Setcookie don't work well

2001-02-26 Thread sniper
ID: 9424 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: HTTP related Assigned To: Comments: Read the manual page for setcookie: http://www.php.net/setcookie and ask further support questions on [EMAIL PROTECTED] --Jani Previous Comments:

[PHP-DEV] RE: PHP 4.0 Bug #9003 Updated: mod_ssl + php4.0.4pl1 crash

2001-02-26 Thread Sherman Chan
yes, i do have those envoirment defined before it start the apache, as i point out before, it works ok without ssl, only fails when I start it up with ssl thanks, Sherman -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 February 2001 7:57 PM To: [EMAIL

[PHP-DEV] PHP 4.0 Bug #9425 Updated: file upload appends content-type header to beginning of binary file

2001-02-26 Thread sniper
ID: 9425 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Previous Comments: --- [2001-02-23 12:35:17] [EMAIL PROTECTED] I've

[PHP-DEV] ctype function (re?)naming

2001-02-26 Thread Hartmut Holzgraefe
RFC: what should their names be in 4.0.5? ( ) stay with ctype_alpha() ... ( ) switch to ctype_isalpha() ... ( ) switch to ctype_isalpha() ... and have ctype_alpha() aliases ( ) switch to ctype_is_alpha() ... ( ) switch to ctype_is_alpha() ... and have ctype_alpha() aliases ( )

[PHP-DEV] PHP 4.0 Bug #9429 Updated: Apache hangs when Win goes to standby

2001-02-26 Thread sniper
ID: 9429 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Bogus Bug Type: Apache related Assigned To: Comments: submitted twice. ( orig. #9422) Previous Comments: --- [2001-02-23 14:27:05]

[PHP-DEV] PHP 4.0 Bug #9452: spaces insered between character

2001-02-26 Thread gael . blanchet
From: [EMAIL PROTECTED] Operating system: RedHat 62 PHP version: 4.0.4pl1 PHP Bug Type: Oracle related Bug description: spaces insered between character php4 --with-apxs --with-osi8 -- Edit Bug report at: http://bugs.php.net/?id=9452edit=1 -- PHP Development Mailing

[PHP-DEV] Re: [PHP-QA] ctype function (re?)naming

2001-02-26 Thread Derick Rethans
On Mon, 26 Feb 2001, Hartmut Holzgraefe wrote: RFC: what should their names be in 4.0.5? ( ) stay with ctype_alpha() ... ( ) switch to ctype_isalpha() ... ( ) switch to ctype_isalpha() ... and have ctype_alpha() aliases ( ) switch to ctype_is_alpha() ... (X) switch to

[PHP-DEV] PHP 4.0 Bug #9452 Updated: spaces insered between character

2001-02-26 Thread derick
ID: 9452 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Oracle related Assigned To: Comments: Nowhere near enough info (Read www.php.net/bugs-dos-and-donts.php before submitting a bug) Previous Comments:

Re: [PHP-DEV] ctype function (re?)naming

2001-02-26 Thread Stanislav Malyshev
HH RFC: what should their names be in 4.0.5? HH HH ( ) stay with ctype_alpha() ... HH (X) switch to ctype_isalpha() ... HH ( ) switch to ctype_isalpha() ... and have ctype_alpha() aliases HH ( ) switch to ctype_is_alpha() ... HH ( ) switch to ctype_is_alpha() ... and have ctype_alpha()

[PHP-DEV] PHP 4.0 Bug #9430 Updated: APACHE fails to compile when --with-imap support is enabled

2001-02-26 Thread sniper
ID: 9430 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Apache related Assigned To: Comments: The c-client library is not meant to be compiled as shared library (yet). Please consult this page for info where to get the sources and how to install

[PHP-DEV] PHP 4.0 Bug #9432 Updated:

2001-02-26 Thread sniper
ID: 9432 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *Install and Config Assigned To: Comments: # ./configure --help |grep imap-ssl --with-imap-ssl[=DIR] Include SSL support in IMAP. Add above option into your configure line.

[PHP-DEV] PHP 4.0 Bug #8361 Updated: Chinese char changed ADODB.command,recordset can not be used

2001-02-26 Thread sniper
ID: 8361 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: COM related Assigned To: phanto Comments: Previous Comments: --- [2001-02-23 20:23:32] [EMAIL PROTECTED] Thank you very

[PHP-DEV] PHP 4.0 Bug #9453: Reference issue

2001-02-26 Thread mailling
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Reference issue I tried it with: allow_call_time_pass_reference = Off and allow_call_time_pass_reference= On It seems that the

[PHP-DEV] PHP 4.0 Bug #9454: Reference issue 2

2001-02-26 Thread mailling
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Reference issue 2 I got in trouble with reference. Issues with Linux, Mandrake 7.2 and Windows 2000 with PHP 4.04pl1, php 4.0.3 php 4.0.1pl2

[PHP-DEV] PHP 4.0 Bug #3362 Updated: php_auth_user not passed back to apache

2001-02-26 Thread benedict
ID: 3362 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Apache related Description: php_auth_user not passed back to apache No, this seems to be gone in PHP 4. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #3362 Updated: php_auth_user not passed back to apache

2001-02-26 Thread derick
ID: 3362 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Apache related Assigned To: Comments: User reported that the problem has gone. Previous Comments: --- [2001-02-26

[PHP-DEV] PHP 4.0 Bug #9455: Call to undefined function: mysql_connect()

2001-02-26 Thread micha
From: [EMAIL PROTECTED] Operating system: Linux RedHat 7.0 (kernel 2.2.16-22) PHP version: 4.0.4pl1 PHP Bug Type: MySQL related Bug description: Call to undefined function: mysql_connect() I did update my Linux RedHat from 6.2 to 7.0. After this PHP couldn't connect to

[PHP-DEV] PHP 4.0 Bug #9455 Updated: Call to undefined function: mysql_connect()

2001-02-26 Thread micha
ID: 9455 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: MySQL related Description: Call to undefined function: mysql_connect() I did install PHP --with-mysql. Previous Comments: --- [2001-02-26 06:15:01] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9456: dns.c

2001-02-26 Thread roberth . edberg
From: [EMAIL PROTECTED] Operating system: Linux-2.2.14 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: dns.c I'm trying to compile 4.0.4pl1 on a StromARM machine (www.netwinder.org) gcc version=2.95.1 My configureline: ./configure

[PHP-DEV] RE: [PHP-QA] ctype function (re?)naming

2001-02-26 Thread James Moore
RFC: what should their names be in 4.0.5? ( ) stay with ctype_alpha() ... ( ) switch to ctype_isalpha() ... ( ) switch to ctype_isalpha() ... and have ctype_alpha() aliases (X) switch to ctype_is_alpha() ... ( ) switch to ctype_is_alpha() ... and have [Undocumentated]

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-02-26 Thread James Moore
-Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED]] Sent: 26 February 2001 09:52 To: Hartmut Holzgraefe Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming HH RFC: what should their names be in 4.0.5? HH HH

[PHP-DEV] PHP 4.0 Bug #9449 Updated: wordwrap runs into infinite loop

2001-02-26 Thread jmoore
ID: 9449 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Assigned To: Comments: This seems to happen when $break is over 2 chars, Ill look at it later. James Previous Comments:

[PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-02-26 Thread Stanislav Malyshev
JM This is not in line with the other is_* functions. To keep in line with If you mean ctype functions, I agree - they all should be is*. If you mean is_integer type functions - so what? It's not in line also with mysql_num_rows function, so? That's just functions from different area, and the

[PHP-DEV] SLEEP and MAXEXECUTIONTIME and NAUGHTY modules

2001-02-26 Thread Sam Liddicott
I notice that usleep and sleep both clash on solaris with Max-execution-time. 1) I notice various modules using sleep: db, hyperwave, mysql, oci8, satellite which seems to break max execution time. 2) Could we not use: #include unistd.h #define sleep (n) \ { struct timeval tv; \

Re: [PHP-DEV] ctype function (re?)naming

2001-02-26 Thread Marten Gustafsson
-Original Message- From: Stanislav Malyshev [mailto:[EMAIL PROTECTED]] Sent: 26 February 2001 09:52 To: Hartmut Holzgraefe Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming HH RFC: what should their names be in 4.0.5?

[PHP-DEV] PHP 4.0 Bug #9457: cannot compile with native Solaris libldap (fix included)

2001-02-26 Thread tsv
From: [EMAIL PROTECTED] Operating system: Solaris 8 (Sparc) PHP version: 4.0.4pl1 PHP Bug Type: LDAP related Bug description: cannot compile with native Solaris libldap (fix included) ./configure --with-ldap ... don't use native /usr/lib/libldap.so *** ext/ldap/config.m4

[PHP-DEV] PHP 4.0 Bug #9458: in_array() error

2001-02-26 Thread tf
From: [EMAIL PROTECTED] Operating system: linux 2.2.x 2.4.x PHP version: 4.0.3pl1 PHP Bug Type: Arrays related Bug description: in_array() error comparison problem in in_array() function ?php $a="foo"; $b=array(1, 4, 6); if(in_array($a, $b)){ echo "BAR!"; } ? is a

[PHP-DEV] PHP 4.0 Bug #9458 Updated: in_array() error

2001-02-26 Thread stas
ID: 9458 Updated by: stas Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Arrays related Assigned To: Comments: Do not see any problem here. in_array returns for me false, as it should. This bug seems to be fixed or you have some other problem. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9459: Floating point exception upon apache start

2001-02-26 Thread mkondrashin
From: [EMAIL PROTECTED] Operating system: FreeBSD-3.0.RELEASE PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Floating point exception upon apache start After running standard (with apxs) commands from INSTALL script apache won't start - shows

[PHP-DEV] PHP 4.0 Bug #9460: File upload problem when the form control name is an array element

2001-02-26 Thread robin
From: [EMAIL PROTECTED] Operating system: Suse (2.2.16 kernel) PHP version: 4.0.4pl1 PHP Bug Type: HTTP related Bug description: File upload problem when the form control name is an array element Precis: I was trying to submit a form divided into sections, each section

[PHP-DEV] PHP 4.0 Bug #9456 Updated: dns.c

2001-02-26 Thread wez
ID: 9456 Updated by: wez Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Assigned To: Comments: It sounds like gcc doesn't know enough about the StrongArm - the code dump is of the internal retargetable code that gcc generates. I would suggest trying to either update

[PHP-DEV] PHP 4.0 Bug #9339 Updated: infinite loop in wordwrap

2001-02-26 Thread jmoore
ID: 9339 Updated by: jmoore Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Strings related Assigned To: Comments: This was a bug but is fixed in CVS now. James Previous Comments: --- [2001-02-19 22:39:48]

[PHP-DEV] PHP 4.0 Bug #9449 Updated: wordwrap runs into infinite loop

2001-02-26 Thread jmoore
ID: 9449 Updated by: jmoore Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: Fixed in CVS. -- James Previous Comments: --- [2001-02-26 07:11:47] [EMAIL

[PHP-DEV] PHP 4.0 Bug #9459 Updated: Floating point exception upon apache start

2001-02-26 Thread sniper
ID: 9459 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Reproduceable crash Assigned To: Comments: This is fixed in CVS. Try the latest snapshot from http://snaps.php.net/ --Jani Previous Comments:

[PHP-DEV] Re: PHP 4.0 Bug #9459 Updated: Floating point exception upon apache start

2001-02-26 Thread Michael Kondrashin
Dear Jani, Thank You. Best regards, Michael Kondrashin - Original Message - From: Bug Database [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 26, 2001 16:18 Subject: PHP 4.0 Bug #9459 Updated: Floating point exception upon apache start ID: 9459 Updated by: sniper

[PHP-DEV] PHP 4.0 Bug #8469 Updated: function pdf_setlinewidth does not work at all.

2001-02-26 Thread sniper
ID: 8469 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: PDF related Assigned To: Comments: No feedback, considered fixed. (works just fine for me..) --Jani Previous Comments:

[PHP-DEV] PHP 4.0 Bug #8310 Updated: Coredump when running php

2001-02-26 Thread sniper
ID: 8310 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: PDF related Assigned To: Comments: How did you configure pdflib? Did you use --enable-shared-pdflib option in the configure line when you configured pdflib itself? --Jani Previous

[PHP-DEV] PHP 4.0 Bug #9461: imap_open crash when connecting to nntp with username and password

2001-02-26 Thread bo
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0 Latest CVS (26/02/2001) PHP Bug Type: IMAP related Bug description: imap_open crash when connecting to nntp with username and password function that causes crash ?php

[PHP-DEV] PHP 4.0 Bug #8437 Updated: Compile error with pdflib gd (shared)

2001-02-26 Thread sniper
ID: 8437 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Problem Assigned To: Comments: This should be fixed in CVS now. And if not, use the workaround of configuring both pdflib and gd extensions as shared and not only other. --Jani

[PHP-DEV] PHP 4.0 Bug #8437 Updated: Compile error with pdflib gd (shared)

2001-02-26 Thread sniper
ID: 8437 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Problem Assigned To: Comments: Previous Comments: --- [2000-12-27 08:57:50] [EMAIL PROTECTED] This compile

[PHP-DEV] PHP 4.0 Bug #8875 Updated: crash - Signal 11

2001-02-26 Thread sniper
ID: 8875 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IMAP related Assigned To: Comments: Does this happen with PHP 4.0.4pl1? --Jani Previous Comments: --- [2001-01-24

[PHP-DEV] PHP 4.0 Bug #6704 Updated: Authentication does not work with PHP4 ISAPI

2001-02-26 Thread mbuettge
ID: 6704 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: IIS related Description: Authentication does not work with PHP4 ISAPI Problem corrected by PHP 4.0.4pl1. Thanks. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9462: NULL bute eats rest of string

2001-02-26 Thread tharbad
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Filesystem function related Bug description: NULL bute eats rest of string I'm not sure if this is a bug or feature, comments are apreciated. http://bugs.horde.org/show_bug.cgi?id=621

Re: [PHP-DEV] call_user_method_array

2001-02-26 Thread Andrei Zmievski
On Sun, 25 Feb 2001, Wez Furlong wrote: Hi, I have written a call_user_method_array function that, This function has already been implemented for the next release. -Andrei * The future is not what it used to be. * -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

[PHP-DEV] PHP 4.0 Bug #9450 Updated: File uploading problem

2001-02-26 Thread korba
ID: 9450 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Description: File uploading problem Ooops, I'm very sorry, it was my mistake... Of course everthing works fine, except when uploading picture, it contains "Content-type: " at the beginnig. But I guess it's

[PHP-DEV] PHP 4.0 Bug #8310 Updated: Coredump when running php

2001-02-26 Thread s . piton
ID: 8310 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: PDF related Description: Coredump when running php Yes, I have used the --enable-shared-pdflib option. I have no solutions yet. Waitin' for another pdflib version!!! Previous Comments:

[PHP-DEV] PHP 4.0 Bug #9463: cmd line PHP crash with oracle+oci loaded

2001-02-26 Thread g . giunta
From: [EMAIL PROTECTED] Operating system: Windows 95 PHP version: 4.0.4pl1 PHP Bug Type: Oracle related Bug description: cmd line PHP crash with oracle+oci loaded When run from the command line, php 4.04pl1 (or 4.03pl1) will crash if both oracle and oci extensions are

[PHP-DEV] exits Backus-Naur Form?

2001-02-26 Thread Thomas Fromm
Hi, exits there a Backus-Naur Style Dokumentation of the PHP Language? regards, tf -- -- http://phporacleadmin.org http://tfromm.com http://www.inubit.com "go away or I will replace You with a small PHP script!" --

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-02-26 Thread Zak Greant
Stanislav Malyshev wrote: JM This is not in line with the other is_* functions. To keep in line with If you mean ctype functions, I agree - they all should be is*. If you mean is_integer type functions - so what? It's not in line also with mysql_num_rows function, so? That's just functions

[PHP-DEV] PHP 4.0 Bug #9466 Updated: Eval With return doesn't work

2001-02-26 Thread cnewbill
ID: 9466 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: It does work with a CVS snapshot. ?php $eval = "return 123;"; $e = eval("$eval"); var_dump($e); ? OUTPUT int(123) You also

[PHP-DEV] PHP 4.0 Bug #9467: parse error when closing function in require()/include() file

2001-02-26 Thread danielc
From: [EMAIL PROTECTED] Operating system: NT 4.0 sp 6a PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: parse error when closing function in require()/include() file Hi: A parse error arises if a function was opened in the main file and closed

[PHP-DEV] PHP 4.0 Bug #9468: fread stops reading

2001-02-26 Thread stock
From: [EMAIL PROTECTED] Operating system: w2k PHP version: 4.0.4 PHP Bug Type: Filesystem function related Bug description: fread stops reading i am using php 4.0.4 (build 20.12.2000) on w2k (build 2195)with iis5. pls. note that fread function has a problem reading a binary

[PHP-DEV] PHP 4.0 Bug #9469: HAVE_REALPATH not being checked

2001-02-26 Thread amra
From: [EMAIL PROTECTED] Operating system: OS400 PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: HAVE_REALPATH not being checked Get a compile error in ex/standard/basic_functions.c because realpath() is not available. The current code does not check

[PHP-DEV] PHP 4.0 Bug #9467 Updated: parse error when closing function in require()/include() file

2001-02-26 Thread cynic
ID: 9467 Updated by: cynic Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Scripting Engine problem Assigned To: Comments: This has changed some time ago. Every file (the "main" one, and any included/required) must be valid PHP scripts in themselves. Previous

[PHP-DEV] PHP 4.0 Bug #7582 Updated: ODBC or die inside user defined functions

2001-02-26 Thread danielc
ID: 7582 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: ODBC or die inside user defined functions Problem still exists in php4_0_5-dev-win32-20010220 Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9454 Updated: Reference issue 2

2001-02-26 Thread mailling
ID: 9454 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Reference issue 2 This problem seems to be related to the bug 9407 also. I am not sure it is due to the garbage collector. I ran it as a CGI or with ISAPI filter, I increased the amount of

[PHP-DEV] PHP 4.0 Bug #9470: complement of 8676 - serialize reference

2001-02-26 Thread mailling
From: [EMAIL PROTECTED] Operating system: windows 2000 sp1 PHP version: 4.0.4pl1 PHP Bug Type: *Session related Bug description: complement of 8676 - serialize reference I got a similar issue, when I dump the unserialize (with a var_dump), I got for the object:

[PHP-DEV] PHP 4.0 Bug #9471: Warning: $CS is not an object in /www/wwwx/index.phtml on line 25

2001-02-26 Thread elee
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Warning: $CS is not an object in /www/wwwx/index.phtml on line 25 Warning: $CS is not an object in /www/wwwx/index.phtml on line 25 Warning:

[PHP-DEV] RE: PHP 4.0 Bug #9471 Updated: Warning: $CS is not an object in /www/wwwx/index.phtml on line 25

2001-02-26 Thread Ed Lee
I don't know why, our web site visabrc.com was working for years and problem occurred on last Saturday. No body changed any include files or so. However, In /usr/local/lib/php/class.Visitor.inc, we had $CS declared: ?php class Visitor extends Service { var $visitorid, $vpromo, $CS,

[PHP-DEV] PHP 4.0 Bug #9469 Updated: HAVE_REALPATH not being checked

2001-02-26 Thread amra
ID: 9469 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Description: HAVE_REALPATH not being checked In addition, TSRM/tsrm_virtual_cwd.c uses realpath without checking HAVE_REALPATH. Previous Comments:

Re: [PHP-DEV] RE: PHP 4.0 Bug #9471 Updated: Warning: $CS is not anobject in /www/wwwx/index.phtml on line 25

2001-02-26 Thread Sebastian Bergmann
Ed Lee wrote: I don't know why, our web site visabrc.com was working for years and problem occurred on last Saturday. No body changed any include files or so. This is hard to believe. However, In /usr/local/lib/php/class.Visitor.inc, we had $CS declared: ?php class Visitor extends

[PHP-DEV] PHP 4.0 Bug #9471 Updated: Warning: $CS is not an object in /www/wwwx/index.phtml on line 25

2001-02-26 Thread cnewbill
ID: 9471 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: [USER NOTES via Email] I don't know why, our web site visabrc.com was working for years and problem occurred on last Saturday. No body changed any include

[PHP-DEV] PHP 4.0 Bug #9383 Updated: mcrypt 2.4.9 function causes Apache to segfault

2001-02-26 Thread juraj
ID: 9383 User Update by: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Description: mcrypt 2.4.9 function causes Apache to segfault OK, I've done some research. This code fails to run (segfaults with the same symptoms as PHP): #includemcrypt.h main() {

Re: [PHP-DEV] SSL socket support (LONG!)

2001-02-26 Thread Wez Furlong
On 2001-02-26 08:21:23, Stig Venaas [EMAIL PROTECTED] wrote: Sounds good to me. It's also impossible in a portable way to know if a socket is AF_INET, AF_INET6 or AF_LOCAL, so for socket() function etc. I've been thinking of doing something like this to store what domain a socket is in

[PHP-DEV] PHP 4.0 Bug #8464 Updated: PHP SIGABRT's using pspell functions

2001-02-26 Thread vlad
ID: 8464 Updated by: vlad Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Pspell related Assigned To: Comments: hmmm... Too bad I don't have Solaris (or free time) to play with this. But I've got one question: Do pspell and aspell work on your solaris machine at all?

[PHP-DEV] PHP 4.0 Bug #9472: Apache refuses to start when trying to load php DSO module

2001-02-26 Thread thegreengrinch
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: Apache refuses to start when trying to load php DSO module LoadModule php4_modulelibexec/libphp4.so When the previous line is present in

[PHP-DEV] PHP 4.0 Bug #8464 Updated: PHP SIGABRT's using pspell functions

2001-02-26 Thread schu
ID: 8464 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Pspell related Description: PHP SIGABRT's using pspell functions Vlad, Here is the output of the commands that you requested: * [schu@untied:examples]$

[PHP-DEV] PHP 4.0 Bug #9473: Blank screen. Scripting engine does not run

2001-02-26 Thread sumo36
From: [EMAIL PROTECTED] Operating system: NT 2000 PHP version: 4.0.4pl1 PHP Bug Type: *Configuration Issues Bug description: Blank screen. Scripting engine does not run I am not sure what to send as I have done every thing in the documentation. My Internet Explorer 5.5

Re: [PHP-DEV] RE: [PHP-QA] Re: [PHP-DEV] ctype function (re?)naming

2001-02-26 Thread Ron Chmara
Stanislav Malyshev wrote: JM This is not in line with the other is_* functions. To keep in line with If you mean ctype functions, I agree - they all should be is*. If you mean is_integer type functions - so what? It's not in line also with mysql_num_rows function, so? That's just functions

Re: [PHP-DEV] SSL socket support (LONG!)

2001-02-26 Thread Stig Venaas
On Mon, Feb 26, 2001 at 11:39:51PM +, Wez Furlong wrote: When opening a socket there are 3 stages (and thus operations on the socket): 1. Create a socketd of appropriate domain/type/family (socket(2)) 2. resolve the address to connect to (domain specific) 3. make the connection

[PHP-DEV] [Fwd: In response to bug report 8657]

2001-02-26 Thread Sebastian Bergmann
Cameron Just wrote: Hi, Since you haven't had a response from this user. http://bugs.php.net/bugs.php?id=8657 I know that the UNC pathnames are still not working with PHP4.0.4pl1 The bug was first reported here http://bugs.php.net/bugs.php?id=6554 I didn't find the above bug

[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-02-26 Thread nekto
ID: 9418 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: *General Issues Description: Upload image file is broken Previous Comments: --- [2001-02-25 18:28:55] [EMAIL PROTECTED] Reopening.