[PHP-DEV] Bug #7474 Updated: ext/standard/scanf.c reports strtol/strtoul "undefined reference"

2001-07-30 Thread sniper
ID: 7474 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Analyzed Status: Closed Bug Type: Compile Failure Operating System: SunOs 4.1.4 (!) PHP Version: 4.0.5 ? New Comment: As this system in question is really outdated and shouldn't be used in production anyway (y2k!) we're not

[PHP-DEV] print_r

2001-07-30 Thread Emanuel Dejanu
Hi, Is there a posibility to print an object but to not print some fields. If I use print_r he will print all variabiles from my object, but I want on variabile to not be printed. I do not want to write my own function. Ex. class Node { var $name; var $parent = '/' var

[PHP-DEV] Bug #12477: preg_replace evaluates dollar signs as variables (eg $1,000 becomes ,000)

2001-07-30 Thread Grant . Walters
From: [EMAIL PROTECTED] Operating system: Linux and SCO PHP version: 4.0.6 PHP Bug Type: PCRE related Bug description: preg_replace evaluates dollar signs as variables (eg $1,000 becomes ,000) The setup for my templating system: $template=array( "/({PAGETOP})/", "/

[PHP-DEV] Bug #12476: a function that splits a string into equal parts while retaining whole words

2001-07-30 Thread adam
From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0.4pl1 PHP Bug Type: Feature/Change Request Bug description: a function that splits a string into equal parts while retaining whole words //perhaps a function like this '.$columns[1]; ?> //outputting b

Re: [PHP-DEV] Re: TSRM compatibility note

2001-07-30 Thread Zeev Suraski
The new API no longer requires separate fetch's for the different TLS's. This has two implications: - Code that requires several TLS's is quicker, since at most, you only call one fetch, instead of several (you also pass less info on the stack when you send TLS's to functions) - Since there's

[PHP-DEV] Bug #12475: the variable $PHP_SELF is not set.

2001-07-30 Thread remco
From: [EMAIL PROTECTED] Operating system: Windows 2000 Server PHP version: 4.0.6 PHP Bug Type: Variables related Bug description: the variable $PHP_SELF is not set. if I open a script containing only the phpinfo() function, the $PHP_SELF field is not filled in. In my own scr

[PHP-DEV] Bug #12474: possible incorrect strtotime handling of "-1Month"

2001-07-30 Thread jbarrett
From: [EMAIL PROTECTED] Operating system: Linux (should happen on any) PHP version: 4.0.4pl1 PHP Bug Type: Date/time related Bug description: possible incorrect strtotime handling of "-1Month" when running it replies with X-Powered-By: PHP/4.0.3pl1 Content-type: text

[PHP-DEV] Bug #11892 Updated: crypt gone without a trace

2001-07-30 Thread msopacua
ID: 11892 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Encryption and hash functions Operating System: BSD PHP Version: 4.0.6 New Comment: Crypt failes because libcrypt is searched for. This isn't necessary on BSD systems, because it's part of libc. S

[PHP-DEV] CVS Account Request

2001-07-30 Thread CVS Account Request
Full name: MaBeL Email: [EMAIL PROTECTED] ID:mabel Purpose: I Want to translate PHP documentation -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP-DEV] CVS Account Request

2001-07-30 Thread CVS Account Request
Full name: MaBeL Email: [EMAIL PROTECTED] ID:mabel Purpose: I want to Translate PHP Documentation -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

[PHP-DEV] Bug #9398 Updated: Apache SIGTERM when loading php with pspell AND sablotron

2001-07-30 Thread sterling
ID: 9398 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Linux Redhat 6.2 PHP Version: 4.0.4pl1 New Comment: This is a Sablotron patch and problem, please send this to [EMAIL PROTECTED] thanks! Previous Comments

[PHP-DEV] Bug #11440 Updated: PHP Seg faults with xslt_output_begintransform("xsl_file");

