[PHP-DEV] - Looking for good php-editor

2002-03-20 Thread Krister Hansson
Hi there!! I'm fairly new as a php developer and I can't seem to find a good editor. I've installed and uninstalled about 20 of them and now I'm tired of it. Is there anyone (and there should be ;) ) who know of an editor I can use. If you do please mail me a link or something I'm working in

Re: [PHP-DEV] php generator

2002-03-20 Thread Zeev Suraski
Adobe GoLive 6.0 has PHP generation built into it. I've never actually used it, but it's supposed to be a pretty good start. If you're looking for a more code-level IDE, then you can go with Daniel's recommendations... Zeev At 10:34 AM 3/20/2002, W McCloud wrote: >We are trying to find a php

Re: [PHP-DEV] --without-pcre-regex config option

2002-03-20 Thread derick
On Thu, 21 Mar 2002, Edin Kadribasic wrote: > According to bug #16182 it is no longer possible to build php using this > option. Any reason not to remove it? Get rid of it please :) Derick --- PHP: Scripting the

Re: [PHP-DEV] Building LDAP extension on NetWare (secondattempt)

2002-03-20 Thread Venkat Raghavan
Finally got it! In addition to defining COMPILE_DL_LDAP so that the below mentioned portion gets included, every extension needs to export the symbol get_module, which is what the ZEND_GET_MODULE macro translates to. Thanx to all those who pitched in with suggestions. Cheers, Venkat >>> Markus

Re: [PHP-DEV] getting the path to the php executable

2002-03-20 Thread Marcus Börger
At 22:19 20.03.2002, Jim Winstead wrote: >On Mon, Mar 18, 2002 at 05:56:02AM +0100, Marcus B?rger wrote: > > At 05:11 18.03.2002, you wrote: > > >is there a way to get the path of the current php executable for the cli > > >and cgi sapi implementations? this would be nice so that run-tests.php > >

[PHP-DEV] --without-pcre-regex config option

2002-03-20 Thread Edin Kadribasic
According to bug #16182 it is no longer possible to build php using this option. Any reason not to remove it? Edin -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PHP-QA] PHP 4.2.0 Release Candidate 1

2002-03-20 Thread Edin Kadribasic
> >Wasn't there going to be an announcement on www.php.net? > ... But it's not a release - it's a release candidate. Sure, but there was a discussion about announcing RC1 on the web in order to give QA effort a boost. Edin -- PHP Development Mailing List To unsubscribe,

Re[2]: [PHP-DEV] refreshing form

2002-03-20 Thread Mantas Kriauciunas
Hey [EMAIL PROTECTED], Got your email on:Wednesday, March 20, 2002, 3:34:42 PM writing: : AL> Ask on [EMAIL PROTECTED] This list is for the development OF php AL> not WITH php. AL> --Andrew AL> On Wednesday 20 March 2002 07:33 pm, Mantas Kriauciunas wrote: >> Hey, >> >> I am doing small

Re: [PHP-DEV] [PHP-QA] PHP 4.2.0 Release Candidate 1

2002-03-20 Thread Edin Kadribasic
Wasn't there going to be an announcement on www.php.net? Edin -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] refreshing form

2002-03-20 Thread Andrew Lindeman
Ask on [EMAIL PROTECTED] This list is for the development OF php not WITH php. --Andrew On Wednesday 20 March 2002 07:33 pm, Mantas Kriauciunas wrote: > Hey, > > I am doing small simple voting script for my site..and i don't want to > refresh whole site how should i refresh only the form? i c

[PHP-DEV] refreshing form

2002-03-20 Thread Mantas Kriauciunas
Hey, I am doing small simple voting script for my site..and i don't want to refresh whole site how should i refresh only the form? i can't find info anywhere... so i am trying over hare..i am new so i dunno what is this cong about. and i am using DB for my voting poll thanks for help if

Re: [PHP-DEV] [PHP-QA] PHP 4.2.0 Release Candidate 1

