[PHP-DEV] Bug #13465 Updated: imap_fetchstructure problem

2001-10-19 Thread derick
ID: 13465 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: IMAP related Operating System: Red Hat 7.1 (Seawolf) PHP Version: 4.0.6 New Comment: If it is a bug (which I doubt), it's not a PHP bug, but a bug in the library that the imap extension used. I

[PHP-DEV] Bug #13618 Updated: preg_match_all causes segmentation fault

2001-10-19 Thread derick
ID: 13618 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Assigned Bug Type: Reproducible crash Operating System: RedHat 6.2 PHP Version: 4.0CVS-2001-10-09 Old Assigned To: Assigned To: andrei New Comment: Assinging this to you Andrei. I could reproduce this with CVS

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIX systems

2001-10-19 Thread Hartmut Holzgraefe
Stig Venaas wrote: Comments? well, the current SMTP implementation in win/sendmail.c is, lets say, at least suboptimal it misses a lot of requirements from the RFCs (821/822 or the newer 2821/2822), e.g. case insensitive headers, handling of lines beginning with a '.', limited message size

[PHP-DEV] 4.1.0RC1 out

2001-10-19 Thread Stig S. Bakken
Hi, 4.1.0RC1 is out, download it from http://www.php.net/~ssb/php-4.1.0RC1.tar.gz - Stig -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIXsystems

2001-10-19 Thread Rasmus Lerdorf
I am really not a big fan of putting smtp code into PHP on UNIX. The whole philosophy of UNIX is to have a collection of small specialized tools that work together instead of one mammoth tool. Which UNIX system does not have the ability to send mail? We really should not be re-inventing every

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Stanislav Malyshev
DB where people were attempting to actually redefine a function DB name. Brian's patch allows the compiler to encounter the same DB function in the same file on the same line and only give a DB notice instead of a fatal error. It's not the most elegant Which is not backward-compatible with how

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Stanislav Malyshev
DB Essentially, to answer your question. include_once() is a very DB poor way to write modular code that will be used across DB different projects and across different developers. You are Why? DB placing the responsibility of not accidentally redefining DB function names on the user of the

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Rasmus Lerdorf
Stanislav, he does have a point in that it would be a good idea to be able to create an include file which protected itself from multiple exclusion instead of relying on the user to use the file correctly. That's what he means by bad style. There could be cases where you created a system where

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIX systems

2001-10-19 Thread Hartmut Holzgraefe
Rasmus Lerdorf wrote: I am really not a big fan of putting smtp code into PHP on UNIX. The whole philosophy of UNIX is to have a collection of small specialized tools that work together instead of one mammoth tool. Which UNIX system does not have the ability to send mail? We

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIXsystems

2001-10-19 Thread Rasmus Lerdorf
On Fri, 19 Oct 2001, Hartmut Holzgraefe wrote: Rasmus Lerdorf wrote: I am really not a big fan of putting smtp code into PHP on UNIX. The whole philosophy of UNIX is to have a collection of small specialized tools that work together instead of one mammoth tool. Which UNIX system

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIX systems

2001-10-19 Thread Stig Venaas
On Fri, Oct 19, 2001 at 09:24:51AM +0200, Hartmut Holzgraefe wrote: Stig Venaas wrote: well, the current SMTP implementation in win/sendmail.c is, lets say, at least suboptimal it misses a lot of requirements from the RFCs (821/822 or the newer 2821/2822), e.g. case insensitive headers,

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIXsystems

2001-10-19 Thread Rasmus Lerdorf
Same here. I didn't change anything for Windows (except moving the file), since I haven't got a Windows dev system. The implementation could certainly be improved, that would be much easier for me to do by also using it for UNIX. While I do agree to some extent with Rasmus, the changes are

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIX systems