2001-07-30 Thread sterling
ID: 11440 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Linux Mandrake 8.0 PHP Version: 4.0 Latest CVS (2001-06-12) New Comment: This is fixed by omission in the new XSLT extension (we no longer have the xslt_output

[PHP-DEV] Bug #12473: mail() sended mail is timestamped 15 hours late

2001-07-30 Thread zli
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: mail() sended mail is timestamped 15 hours late mail() sended email is time stamped 15 hours back. Like say send a email to my yahoo address, the new mail is list

[PHP-DEV] Bug #11777 Updated: php apache dso coredumps using die() inside function for xslt_set_error_handler

2001-07-30 Thread sterling
ID: 11777 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: NetBSD/Alpha 1.5W-current PHP Version: 4.0 Latest CVS (2001-06-28) New Comment: please try the new XSLT extension (use the CVS version, --enable-xslt --with-xs

[PHP-DEV] Bug #8412 Updated: transformations hang

2001-07-30 Thread sterling
ID: 8412 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Linux 2.2.17, 2.4.5 PHP Version: 4.0.4, 4.0.5 Assigned To: sterling New Comment: please upgrade to the new XSLT extension (--enable-xslt --with-xslt-sablot) as

[PHP-DEV] Bug #11849 Updated: random "duplicit rule name" error

2001-07-30 Thread sterling
ID: 11849 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Linux PHP Version: 4.0.5 New Comment: please upgrade to the new xslt extension (--enable-xslt --with-xslt-sablot) as all development is now focused on that e

[PHP-DEV] Bug #10569 Updated: xslt_error handling

2001-07-30 Thread sterling
ID: 10569 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: BSD PHP Version: 4.0.4pl1 New Comment: 1. Your attitude won't get you anywhere 2. The new extension doesn't throw fatal errors and provides ample error handli

[PHP-DEV] Bug #7631 Updated: Log file created but not written to.

2001-07-30 Thread sterling
ID: 7631 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Mandrake 7.0 PHP Version: 4.0 Latest CVS (03/11/2000) New Comment: Please upgrade to the new XSLT extension (--enable-xslt --with-xslt-sablot) as development is

[PHP-DEV] Bug #12045 Updated: no content=cURL crashes sometimes

2001-07-30 Thread sterling
ID: 12045 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: i686 PHP Version: 4.0.6 New Comment: I've tried reproduce this with the latest CVS of php to no avail, can you try the latest CVS and re-open the report if th

[PHP-DEV] Bug #12216 Updated: 4.0.6 + curl 7.8 Do not properly support https

2001-07-30 Thread sterling
ID: 12216 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: FreeBSD 4.3 PHP Version: 4.0.6 New Comment: It works fine for me with the latest CVS. can you upgrade and re-open if the bug still exists (also, when you use

[PHP-DEV] Bug #12211 Updated: cURL (OpenSSL) https:// calls do not function

2001-07-30 Thread sterling
ID: 12211 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: Mandrake/Slackware PHP Version: 4.0.6 New Comment: Can you try the latest CVS of PHP and let re-open the bug if it still happens. Previous Comments:

[PHP-DEV] Bug #12205 Updated: https not working

2001-07-30 Thread sterling
ID: 12205 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: RedHat 7 PHP Version: 4.0.6 New Comment: please try the latest cvs of PHP and cURL and re-open if the problem still exists. Previous Comments: --

[PHP-DEV] Bug #12149 Updated: PHP 4.0.6 upgrade seems to break cURL https

2001-07-30 Thread sterling
ID: 12149 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: cURL related Operating System: WinNT4sp6a PHP Version: 4.0.6 New Comment: can you try this with the latest cvs on a windows system and let me know if it still happens? Thanks. Previou

[PHP-DEV] phpinfo output

2001-07-30 Thread Colin Viebrock
Anyone else here notice that the additional information "blocks" for modules compiled into PHP is pretty much sorted in reverse alphabetically order? Just wondering if we could switch it to forward alpha order, if possible. And why zlib seems to come up in the wrong location. - Colin -- PHP D

[PHP-DEV] Bug #12099 Updated: SIGSEGV bug in module sablotron

2001-07-30 Thread sterling
ID: 12099 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Sablotron XSL Operating System: Debian Linux (testing) PHP Version: 4.0CVS-2001-07-12 New Comment: I will remember to change the status. I will remember to change the status. I will remember

Re: [PHP-DEV] Bug #12464: IIS5.0 header problems

2001-07-30 Thread Daniel Andersson
hiyya people <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi j.gray! > On Mon, 30 Jul 2001, [EMAIL PROTECTED] wrote: > > > From: [EMAIL PROTECTED] > > Operating system: win 2k > > PHP version: 4.0.6 > > PHP Bug Type: Session related > >

[PHP-DEV] Bug #12099 Updated: SIGSEGV bug in module sablotron

2001-07-30 Thread sterling
ID: 12099 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Sablotron XSL Operating System: Debian Linux (testing) PHP Version: 4.0CVS-2001-07-12 New Comment: All current development is being focused on the XSLT module (--enable-xslt --with-xslt-sablot). Please upgrade

[PHP-DEV] AW: fortunately it works now ..

2001-07-30 Thread Harald Radi
> Multithreaded: > CoInitialize() is actually in basic_functions.c not in COM.c > - interestingly. i.e. the code in COM.c is called, but is the > second call to CoInitialize(). > CoInitializeEx() would need to be callsed if we plan to be > multi-threaded. wouldn't it be evident that CoInitiali

Re: [PHP-DEV] TSRM compatibility note

2001-07-30 Thread Jouni Ahto
On Mon, 30 Jul 2001, Zeev Suraski wrote: > We should probably change ext_skel to generate new-style fetches and > macros, so that new extensions take advantage of the faster approach. Ok. Will fix later this week. Have to first catch up on what this actually means. (I lost my home connection

[PHP-DEV] Bug #10673 Updated: CURL/PHP causes lengthy Apache Keepalive

2001-07-30 Thread sterling
ID: 10673 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: Linux PHP Version: 4.0.6 New Comment: *arggghh* close. Mozilla sucks! Previous Comments: --

[PHP-DEV] Bug #10673 Updated: CURL/PHP causes lengthy Apache Keepalive

2001-07-30 Thread sterling
ID: 10673 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating System: Linux PHP Version: 4.0.6 New Comment: I'm gonna close this one. its been awhile, and no one else seems to have this problem and I certainly can't reproduce it. Previous Comments:

[PHP-DEV] Bug #11908 Updated: Post not binary safe

2001-07-30 Thread sterling
ID: 11908 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-07-05) New Comment: close, sorry guys, its been awhile. Previous Comments: --

[PHP-DEV] Bug #11908 Updated: Post not binary safe

2001-07-30 Thread sterling
ID: 11908 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-07-05) New Comment: CURLOPT_BINARYTRANSFER is only for use with CURLOPT_RETURNTRANSFER. Previous Comments:

[PHP-DEV] Bug #11901 Updated: CURLOPT_HEADERFUNCTION result wrong header

2001-07-30 Thread sterling
ID: 11901 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: cURL related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-07-05) New Comment: fixed in cvs. Previous Comments:

[PHP-DEV] Bug #11901 Updated: CURLOPT_HEADERFUNCTION result wrong header

2001-07-30 Thread sterling
ID: 11901 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-07-05) New Comment: fixed in cvs. Previous Comments:

