[PHP-DEV] Re: [PHP-CVS] cvs: php4 / configure.in

2002-02-01 Thread Jon Parise
On Sat, Feb 02, 2002 at 06:21:59AM -, Jon Parise wrote: > jon Sat Feb 2 01:21:59 2002 EDT > > Modified files: > /php4 configure.in > Log: > Revert revision 1.294. > > This commit broke things in interesting ways under FreeBSD. By adding these >

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread Sebastian Bergmann
Manuel Lemos wrote: > Actually, with all optimizations on, it seems that my site was running > slower and consuming more CPU cycles when I just used Zend Optimizer. Sure, since the compilation takes longer due to the optimizations made. Using the Zend Optimizer makes only sense if a) your app

[PHP-DEV] Bug #15338 Updated: Can't select database with '-' in name.

2002-02-01 Thread yohgaki
ID: 15338 Updated by: [EMAIL PROTECTED] Old Summary: Can't select database with '-' in name. Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: MSSQL related Operating System: windows NT IIS PHP Version: 4.1.1 New Comment: In PHP bug db, cloased is used for fixed bugs/probl

[PHP-DEV] Bug #15339: can not run test program while cross compiling

2002-02-01 Thread chris
From: [EMAIL PROTECTED] Operating system: RedHat 7.1 PHP version: 4.1.1 PHP Bug Type: Compile Failure Bug description: can not run test program while cross compiling [root@dcprac php-4.1.1]# LIBS="-lmcrypt -lltdl" ./configure \ > --with-curl \ > --with-apache=../apache_1

[PHP-DEV] Bug #15178 Updated: ob_implicit_flush is broken

2002-02-01 Thread yohgaki
ID: 15178 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Linux PHP Version: 4.0CVS-2002-01-23 Old Assigned To: Assigned To: yohgaki New Comment: Thanks, I'll check it again. Previous Comments: ---

[PHP-DEV] Bug #15323 Updated: pg_connect failing on iPlanet 4.1 nsapi

2002-02-01 Thread yohgaki
ID: 15323 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: PostgreSQL related Operating System: Solaris 2.8 PHP Version: 4.1.1 Edit this bug report at http://bugs.php.net/?id=15323&edit=1 -- PHP Development Mailing List

[PHP-DEV] Re: Bug #15323: pg_connect failing on iPlanet 4.1 nsapi