2001-10-19 Thread Hartmut Holzgraefe
Rasmus Lerdorf wrote: #1 unified configuration in php.ini for win *and* unix That's just silly. The aim is then to implement all the things that don't come standard with Windows but are part of UNIX in PHP? we need the code for Win anyway, and done right it would provide features not

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Stanislav Malyshev
RL Stanislav, he does have a point in that it would be a good idea to be able RL to create an include file which protected itself from multiple exclusion RL instead of relying on the user to use the file correctly. That's what he I'm these minutes finish to write a proposal which is meant to

[PHP-DEV] Package extension proposal

2001-10-19 Thread Stanislav Malyshev
Below is the proposal for PHP packaging extension. The intentions is for PHP to have the package system kind of like what Perl and other languanges have. The comments and suggestions are most welcome, as usual. Especially the experience with packaging system from other languages. ===

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIXsystems

2001-10-19 Thread Rasmus Lerdorf
You completely lose the most important feature. A non-blocking mail() call which queues the message. Having a web app wait on an smtp delivery is crap. Mail should be delivered out of band. non-blocking? mail() uses popen() and has to wait for the execution of /usr/lib/sendmail to

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIX systems

2001-10-19 Thread Hartmut Holzgraefe
Rasmus Lerdorf wrote: Yes, but if you have sendmail set up to simply queue the message it comes right back. Sendmail/qmail/postfix then later delivers the message out of band. This is essential if you are sending a lot of mail. Or even if you just want a nice quick web app. thats

[PHP-DEV] Bug #13704 Updated: QUERY_STRING empty with Multiviews

2001-10-19 Thread mail-php . net
ID: 13704 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Apache related Operating System: Debian stable PHP Version: 4.0CVS-2001-10-17 New Comment: I changed back to PHP 4.0.6 which didn't have this problem. Still using Apache 1.3.22. The problem still

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Edin Kadribasic
Since you can no longer do: if(!defined(_FOO_INC)): define('_FOO_INC',1); ... endif; to protect a file from multiple inclusion within the file itself, some This is still a valid construct. I could find nothing in the discussion that would indicate otherwise. The only thing that

[PHP-DEV] Bug #13704 Updated: QUERY_STRING empty with Multiviews

2001-10-19 Thread derick
ID: 13704 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Debian stable PHP Version: 4.0CVS-2001-10-17 New Comment: Can you file this report with the apache guys too? Derick Previous Comments:

[PHP-DEV] Bug #13704 Updated: QUERY_STRING empty with Multiviews

2001-10-19 Thread mail-php . net
ID: 13704 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Debian stable PHP Version: 4.0CVS-2001-10-17 New Comment: I'm just poking their newsgroup and bug database and can't find anything similiar.

[PHP-DEV] Bug #13704 Updated: QUERY_STRING empty with Multiviews

2001-10-19 Thread derick
ID: 13704 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Debian stable PHP Version: 4.0CVS-2001-10-17 New Comment: Then report it as a bug with them? Derick Previous Comments:

Re: [PHP-DEV] Fw: [PATCH] Fix for inconsistent float-int converting

2001-10-19 Thread Jeroen van Wolffelaar
On Fri, 19 Oct 2001, Stig S. Bakken wrote: Hm, another way to deal with overflows could be returning null, if it's acceptable to return a different type than expected at least. With 0 or max/min, it won't be possible for a program to detect overflows. With null it would be. I like this

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Rasmus Lerdorf
It is valid in the sense that the code would not be executed the second time, but it isn't valid for preventing multiple function definitions inside that block. ie. no conditional function definitions. -Rasmus On Fri, 19 Oct 2001, Edin Kadribasic wrote: Since you can no longer do:

[PHP-DEV] Bug #13704 Updated: QUERY_STRING empty with Multiviews

2001-10-19 Thread mail-php . net
ID: 13704 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Apache related Operating System: Debian stable PHP Version: 4.0CVS-2001-10-17 New Comment: It's been filed as mod_negotiation/8582.

[PHP-DEV] Bug #13741: Cannot walk the same associative array twice in the same script