[PHP-DEV] Bug #11856 Updated: CURLOPT_HEADER

2001-07-30 Thread sterling
ID: 11856 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-07-03) New Comment: close Previous Comments:

[PHP-DEV] Bug #11856 Updated: CURLOPT_HEADER

2001-07-30 Thread sterling
ID: 11856 Updated by: sterling Reported By: [EMAIL PROTECTED] Status: Open Bug Type: cURL related Operating System: i686-pc-linux-gnu PHP Version: 4.0 Latest CVS (2001-07-03) New Comment: fixed in cvs. Previous Comments: [

[PHP-DEV] Bug #12433 Updated: Curl Crush, CURLOPT_WRITEHEADER

2001-07-30 Thread sterling
ID: 12433 Updated by: sterling Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: cURL related Operating System: GNU Linux PHP Version: 4.0.6 New Comment: fixed in cvs. Previous Comments: [2001-07-27

[PHP-DEV] Bug #12472: cannot install pear

2001-07-30 Thread sybex
From: [EMAIL PROTECTED] Operating system: Slackware Linux 8.0 / 2.4.7 PHP version: 4.0.6 PHP Bug Type: *Compile Issues Bug description: cannot install pear doing a 'make install' dies when attempting to install pear. configure options: --with-gettext --enable-sysvshm --e

[PHP-DEV] gmp_init with a base argument

2001-07-30 Thread Troels Arvin
Hello, Because decbin is limited to 31 bit values, I thought that the gmp extension might be expanded a bit: If you add an optional base argument to gmp, then we actually have a -bit decbin. I think that would be nice. Proposed patch below. (The patch is for php 4.0.6; I can easily make one for

[PHP-DEV] Re: TSRM compatibility note

2001-07-30 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi zeev, is there a short explanation of this tsrm stuff somewhere ? i'd like to know which kind of functions should take use of the tsrm features. while reviewing your changes to the ext/com module i'm stumbled into a few inconsistencies (as far

[PHP-DEV] Bug #12471: DCOM don't running

2001-07-30 Thread ismael
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: COM related Bug description: DCOM don't running Teste PHP & COM/DCOM" Warning: Unable to obtain IDispatch interface for CLSID {B3017363-43C6-11D5-9848-00E04C3919F8}: O servidor de RPC não está d

[PHP-DEV] Bug #12470 Updated: pg_close(); causes printf();

2001-07-30 Thread sniper
ID: 12470 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: PostgreSQL related Operating System: PHP Version: 4.0.5 New Comment: This has been removed in 4.0.6 Previous Comments:

[PHP-DEV] Re: Bug #12425 Updated: apache core dumps when started with a php.ini in /usr/local/lib

2001-07-30 Thread Chris
Warning Could not process message with given Content-Type: multipart/mixed;boundary="3b659b4aa48fa"

[PHP-DEV] TSRM compatibility note

2001-07-30 Thread Zeev Suraski
Just FYI - code working with the old-style TSRM should still go on working. It just wouldn't take advantage of the faster single fetch approach we switched to. We should probably change ext_skel to generate new-style fetches and macros, so that new extensions take advantage of the faster appr

[PHP-DEV] Bug #12470: pg_close(); causes printf();

2001-07-30 Thread gorth
From: [EMAIL PROTECTED] Operating system: PHP version: 4.0.5 PHP Bug Type: PostgreSQL related Bug description: pg_close(); causes printf(); pg_close(); /exts/pgsql/pgsql.c ?? printf("\npg_close %d\n",id); -- Edit bug report at: http://bugs.php.net/?id=12470&edit=1

[PHP-DEV] Bug #12468 Updated: --enable-gd-native-ttf option not detected

2001-07-30 Thread sniper
ID: 12468 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Old Bug Type: Unknown/Other Function Bug Type: GD related Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: This has been reported dozens of times now and it has already been fixed too. Next

[PHP-DEV] Bug #12468 Updated: --enable-gd-native-ttf option not detected

2001-07-30 Thread rasmus
ID: 12468 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Unknown/Other Function Operating System: RedHat 6.2 PHP Version: 4.0.6 New Comment: Fixed in CVS a while ago Previous Comments: --

[PHP-DEV] Bug #12469: crash on die() from inside a class thats included

2001-07-30 Thread tobi
From: [EMAIL PROTECTED] Operating system: win2k PHP version: 4.0.5 PHP Bug Type: Reproducible crash Bug description: crash on die() from inside a class thats included had some ugly crashes without any output, by terminating a class-function with die(). the class was defined

[PHP-DEV] Bug #12468: --enable-gd-native-ttf option not detected

2001-07-30 Thread bvr
From: [EMAIL PROTECTED] Operating system: RedHat 6.2 PHP version: 4.0.6 PHP Bug Type: Unknown/Other Function Bug description: --enable-gd-native-ttf option not detected the --enable-gd-native-ttf as described in ./configure --help is not recognized because configure looks

[PHP-DEV] Bug #10166 Updated: read_exif_data loads whole image into memory

2001-07-30 Thread sniper
ID: 10166 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Graphics related Operating System: Linux 2.2 PHP Version: 4.0 Latest CVS (04/04/2001) New Comment: In latest CVS there I have added an optional parameter for read_exif_data(): proto read_e

Re: [PHP-DEV] Security Issues - a bit of my experience

2001-07-30 Thread Sterling Hughes
On Mon, 30 Jul 2001, Ramsi Sras wrote: Hey, idiot. you can just send a message to [EMAIL PROTECTED], stop spamming my mailbox, or else you'll be subscribed to alot more mailing lists than you ever wanted. -Sterling > UNSUBSCRIBE ME PLEASE!!UNSUBSCRIBE ME PLEASE!

[PHP-DEV] Latest TSRM patches and ext/gd

2001-07-30 Thread Sebastian Bergmann
gd.c d:\home\php\php4\ext\gd\gd.c(1002) : error C2065: 'tsrm_ls' : Undeclared identifier + lots of warnings -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/ -- PHP Development Mailing

[PHP-DEV] Bug #11595 Updated: Error in the migration PHP3 to PHP4 with OpenLink-ODBC drive

2001-07-30 Thread ahill
ID: 11595 Updated by: ahill Reported By: [EMAIL PROTECTED] Status: Assigned Bug Type: ODBC related Operating System: Solaris 2.7 PHP Version: 4.0.4pl1 Assigned To: ahill New Comment: Hi, Please try with 4.0.6 or submit an ODBC trace; I am unable to reproduce. Best regards, Andrew Previo

[PHP-DEV] Bug #11790 Updated: Error compiling PHP

2001-07-30 Thread rmang
ID: 11790 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Compile Failure Operating System: Redhat Linux 5.x PHP Version: 4.0.6 New Comment: Tried the newest snapshot and received: filestat.c: In function `php_if_disk_total_space': f

Re: [PHP-DEV] Re: TSRM change

2001-07-30 Thread Andrei Zmievski
On Mon, 30 Jul 2001, Zeev Suraski wrote: > are you sure it isn't? There are variables generated by a macro > DECLARE_MODULE_GLOBALS, so chances are it is coming from there. I was > doing thousands of lines of changes though, so I may have gotten something > wrong (well, may is an understateme

[PHP-DEV] Bug #12467: Undefined entry point in php4ts.dll

2001-07-30 Thread esmoot
From: [EMAIL PROTECTED] Operating system: NT 4.0 PHP version: 4.0.6 PHP Bug Type: Oracle related Bug description: Undefined entry point in php4ts.dll Environment: NT 4.0, Apache 1.3.14, PHP 4.0.6 (pre-compiled), Oracle Personal DB 8i (8.1.5.0.0), IE 5.0. PHP is running as a

Re: [PHP-DEV] TSRM change

2001-07-30 Thread Zeev Suraski
This one should already be fixed (update Zend) At 07:26 30/07/2001, [EMAIL PROTECTED] wrote: >Hi Andrei! >On Mon, 30 Jul 2001, Andrei Zmievski wrote: > > > Zeev, > > > > Since you've been updating TSRM stuff, I've noticed some > > inconsistencies. For example, php_ldap.h says: > > > > # define L

[PHP-DEV] Re: TSRM change

2001-07-30 Thread Zeev Suraski
are you sure it isn't? There are variables generated by a macro DECLARE_MODULE_GLOBALS, so chances are it is coming from there. I was doing thousands of lines of changes though, so I may have gotten something wrong (well, may is an understatement :) At 06:31 30/07/2001, Andrei Zmievski wrot

Re: [PHP-DEV] Security Issues - a bit of my experience

2001-07-30 Thread Jeffrey A . Stuart
AMEN! I PERSONALLY DO NOT consider it a PIA to have to access the variables via $HTTP_POST... What I USUALLY do is something like this: $fldform_var1 = $HTTP_POST_VARS[form_var1]; etc. This way, I'm GUARENETEED that I got the variable FROM the location that I was expecting. Then, I refer throu

[PHP-DEV] memory leaks in own extension

2001-07-30 Thread Robin Ericsson
Hi, I'm writing an own extension in C++, and I have trouble with memoryleaks. I'm using PHP 4.0.6. When I enable debug I don't find my leaks, but I do find some other leaks: nn4itprotocol.cpp(1359) : Freeing 0x081FC38C (19 bytes), script=main.phtml zend_operators.c(441) : Actual location (loca

Re: [PHP-DEV] TSRM change

2001-07-30 Thread teo
Hi Andrei! On Mon, 30 Jul 2001, Andrei Zmievski wrote: > Zeev, > > Since you've been updating TSRM stuff, I've noticed some > inconsistencies. For example, php_ldap.h says: > > # define LDAPG(v) TSRMG(ldap_globals_id, zend_ldap_globals *, v) > > But ldap_globals_id is not declared anywhere. S

[PHP-DEV] Bug #11790 Updated: Error compiling PHP

2001-07-30 Thread sniper
ID: 11790 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: Redhat Linux 5.x PHP Version: 4.0.6 New Comment: Could you please try the latest CVS snapshot from http://snaps.php.net/ to verify if this problem still exist

[PHP-DEV] Bug #12466: iPlanet aborts in call to ts_resource in php4_init

2001-07-30 Thread sveinolav . bjerkeset
From: [EMAIL PROTECTED] Operating system: Solaris 2.6 PHP version: 4.0.6 PHP Bug Type: iPlanet related Bug description: iPlanet aborts in call to ts_resource in php4_init Hi, I have tried to compile PHP 4.0.6 and 4.0.5 with support for iPlanet. Here is the configuration

[PHP-DEV] TSRM change

2001-07-30 Thread Andrei Zmievski
Zeev, Since you've been updating TSRM stuff, I've noticed some inconsistencies. For example, php_ldap.h says: # define LDAPG(v) TSRMG(ldap_globals_id, zend_ldap_globals *, v) But ldap_globals_id is not declared anywhere. Should it be? -Andrei Nobody tried to design Windows - it just grew in

Re: [PHP-DEV] Security Issues - a bit of my experience

2001-07-30 Thread Stephen van Egmond
Zeev Suraski ([EMAIL PROTECTED]) wrote: > I don't think we can change the behavior of empty() at this stage... isempty()? -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admin

[PHP-DEV] Bug #12465: posix_* issuing Warnings, no error code.

2001-07-30 Thread herp
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: *General Issues Bug description: posix_* issuing Warnings, no error code. hi, I tried to use some of the posix_* functions to work with user-accounts on the system, like "posix_getpwnam()" a

Re: [PHP-DEV] CVS Account Request

2001-07-30 Thread Jo Giraerts
On Mon, Jul 30, 2001 at 10:06:05AM +0200, Ramsi Sras wrote: > UNSUBSCRIBE ME PLEASE!! excuse me, but i'm getting really annoyed by these messages all the time. Can someone get this person out of the mailinglist, please? or should i add him to my already-way-too-long-mailfilter? > --

[PHP-DEV] Re: midgard, was RE: [PHP-DEV] Legal solution: RE: [PHP-DEV] Non-GPL readline

2001-07-30 Thread Stanislav Malyshev
SL>> If (a) is true then I could GPL my copy of PHP and then use and SL>> GPL-non-LGPL code I liked You can not GPL PHP code - that's not your code, you don't hold a copyright on it. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -

[PHP-DEV] Bug #12432 Updated: not valid mysql ressource

2001-07-30 Thread mfischer
ID: 12432 Updated by: mfischer Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: MySQL related Operating System: GNU Linux PHP Version: 4.0.6 New Comment: Right, it's a bug. I mixed it up with some other mysql issue. If was even myself one who came up with that issue and it was intend

[PHP-DEV] Bug #12432 Updated: not valid mysql ressource

2001-07-30 Thread etm
ID: 12432 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Duplicate Bug Type: MySQL related Operating System: GNU Linux PHP Version: 4.0.6 Previous Comments: [2001-07-30 05:56:4

[PHP-DEV] Bug #12432 Updated: not valid mysql ressource

2001-07-30 Thread etm
ID: 12432 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: MySQL related Operating System: GNU Linux PHP Version: 4.0.6 New Comment: I don't think it's a feature, its bug 8634, sorry I missed that entry. 8634 is a urgent one I think! Previous Comme

[PHP-DEV] Special Deal This Week Only !!!

2001-07-30 Thread free
Title: Get Acceess to 10 Sites For $1.99 Only !!! Do not miss out on the opportunity to get a full week of access to 8 websites for the amazing low price of only $1.99, including Big Tit Fantasies - The Ultimate Tit Lover's Paradise! You could search the internet for mont

Re: [PHP-DEV] function basename()

2001-07-30 Thread Marcus
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Marcus! > On Thu, 26 Jul 2001, Marcus wrote: > > > shouldn't the function basename() return only the > > script part and not the query part? > I guess basename() is a filesistem function, and hence it doesn't m

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Cynic
At 13:44 7/28/2001, Zeev Suraski wrote the following: -- >At 05:08 27/07/2001, [EMAIL PROTECTED] wrote: >>Addressed to: Rasmus Lerdorf <[EMAIL PROTECTED]> >> <[EMAIL PROTECTED]> >> >>> Or you can simply stop these people fro

Re: [PHP-DEV] Security Issues (isset stuff)

2001-07-30 Thread Phil Driscoll
On Monday 30 July 2001 11:52, Phil Driscoll wrote: > Some people agree with me, others disgree. As long as you have conrol of > your php.ini file, it isn't a problem :) - although it will (indeed already > does!) tend to discourage me, and probably others, from releasing any of my > code for publ

Re: [PHP-DEV] Security Issues (isset stuff)

2001-07-30 Thread Phil Driscoll
On Monday 30 July 2001 11:13, [EMAIL PROTECTED] wrote: > Hi Phil! > Yes Phil, but does your codes rely on warnings messages alone? No - my code relies on exceedingly thorough and paranoid validation of input, carefully constructed program flow, painstaking testing at all stages and no doubt thou

[PHP-DEV] Bug #12425 Updated: apache core dumps when started with a php.ini in /usr/local/lib

2001-07-30 Thread sniper
ID: 12425 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Apache related Operating System: Linux - Red Hat 7.1 PHP Version: 4.0.6 New Comment: Does it really segfault on that line? #0 0x405b4d63 in virtual_file_ex (state=0xbfffd5b8, You didn't

Re: [PHP-DEV] Proposal

2001-07-30 Thread Thies C. Arntzen
that all makes a lot of sense to me! re, tc On Sat, Jul 28, 2001 at 10:17:42PM -0700, Rasmus Lerdorf wrote: > The best thing about PHP is that it has such a shallow learning > curve that > non-programmers can write web apps. > > The worst thing about PHP is that it has such a shall

[PHP-DEV] Bug #12445 Updated: ./configure suxx

2001-07-30 Thread sniper
ID: 12445 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: Linux 2.2.19 PHP Version: 4.0.6 New Comment: What is the complete configure line you use? And what does config.log have about this? Previous Comments:

Re: [PHP-DEV] Bug #12464: IIS5.0 header problems

2001-07-30 Thread teo
Hi j.gray! On Mon, 30 Jul 2001, [EMAIL PROTECTED] wrote: > From: [EMAIL PROTECTED] > Operating system: win 2k > PHP version: 4.0.6 > PHP Bug Type: Session related > Bug description: IIS5.0 header problems > > The below message is getting spewed from an IIS5.0 win2k PHP 4.06

[PHP-DEV] Bug #12455 Updated: Srand and shuffle give odd results

2001-07-30 Thread sulka
ID: 12455 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: *Math Functions Old Operating System: SunOS 5.8 (Solaris) Operating System: All Old PHP Version: 4.0.4pl1 PHP Version: 4.0.4pl1, 4.0.6 New Comment: The same problem also occurs on PHP 4.0.6 on Darwi

[PHP-DEV] Bug #12342 Updated: error in configuration with pthread

2001-07-30 Thread sniper
ID: 12342 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Bogus Bug Type: PHP options/info functions Operating System: RH 7.1 PHP Version: 4.0.6 New Comment: User error. (read INSTALL file next time..) Previous Comments: --

Re: [PHP-DEV] Security Issues (isset stuff)

2001-07-30 Thread teo
Hi Phil! On Mon, 30 Jul 2001, Phil Driscoll wrote: > On Sunday 29 July 2001 19:13, [EMAIL PROTECTED] wrote: > ...stuff pointing out how you'd get no warning messages when the evil guy > sets the variables from outside. > > You missed my point, which is the good guy would get the warning message

[PHP-DEV] Bug #12464: IIS5.0 header problems

2001-07-30 Thread j . gray
From: [EMAIL PROTECTED] Operating system: win 2k PHP version: 4.0.6 PHP Bug Type: Session related Bug description: IIS5.0 header problems The below message is getting spewed from an IIS5.0 win2k PHP 4.06 MySQL 3.23.39a App. when it shouldn't HTTP/1.1 200 OK Server: Micr

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Cynic
At 12:06 7/30/2001, Anil Madhavapeddy wrote the following: -- >Cynic wrote: >> > >> >Of course it is. $foo is conceptually simpler than $_GET["foo"]. >> >I don't see how you can say it isn't. >> >> $foo is conceptually a few keystrokes

[PHP-DEV] RE: Bug #12342 Updated: error in configuration with pthread

2001-07-30 Thread Longinos Ferrando Sanchis
Yes, I get a php executable and I get the same warnings in the make proccess and no modules is generated. -Mensaje original- De: Bug Database [mailto:[EMAIL PROTECTED]] Enviado el: lunes 30 de julio de 2001 12:01 Para: [EMAIL PROTECTED] Asunto: Bug #12342 Updated: error in configuration w

[PHP-DEV] Bug #12460 Updated: ZLIBG(v) redefined in ext/zlib/php_zlib.h

2001-07-30 Thread sniper
ID: 12460 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Compile Failure Operating System: SuSE 7.1 PHP Version: 4.0CVS-2001-07-29 New Comment: Works now just fine. Please grab the latest snapshot. Previous Comments: ---

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Anil Madhavapeddy
Cynic wrote: > > > >Of course it is. $foo is conceptually simpler than $_GET["foo"]. > >I don't see how you can say it isn't. > > $foo is conceptually a few keystrokes. That's all simplicity > I can see. > I think that's the whole point ... 1) $foo 2) $_GET["foo"] One looks like PHP, the oth

[PHP-DEV] Bug #12342 Updated: error in configuration with pthread

2001-07-30 Thread sniper
ID: 12342 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: PHP options/info functions Operating System: RH 7.1 PHP Version: 4.0.6 New Comment: Try this: # rm config.cache # ./configure # make clean ; make Do you get 'php' binary now? --Jani

[PHP-DEV] Bug #12432 Updated: not valid mysql ressource

2001-07-30 Thread sniper
ID: 12432 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: MySQL related Operating System: GNU Linux PHP Version: 4.0.6 New Comment: This is still a feature, not a bug. Previous Comments: ---

Re: [PHP-DEV] Security Issues

2001-07-30 Thread Cynic
At 19:01 7/27/2001, Rasmus Lerdorf wrote the following: -- >> That's also not true. Is using $foo all that better than $_GET["foo"]? > >For a neophyte user - most definitely. Rasmus, I disagree. As someone who's first programming langu

Re: [PHP-DEV] Security Issues

2001-07-30 Thread teo
Hi Zeev! On Sun, 29 Jul 2001, Zeev Suraski wrote: > Generally I agree, except I don't think we should go as far as changing the > theme of PHP. Putting form variables into a different space would be the > simplest and equally secure way to do the trick. > yes, but a Request class can be enric

[PHP-DEV] Bug #12457 Updated: Mail()

2001-07-30 Thread sniper
ID: 12457 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Closed Status: Bogus Bug Type: PHP options/info functions Operating System: Widnows 98 PHP Version: 4.0.6 Previous Comments: [2001-07-29 15:33:13] [EM

Re: [PHP-DEV] Bug #12456: PHP does not compile with --with-apxs2

2001-07-30 Thread Jani Taskinen
Sascha, don't you have any web browsers to use? Next time, save my time and use the damned web interface to answer to the bug reports. Or don't do it at all. --Jani On Sun, 29 Jul 2001, Sascha Schumann wrote: >On 29 Jul 2001, [EMAIL PROTECTED] wrote: > >> From: [EMAIL PROTECTED] >>

[PHP-DEV] zend_llist versus hash table

2001-07-30 Thread vrabel
Hi folks. I wrote the fancy template engine in php and now I am rewritting it as a C module and want to main the both version. I look into the sources of the php and understand a lot of thing, but have some questions. I will have aproximately 30 items to store in some kind of array and I don't k

[PHP-DEV] Bug #12342 Updated: error in configuration with pthread

2001-07-30 Thread longinos . ferrando
ID: 12342 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: PHP options/info functions Operating System: RH 7.1 PHP Version: 4.0.6 New Comment: I get some warnings: zlib_fopen_wrapper.c:59: warning: initialization from incompatible poin

Re: [PHP-DEV] php+apache2 anyone?

2001-07-30 Thread teo
Hi Ramsi! On Mon, 30 Jul 2001, Ramsi Sras wrote: > UNSUBSCRIBE ME PLEASE!! > geez dude, drink less coffee :) then just jump with your eyes to the bottom of this mail. see something? if not, save the mail and "grep unsubscribe " or just write a PHP script to find the magic word. [ y

[PHP-DEV] Bug #12463 Updated: set_attribute($attName, "0") does not add attributes

2001-07-30 Thread jw
ID: 12463 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Win2K PHP Version: 4.0.6 New Comment: When I try to add an attribute with value "0" to a DomNode, like this: $cNode->set_attribute("attributeName", "0"); The

Re: [PHP-DEV] Security Issues - a bit of my experience

2001-07-30 Thread Zeev Suraski
At 01:22 30/07/2001, Phil Driscoll wrote: >I agree - to my mind empty is broken in this respect and also in the respect >that it returns true for a string containing '0'. Consequently I (and I >assume everyone else, unless I'm missing some occasion that this behaviour is >useful) can never use emp

  1   2   >