2002-03-20 Thread Shane Caraveo
Sorry, just realized it's compiled in. Shane Shane Caraveo wrote: > When is the overload extension going to make it into the distribution? > Shane > > [EMAIL PROTECTED] wrote: > >> Hello, >> >> A release candidate for PHP 4.2.0 has just been packed. This build is >> used for testing the readin

Re: [PHP-DEV] [PHP-QA] PHP 4.2.0 Release Candidate 1

2002-03-20 Thread Shane Caraveo
When is the overload extension going to make it into the distribution? Shane [EMAIL PROTECTED] wrote: > Hello, > > A release candidate for PHP 4.2.0 has just been packed. This build is used > for testing the readiness of the release branch. By providing feedback to > this build, we can make su

[PHP-DEV] [PHP-QA] PHP 4.2.0 Release Candidate 1

2002-03-20 Thread derick
Hello, A release candidate for PHP 4.2.0 has just been packed. This build is used for testing the readiness of the release branch. By providing feedback to this build, we can make sure the actual release (planned for April, 22nd) has as few bugs as possible. This release candidate is NOT meant

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2002-03-20 Thread Marcus Börger
Finally i came back from work and installed me a new mdk8.2 - and it works :-) Yep tested the ext/exif and it's o.k. tomorrow more tests i think of copying files to streams to memory streams back to temp streams and then let us see. marcus At 00:36 20.03.2002, Wez Furlong wrote: >To: "Marcus =?

Re: [PHP-DEV] getting the path to the php executable

2002-03-20 Thread Jim Winstead
On Mon, Mar 18, 2002 at 05:56:02AM +0100, Marcus B?rger wrote: > At 05:11 18.03.2002, you wrote: > >is there a way to get the path of the current php executable for the cli > >and cgi sapi implementations? this would be nice so that run-tests.php > >could run its subprocesses with the same executa

Re: [PHP-DEV] php generator

2002-03-20 Thread Daniel Lorch
Hi, AFAIK there is nothing compareable (WYSIWYG-style). But you could try something like the zend studio [ http://www.zend.com/ ] or if syntax highlighting is enough for you, try ConTEXT [ http://fixedsys.com/context/ ]. Daniel Lorch - Original Message - >From : W McCloud [mailto:[EM

[PHP-DEV] php generator

2002-03-20 Thread W McCloud
We are trying to find a php code generator like Macromedia Ultradelv to develope a web base app. Can someone recommend a few. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] session.send_cache_headers as new ini entry

2002-03-20 Thread Vlad Krupin
After playing with the same problem for a while a few months back, I believe I pin-pointed the problem. When you download a file, IE places it into a temp folder before opening. If you tell it explicitly not to cache, it won't put it there, and, when it tries to open it, it'll crash. Different

Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Eric Dynamic
Markus Fischer wrote: > > Current mail() implementation already has fifth optional > argument which does exactly what you want. > > And, for the 'file', it's as easy as writing: > > mail('To', 'Subject', join('',file('filename')), ... > > not that hard ... > > I do

Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Joe Webster
I agree with Markus, it's fine as is. "Markus Fischer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Current mail() implementation already has fifth optional > argument which does exactly what you want. > > And, for the 'file', it's as easy as wr

[PHP-DEV] Win32 snmp ext

2002-03-20 Thread Hunter, Ray
Title: Win32 snmp ext I am trying to build the php_snmp extension on my windows box and it says that I am missing the php.h file.  Where can I find this header file? Thank you, Ray Hunter Firmware Engineer I ENTERASYS NETWORKS Phone:      801.887.9888 Fax:        801.972.5789

Re: [PHP-DEV] session.send_cache_headers as new ini entry

2002-03-20 Thread Christian Stocker
Hi different behaviour -blank page and no crash -just a crash sometimes also a complete crash of MSIE 5.5, then only a windows (win2k) reboot helped to get it back completely. chregu On Wed, 20 Mar 2002, Markus Fischer wrote: > I forgot to ask also .. what did you expirience exactly? >