2002-02-01 Thread Yasuo Ohgaki
You haven't reply to me for this question. Can you connect PostgreSQL server from other machine? Please do not open new bug report at least while I'm still trying to help you. -- Yasuo Ohgaki [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: Solaris 2.8 > PHP

[PHP-DEV] pthreads

2002-02-01 Thread brad lafountain
i have a question. would making a wrapper extension around pthreads work? or would this break alot of stuff conserning tsrm and other memory/execution that im not positive about. - Brad __ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Au

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Alan Knowles
based on something nasty i did with cookies a while back Session id [][bb] eg. first 32? chars are the standard md5, the remainder is a variable length key. aaa - the standard session id. (eg. the filename) bbb - an simple key overlay say the session file contains '

[PHP-DEV] Bug #15156 Updated: apache segmentation fault (11) with php4

2002-02-01 Thread cummings
ID: 15156 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Reproducible crash Operating System: RedHat Linux, 2.4.2 kernel PHP Version: 4.1.1 New Comment: I did as you suggested. New apache and apache-devel rpms. Then installed PHP 4.1.1

[PHP-DEV] Bug #15338 Updated: Can't select database with '-' in name.

2002-02-01 Thread fmk
ID: 15338 Updated by: [EMAIL PROTECTED] Old Summary: Can't select database with '-' in name. Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MSSQL related Operating System: windows NT IIS PHP Version: 4.1.1 New Comment: If your database name contains '-' or ' ' you can se

[PHP-DEV] Bug #15338: Can't select database with '-' in name.

2002-02-01 Thread mikef
From: [EMAIL PROTECTED] Operating system: windows NT IIS PHP version: 4.1.1 PHP Bug Type: MSSQL related Bug description: Can't select database with '-' in name. I have a database on my MSSQL server with a '-' in the database name. The database works fine with all of my othe

[PHP-DEV] Bug #14529 Updated: script doesn't always finish output

2002-02-01 Thread pmarks
ID: 14529 Updated by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Linux RH 7.2 PHP Version: 4.1.1 New Comment: I am also experiencing this problem with PHP. On some pages no output is generated whatso

[PHP-DEV] Bug #15336: New mysql function: mysql_real_connect

2002-02-01 Thread georg
From: [EMAIL PROTECTED] Operating system: any PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: New mysql function: mysql_real_connect Since version 3.22.x we have a mysql_real_connect instead of mysql_connect + mysql_db_select in the mysql C-API.

[PHP-DEV] Bug #15324 Updated: CGI version (php.exe) times out

2002-02-01 Thread isitlive
ID: 15324 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Reproducible crash Operating System: Win2K PHP Version: 4.1.1 New Comment: note: I think we may have isolated the ISAPI problem...4.1.1 seems to crash in IIS (Win2K) after some period of dormancy only if

Re: [PHP-DEV] Bug #15328 Updated: A C-like comma operator would be

2002-02-01 Thread Yasuo Ohgaki
Lars Torben Wilson wrote: > On Fri, 2002-02-01 at 11:49, [EMAIL PROTECTED] wrote: > >>ID: 15328 >>Updated by: [EMAIL PROTECTED] >>Reported By: [EMAIL PROTECTED] >>Old Status: Open >>Status: Bogus >>Bug Type: Feature/Change Request >>Operating System: N/A >>PHP Version: 4.1.1 >>New Comment: >> >>

Re: Re[2]: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Ivan Ristic
> Why would you switch on safe_mode if you have a dedicated server? That > makes no sense. It can be useful to minimise the damage in case someone finds a hole in your PHP scripts, and the hole allows them to access files on the server. -- Ivan Ristic, [EMAIL PROTECTED] [ Weblog on PHP, S

Re[2]: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Rasmus Lerdorf
> But unfortunately a dedicated server does not cost much more than virtual > hosting anymore (just have a look at http://powerraq.com/ ). PHP is > mostly pre-installed (with "dev settings" and not "production settings" - > many admins even forget to switch on safe_mode) and this lazyness > leads

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Herewe try again)

2002-02-01 Thread Manuel Lemos
Hello, Hartmut Holzgraefe wrote: > > Manuel Lemos wrote: > >>Unless I'm mistaken, Java doesn't have eval. Any language with eval > >>needs a runtime environment when executing, even if the rest of the code > >>is converted to C > > > > I am not expert in Java (actually I don't program in Java -

[PHP-DEV] Bug #15334: no way to upload to a virtual domain

2002-02-01 Thread carlo_rocchi
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.4 PHP version: 4.1.1 PHP Bug Type: HTTP related Bug description: no way to upload to a virtual domain using phpMyAdmin to upload a SQL query file, Apache reports the following error: *

[PHP-DEV] Closing bugs 14452, 14602, 14616, 14824

2002-02-01 Thread Adam Dickmeiss
The bugs 14452, 14602, 14616, 14824 all seem to be the same. Maybe it's a libtool bug - maybe not. What I do know, however, is that if the Zend intermediate library built only add libs that Zend need, the bug doesn't occur. The fix below introduces define ZEND_EXTRA_LIBS that are the libs used by

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread Manuel Lemos
Hello, George Schlossnagle wrote: > > > - Add an API function that can compile arbitrary PHP scripts. > > How do you want to handle includes or evals in the code to be compiled? > This is a majopr problem I see with a naive standalone compiler. I am not aware. What exactly is the problem? Whe

[PHP-DEV] Bug #14245 Updated: make install fails on apxs

2002-02-01 Thread gene . rowe . lix3
ID: 14245 Updated by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: AIX 4.3.3 PHP Version: 4.1.0RC5 New Comment: I am trying to install PHP 4.1.1 on AIX 4.3.3. I have GNU GCC 3.01 installed $ ./config

Re[2]: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Daniel Lorch
Hi, This topic was already discussed in bugtraq and there should also be an entry in the PHP bug database about this: http://www.securityfocus.com/archive/1/250196 http://www.securityfocus.com/archive/1/250593 > i fully support rasmus, saying that we should mention the default > configurati

[PHP-DEV] Bug #14923 Updated: is_readable, is_writable, is_executable fail on POSIX ACL based filesystems

2002-02-01 Thread Jade Nicoletti
ID: 14923 Updated by: Jade Nicoletti <[EMAIL PROTECTED]> Old Reported By: [EMAIL PROTECTED] Reported By: Jade Nicoletti <[EMAIL PROTECTED]> Status: Open Bug Type: Filesystem function related Operating System: Linux 2.4.17, Debian unstable PHP Version: 4.1.0 New Comment: The submitter of this bug

[PHP-DEV] Summary on PHP 4.1.1 installation problems on Solaris 2.8

2002-02-01 Thread Ziying Sherwin
Dear PHP Colleagues, After a rest period of nearly a year, we are back to our old tricks, trying to build a "kitchen sink" version of the latest PHP release, 4.1.1, on our SPARC platforms under Solaris 2.8/gcc 2.95.2, using as many options as possible. Not suprisingly, we have encountered a num

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Stefan Esser
> How about that we use the SERVER_NAME environment variable when > generating session filenames? Instead of name like sess_, the name > could be sess__, where is a server fingerprint? I > understand that this is not foolproof (say, for applications > that run on the sam

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Rasmus Lerdorf
> That is fine for a philosophy. I would still like to try to make > the default setup more secure. I agree, the least we can do is to > document this. > > How about that we use the SERVER_NAME environment variable when > generating session filenames? Instead of name like sess_, the

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Ivan Ristic
> The general philosophy of PHP has always been to make PHP easy for the > beginner yet flexible enough for advanced users. This fits that rule. > Give the advanced users the tools to configure PHP to have per-virtualhost > session handling, while sessions still work for the guy who just installe

[PHP-DEV] Bug #14902 Updated: php crash when using curl with returntransfer

2002-02-01 Thread dlb
ID: 14902 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: cURL related Operating System: Windows 2000 Server PHP Version: 4.1.1 New Comment: In a vmware installation of windows 2000 with php 4.1.1 I got no crash as well. However if I run here fetchHeader($cu

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Rasmus Lerdorf
The only reason session data is stored in /tmp is that we want sessions to work out of the box and /tmp is the only place we can be semi-sure that we will have write access to. People who run large servers with multiple sites that all use sessions should of course change the session directory on

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Ivan Ristic
> Also, ISPs (like AOL) who use farms of proxy caches will change a users > apparent ip during a single session. (i.e. concurrent requests may come > from different ips). The real IP address can be tracked in most cases (say, using the HTTP_X_FORWARDED header an others) but I am not really

[PHP-DEV] Bug #15333: strndup access violation

2002-02-01 Thread david
From: [EMAIL PROTECTED] Operating system: Windows 2000 Pro PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: strndup access violation I am getting an access violation in php4ts!zend_strndup + 0x2B + 0xA05CB1AD. It is reproducable after about 20 or 30 requests,

[PHP-DEV] Bug #15330 Updated: An efficient way to access the last element of an array is sorely missed

2002-02-01 Thread torben
ID: 15330 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: N/A PHP Version: 4.1.1 New Comment: These functions have been available for a long time and are well documented in the manual--see the previous

Re: [PHP-DEV] Bug #15328 Updated: A C-like comma operator would beuseful

2002-02-01 Thread Lars Torben Wilson
On Fri, 2002-02-01 at 11:49, [EMAIL PROTECTED] wrote: > ID: 15328 > Updated by: [EMAIL PROTECTED] > Reported By: [EMAIL PROTECTED] > Old Status: Open > Status: Bogus > Bug Type: Feature/Change Request > Operating System: N/A > PHP Version: 4.1.1 > New Comment: > > not likely to be implemented...

[PHP-DEV] Bug #14841 Updated: this is a test bug report.

2002-02-01 Thread jimw
ID: 14841 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Website problem PHP Version: 4.1.1 New Comment: The bug system is not the appropriate forum for asking support questions. For a list of a range of more appropriate places to ask for help using PHP, plea

[PHP-DEV] Bug #15329 Updated: Subscripting into strings would be useful

2002-02-01 Thread derick
ID: 15329 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: N/A PHP Version: 4.1.1 New Comment: Already supported by {} and substr. Derick Previous Comments: -

[PHP-DEV] Bug #15328 Updated: A C-like comma operator would be useful

2002-02-01 Thread derick
ID: 15328 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: N/A PHP Version: 4.1.1 New Comment: not likely to be implemented... bogussing. Previous Comments:

[PHP-DEV] PHP42/Zend update needed for Apache 2.0.31

2002-02-01 Thread David Ford
Apache 2.0.31 got tagged this evening, the php/zend code has been out of sync with it for a bit now. Would anyone mind chit chatting and getting the appropriate code updated? :) I'd like to help, but I'm rather new to the code. If I'm speaking to the wrong people, please let me know. Apach

[PHP-DEV] Bug #15330 Updated: An efficient way to access the last element of an array is sorely missed

2002-02-01 Thread matslin
ID: 15330 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: N/A PHP Version: 4.1.1 New Comment: While there is no way to set the internal pointer (afaik) to a given element #, you can set

[PHP-DEV] Re: Email Attachment

2002-02-01 Thread Mauricio Sthandier
Ooops... .sorry. Is really easy to get confused. Goodbye ! "Mauricio Sthandier" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, I'm new in php development... I was wondering how can I attach a Word > (.doc) Document in an email sent with the mail()

Re: [PHP-DEV] Email Attachment

2002-02-01 Thread Björn Schotte
* Mauricio Sthandier wrote: > Hello, I'm new in php development... I was wondering how can I attach a Word This list is *only* for developing PHP itself, not for developing *with* PHP. For the future, please use [EMAIL PROTECTED], as you can find it on http://www.php.net/mailing-lists.php ("Gener

Re: [PHP-DEV] Email Attachment

2002-02-01 Thread brad lafountain
--- Mauricio Sthandier <[EMAIL PROTECTED]> wrote: > Hello, I'm new in php development... I was wondering how can I attach a Word > (.doc) Document in an email sent with the mail() function (if I can do it > just with it). > I know it has to see with the additional headers of the email, but I woul

Re: [PHP-DEV] Email Attachment

2002-02-01 Thread derick
Hello, you're asking the wrong list. This list is for developing PHP, not for developing WITH PHP. You want to ask on the [EMAIL PROTECTED] mailinglist for support questions. regards, Derick On Fri, 1 Feb 2002, Mauricio Sthandier wrote: > Hello, I'm new in php development... I was wondering ho

[PHP-DEV] Bug #15331: odbc_fetch_array gives a "Call to undefined function"

2002-02-01 Thread tcurdt
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.1.1 PHP Bug Type: ODBC related Bug description: odbc_fetch_array gives a "Call to undefined function" ./configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/bin' '--libdir=/usr/share'

[PHP-DEV] Email Attachment

2002-02-01 Thread Mauricio Sthandier
Hello, I'm new in php development... I was wondering how can I attach a Word (.doc) Document in an email sent with the mail() function (if I can do it just with it). I know it has to see with the additional headers of the email, but I would be grateful If anyone could tell where can i go to for th

Re: [PHP-DEV] Bug #15328: A C-like comma operator would be useful

2002-02-01 Thread brad lafountain
--- brad lafountain <[EMAIL PROTECTED]> wrote: > > --- [EMAIL PROTECTED] wrote: > > From: [EMAIL PROTECTED] > > Operating system: N/A > > PHP version: 4.1.1 > > PHP Bug Type: Feature/Change Request > > Bug description: A C-like comma operator would be useful > > > > A C-li

[PHP-DEV] Bug #15330: An efficient way to access the last element of an array is sorely missed

2002-02-01 Thread hek
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: An efficient way to access the last element of an array is sorely missed There seems to be no easy and efficient way to access the last element of an array

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Stefan Esser
Hi, i fully support rasmus, saying that we should mention the default configuration as unsafe in the documentation. Unlike Mr. Lorch or similiar people i do not think its our resposibility to configure the server for the admin. And i am a little bit tired about this whole session takeover discus

Re: [PHP-DEV] Bug #15329: Subscripting into strings would be useful

2002-02-01 Thread brad lafountain
--- [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: N/A > PHP version: 4.1.1 > PHP Bug Type: Feature/Change Request > Bug description: Subscripting into strings would be useful > > The now very old North Star BASIC had a wonderful feature that I'd lov

[PHP-DEV] PHP42/Zend update needed for Apache 2.0.31

2002-02-01 Thread David Ford
Apache 2.0.31 got tagged this evening, the php/zend code has been out of sync with it for a bit now. Would anyone mind chit chatting and getting the appropriate code updated? :) I'd like to help, but I'm rather new to the code. If I'm speaking to the wrong people, please let me know. Apache c

Re: [PHP-DEV] Bug #15328: A C-like comma operator would be useful

2002-02-01 Thread brad lafountain
--- [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: N/A > PHP version: 4.1.1 > PHP Bug Type: Feature/Change Request > Bug description: A C-like comma operator would be useful > > A C-like comma operator would be useful, to string together series of >

[PHP-DEV] Re: PHP42/Zend update needed for Apache 2.0.31

2002-02-01 Thread Justin Erenkrantz
On Fri, Feb 01, 2002 at 01:28:50PM -0500, David Ford wrote: > I can build php fine (did you do the php/Zend and php/TSRM > checkout/update?), I just haven't had much luck in the past two weeks > getting apache to startup with php installed. Nuttin' but segfaults Jim. Yeah, I have those dirs.

[PHP-DEV] Bug #15329: Subscripting into strings would be useful

2002-02-01 Thread hek
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: Subscripting into strings would be useful The now very old North Star BASIC had a wonderful feature that I'd love to see in PHP, which was the ability to ac

[PHP-DEV] Bug #15328: A C-like comma operator would be useful

2002-02-01 Thread hek
From: [EMAIL PROTECTED] Operating system: N/A PHP version: 4.1.1 PHP Bug Type: Feature/Change Request Bug description: A C-like comma operator would be useful A C-like comma operator would be useful, to string together series of statements. Example: echo ($precondi

Re: [PHP-DEV] [patch] safe_mode_include_dir

2002-02-01 Thread Rasmus Lerdorf
Looks ok to me. On Fri, 1 Feb 2002, James E. Flemer wrote: > Hello ... It's been a while since I've actively been > committing to PHP. So I thought I'd run this by everyone > first. > > This is a patch to change the behavior of the PHP.INI > directive "safe_mode_include_dir" (which I added about

[PHP-DEV] Bug #15327: copy() causes bus error with files which change size

2002-02-01 Thread derrell
From: [EMAIL PROTECTED] Operating system: Linux 2.4.7-10, Redhat 7.2 PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: copy() causes bus error with files which change size The copy() function (actually php_copy_file() at ext/standard/file.c:1934) uses mmap

[PHP-DEV] [patch] safe_mode_include_dir

2002-02-01 Thread James E. Flemer
Hello ... It's been a while since I've actively been committing to PHP. So I thought I'd run this by everyone first. This is a patch to change the behavior of the PHP.INI directive "safe_mode_include_dir" (which I added about 6 months ago). As it is currently, "safe_mode_include_dir" takes a sing

[PHP-DEV] Re: PHP42/Zend update needed for Apache 2.0.31

2002-02-01 Thread David Ford
I can build php fine (did you do the php/Zend and php/TSRM checkout/update?), I just haven't had much luck in the past two weeks getting apache to startup with php installed. Nuttin' but segfaults Jim. David Justin Erenkrantz wrote: >On Thu, Jan 31, 2002 at 04:15:38PM -0500, David Ford wrote

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread George Schlossnagle
Also, ISPs (like AOL) who use farms of proxy caches will change a users apparent ip during a single session. (i.e. concurrent requests may come from different ips). George On Friday, February 1, 2002, at 11:58 AM, Rasmus Lerdorf wrote: > Bringing the user's ip into the mix is going to cause

[PHP-DEV] Bug #15315 Updated: german special chars

2002-02-01 Thread cnewbill
ID: 15315 Updated by: cnewbill Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: MSSQL related Operating System: W2K Pro PHP Version: 4.0.6 New Comment: No bug = Bogus :) Previous Comments: [2002-0

[PHP-DEV] Bug #15315 Updated: german special chars

2002-02-01 Thread mr . chefkoch
ID: 15315 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MSSQL related Operating System: W2K Pro PHP Version: 4.0.6 New Comment: Sorry, not really a bug. Previous Comments: -

[PHP-DEV] Bug #15315 Updated: german special chars

2002-02-01 Thread mr . chefkoch
ID: 15315 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating System: W2K Pro PHP Version: 4.0.6 Edit this bug report at http://bugs.php.net/?id=15315&edit=1 -- PHP Development Mailing List To unsubscribe, e-ma

[PHP-DEV] CVS Account Request: rbenea

2002-02-01 Thread Rares Benea
To help on the translation of the PHP manual in Romanian language -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Rasmus Lerdorf
Bringing the user's ip into the mix is going to cause all sorts of hard to track down problems as many many people do not have static ips. Having a session break because their lease expires and they are assigned a new one will confuse everyone. As far as I am concerned this is a documentation is

[PHP-DEV] Bug #15178 Updated: ob_implicit_flush is broken

2002-02-01 Thread sander
ID: 15178 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Output Control Operating System: Linux PHP Version: 4.0CVS-2002-01-23 New Comment: It works fine for me now... Apache 1.3.22, yesterday's CVS, on Debian (Sid) Linux. Previous Comments: --

[PHP-DEV] [PROPOSAL] defense against session takeovers

2002-02-01 Thread Sander Roobol
[PROBLEM] Sessions can easily be taken over by other, malicious users. All you need is the session-id and you're done. User who have read-access to the directory where PHP stores it's session-data, can read the ids directly from the filenames. I don't think many administrators are aware of the

[PHP-DEV] Bug #15325: mssql_query returns early

2002-02-01 Thread mike
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.1.1 PHP Bug Type: MSSQL related Bug description: mssql_query returns early Running the 4.1.1 binaries from php.net: Using mssql_query() to issue a backup statement doesn't work $conn = msssql_

Re: [PHP-DEV] Re: [Apc-cache] Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread George Schlossnagle
> Well, George Schlossnagle already proposed to submit APC and other > useful extensions for inclusion in PHP. > > http://news.php.net/article.php?group=php.dev&article=64437 > > > At the time, it was not done because Zeev said it would be necessary to > add a directory in PHP tree for extensions

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread George Schlossnagle
> - Add an API function that can compile arbitrary PHP scripts. How do you want to handle includes or evals in the code to be compiled? This is a majopr problem I see with a naive standalone compiler. > > - Add an API function for loading arbitrary compiled code. somewhat trickier. > > - If

[PHP-DEV] Bug #15324: CGI version (php.exe) times out

2002-02-01 Thread isitlive
From: [EMAIL PROTECTED] Operating system: Win2K PHP version: 4.1.1 PHP Bug Type: Reproducible crash Bug description: CGI version (php.exe) times out I attempted to use php.exe (with IIS) rather than the ISAPI module of PHP 4.1.1, as the ISAPI consistently crashes after layin

[PHP-DEV] Bug #5370 Updated: Session won't pass any variables in this platform.

2002-02-01 Thread t . zander
ID: 5370 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Session related Operating System: Windows 98 PHP Version: 4.0.1pl2 New Comment: I'm getting this error msg: Warning: open(/tmp\sess_021e6dafeb513b539d491681bfc95c

Re: [PHP-DEV] Re: [Apc-cache] Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread Brent R. Matzelle
--- "Stig S. Bakken" <[EMAIL PROTECTED]> wrote: > You have of course hit a very weak spot for PHP here. > > I agree that it would be great if PHP bundled a bytecode compiler, > cache, optimizer etc. But the fact is that Zend, who has > contributed no > small part of PHP, depend on selling these

Re: [PHP-DEV] Build failure on BSD (current cvs)

2002-02-01 Thread Jon Parise
On Fri, Feb 01, 2002 at 09:28:31AM -, James Cox wrote: > Is it just me having a really shitty day, or has anyone else noticed that > current CVS fails on BSD? I have the same problem here, but I haven't had the time to investigate it in detail yet. Hopefully, it will look obvious to the pe

[PHP-DEV] Bug #15323: pg_connect failing on iPlanet 4.1 nsapi

2002-02-01 Thread daver
From: [EMAIL PROTECTED] Operating system: Solaris 2.8 PHP version: 4.1.1 PHP Bug Type: PostgreSQL related Bug description: pg_connect failing on iPlanet 4.1 nsapi Revisiting bug #15282, I am unable to connect to a remote PostgreSQL database using server parsed php. I can con

Re: [PHP-DEV] Build failure on BSD (current cvs)

2002-02-01 Thread Jan Lehnardt
Hi, On Fri, 1 Feb 2002 09:28:31 - "James Cox" <[EMAIL PROTECTED]> wrote: > Is it just me having a really shitty day, or has anyone else noticed that > current CVS fails on BSD? yep. FreeBSD 4.4-Release. remaining this for the qa people (I put a CC to php-qa) > Athena:~/packages/php4# make >

[PHP-DEV] IP based redirection

2002-02-01 Thread [EMAIL PROTECTED]
Could you please help us, to redirect some of our pages to based on IP address. We have used SmartRedirect program but it is not working on with some of our ISP's IP address. We are located at India, and like to have some language specific pages to be displayed to our Indian user while english

[PHP-DEV] Bug #15322: php.ini : session.use_trans_sid=0 disables session-id creation too

2002-02-01 Thread gblatz
From: [EMAIL PROTECTED] Operating system: SuSe 7.3 PHP version: 4.1.1 PHP Bug Type: Session related Bug description: php.ini : session.use_trans_sid=0 disables session-id creation too Before 4.1.x I didn't compile with --enable-trans-sid and used instead the expression o

[PHP-DEV] Bug #15220 Updated: unserialize() failed at offset X of X bytes

2002-02-01 Thread derick
ID: 15220 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: Unknown/Other Function Operating System: Linux PHP Version: 4.1.1 New Comment: oh! oh! oh! :) Bogusifying then... Derick Previous Comments:

[PHP-DEV] Bug #15220 Updated: unserialize() failed at offset X of X bytes

2002-02-01 Thread jfl
ID: 15220 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: Unknown/Other Function Operating System: Linux PHP Version: 4.1.1 New Comment: So sorry, the bug was in my db settings. Sorry I wasted your time ! Previous Comments: --

Re: [PHP-DEV] PHP Build System V5 Overview

2002-02-01 Thread Stig S. Bakken
This is great news, Sascha. I'll go into the thinking box and post some PEAR-related comments this weekend. - Stig On Thu, 2002-01-31 at 15:08, Sascha Schumann wrote: > (unrelated to the thread on php-qa) > > Hi guys, > > I had some free time yesterday and so commenced to tackle

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread Hartmut Holzgraefe
Sam Liddicott wrote: >>have you had a look on php4/Zend/LICENSE lately ? ;) > > Yes, I checked it minutes before sending out my mail. Have you? so you've noticed the difference between CVS revision 1.5 and 1.6 of that file? -- Hartmut Holzgraefe [EMAIL PROTECTED] http://www.six.de +49-711-

Re: [PHP-DEV] Re: [Apc-cache] Re: [PHP-DEV] NEW PHP standalonecompiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread Stig S. Bakken
On Fri, 2002-02-01 at 08:34, Manuel Lemos wrote: > Hello, > > Sebastian Bergmann wrote: > > > > Michael Kimsal wrote: > > > Perhaps (and I know it's been said before) what is needed is an open > > > engine that could interpret and execute PHP separately from the Zend > > > engine (although they'

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Herewe try again)

2002-02-01 Thread Hartmut Holzgraefe
Manuel Lemos wrote: >>Unless I'm mistaken, Java doesn't have eval. Any language with eval >>needs a runtime environment when executing, even if the rest of the code >>is converted to C > > I am not expert in Java (actually I don't program in Java - MetaL > generates it for me if I ever need it),

[PHP-DEV] Bug #15321: GPC/EGPCS Problem

2002-02-01 Thread deepak
From: [EMAIL PROTECTED] Operating system: Windows NT (SAPI Implementation) PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: GPC/EGPCS Problem The GPC order is not maintained. PHP takes Cookies first and then Get. deepak -- Edit bug report at: http

RE: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Here we try again)

2002-02-01 Thread Sam Liddicott
> -Original Message- > From: Hartmut Holzgraefe [mailto:[EMAIL PROTECTED]] > Sent: 31 January 2002 10:15 > To: Sam Liddicott > Cc: Stig S. Bakken; Manuel Lemos; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] NEW PHP standalone comp

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Herewetry again)

2002-02-01 Thread Manuel Lemos
Hello, "Stig S. Bakken" wrote: > > > Unless I'm mistaken, Java doesn't have eval. Any language with eval > > > needs a runtime environment when executing, even if the rest of the code > > > is converted to C. > > > > I am not expert in Java (actually I don't program in Java - MetaL > > generates

Re: [PHP-DEV] NEW PHP standalone compiler (was Re: [PHP-DEV] Herewe try again)

2002-02-01 Thread Stig S. Bakken
On Fri, 2002-02-01 at 08:10, Manuel Lemos wrote: > Hello, > > "Stig S. Bakken" wrote: > > > > Also, someone may be able to reverse the PHP code to C and create an exe > > > > with it (like Perl) . And last, but maybe the future: Web Services with > > > > SOAP? > > > > > > It should be not be that

[PHP-DEV] Bug #15275 Updated: Apache 1.3.20 won't start with newly compiled PHP 4.1.1

2002-02-01 Thread jojo-in-london
ID: 15275 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: SuSE Linux 7.1 Kernel 2.4.2 PHP Version: 4.1.1 New Comment: Worked out on the problem. The suggestion to step back to 4.0.6 does also

[PHP-DEV] CVS Account Request: vvtk

2002-02-01 Thread Vadim Tkachenko
Extension for work with System V Messages (IPC), additional to system V semaphores & shared memory -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAI

[PHP-DEV] Build failure on BSD (current cvs)

2002-02-01 Thread James Cox
Is it just me having a really shitty day, or has anyone else noticed that current CVS fails on BSD? Athena:~/packages/php4# make Making all in Zend /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main-DUSE_EXPAT -I../TSRM -g -O2 -pref er-pic -c -o zend_language_pa

[PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but work properly for all other type of encryption

2002-02-01 Thread bguillot
ID: 15140 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Operating System: Redhat 7.2 PHP Version: 4.1.1 Assigned To: derick New Comment: Derick, last thing as with the new patch I get no more problem. Here is two test phpt for mcrypt t

[PHP-DEV] Bug #15316 Updated: Segmentation fault on Interbase blob creation

2002-02-01 Thread sander
ID: 15316 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: InterBase related Operating System: Linux 2.4.17-xfs PHP Version: 4.1.1 New Comment: Can you provide a backtrace? (see http://bugs.php.net/bugs-generating-backtrace.php) Previous Comments: --

Re: [PHP-DEV] Webmin & PHP... strange problems!

2002-02-01 Thread Prakash
Thank you Jason... really! Now I begun to let it work a little... I found also, searching about the variables you said me in the sources, that if I enable the configure option "--enable-discard-path", the variables are not more needed, and the php begin to works! WOW! So, I say it begins t

[PHP-DEV] CVS Account Request: spg1et

2002-02-01 Thread Matornei Dan
I want to help to translete the PHP manual in Romanian -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Bug #14899 Updated: error in GD/GIF handling

2002-02-01 Thread derick
ID: 14899 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: GD related Operating System: Debian GNU/Linux PHP Version: 4.1.1 New Comment: Fixed in CVS Previous Comments: [2002-01-

RE: [PHP-DEV] [PATCH] fix for #14899

2002-02-01 Thread James Cox
Would this also, by chance, fix my problem? :) james > -Original Message- > From: Sander Roobol [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 8:51 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] [PATCH] fix for #14899 > > > Below is the patch for bug #14899 about imagety

Re: [PHP-DEV] [PATCH] fix for #14899

2002-02-01 Thread Derick Rethans
Hello Sander, I committed it. Derick On Fri, 1 Feb 2002, Sander Roobol wrote: > Below is the patch for bug #14899 about imagetypes() not reporting > support for GIFs. > Can someone apply this patch? > > Sander > > Index: gd.c > ==

[PHP-DEV] [PATCH] fix for #14899

2002-02-01 Thread Sander Roobol
Below is the patch for bug #14899 about imagetypes() not reporting support for GIFs. Can someone apply this patch? Sander Index: gd.c === RCS file: /repository/php4/ext/gd/gd.c,v retrieving revision 1.175 diff -u -r1.175 gd.c --- g

[PHP-DEV] Bug #15140 Updated: mcrypt fails for twofish but work properly for all other type of encryption

2002-02-01 Thread bguillot
ID: 15140 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: mcrypt related Operating System: Redhat 7.2 PHP Version: 4.1.1 Assigned To: derick New Comment: Yeap, It is already coded in the internal_init_mcrypt function but a small bug in libmcrypt seem

  1   2   >