Re: [PHP-DEV] PEAR_INSTALLDIR breakage

2001-04-06 Thread Sascha Schumann
> Is there a reason the $'s were escape, or can I commit my fix? If EXTENSION_DIR/INCLUDE_PATH are used outside makefiles, your patch should be applied. - Sascha Experience IRCG http://schumann.cx/http://schumann.cx/ircg --

[PHP-DEV] announcement: new xmlrpc php C extension

2001-04-06 Thread Dan Libby
Apologies in advance if this is not the appropriate list for such an announcment. If there is a better one, please direct me toward it. I have cleaned up and released the php extension portion of the xmlrpc library we have been using internally at Epinions.com for a while now. It is currently

[PHP-DEV] PHP 4.0 Bug #10197: magic_quotes_runtime and other magic quotes sometimes are switching on or off.

2001-04-06 Thread slackl
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Output Control Bug description: magic_quotes_runtime and other magic quotes sometimes are switching on or off. magic_quotes_runtime and other magic quotes sometimes are switching on or off w

[PHP-DEV] modifying Session extension for Application variables

2001-04-06 Thread John
Hello everyone, I have been thinking about creating a PHP extension that supports Application variables for several days. This is to better support caching and shared variables. Then I realised that most of the functionality for supporting Application variables can be adapted from the session mo

[PHP-DEV] PHP 4.0 Bug #10198: Register functions doesn't work while starting up of apache

2001-04-06 Thread kalar
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4 PHP Bug Type: *General Issues Bug description: Register functions doesn't work while starting up of apache -- Edit Bug report at: http://bugs.php.net/?id=10198&edit=1 -- PHP Development Mailing List <

Re: [PHP-DEV] modifying Session extension for Application variables

2001-04-06 Thread Derick Rethans
Hello John, you might take a look at www.vl-srm.net At the moment such a solution is being build, actually, storing application level vars is almost possible now. Derick On Fri, 6 Apr 2001, John wrote: > Hello everyone, > > I have been thinking about creating a PHP extension that supports > Ap

[PHP-DEV] PHP 4.0 Bug #10198 Updated: Register functions doesn't work while starting up of apache

2001-04-06 Thread derick
ID: 10198 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: *General Issues Assigned To: Comments: Can you a provide a little more information, like the exact error message and your php.ini file? Please also read www.php.net/bugs-dos-and-donts.php be

[PHP-DEV] PHP 4.0 Bug #10199: c++ compiler error on ./configure