Re: [PHP-DEV] session.send_cache_headers as new ini entry

2002-03-20 Thread Markus Fischer
I forgot to ask also .. what did you expirience exactly? Crash of the Internet Explorer Client (Browserwidnow suddenly closed) ? - Markus On Wed, Mar 20, 2002 at 06:20:36PM +0100, Christian Stocker wrote : > Hi > > I "commented out" > Cache-Control, Pragma and Expires > and thi

Re: [PHP-DEV] session.send_cache_headers as new ini entry

2002-03-20 Thread Christian Stocker
Hi I "commented out" Cache-Control, Pragma and Expires and this helped... Didn't investigate further, since it worked with that :) Maybe just one of these headers is really offending... chregu On Wed, 20 Mar 2002, Markus Fischer wrote: > Christian, > > could you do me a favour and pa

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Walter A. Boring IV
> > The patch provides: > > configure option "--enable-app-session", which turns on the new > > functions. > > > > session_get_list() : function which returns an array of > > active > > session ids. > > session_get_data() : function which returns the session data array of a > >

Re: [PHP-DEV] session.send_cache_headers as new ini entry

2002-03-20 Thread Markus Fischer
Christian, could you do me a favour and pasting the offending HTTP headers which caused the problem? I'm investigating a similar problem here. - Markus On Wed, Mar 20, 2002 at 05:47:35PM +0100, Christian Stocker wrote : > Hi > > We had a problem, sending dynamically gener

[PHP-DEV] session.send_cache_headers as new ini entry

2002-03-20 Thread Christian Stocker
Hi We had a problem, sending dynamically generated pdf documents to MSIE 5.5, if we used sessions. It looked like the Cache-Control and Pragma Headers caused the problem, therefore i created a patch for session.c with a new ini-directive "session.send_cache_headers". If this is set to false, th

Re: [PHP-DEV] PHP 4.1.2 & GNU Bison 1.34

2002-03-20 Thread Jani Taskinen
IIRC, I fixed this long time ago in CVS HEAD. Try a snapshot from http://snaps.php.net Same fix will be in PHP 4.2.0 too. --Jani On Wed, 20 Mar 2002, Moisio Juha wrote: >Hi, > >I noticed that configure fails checking bison 1.34. > >The output of bison 1.28 when runnin

Re: [PHP-DEV] OT? buffer overflow attacks

2002-03-20 Thread Zeev Suraski
At 10:50 AM 3/20/2002, Stefan Esser wrote: >PS: anything written in this mail is my personal opinion and I do not >speak for the rest of the php developers. You spoke for me, alright :) Zeev -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.

[PHP-DEV] PHP 4.1.2 & GNU Bison 1.34

2002-03-20 Thread Moisio Juha
Hi, I noticed that configure fails checking bison 1.34. The output of bison 1.28 when running bison -V is: GNU Bison version 1.28 but in version 1.34 the output is: bison (GNU Bison) 1.34 Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002 Free Software Founda

[PHP-DEV] popen: exec.c and file.c

2002-03-20 Thread Wez Furlong
Hey, I've noticed that we use php_Exec for the following php functions: exec, system, passthru and a couple of functions in vpopmail. But we bypass php_Exec for popen, shell_exec (backticks). The difference between using php_Exec and not using it, apart from the various modes of operation in ph

Re: [PHP-DEV] configure broken: Iconv detection still not right...