2001-10-19 Thread milo
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2-RELEASE PHP version: 4.0.6 PHP Bug Type: Arrays related Bug description: Cannot walk the same associative array twice in the same script I have a simple associative array of scalar name/value pairs -- specifically, the

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Sebastian Bergmann
Stig S. Bakken wrote: 4.1.0RC1 is out, download it from http://www.php.net/~ssb/php-4.1.0RC1.tar.gz math.c C:\home\php\php4\ext\standard\math.c(736) : warning C4307: '+' : Ueberlauf einer ganzzahligen Konstanten php.exe built from the 4.1.0 branch crashes upon startup. Following are some

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Edin Kadribasic
I guess I do not understand. The following example works just fine in PHP 4.1.0RC1: test.php = ?php include 'testlib.php'; include 'testlib.php'; test(); ? testlib.php == ?php if (!defined('_TESTLIB_PHP')) { define ('_TESTLIB_PHP', 1); function test() { print Function test()\n;

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Pete Dishman
Hi, I've downloaded and compiled 4.1.0 RC1 on windows NT. Results aren't great. Release_TSDbg fails to build, complains on undefined Entry in the linking phase. All other builds do compile but crash on startup with an access violation. I can't even run phpinfo() without it crashing. I made a

[PHP-DEV] Bug #13741 Updated: Cannot walk the same associative array twice in the same script

2001-10-19 Thread hholzgra
ID: 13741 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Arrays related Operating System: FreeBSD 4.2-RELEASE PHP Version: 4.0.6 New Comment: see http://php.net/reset Previous Comments:

[PHP-DEV] Bug #13741 Updated: Cannot walk the same associative array twice in the same script

2001-10-19 Thread hholzgra
ID: 13741 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Arrays related Operating System: FreeBSD 4.2-RELEASE PHP Version: 4.0.6 New Comment: ... or read the documentation on each() itself: [...] After each() has executed, the array cursor will be left on the

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Rasmus Lerdorf
I guess I do not understand. The following example works just fine in PHP 4.1.0RC1: test.php = ?php include 'testlib.php'; include 'testlib.php'; test(); ? testlib.php == ?php if (!defined('_TESTLIB_PHP')) { define ('_TESTLIB_PHP', 1); function test() { print

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Edin Kadribasic
I guess I do not understand. The following example works just fine in PHP 4.1.0RC1: test.php = ?php include 'testlib.php'; include 'testlib.php'; test(); ? testlib.php == ?php if (!defined('_TESTLIB_PHP')) { define ('_TESTLIB_PHP', 1); function test()

[PHP-DEV] PHP on NetWare

2001-10-19 Thread Venkat Raghavan
Hi all. Ananth and I (Venkat) are working at Novell to get PHP onto NetWare. We've just got PHP up on NetWare. We hope to complete the port by February. I've subscribed to this list since the CVS page asked me to do so before requesting an account. Hope to keep pinging you guys often with

[PHP-DEV] CVS Account Request

2001-10-19 Thread CVS Account Request
Full name: Arne Blankerts Email: [EMAIL PROTECTED] ID:theseer Purpose: Passwort reset - I finally found time to touch the docs and now i forgot my passsword.. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-DEV] Bug #13742: Does PHP work with Informix Online 5.0?

2001-10-19 Thread ih2
From: [EMAIL PROTECTED] Operating system: SCO OpenServer 5.04 PHP version: 4.0.6 PHP Bug Type: Informix related Bug description: Does PHP work with Informix Online 5.0? Hi All, I have been trying to get PHP/APACHE (latest versions) working under SCO Openserver 5.04 and

[PHP-DEV] Re: 4.1.0RC1 out

2001-10-19 Thread Pete Dishman
Sorry, forgot to include build log zend_ini_scanner.c e:\downloads\php\php-4.1.0rc1\zend\zend_ini_scanner.c(811) : warning C4102: 'find_rule' : unreferenced label zend_language_scanner.c e:\downloads\php\php-4.1.0rc1\zend\zend_language_scanner.c(5257) : warning C4273: 'isatty' : inconsistent

[PHP-DEV] Bug #13743: TTF Fonts

2001-10-19 Thread go
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.6 PHP Bug Type: GD related Bug description: TTF Fonts When I used the Image Creation function in the GD Library that have any relation to the TTF fonts the server generate this Error

[PHP-DEV] Bug #13744: TTF Fonts

2001-10-19 Thread go
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.6 PHP Bug Type: GD related Bug description: TTF Fonts When I used the Image Creation function in the GD Library that have any relation to the TTF fonts the server generate this Error

[PHP-DEV] Bug #13745: TTF Fonts

2001-10-19 Thread go
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.6 PHP Bug Type: GD related Bug description: TTF Fonts When I used the Image Creation function in the GD Library that have any relation to the TTF fonts the server generate this Error

[PHP-DEV] Bug #13746: TTF Fonts

2001-10-19 Thread go
From: [EMAIL PROTECTED] Operating system: Windows 2000 Advanced Server PHP version: 4.0.6 PHP Bug Type: GD related Bug description: TTF Fonts When I used the Image Creation function in the GD Library that have any relation to the TTF fonts the server generate this Error

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-19 Thread mfischer
ID: 13743 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: Submitted twice, #13743 has slightly more info. Bogusifying. - Markus Previous Comments:

[PHP-DEV] Bug #13745 Updated: TTF Fonts

2001-10-19 Thread mfischer
ID: 13745 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: Allready submitted ... bogus. - Markus Previous Comments:

[PHP-DEV] Bug #13746 Updated: TTF Fonts

2001-10-19 Thread mfischer
ID: 13746 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: Already submitted - bogus. - Markus Previous Comments:

[PHP-DEV] Bug #13745 Updated: TTF Fonts

2001-10-19 Thread hholzgra
ID: 13745 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: multiple submissions Previous Comments:

[PHP-DEV] Bug #13748 Updated: Exec() and System() broken

2001-10-19 Thread regturais
ID: 13748 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: Windows 2000 SP2 w/IIS5.0 PHP Version: 4.0.6 New Comment: sorry duplicate please ignore Previous Comments:

[PHP-DEV] Bug #13748 Updated: Exec() and System() broken

2001-10-19 Thread mfischer
ID: 13748 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Program Execution Operating System: Windows 2000 SP2 w/IIS5.0 PHP Version: 4.0.6 New Comment: Submitted twice - bogus. - Markus Whats up today guys? Did you all forgot that reloading the

[PHP-DEV] Bug #13743 Updated: TTF Fonts

2001-10-19 Thread sander
ID: 13743 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: GD related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: Let's keep this one open... Previous Comments:

[PHP-DEV] Bug #13748 Updated: Exec() and System() broken

2001-10-19 Thread regturais
ID: 13748 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Program Execution Operating System: Windows 2000 SP2 w/IIS5.0 PHP Version: 4.0.6 New Comment: that is i duplicated my entry, but the bug is still valid and relevant :P Previous Comments:

[PHP-DEV] Multilpe submits ...

2001-10-19 Thread Markus Fischer
Anyone with proper access feeling responsible preventing multiple submits ? :) - Markus -- Markus Fischer, http://guru.josefine.at/~mfischer/ EMail: [EMAIL PROTECTED] PGP Public Key: http://guru.josefine.at/~mfischer/C2272BD0.asc PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674

[PHP-DEV] Bug #13747 Updated: Exec() and System() broken

2001-10-19 Thread regturais
ID: 13747 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Program Execution Operating System: Windows 2000 SP2 w/IIS5.0 PHP Version: 4.0.6 New Comment: btw running php as cgi -not- ISAPI Previous Comments:

[PHP-DEV] Bug #13747 Updated: Exec() and System() broken

2001-10-19 Thread sander
ID: 13747 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Program Execution Operating System: Windows 2000 SP2 w/IIS5.0 PHP Version: 4.0.6 New Comment: Already fixed in CVS. Will be in 4.1.0 when it's out. Tested with 4.0.7RC3 on Win2K. In the

[PHP-DEV] Bug #13738 Updated: cant connect to external db with dns name

2001-10-19 Thread sander
ID: 13738 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: MSSQL related Operating System: Win 2000 server PHP Version: 4.0.6 New Comment: Are you sure that your DNS is configure properly? Try to ping to labdb (just enter ping labdb (without the

[PHP-DEV] Bug #13667 Updated: fread doesn't works when the file opened with 'w+'

2001-10-19 Thread sander
ID: 13667 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Filesystem function related Operating System: Windows 2000 Advanced Server PHP Version: 4.0.6 New Comment: From the docs: ... place the file pointer at the beginning of the file and truncate the

Re: [PHP-DEV] Package extension proposal

2001-10-19 Thread Alexander Merz
package_load(Name) package_is_loaded(Name) package_set_path(path) +1 3. The package definition file has format like the following: PEAR has already a XML-based package file format, which is already used for installation and information retrieving. -- PHP Development Mailing List

[PHP-DEV] Bug #7786 Updated: cannot use fsockopen to open a connection, errNO is 0, errMsg is NULL

2001-10-19 Thread sander
ID: 7786 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sockets related Operating System: Windows 2000 PHP Version: 4.0.3pl1 New Comment: Works fine for me on Win2K with PHP-4.0.7RC3. Previous Comments:

[PHP-DEV] Karma

2001-10-19 Thread Jan Lehnardt
Hi, can someone grant [EMAIL PROTECTED] access to php-bugs-web. I'd like to commit an addition to the report form to prevent multiple submissions for now and more improvements later. thank you. Jan -- Q: Thank Jan? A: http://geschenke.an.dasmoped.net -- PHP Development Mailing List

[PHP-DEV] Bug #7960 Updated: fopen or fclose troubles with 'php://stdin'

2001-10-19 Thread sander
ID: 7960 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Filesystem function related Operating System: WIN32, WINNT, IRIX PHP Version: 4.0.3pl1 New Comment: Works fine for me on Win2K, using 4.0.7RC3. You should upgrade to a newer version. Reopen if

[PHP-DEV] Bug #8094 Updated: ISS stops serving ASP and PHP files

2001-10-19 Thread sander
ID: 8094 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: IIS related Operating System: Windows NT PHP Version: 4.0.3pl1 New Comment: The ISAPI module has been improved greatly since 4.0.3pl1. You should upgrade to the latest version. Reopen if the

[PHP-DEV] Bug #8349 Updated: Accessing a text field

2001-10-19 Thread sander
ID: 8349 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sybase (dblib) related Operating System: Linux 2.2.14 / Apache 1.3.14 PHP Version: 4.0.3pl1 New Comment: You should upgrade to the latest version. Reopen if the problem still exists. If so,

[PHP-DEV] Bug #8522 Updated: Error in XML parser with win98/PWS

2001-10-19 Thread sander
ID: 8522 Updated by: sander Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XML related Operating System: Windows 98 PHP Version: 4.0.4 New Comment: Works fine for me on Win2K. Probably not a bug in PHP. You should upgrade to the latest version. Reopen if the problem still exists.

[PHP-DEV] RE: [PHP-QA] 4.1.0RC1 out

2001-10-19 Thread Liz
To cheer people up, I build with /configure --with-mysql --enable-discard-path --enable-track-vars --disable-debug --enable-dbase --ena ble-trans-sid --enable-inline-optimization --enable-ftp --enable-sockets And the results of running the tests were.. (pritty much success!) Running tests in

[PHP-DEV] Bug #13749: ?php instead of ?php displays password and user info

2001-10-19 Thread malcolm
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: MySQL related Bug description: ?php instead of ?php displays password and user info If you have a script that talks to a MySQL db and includes an inc in another directory with the login part of

[PHP-DEV] Bug #13750: Warning: size of symbol changed

2001-10-19 Thread jes
From: [EMAIL PROTECTED] Operating system: Linux, Slackware 8.0 PHP version: 4.0CVS-2001-10-19 PHP Bug Type: Sablotron XSL Bug description: Warning: size of symbol changed When I start make i get the following warning: Warning: size of symbol `zif_xslt_create' changed

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Brian Moon
If we were designing the language from the ground up I would agree with you. However, we are talking about a language that is already being used by lots of people. Therefore I see no reason to break the old code. Brian Moon --

[PHP-DEV] Bug #13749 Updated: ?php instead of ?php displays password and user info

2001-10-19 Thread derick
ID: 13749 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Linux PHP Version: 4.0.6 New Comment: PHP can not guard for typing errors. It's your own responsility. Not a bug bogus. Derick Previous Comments:

[PHP-DEV] Bug #13750 Updated: Warning: size of symbol changed

2001-10-19 Thread derick
ID: 13750 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Sablotron XSL Operating System: Linux, Slackware 8.0 PHP Version: 4.0CVS-2001-10-19 New Comment: rm config.cache ./cvsclean ./buildconf ./configure ... should work fine. Please report

[PHP-DEV] Bug #13738 Updated: cant connect to external db with dns name

2001-10-19 Thread sliljedahl
ID: 13738 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: MSSQL related Operating System: Win 2000 server PHP Version: 4.0.6 New Comment: I can ping it just fine. C:\WINDOWSping labdb Pinging labdb [192.168.0.63] with 32 bytes

[PHP-DEV] RE: Bug #13749 Updated: ?php instead of ?php displays password and user info

2001-10-19 Thread Malcolm Moore
I would have hoped that a reversed wouldn't have displayed the user name and password best wishes mal -Original Message- From: Bug Database [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 13:57 To: [EMAIL PROTECTED] Subject: Bug #13749 Updated: ?php instead of ?php displays password

Re: [PHP-DEV] RE: Bug #13749 Updated: ?php instead of ?php displays password and user info

2001-10-19 Thread Markus Fischer
On Fri, Oct 19, 2001 at 02:28:18PM +0100, Malcolm Moore wrote : I would have hoped that a reversed wouldn't have displayed the user name and password Wrong assumption. People also use include to include plain html data which is sent to the browser. So PHP 'hops' out of PHP parsing mode when

[PHP-DEV] Bug #13751: .alloca missing

2001-10-19 Thread bastien . leblanc
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: .alloca missing This bug has (I think) already be reported, but I tried all the solutions avaible: set CFLAGS to -ma use the last release (4.0.6RC4) But

[PHP-DEV] Bug #13752: .alloca missing

2001-10-19 Thread bastien . leblanc
From: [EMAIL PROTECTED] Operating system: AIX 4.3 PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: .alloca missing This bug has (I think) already be reported, but I tried all the solutions avaible: set CFLAGS to -ma use the last release (4.0.6RC4) But

[PHP-DEV] Bug #13752 Updated: .alloca missing

2001-10-19 Thread bastien . leblanc
ID: 13752 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Compile Failure Operating System: AIX 4.3 PHP Version: 4.0.6 New Comment: Sorry I posted it twice, sorry for the inconvenience Previous Comments:

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Joao Prado Maia
On Fri, 19 Oct 2001, Markus Fischer wrote: Anyone with proper access feeling responsible preventing multiple submits ? :) Isn't that something that the developer should handle, and not the language itself ? Do you know if any other language does something like that ? Joao -- João Prado

[PHP-DEV] Bug #13752 Updated: .alloca missing

2001-10-19 Thread derick
ID: 13752 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: AIX 4.3 PHP Version: 4.0.6 New Comment: marking the second one bogus then... Previous Comments:

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Derick Rethans
Hello, I think he meant multiple bug report submits here... Derick On Fri, 19 Oct 2001, Joao Prado Maia wrote: On Fri, 19 Oct 2001, Markus Fischer wrote: Anyone with proper access feeling responsible preventing multiple submits ? :) Isn't that something that the developer should

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Joao Prado Maia
On Fri, 19 Oct 2001, Derick Rethans wrote: Hello, I think he meant multiple bug report submits here... Duh! Well, on that case I guess Jan Lehnardt already has the code for that functionality, as described on his last email to the list. Can someone grant him access to the appropriate cvs

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Jan Lehnardt
Hi, On Fri, 19 Oct 2001 09:45:52 -0400 (EDT) Joao Prado Maia [EMAIL PROTECTED] wrote: Duh! Well, on that case I guess Jan Lehnardt already has the code for that functionality, as described on his last email to the list. Actually it is just a note next to the submit button. But it should do

[PHP-DEV] Bug #13753: failed session_register in object method

2001-10-19 Thread m . izydorski
From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: failed session_register in object method I have made much tests and it seems, that calling session register in object's method failed. Assume:

[PHP-DEV] Bug #13754: failed session_register in object method

2001-10-19 Thread m . izydorski
From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: failed session_register in object method I have made much tests and it seems, that calling session register in object's method failed. Assume:

[PHP-DEV] Bug #13755: failed session_register in object method

2001-10-19 Thread m . izydorski
From: [EMAIL PROTECTED] Operating system: linux mandrake 8.0 PHP version: 4.0.6 PHP Bug Type: Session related Bug description: failed session_register in object method I have made much tests and it seems, that calling session register in object's method failed. Assume:

[PHP-DEV] Bug #13753 Updated: failed session_register in object method

2001-10-19 Thread m . izydorski
ID: 13753 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Session related Operating System: linux mandrake 8.0 PHP Version: 4.0.6 New Comment: misspeled; should be: After that both session_is_registered('edf1') and session_is_registered('edf2')

[PHP-DEV] Bug #13754 Updated: failed session_register in object method

2001-10-19 Thread derick
ID: 13754 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: linux mandrake 8.0 PHP Version: 4.0.6 New Comment: submitted twice bogus Previous Comments:

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Edin Kadribasic
Can we at least confirm that this works in the current release candidate? It works fine on my build, but Rasmus is having problems with it. test.php = ?php include 'testlib.php'; include 'testlib.php'; test(); ? testlib.php == ?php if (!defined('_TESTLIB_PHP')) { define

[PHP-DEV] Bug #13755 Updated: failed session_register in object method

2001-10-19 Thread derick
ID: 13755 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: linux mandrake 8.0 PHP Version: 4.0.6 New Comment: 3rd submit bogus Previous Comments:

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Sander Roobol
Actually it is just a note next to the submit button. But it should do the job. Can't you check for duplicate messages? Construct a query which checks if there's already a row with that e-mail adres, subject, etc... that should really do it... Sander -- PHP Development Mailing List

Re: [PHP-DEV] Multilpe submits ...

2001-10-19 Thread Markus Fischer
I was thinking about a session var on which we do magic stuff so e know he has submitted only one. The note .. won't be the final solution, trust me. On Fri, Oct 19, 2001 at 04:15:54PM +0200, Sander Roobol wrote : Actually it is just a note next to the submit button. But it should do the

[PHP-DEV] Bug #13753 Updated: failed session_register in object method

2001-10-19 Thread hholzgra
ID: 13753 Updated by: hholzgra Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Session related Operating System: linux mandrake 8.0 PHP Version: 4.0.6 New Comment: $edf1 is local to the gg() method you can only register variables from the global scope, so $edf1 is

Re: [PHP-DEV] RE: Bug #13749 Updated: ?php instead of ?php displayspassword and user info

2001-10-19 Thread Sterling Hughes
On Fri, 19 Oct 2001, Malcolm Moore wrote: I would have hoped that a reversed wouldn't have displayed the user name and password best wishes *It doesn't* you've hardcoded your username and password into the php file, when you don't have the php start tag correct, then how would

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Daniel Beckham
You asked me why twice, but I explained it in the email. Separating my last sentence to make it look like I think including files is a poor programming technique seems a little childish. So is asking Why over and over again when someone has already answered you. Lastly, I compared it to C

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Daniel Beckham
This is exactly what I was saying and a magic include_once token in the file is a great idea. I was never making a case for leaving buggy code in PHP, only that if you were going to change the behavior, you would also add more flexible ways to do the job. Daniel - Original Message -

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Daniel Beckham
By all means, if you have a decent proposal that doesn't involve exclusively using include_once() or if/endif everywhere possible, we would love to hear it. Daniel - Original Message - From: Stanislav Malyshev [EMAIL PROTECTED] To: Rasmus Lerdorf [EMAIL PROTECTED] Cc: Daniel Beckham

Re: [PHP-DEV] making mail() funtion work without sendmail on UNIX systems

2001-10-19 Thread Andrei Zmievski
For the record, I agree with Rasmus on this one. It sounds silly to reinvent the wheel on UNIX. On Fri, 19 Oct 2001, Rasmus Lerdorf wrote: On Fri, 19 Oct 2001, Hartmut Holzgraefe wrote: Rasmus Lerdorf wrote: I am really not a big fan of putting smtp code into PHP on UNIX. The

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Daniel Beckham
- Original Message - From: Stanislav Malyshev [EMAIL PROTECTED] To: Daniel Beckham [EMAIL PROTECTED] Cc: Brian Moon [EMAIL PROTECTED]; PHP Development [EMAIL PROTECTED] Sent: Friday, October 19, 2001 2:45 AM Subject: Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Edin Kadribasic
By all means, if you have a decent proposal that doesn't involve exclusively using include_once() or if/endif everywhere possible, we would love to hear it. I'm just curious: what's wrong with using if/endif where include_once isn't good enough? -- PHP Development Mailing List

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Daniel Beckham
The reason it works inside of an if/endif is because the code is never pre-compiled and only executed during run time. For large code libraries, like we have here at our office, this would cause a performance decrease. Daniel - Original Message - From: Edin Kadribasic [EMAIL

[PHP-DEV] Re: Bug #13753 Updated: failed session_register in object method

2001-10-19 Thread Michal Izydorski
Witam konto Friday, October 19, 2001, 4:14:11 PM, przeczyta³em: BD ID: 13753 BD Updated by: hholzgra BD Reported By: [EMAIL PROTECTED] BD Old Status: Open BD Status: Bogus BD Bug Type: Session related BD Operating System: linux mandrake 8.0 BD PHP Version: 4.0.6 BD New Comment: BD $edf1 is

[PHP-DEV] Bug #13750 Updated: Warning: size of symbol changed

2001-10-19 Thread jes
ID: 13750 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Sablotron XSL Operating System: Linux, Slackware 8.0 PHP Version: 4.0CVS-2001-10-19 New Comment: Unfortunately I still get the same errors. FYI my configure options are:

[PHP-DEV] Bug #13756: exponential ** operator

2001-10-19 Thread sander
From: [EMAIL PROTECTED] Operating system: n/a PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: exponential ** operator It would be nice to have an exponential operator. ** would be a logical choice, just like in C. Example: echo 2**3; // prints 8

Re: [PHP-DEV] New zend_compile.c to solve all of the duplicate function problems

2001-10-19 Thread Brian Moon
The problem is backward compatiblity. That is the biggest thing at stake here. Daniel and I are a bit skewed as we have over 1000 files full of code that start with something like: if(defined(_FILE_NAME)) return; define(_FILE_NAME, 1); This was our solution _before_ include_once ever existed

  1   2   >