2001-04-06 Thread kapp
From: [EMAIL PROTECTED] Operating system: SuSE Linux 6.4 PHP version: 4.0.4pl1 PHP Bug Type: Apache related Bug description: c++ compiler error on ./configure when running: ./configure --prefix=/web2/php4/ --wit h-apxs2=/web2/apache2/bin/apxs --with-mysql (I use Apache 2.0

[PHP-DEV] PHP 4.0 Bug #10200: how to insert a single quote in a oracle database

2001-04-06 Thread rakshl
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.2 PHP Bug Type: *General Issues Bug description: how to insert a single quote in a oracle database -- Edit Bug report at: http://bugs.php.net/?id=10200&edit=1 -- PHP Development Mailing List

[PHP-DEV] PHP 4.0 Bug #10200 Updated: how to insert a single quote in a oracle database

2001-04-06 Thread derick
ID: 10200 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: This bug system is not for support questions. Please read www.php.net/bugs-dos-and-donts.php before posting. And ask on [EMAIL PROTECTED] about language q

[PHP-DEV] PHP 4.0 Bug #10201: php_mssql70.dll cannot be loaded

2001-04-06 Thread stefand
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: MSSQL related Bug description: php_mssql70.dll cannot be loaded I use php4.0.4 as CGI on Windows 2000 Advanced Server. If I don't include php_mssql70.dll in php.ini everything works p

[PHP-DEV] PHP 4.0 Bug #10202: java script does not work in linux browser, what is the reason

2001-04-06 Thread prasad
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: *General Issues Bug description: java script does not work in linux browser, what is the reason -- Edit Bug report at: http://bugs.php.net/?id=10202&edit=1 -- PHP Development Mailing

[PHP-DEV] PHP 4.0 Bug #10203: foreach weakness

2001-04-06 Thread jack
From: [EMAIL PROTECTED] Operating system: all PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: foreach weakness hello foreach ($array as list($a, $b)) ; won't work. is there any hope this will change in future? -- Edit Bug report at:

[PHP-DEV] PHP 4.0 Bug #10202 Updated: java script does not work in linux browser, what is the reason

2001-04-06 Thread hholzgra
ID: 10202 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: *General Issues Assigned To: Comments: PHP is a server side language, java script and browsers are client side Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10202 Updated: java script does not work in linux browser, what is the reason

2001-04-06 Thread derick
ID: 10202 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: *General Issues Assigned To: Comments: Not a PHP bug, and please read www.php.net/bugs-dos-and-donts.php if you encounter a real PHP bug in the future. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10203 Updated: foreach weakness

2001-04-06 Thread hholzgra
ID: 10203 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Feature/Change Request Assigned To: Comments: and what should it do? i guess you want to have key and value in one step? this is done by the foreach($array as $key => $value) construc

[PHP-DEV] PHP 4.0 Bug #10204: fgets causes memory leaks

2001-04-06 Thread pallmall
From: [EMAIL PROTECTED] Operating system: Linux, BSD and Windows PHP version: 4.0 Latest CVS (06/04/2001) PHP Bug Type: Sockets related Bug description: fgets causes memory leaks Try this script (tested on windows, linux and open BSD(: Run it with top or whatever running

[PHP-DEV] PHP 4.0 Bug #10203 Updated: foreach weakness

2001-04-06 Thread jack
ID: 10203 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Feature/Change Request Description: foreach weakness no, 'list' should assign an array to a list of variables. $arr = array(array(1, 2), array(3, 4)); foreach ($arr as list($a, $b)) echo "$a $b\

[PHP-DEV] PHP 4.0 Bug #10205: taalfout

2001-04-06 Thread m . ter_weeme
From: [EMAIL PROTECTED] Operating system: nvt PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: taalfout ***In de laatste zin staat "uitgeveord" ipv uitgevoerd.*** Hoofdstuk 4. Beveiliging Geïnstalleerd als CGI binary Mogelijke aanvallen Het leze

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread m . ter_weeme
ID: 10205 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: taalfout andere taalfout: ***voorzier moet zijn voorziet. beveiliging Het rapporteren van fouten Een standaard aanval taktiek is om het systeem te voorzien van ongeldige gegevens, en zo

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread m . ter_weeme
ID: 10205 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: taalfout 3 alinea's verderop staat geeeft ipv geeft. Previous Comments: --- [2001-04-06 08:25:59] [EMAIL PROTECTED] ande

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread hholzgra
ID: 10205 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Unknown/Other Function Assigned To: Comments: *PLEASE* ask in english! Previous Comments: --- [2001-04-06 08:29:

[PHP-DEV] RE: PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread Weeme ter, Maurice
In the dutch manual are some word misspeld. In chapter 4 security( beveiliging) the following word is mispeld. Uitgeveord must be uitgevoerd In chapter (het rapporteren van fouten) the following word is misspeld voorzier must be voorziet and 3 paragraphs further in the same article geeeft m

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread m . ter_weeme
ID: 10205 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Unknown/Other Function Description: taalfout In the dutch manual are some word misspeld. In chapter 4 security( beveiliging) the following word is mispeld. Uitgeveord must be uitgevoerd In chapter (he

[PHP-DEV] PHP 4.0 Bug #10206: PHP in CGI mode fails to perform OCILogon

2001-04-06 Thread nick
From: [EMAIL PROTECTED] Operating system: IIS 4.0, NT Server 4.0 SP6 PHP version: 4.0.4pl1 PHP Bug Type: OCI8 related Bug description: PHP in CGI mode fails to perform OCILogon When I use php in CGI mode any script can't connect to the Oracle DB throught the OCILogon call.

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread m . ter_weeme
ID: 10205 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: taalfout In the dutch manual are some word misspeld. In chapter 4 security( beveiliging) the following word is mispeld. Uitgeveord must be uitgevoerd In chapter (het rapporteren van fou

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread m . ter_weeme
ID: 10205 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: taalfout In the dutch manual are some word misspeld. In chapter 4 security( beveiliging) the following word is mispeld. Uitgeveord must be uitgevoerd In chapter (het rapporteren van fou

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread m . ter_weeme
ID: 10205 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: taalfout Chapter 5 "opmerkingen" The following word is misspeld comentarisren must be commentariseren Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread m . ter_weeme
ID: 10205 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Description: taalfout Chapter 5 "opmerkingen" The following word is misspeld comentarisren must be commentariseren Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread derick
ID: 10205 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Assigned Bug Type: Unknown/Other Function Assigned To: derick Comments: Hello Maurice, thanx for these pointers... If you encounter more of these errors, please let us know. Bedankt, Derick Previous Com

[PHP-DEV] PHP 4.0 Bug #10204 Updated: fgets causes memory leaks

2001-04-06 Thread wez
ID: 10204 Updated by: wez Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sockets related Assigned To: Comments: I noticed this last night in the socket code: it uses a simple read-buffering scheme where the read buffer will only grow, so we are effectively storing the everything we have

[PHP-DEV] PHP 4.0 Bug #10207: Crash sending files as attachment

2001-04-06 Thread anh
From: [EMAIL PROTECTED] Operating system: NT Server PHP version: Earlier? Upgrade first! PHP Bug Type: Mail related Bug description: Crash sending files as attachment I'm trying to attach a file to a mail, that I'm sending with the mail()-function. To attach the file I'm u

[PHP-DEV] PHP 4.0 Bug #10205 Updated: taalfout

2001-04-06 Thread derick
ID: 10205 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Assigned Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Fixed in CVS (please open a new report if you encounter more spelling errors) Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #10204 Updated: fgets causes memory leaks

2001-04-06 Thread wez
ID: 10204 Updated by: wez Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Sockets related Assigned To: Comments: Um, yes, the memory usage increases because you are appending an infinite number of copies of the google page to your $page variable. I can't see any le

[PHP-DEV] PHP 4.0 Bug #10208: problem with fdf_get_status

2001-04-06 Thread stefan
From: [EMAIL PROTECTED] Operating system: Linux Slackware 7.1 PHP version: 4.0 Latest CVS (02/04/2001) PHP Bug Type: FDF related Bug description: problem with fdf_get_status fdf_get_status wont't return the /STATUS key from a FDF file. //open an existing fdf file. $fdffile

[PHP-DEV] PHP 4.0 Bug #9915 Updated: openssl_seal

2001-04-06 Thread wez
ID: 9915 Updated by: wez Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: OpenSSL related Assigned To: Comments: Not a bug in PHP but a lack of correctly configured/installed ssl DLLs. --> Bogus. Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #9310 Updated: apache segfault with simple php script (using mysql)

2001-04-06 Thread php
ID: 9310 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Reproduceable crash Description: apache segfault with simple php script (using mysql) Sorry for the feedback lack. But a good news: problem seems to be away since 4.0.5rc1. Previous Comments:

[PHP-DEV] PHP 4.0 Bug #10199 Updated: c++ compiler error on ./configure

2001-04-06 Thread sniper
ID: 10199 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Apache related Assigned To: Comments: Does this happen when you leave --with-apxs2 out of your configure line? You should also try the latest CVS snapshot from http://snaps.php.net/ and if t

[PHP-DEV] PHP 4.0 Bug #10167 Updated: potential Bufferoverflow in extensions based on skeleton...

2001-04-06 Thread elixer
ID: 10167 Updated by: elixer Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Unknown/Other Function Assigned To: Comments: Updated in CVS. Thank you for your report. Sean Previous Comments: ---

[PHP-DEV] printf argument "swapping" patch

2001-04-06 Thread Morten Poulsen
Hi PHP Team, I have made a patch, so PHP can support swapping of arguments to printf (and friends), the way libc do it. This is especialy usefull when doing internationalization (see http://www.gnu.org/manual/gettext/html_mono/gettext.html#SEC17 for example), but it is also usefull when you need

[PHP-DEV] PHP 4.0 Bug #10193 Updated: Gargbage characters returned.

2001-04-06 Thread sniper
ID: 10193 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Assigned To: Comments: Open a new bug report with correct email address.. And you should first try with LATEST PHP release, 4.0.4pl1 as this might have been fixed alr

[PHP-DEV] PHP 4.0 Bug #10206 Updated: PHP in CGI mode fails to perform OCILogon

2001-04-06 Thread sniper
ID: 10206 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: OCI8 related Assigned To: Comments: Just wondering if you have all the necessary environment variables set? Check the manual page http://www.php.net/oci8 --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #10207 Updated: Crash sending files as attachment

2001-04-06 Thread sniper
ID: 10207 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Mail related Assigned To: Comments: And what is the version of PHP 4 you're using? If it's not PHP 4.0.4pl1 then upgrade! --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #10209: php_sybase_ct.dll is causing illegal operation

2001-04-06 Thread sdeprez
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: Sybase-ct (ctlib) related Bug description: php_sybase_ct.dll is causing illegal operation I am using Apache 1.3.17 on a Windows 2000 machine that also has the Sybase Client (System 11

[PHP-DEV] PHP 4.0 Bug #10210: Netscape 4.75 will not render web pages built with php.

2001-04-06 Thread gumbukie
From: [EMAIL PROTECTED] Operating system: Red Hat Linux 7.0 PHP version: 4.0.4pl1 PHP Bug Type: Unknown/Other Function Bug description: Netscape 4.75 will not render web pages built with php. Maybe I'm mentally challenged??? I have built a web site using php, Apache, and Li

[PHP-DEV] PHP 4.0 Bug #10210 Updated: Netscape 4.75 will not render web pages built with php.

2001-04-06 Thread sniper
ID: 10210 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Unknown/Other Function Assigned To: Comments: With a quick glance to the sources I saw at least one missing from the end.. Anyway, this is your script that is faulty, not a bug in PHP. So

[PHP-DEV] PHP 4.0 Bug #10195 Updated: https takes forever and a day to return when php is loaded in Apache

2001-04-06 Thread sniper
ID: 10195 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: OpenSSL related Assigned To: Comments: Works for me just fine with latest RC of PHP 4.0.5 and latest CVS. And I have the same versions of openssl and mod_ssl and I have Curl enabled. Pleas

[PHP-DEV] PHP 4.0 Bug #10211: CURLOPT_HTTPHEADER does not work

2001-04-06 Thread cleesmith
From: [EMAIL PROTECTED] Operating system: Windows 2000 PHP version: 4.0.4pl1 PHP Bug Type: cURL related Bug description: CURLOPT_HTTPHEADER does not work Also, noticed that CURLOPT_HTTPHEADER and CURLOPT_HEADER have the same value. Using curl -H "UID: spud" http://... works

[PHP-DEV] PHP 4.0 Bug #10211 Updated: CURLOPT_HTTPHEADER does not work

2001-04-06 Thread sniper
ID: 10211 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: cURL related Assigned To: Comments: This should be fixed in CVS. Please try the latest snapshot from http://snaps.php.net/ --Jani Previous Comments: --

[PHP-DEV] PHP 4.0 Bug #10211 Updated: CURLOPT_HTTPHEADER does not work

2001-04-06 Thread sniper
ID: 10211 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: cURL related Assigned To: Comments: Or as you have windows, try latest build from http://www.php4win.de/ --Jani Previous Comments: --

Re: [PHP-DEV] printf argument "swapping" patch

2001-04-06 Thread Morten Poulsen
Morten Poulsen <[EMAIL PROTECTED]> said: > I hope it's usefull :-) is's not! i just found a bug.. i'll fix it and send a new patch, sorry.. -- mortenp Thus spake the master programmer: "Let the programmers be many and the managers few -- then all will be productive." -- PHP Development Maili

[PHP-DEV] Re: PHP 4.0 Bug #10210 Updated: Netscape 4.75 will not render web pages built with php.

2001-04-06 Thread gumb
Jani, Thank you very very much. I knew I was mentally challenged! I love php. Respectfully, Jim Anderson -gumb - Original Message - From: "Bug Database" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: April 06, 2001 11:24 AM Subject: PHP 4.0 Bug #10210 Updated: Netscape 4.75 will no

Re: [PHP-DEV] printf argument "swapping" patch

2001-04-06 Thread Morten Poulsen
Morten Poulsen <[EMAIL PROTECTED]> said: > i'll fix it and send a new patch, sorry.. Allright, here is the new patch. Sorry about all the fuzz. Greetings, Morten -- mortenp Thus spake the master programmer: "Let the programmers be many and the managers few -- then all will be productive." d

[PHP-DEV] PHP 4.0 Bug #10212: php -l (lint option) still not working in 4.0.6-dev

2001-04-06 Thread mmontero
From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.2 PHP version: 4.0 Latest CVS (06/04/2001) PHP Bug Type: Feature/Change Request Bug description: php -l (lint option) still not working in 4.0.6-dev I have obtained the latest CVS version of PHP (4.0.6-dev). I execute

[PHP-DEV] PHP 4.0 Bug #10213: mail() changes the sign of the time zone

2001-04-06 Thread mwallace
From: [EMAIL PROTECTED] Operating system: Win 2000 PHP version: 4.0.4pl1 PHP Bug Type: Mail related Bug description: mail() changes the sign of the time zone I'm using the pre-compile

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on

2001-04-06 Thread Chuck Hagenbuch
Quoting Sascha Schumann <[EMAIL PROTECTED]>: > On Fri, 6 Apr 2001, Chuck Hagenbuch wrote: > > > Quoting Sascha Schumann <[EMAIL PROTECTED]>: > > > > > Unless a bug has slipped in, HTTP_SESSION_VARS get always > > > created. If you enable register_globals, variables with > > > global

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS whenregister_globals = on

2001-04-06 Thread Sascha Schumann
> Possibly not - can the original poster comment? He wrote If register_globals is set to on, you cannot access $HTTP_SESSION_VARS any longer. Instead you can get the values through implicit created variables or through the $GLOBALS array. 'access' and 'get' sound like read operations to

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on

2001-04-06 Thread Chuck Hagenbuch
Quoting Sascha Schumann <[EMAIL PROTECTED]>: > >- but that does make it really > > messy to write code that works with either setting. > > Yes. Feel free to propose a solution which solves your > problem and which is compatible to existing scripts. What about adding session_set_var (an

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS whenregister_globals = on

2001-04-06 Thread Alexander Feldman
On Fri, 6 Apr 2001, Chuck Hagenbuch wrote: > Quoting Sascha Schumann <[EMAIL PROTECTED]>: > > > >- but that does make it really > > > messy to write code that works with either setting. > > > > Yes. Feel free to propose a solution which solves your > > problem and which is compatible to

[PHP-DEV] PHP 4.0 Bug #10214: after 45min. of no user interaction, i get a can't connect to database/server

2001-04-06 Thread naikj
From: [EMAIL PROTECTED] Operating system: windows 2000 prof. PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: after 45min. of no user interaction, i get a can't connect to database/server running a IIS, PHP, Sybase SQLanywhere 5.0 after 45min. of no user

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS whenregister_globals = on

2001-04-06 Thread Sascha Schumann
> It is simpler. Chuck is talking about another problem which I agree has not been addressed yet properly. > We should just leave the array $HTTP_SESSION_VARS in the > case when register_globals is on. Currently when the variables are registered > they *are* removed from the $HTTP_SESSIO

[PHP-DEV] PHP 4.0 Bug #10214 Updated: after 45min. of no user interaction, i get a can't connect to database/server

2001-04-06 Thread derick
ID: 10214 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: Please provide as much information as possible, and read www.php.net/bugs-dos-and-donts.php before posting a bug. (Another possibility is to disable the s

[PHP-DEV] PHP 4.0 Bug #10215: OCI Interface error when compiled statically with Apache

2001-04-06 Thread jclin
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Oracle related Bug description: OCI Interface error when compiled statically with Apache If I were to compile the OCI interface with Apache statically and call OCILogin(), php returns: Warn

[PHP-DEV] PHP 4.0 Bug #10213 Updated: mail() changes the sign of the time zone

2001-04-06 Thread mwallace
ID: 10213 User Update by: [EMAIL PROTECTED] Old-Status: Open Status: Duplicate Bug Type: Mail related Description: mail() changes the sign of the time zone Sorry, dup of #8909 Previous Comments: --- [2001-04-06 12:42:04] [E

[PHP-DEV] PHP 4.0 Bug #10215 Updated: OCI Interface error when compiled statically with Apache

2001-04-06 Thread sniper
ID: 10215 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Oracle related Assigned To: Comments: Check the manual page at http://www.php.net/oci8 as there are some environment variables you should set before starting apache. And also check that your

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread sniper
ID: 10196 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Pspell related Assigned To: Comments: Would you mind adding some example script (short) which can be used to reproduce this? As it works for me just fine. (with latest CVS that is) Try

[PHP-DEV] PHP 4.0 Bug #10203 Updated: foreach weakness

2001-04-06 Thread torben
ID: 10203 Updated by: torben Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Assigned To: Comments: It's for someone else to decide whether to add this to the language, but until they do you can achieve the same effect with: $arr = array(array(1, 2), array(3, 4

[PHP-DEV] PHP 4.0 Bug #9532 Updated: with session.auto_start=1 session data is not available without session_start()

2001-04-06 Thread evstatiev
ID: 9532 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: *Session related Description: with session.auto_start=1 session data is not available without session_start() I'm not sure what's really hapenning on the Web server. I have to get more detail information from

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Pspell related Description: pspell functions no longer work Here is a bit of sample code: $pspell_config = pspell_config_create("en"); $pspell_link = pspell_new_config($pspell_config); $pspell_link does

Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS whenregister_globals = on

2001-04-06 Thread Alexander Feldman
On Fri, 6 Apr 2001, Sascha Schumann wrote: > > It is simpler. > > Chuck is talking about another problem which I agree has not > been addressed yet properly. > > > We should just leave the array $HTTP_SESSION_VARS in the > > case when register_globals is on. Currently when the variables a

[PHP-DEV] PHP 4.0 Bug #10216: Make: cp: pear is a directory

2001-04-06 Thread n . gilbert
From: [EMAIL PROTECTED] Operating system: MacOS X PHP version: 4.0.4pl1 PHP Bug Type: Compile Failure Bug description: Make: cp: pear is a directory I am installing on MacOS X (the release version, not the beta), using ./configure --with-apxs. The configure goes fine, exce

[PHP-DEV] PHP 4.0 Bug #10216 Updated: Make: cp: pear is a directory

2001-04-06 Thread sniper
ID: 10216 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Compile Failure Assigned To: Comments: AFAIK, this is already fixed in CVS. Try latest snapshot from http://snaps.php.net/ to verify. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10208 Updated: problem with fdf_get_status

2001-04-06 Thread sniper
ID: 10208 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: FDF related Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --- [2001-04-06 09:23:06] [EMAIL PROTEC

[PHP-DEV] PHP 4.0 Bug #10217: Feature

2001-04-06 Thread karl
From: [EMAIL PROTECTED] Operating system: linux 2.2.16 PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: Feature I noticed there is no function in php to tell the duration between two times, unless of course there is and i just didn't see it. I was

[PHP-DEV] PHP 4.0 Bug #8338 Updated: URL fopen fails 1st time used on page

2001-04-06 Thread sniper
ID: 8338 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Filesystem function related Assigned To: Comments: Should be fixed in CVS. Try latest snapshot from http://snaps.php.net/ Reopen this bug report if latest CVS doesn't work. --Jani Previ

[PHP-DEV] PHP 4.0 Bug #7652 Updated: Error "PHP has encountered an Access Violation at 012A12F3"

2001-04-06 Thread sniper
ID: 7652 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: IIS related Assigned To: Comments: Reopen if this happens with PHP 4.0.4pl1. --Jani Previous Comments: --- [2000-11-

Re: [PHP-DEV] PHP 4.0 Bug #10212: php -l (lint option) still not working in 4.0.6-dev

2001-04-06 Thread Shane Caraveo
the default php.ini files turn off or on some things that linting needs, try: php -d display_errors=1 -d display_startup_errors=1 -d output_buffering=0 -l blah.html - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 9:38 AM Subject: [PHP-D

[PHP-DEV] PHP 4.0 Bug #10212 Updated: php -l (lint option) still not working in 4.0.6-dev

2001-04-06 Thread sniper
ID: 10212 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Feature/Change Request Assigned To: Comments: Works just fine. Check your php.ini for error_reporting. --Jani Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10218: preg_replace() with mod e, refs $10 - $19 don't work

2001-04-06 Thread karen
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 PHP version: 4.0.4pl1 PHP Bug Type: *Regular Expressions Bug description: preg_replace() with mod e, refs $10 - $19 don't work When using preg_replace() with the modifier "e", references of the form \\3 or $3 don't work

[PHP-DEV] PHP 4.0 Bug #10219: the dir object created using dir() does not contain the last file in the dir

2001-04-06 Thread gopinath
From: [EMAIL PROTECTED] Operating system: Redhat Linux 7.1 PHP version: 4.0.4pl1 PHP Bug Type: Directory function related Bug description: the dir object created using dir() does not contain the last file in the dir $d = dir("/etc"); echo "Handle: ".$d->handle."\n"; echo "

[PHP-DEV] PHP 4.0 Bug #10219 Updated: the dir object created using dir() does not contain the last file in the dir

2001-04-06 Thread cnewbill
ID: 10219 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Directory function related Assigned To: Comments: Can't reproduce with CVS version, try it first and if this still continues reopen the report. http://snaps.php.net/ -Chris Previous Co

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread sniper
ID: 10196 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Pspell related Assigned To: Comments: I can't reproduce this with latest CVS. Please try the snapshot and if that doesn't work, reopen this bug report. --Jani Previous Comments: -

[PHP-DEV] experienced PHP/MYSQL/Perl/JAVA programmer

2001-04-06 Thread SAM G
Hi, I am experienced PHP/MYSQL/Perl/JAVA programmer, with many applications developed. If you have any projects need help, we can work together. If you are interested, pls send me e-mail for more details. Besides, I am in Toronto, would like to make some friends to exchange programming skill. Th

[PHP-DEV] OCI8 Thread safety

2001-04-06 Thread Joe Brown
It appears to me that the oci8 module does not behave well on win32 - a threaded environment. I've begun to study the code, and believe I can make it mind the rules. Thread safe programming is new to me. (hehe were have you heard that b4?-) Is anyone else working on the OCI8 extension? joebro

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Pspell related Description: pspell functions no longer work It wouldn't have anything to do with the sablotron xslt extension i also have compiled in would it? I remember reading a post on the dev list that som

[PHP-DEV] Possible fix for bugs #10194, #9177

2001-04-06 Thread Jani Taskinen
This fixes the MD5 problem for me at least. I will commit this patch tomorrow if nobody objects before that. --Jani Index: configure.in === RCS file: /repository/php4/configure.in,v retrieving revision 1.230 diff -u -r1.230 configu

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Pspell related Description: pspell functions no longer work I have also downloaded the latest CVS and I get the same problem. Previous Comments: --- [2001-0

[PHP-DEV] PHP 4.0 Bug #10188 Updated: Problem in loading dynamic module (Desc. below)

2001-04-06 Thread sniper
ID: 10188 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Old-Bug Type: Dynamic loading Bug Type: Apache related Assigned To: Comments: Try leaving that --enable-shared option out of your configure line. And delete config.cache before configuring! After conf

[PHP-DEV] PHP 4.0 Bug #10188 Updated: Problem in loading dynamic module (Desc. below)

2001-04-06 Thread sniper
ID: 10188 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Apache related Assigned To: Comments: Leave it out of the PHP 4 configure line..not Apache's. :) --Jani Previous Comments: --- [20

[PHP-DEV] PHP 4.0 Bug #9532 Updated: with session.auto_start=1 session data is not available without session_start()

2001-04-06 Thread sniper
ID: 9532 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Session related Assigned To: Comments: This works for me just fine. Please ask your ISP to submit a bug report if they can reproduce this. --Jani Previous Comments: -

[PHP-DEV] PHP 4.0 Bug #10220: dynamic module can'nt not load

2001-04-06 Thread littlekai
From: littlekai@#163.com Operating system: nt4.0 sp6a PHP version: 4.0.4pl1 PHP Bug Type: IIS related Bug description: dynamic module can'nt not load where use the iis4.0 as my php web server,i want to load php_ifx.dll the php return the error code like this : X-Powered-By

[PHP-DEV] PHP 4.0 Bug #9857 Updated: define("named_constant")

2001-04-06 Thread sniper
ID: 9857 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: IIS related Assigned To: Comments: Are you using PHP 4.0.1? If so, could you please try with the latest release, 4.0.4pl1? --Jani Previous Comments:

[PHP-DEV] --with-pear[=DIR] patch

2001-04-06 Thread Jon Parise
Does anyone object to the following patch to the PHP configure system? It removes the --disable-pear flag in favor of a new --with-pear option. The --with-pair option also allows the specification of the PEAR installation directory at compilation time. For example: ./configure --with-pear=

[PHP-DEV] PHP 4.0 Bug #9839 Updated: opendir() before mysql_fetch_assoc() returns non-associative array

2001-04-06 Thread sniper
ID: 9839 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Old-Bug Type: Directory function related Bug Type: MySQL related Assigned To: Comments: This is a bug in MySQL extension. The mysql_fetch_assoc() function is supposed to take only one argument. And y

[PHP-DEV] Re: PHP 4.0 Bug #9857 Updated: define("named_constant")

2001-04-06 Thread Joe Brown
I'm using the latest snapshot's on win32. Getting some needed practice with MSVC... I think the problem is that OCI is walking on TSRM local storage. I haven't been able to verify it, but my gut says it's so. joebrown podiatryfl.com --- Bug Database <[EMAIL PROTECTED]> wrote: > ID: 9857 > Upd

[PHP-DEV] Make *log_message const

2001-04-06 Thread Jon Parise
Is there a reason the *log_message argument to the log functions isn't 'const'? Making it a 'const char *' seems more correct, but I'm not sure if that will break on some platforms. The attached patch adds 'const' to the *log_message argument in a few places. -- Jon Parise ([EMAIL PROTECTED])

[PHP-DEV] PHP 4.0 Bug #9988 Updated: Documentation has incorrect example for date()

2001-04-06 Thread danbeck
ID: 9988 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Documentation problem Assigned To: Comments: Corrected in phpdoc cvs. Previous Comments: --- [2001-03-26 03:44:00] [EMAI

[PHP-DEV] PHP 4.0 Bug #8476 Updated: Class documentaion request

2001-04-06 Thread danbeck
ID: 8476 Updated by: danbeck Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Documentation problem Assigned To: Comments: By default, error reporting is not set to the maximum value in a default PHP 4 configuration. (Or PHP 3 for that matter.) Having a warning in t

[PHP-DEV] PHP 4.0 Bug #8414 Updated: set_time_out() is acting inconsistantly

2001-04-06 Thread danbeck
ID: 8414 Updated by: danbeck Reported By: [EMAIL PROTECTED] Status: Open Old-Bug Type: Documentation problem Bug Type: Performance problem Assigned To: Comments: I'm re-filing this as a bug report. It appears that set_time_out() is acting inconsistant. The following code stops after 5 seco