2002-03-20 Thread Jani Taskinen
I think Sascha fixed this..can you check it? --Jani On Wed, 20 Mar 2002, Wez Furlong wrote: >On 20/03/02, "Jani Taskinen" <[EMAIL PROTECTED]> wrote: >> Can you try the latest CVS now? I accidently committed >> something that is only available in autoconf 2.52. >> (od

Re: [PHP-DEV] fgetss_state - seemingly unused

2002-03-20 Thread Stefan Roehrich
On 2002-03-20 04:51:35, Rasmus Lerdorf wrote: > That sounds good. > On Wed, 20 Mar 2002, Wez Furlong wrote: > > It was my intention to put the state into the stream structure > > and nuke the global, so that the state is per stream, which makes > > a bit more sense since running two fgetss() in "p

Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread derick
On Wed, 20 Mar 2002, Rasmus Lerdorf wrote: > Was it really not sufficient to simply set the From: header appropriately > and make sure that your Apache user id was configured as a trusted > sendmail user? As far as I know you need to specify the -f parameter (5th parameter of mail()) and set th

Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Markus Fischer
Current mail() implementation already has fifth optional argument which does exactly what you want. And, for the 'file', it's as easy as writing: mail('To', 'Subject', join('',file('filename')), ... not that hard ... I don't think another mail*() function whith no s

Re: [PHP-DEV] fgetss_state - seemingly unused

2002-03-20 Thread Rasmus Lerdorf
That sounds good. On Wed, 20 Mar 2002, Wez Furlong wrote: > It was my intention to put the state into the stream structure > and nuke the global, so that the state is per stream, which makes > a bit more sense since running two fgetss() in "parallel" would > get confused otherwise. > > Are there

Re: [PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Rasmus Lerdorf
Was it really not sufficient to simply set the From: header appropriately and make sure that your Apache user id was configured as a trusted sendmail user? On Wed, 20 Mar 2002, Eric Dynamic wrote: > I've written another mail function to deal with one of our ISP clients' needs. > I don't know if

Re: [PHP-DEV] fgetss_state - seemingly unused

2002-03-20 Thread Wez Furlong
It was my intention to put the state into the stream structure and nuke the global, so that the state is per stream, which makes a bit more sense since running two fgetss() in "parallel" would get confused otherwise. Are there problems with that? --Wez. On 20/03/02, "Rasmus Lerdorf" <[EMAIL PR

Re: [PHP-DEV] fgetss_state - seemingly unused

2002-03-20 Thread Rasmus Lerdorf
It is safe to remove, yes, since it doesn't do anything anymore. However, the original function was able to parse multi-line tags correctly which the current one no longer does. So instead of just removing it, we should consider re-introducing that feature. -Rasmus On Wed, 20 Mar 2002, Stefan

Re: [PHP-DEV] configure broken: Iconv detection still not right...

2002-03-20 Thread Wez Furlong
On 20/03/02, "Jani Taskinen" <[EMAIL PROTECTED]> wrote: > Can you try the latest CVS now? I accidently committed > something that is only available in autoconf 2.52. > (odd thing is that it worked for me even with 2.13) Still not quite right; configure is no longer mangled but much later

Re: [PHP-DEV] Floating point comparisons - A fix

2002-03-20 Thread George Whiffen
Alan Knowles wrote: > wouldnt ~== ,~>, ~<, ~>= etc. be relivant here - > from what I remember of maths, (to long ago) ~ was the symbol for > similar (and 2 together for approximatly equal) - hey even found a > reference for it... > http://www.gomath.com/htdocs/ToGosheet/algebra/mathsymbol

Re: [PHP-DEV] Floating point comparisons - A fix

2002-03-20 Thread George Whiffen
Marcus Börger wrote: > But there is an I-triple-E standard (as mentioned) and that has - the > nature of floating point dictates it - only a small amount of relevant > numbers. Additionally computers work with binary data whereas > humans work with decimals. Therfore you cannot expect floating

Re: [PHP-DEV] 420 configure broken

2002-03-20 Thread Jani Taskinen
Try the HEAD branch. And let me know if it works now. --Jani On Wed, 20 Mar 2002 [EMAIL PROTECTED] wrote: > >I just tried to ./configure on one of our old work maschines and got >buildconf: checking installation... >buildconf: autoconf version 2.13 (ok) >buildconf: automake ve

Re: [PHP-DEV] Floating point comparisons - A fix

2002-03-20 Thread George Whiffen
Rasmus, It seems performance is your main concern, mine too.   Just because nobody else does it is of course not reason enough not to do it, but doing 2 sprintf's for every floating point comparison makes me cringe.   Two sprintfs made me cringe too when I tried it.  That's why the code I suggest

Re: [PHP-DEV] mysql/config.m4 breakage

2002-03-20 Thread Jani Taskinen
Excellent. Hopefully it's now fixed. --Jani On Wed, 20 Mar 2002, Sascha Schumann wrote: >Jani's commit introduced a failure, because it did not take a >restriction into concern. > >Quote from the announcement: > >Now, you need to tell the build system that you want to

Re: [PHP-DEV] configure broken: Iconv detection still not right...

2002-03-20 Thread Jani Taskinen
Can you try the latest CVS now? I accidently committed something that is only available in autoconf 2.52. (odd thing is that it worked for me even with 2.13) --Jani On Sun, 24 Mar 2002, Adam Maccabee Trachtenberg wrote: >It happens with me w/ latest CVS. > >autoco

Re: [PHP-DEV] OT? buffer overflow attacks

2002-03-20 Thread Yasuo Ohgaki
Stefan Esser wrote: >>The team is willing to concede that bad installation accounts for >>most of the problems -- But are still concerned about buffer overflow >>attacks. > > If you are sooo concerned about buffer overflow attacks than chroot > your apache. And use libsafe or smilar tools if y

[PHP-DEV] Proposed new mail function "mailfx()"

2002-03-20 Thread Eric Dynamic
I've written another mail function to deal with one of our ISP clients' needs. I don't know if the functionality is found elsewhere - nowhere in the documentation that I have seen, though. The standard mail function is mail( to, subject, message, optional-headers ) The client had two issues. Fi

[PHP-DEV] CVS Account Request: lmaxcar

2002-03-20 Thread Luiz Miguel Axcar
I wanna help the php community translating some documents in english to portuguese (pt_BR) because brazilians doesn´t undestand english and there isn´t a PHP manual in portuguese. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: question concerning rc1

2002-03-20 Thread Derick Rethans
Hello, On Tue, 19 Mar 2002 [EMAIL PROTECTED] wrote: > hmmm would it be a possible to add the ftp safe_mode features to 420 > if we simply add a configuration line like "ftp_safe_mode = On/Off defaulting to >Off"? It's still a new feature then, and I dont like the idea of adding yet another co

Re: [PHP-DEV] Session Patch

2002-03-20 Thread Ulf Wendel
Walter A. Boring IV wrote: > The patch provides: > configure option "--enable-app-session", which turns on the new > functions. > > session_get_list() : function which returns an array of > active > session ids. > session_get_data() : function which returns the session data arra

[PHP-DEV] 420 configure broken

2002-03-20 Thread sesser
I just tried to ./configure on one of our old work maschines and got buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.4 (ok) buildconf: libtool version 1.4.2 (ok) ./configure ... ... checking for ICAP support... no checking for iconv suppor

Re: [PHP-DEV] fgetss_state - seemingly unused

2002-03-20 Thread Stefan Roehrich
On 2002-03-19 16:40:51, Rasmus Lerdorf wrote: > This is a remnant from my original implementation in PHP 2. It was > committed: Mon May 20 15:20:25 1996 (5 years, 10 months ago) Some code never goes away ;-) ... > Having that level of revision history is actually pretty cool if you ask > me. T

[PHP-DEV] mysql/config.m4 breakage

2002-03-20 Thread Sascha Schumann
Jani's commit introduced a failure, because it did not take a restriction into concern. Quote from the announcement: Now, you need to tell the build system that you want to build files in a directory called $ext_builddir/lib: PHP_ADD_BUILD_DIR($ext_builddir/lib) Make sure to call t

Re: [PHP-DEV] OT? buffer overflow attacks

2002-03-20 Thread Stefan Esser
Hi, > firewall project running on stock hardware with a stripped-down > RedHat Linux. Are you speaking of RootHat? Any admin (of the people I know) running a RedHat distribution, switched to Debian because RedHat systems are target #1 for script kiddies. > A bone of contention is, obviously,