[PHP-DEV] PHP 4.0 Bug #9150: PHP4 not reading php.ini

2001-02-07 Thread joe
ayflow Pro] pfpro.defaulthost = "test.signio.com" ; default Signio server pfpro.defaultport = 443 ; default port to connect to pfpro.defaulttimeout= 30 ; default timeout in seconds ; pfpro.proxyad

[PHP-DEV] Bug #11806: Using $string = md5($string); crashed HTTP child processes

2001-06-30 Thread joe
From: [EMAIL PROTECTED] Operating system: Linux 2.2.16 PHP version: 4.0.6 PHP Bug Type: Reproducible crash Bug description: Using $string = md5($string); crashed HTTP child processes PHP Options: './configure' '--with-mysql' '--with-gd' '--enable-track-vars' '--with-jpeg-di

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-06-30 Thread joe
I am not using the Zend Optimizer or anything unusual here at all... If I run the httpd thru gdb and reproduce the crash it gives me an error in shutdown_memory_manager() when it crashes, but not much else since the bug disappears when I compile in debug into PHP... If any more info is nee

[PHP-DEV] Bug #11806 Updated: Using $string = md5($string); crashed HTTP child processes

2001-07-01 Thread joe
Thanks again! Joe Previous Comments: --- [2001-07-01 06:45:31] [EMAIL PROTECTED] Hello, with debug enabled, do you see any errors in either your httpd errorlog or in /var/log/zenderrors ?

[PHP-DEV] Bug #12294: Compile fails with error almost immediatley.

2001-07-20 Thread joe
From: [EMAIL PROTECTED] Operating system: OpenBSD 2.9 PHP version: 4.0CVS-2001-07-20 PHP Bug Type: Compile Failure Bug description: Compile fails with error almost immediatley. When doing a fresh compile with the following options under OpenBSD 2.9: ./configure --with-my

[PHP-DEV] PHP 4.0 Bug #10150: Error when compiling Apache 1.3.14+SSL with static PHP4.0.4

2001-04-03 Thread joe
From: [EMAIL PROTECTED] Operating system: Redhat 7 PHP version: 4.0.4 PHP Bug Type: Compile Failure Bug description: Error when compiling Apache 1.3.14+SSL with static PHP4.0.4 When compiling apache 1.3.14 (with apache-ssl patches applied) and php 4.0.4 (Static) I get the f

[PHP-DEV] hidden value

2002-04-03 Thread Joe
variable to next page. but i don't know why the variable display on the page, not hidden. I think my php code that pass hidden value had error but i don't know how to correct. Can anyone help me? thx! best regards, Joe -- PHP Development Mailing List <http://www.php.net/&g

[PHP-DEV] Compiling php4activescript

2003-01-27 Thread joe hansche
obviously I didn't do something right :\ I am opening the win32\php4ts.dsw workspace file, and building the Release_TS_inline configuration. Is there anything else I need to configure in the project before it will compile? Or is there something else I need to download? All I really wan

Re: [PHP-DEV] Compiling php4activescript

2003-01-27 Thread joe hansche
My main goal is experimenting on my own, using the WSH. Thanks a lot for the information =D Joe "Wez Furlong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > There are some additional libraries and tools that you need to be able t

[PHP-DEV] adding extension to PHP

2003-02-05 Thread Joe Wong
is not -1. Any idea? TIA. Joe -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread Joe Orton
Hi, I've got a bunch of fixes for systems which have system libraries in /usr/lib64 rather than /usr/lib - these are needed for some upcoming 64-bit Linux ports. These fixes are based on patches from SuSE developers <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>. Should I submit changes to ext/*/config.

Re: [PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread Joe Orton
On Thu, Mar 06, 2003 at 07:27:05PM +0800, James Devenish wrote: > In message <[EMAIL PROTECTED]> > on Thu, Mar 06, 2003 at 10:25:14AM +, Joe Orton wrote: > > Hi, I've got a bunch of fixes for systems which have system libraries in > > /usr/lib64 rather than /usr/li

Re: [PHP-DEV] [PATCH] fixes for /usr/lib64 systems

2003-03-06 Thread Joe Orton
On Thu, Mar 06, 2003 at 08:06:57PM +0800, James Devenish wrote: > In message <[EMAIL PROTECTED]> > on Thu, Mar 06, 2003 at 11:52:15AM +, Joe Orton wrote: ... > > On a lib64 system, if you do have the 32-bit libraries installed in > > /usr/lib, but want to compile agai

[PHP-DEV] CVS Account Request: jorton

2003-03-13 Thread Joe Orton
Commit of autoconf code cleanups to php4 (4_3 branch) needed for systems which have system libraries in /usr/lib64 rather than /usr/lib. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: jorton

2003-03-13 Thread Joe Orton
On Thu, Mar 13, 2003 at 04:18:51PM +0100, Sascha Schumann wrote: > On Thu, 13 Mar 2003, Joe Orton wrote: > > > Commit of autoconf code cleanups to php4 (4_3 branch) needed > > for systems which have system libraries in /usr/lib64 rather > > than /usr/lib. > >

[PATCH] fix mbregex for VPATH builds

2003-10-27 Thread Joe Orton
Hi, mbregex breaks a VPATH build in the 4.3 branch currently, here is a fix: Index: ext/mbstring/config.m4 === RCS file: /repository/php-src/ext/mbstring/config.m4,v retrieving revision 1.28.2.4 diff -u -r1.28.2.4 config.m4 --- ext/mb

Re: [PHP-DEV] PHP 4.0 Bug #10006: Netscape Navigator 4.7 returns blank pages.

2001-03-26 Thread Joe Brown
)). (Probably need to save source w/IE, or use cgi php and pipe to a file. ;-) -Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > From: [EMAIL PROTECTED] > Operating system: NT 4.0 SP 4 > PHP version: 4.0.4 > PHP Bug T

Re: [PHP-DEV] PHP 4.0 Bug #10025: bison reports error with 'S' parameter

2001-03-27 Thread Joe Brown
Look in the win32 directory for : php4ts.dsw This configuration contains the correct build settings for zend and php4. Maybe ZendTS.DSP should be removed from the distribution? I ran into difficulties compiling with php4.dsw in the win32 directory, php4ts.dsw works like a charm. ;-) <[EMAIL P

[PHP-DEV] New PHP-GTK Site

2001-03-27 Thread Joe Stump
ocation. Finally, if anyone wants to help out (admin, howtos, etc.) please feel free to contact me. As for me, I'm tired and plan on working on it more tomarrow :o) --Joe /*****\ *Joe Stump * *www.Care2.com * *Office: 650.328.0198

[PHP-DEV] Re: [PHP-GTK] New PHP-GTK Site

2001-03-27 Thread Joe Stump
So tired I forgot to put in the URL: http://gtk.php-coder.net --Joe On Tue, Mar 27, 2001 at 10:32:26PM -0500, Joe Stump wrote: > I've noticed there isn't really a jumping off point for the PHP-GTK beginners > and users. I spent the last few hours throwing a site together that

[PHP-DEV] Using PHP in my own apps

2001-12-30 Thread Joe Camadine
I was wondering how i could use PHP to interpret scripts for my own apps using php4ts.dll ? -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
php (we're 1/2 php and 1/2 perl) however, we really need to be able to set the vars like this. I did look through the mod_php.c and I noticed the php_value, php_flag, php_admin_value, and php_admin_flag, but nothing for a variable. -Joe "Andi Gutmans" <[EMAIL PROTECTED]> wr

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
station call letters so that the letters are available to the code. Thanks for the interest, -Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Wed, 2 Jan 2002, Joe Webster wrote: > > > I have something that I am currently deali

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
That is our fall-back plan, but that's not terribly effecient =) "Joao Prado Maia" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 2 Jan 2002, Joe Webster wrote: > I have something that I am currently dealing with: &g

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
Yes it would have to be in every script in the vhost, location or directory directive. It could be a constant =) That would make my life easier. Thanks, -Joe "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20020102234728.028651c0

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
Awesome, that will rock. Now, not to be an impatient lil' dork, but is there something that I could easily do to my mod_php that would swing it for me? Thanks for the help, Joe "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20020103004035.045

Re: [PHP-DEV] Re: PHP 5

2002-01-02 Thread Joe Webster
That rocks, pending it works, my problems are solved. It would still be an awesome feature for PHP, but nice to know apache will work otherwise. IIS SUCKS! Thanks again!, Joe "Sander Steffann" <[EMAIL PROTECTED]> wrote in message 008d01c193e3$53c14980$[EMAIL PROTECTED]&qu

Re: [PHP-DEV] Re: PHP 5

2002-01-03 Thread Joe Webster
Works perfectly -- god love Apache ;) -Joe "Joe Webster" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > That rocks, pending it works, my problems are solved. It would still be an > awesome feature for PHP, but nice to know a

RE: [PHP-DEV] PHP 4.1.x Win32 Extension Compile Error with oject_init()

2002-01-17 Thread Joe Lauer
Markus, This fixed my problem. Thanks -Original Message- From: Markus Fischer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 7:15 PM To: Joseph Lauer Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] PHP 4.1.x Win32 Extension Compile Error with oject_init() On Wed, Jan 16, 2

[PHP-DEV] Re: Bug #11034 Updated: mysql support not built into rpm from the redhat 7 cd

2001-05-24 Thread joe bloggs
Original message from: Bug Database <[EMAIL PROTECTED]> > >ID: 11034 >Updated by: derick >Reported By: [EMAIL PROTECTED] >Old-Status: Open >Status: Closed Hi Derick, Thankyou for responding so quickly. I took your advice but when i tried to install the new rpms i got a dependency problem. prob

[PHP-DEV] what kind of insect is this?

2001-04-01 Thread Joe Brown
en able to reproduce this in a short code segment w/out starting up metabase classes. After using Metabase on windows however, all kinds of weirdness ensues. Apache performs illegal instructions after every other refresh w/oci8 then. -Joe "Shmengie" -- PHP Development Mailing List &

[PHP-DEV] Re: PHP 4.0 Bug #9964 Updated: Unresolved symbols

2001-04-03 Thread Joe Brown
Have you looked at the instructions at http://www.php4win.de under articles/compiling -english version? --- Bug Database <[EMAIL PROTECTED]> wrote: > ID: 9964 > Updated by: dbeu > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Analyzed > Bug Type: Compile Failure > Assigned To: > Co

Re: [PHP-DEV] Unix timestamp maximum

2001-04-04 Thread Joe Brown
Excellent example Keith. In order for PHP to gain acceptance in the commercial communities, a date limitation will certainly prevent that. Date limitation on "only" this or that operating system does not support any argument. Ideally it should not depend an operating system structure. I propos

[PHP-DEV] OCI8 Thread safety

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

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

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

Re: [PHP-DEV] OCI8 Thread safety

2001-04-07 Thread Joe Brown
egeal instruction is incurred. joebrown podiatryfl.com ""Thies C. Arntzen"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Fri, Apr 06, 2001 at 10:50:49PM -0400, Joe Brown wrote: > > It appears to me that the oci8 modul

[PHP-DEV] Quick fix (was: Re: [PHP-DEV] OCI8 Thread safety)

2001-04-08 Thread Joe Brown
ion. ;-) joebrown podiatryfl.com ""Thies C. Arntzen"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Fri, Apr 06, 2001 at 10:50:49PM -0400, Joe Brown wrote: > > It appears to me that the oci8 module does not behav

[PHP-DEV] /ext/oci8/oci8.c win32 bugfix.

2001-04-09 Thread Joe Brown
If someone would apply this patch to ext/oci8/oci8.c I think the Oracle using Win32 community would be greatful. Don't know if all threaded environments have a problem with OCI8's behaviour in threaded mode. PHP on win32 really doesn't like it... I haven't been able to get it to crash with this

Re: [PHP-DEV] /ext/oci8/oci8.c win32 bugfix.

2001-04-09 Thread Joe Brown
t; command which might explain why it always bombed for me. -Joe "Paco Ortiz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi: > > as far as I know, OCI8 works fine for me under Win32 + IIS 4 + ISAPI filter. Not that I

Re: [PHP-DEV] Would anybody find this useful besides me?

2001-04-09 Thread Joe Brown
I wrote a little function to do something similar to that. It's a little weak but does a fairly good job formatting. Maybe sombody will make it better and send me the code too ;-) // format($element, $format) // element= // format="(999)999- x" // 9=numeric digit // X=converts alpha to u

Re: [PHP-DEV] Bug #10284: sttchr() function bug

2001-04-11 Thread Joe Brown
with strrev() will suffice. -Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > From: [EMAIL PROTECTED] > Operating system: linux(redhat6.2) > PHP version: 4.0.4pl1 > PHP Bug Type: Unknown/Other Function

Re: [PHP-DEV] Codenames for releases..

2001-04-11 Thread Joe Brown
How about the 16th timezone's (US -- Alaska) 8th paper's (no clue) 16th noun on the paper. P=chr(16) H=chr(8) P=chr(16) === 40 "Jani Taskinen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On 11 Apr 2001, Stig Sæther Bakken wrote: >[Jani Taskinen <[EMAIL

Re: [PHP-DEV] Bug #10350: OCIResult doesn't return time for an Oracle Date field

2001-04-16 Thread Joe Brown
This is not a PHP bug. Consider setting NLS_DATE_FORMAT. The manual states OCIResult() returns everything as a string. NLS_DATE_FORMAT may not be appropriate for your needs. There are quite a few places you can set NLS_DATE_FORMAT. * Environment variables (or windows registry on win32) * orclSI

Re: [PHP-DEV] Bug #10355: PHP-DEV Mailing list is flaky

2001-04-16 Thread Joe Brown
Why not use news.php.net? I find this much more convenient subscribing to the mailing list(s). -Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > From: [EMAIL PROTECTED] > Operating system: > PHP version:

Re: [PHP-DEV] Bug #10465: absolute path dosen't work with file_exists()

2001-04-23 Thread Joe Brown
le in that directory either. Perhaps the file section of manual for should state that the web server user must have permissions to all directories in a path as well as files themself (repeatedly, if it doesn't already). -Joe <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]&qu

[PHP-DEV] intval($resource)

2001-04-27 Thread Joe Brown
ource because there additional reference exist. I'd like to start working on fixing this, but don't know which behaviour to attack. Does OCI need to be fixed or intval()? Suggestions anyone... -Joe -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail:

Re: [PHP-DEV] intval($resource)

2001-04-28 Thread Joe Brown
? 2. Should intval not pump up the refcount when doing something silly like converting a resource to an integer? "Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 06:03 PM 4/27/2001 -0400, Joe Brown wrote: > >Run i

[PHP-DEV] STOP PRODUCTION

2001-04-28 Thread Joe Brown
Serious problem... I checked out php4 today, and compiled it on windows and linux. The bang (!) in the if statement changes the resource to if(!($connection=ociplogon("scott","tiger","orcl"))) { var_dump($connection) = resource(1) of type (Unknown) w/out the bang(!) if(($connection=ociplogon("sc

Re: [PHP-DEV] intval($resource)

2001-04-28 Thread Joe Brown
"Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 08:50 PM 4/28/2001 +0200, Thies C. Arntzen wrote: > >On Sat, Apr 28, 2001 at 06:12:19PM +0200, Andi Gutmans wrote: > > > At 08:28 AM 4/28/2001 -0400

Re: [PHP-DEV] intval($resource)

2001-04-28 Thread Joe Brown
, a warning should be generated. @OCIFreeStatement would then squash the warning, if this is the desired behaviour. ""Joe Brown"" <[EMAIL PROTECTED]> wrote in message 9cfi6l$75n$[EMAIL PROTECTED]">news:9cfi6l$75n$[EMAIL PROTECTED]... > > "Andi Gutmans&q

Re: [PHP-DEV] Bug #10552: Exit() function never work when an Oracle error occures

2001-04-29 Thread Joe Brown
This may be fixed in 4.0.5 <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > From: [EMAIL PROTECTED] > Operating system: Windows 2000 > PHP version: 4.0.4pl1 > PHP Bug Type: OCI8 related > Bug description: Exit() function never work when an

Re: [PHP-DEV] Bug #9916 Updated: fopen() in w or a mode to a remote server (via HTTP)don't give back any error

2001-04-29 Thread Joe Brown
Hehe, If it did work, PHP might then mean: Preferred Hacking PreProcessor <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ID: 9916 > Updated by: derick > Reported By: [EMAIL PROTECTED] > Old-Status: Open > Status: Closed > Bug Type: *Directory/Filesystem funct

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Joe Brown
What about an isnull() function, opposed to key_exists(); IsPossible()? "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 16:46 3/5/2001, Andi Gutmans wrote: > >> > By the way, what happened to that array_defined() or whatever function > >> > w

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Joe Brown
> At 05:16 PM 5/3/2001 +0200, Cynic wrote: > >RTFM :)) > > > >http://www.php.net/manual/en/html/function.is-null.html > > > >At 16:47 3.5. 2001, Andi Gutmans wrote the following: > >-- > > >At 10:4

Re: [PHP-DEV] Bug #10638: exec(), system(), ... without reply

2001-05-03 Thread Joe Brown
echo typically is not a program. It is a command in the CMD.exe or COMMAND.com programs. $output=exec("cmd -c echo hello"); //should produce the desired effect. Why piping output to a file changes this fact, is beyond me. <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTE

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-03 Thread Joe Brown
is_null() should return false if a variable is not set. isset() should be used to test for variables existance, not is_null(). This is my opinion and I'm sticking to it. Those whom deviate from my opinion are wrong in my opinion!!! -Joe "Andi Gutmans" <[EMAIL PROTECTED]

Re: [PHP-DEV] Bug #10661 Updated: Problem parsing a script in mac text file format

2001-05-04 Thread Joe Brown
I say go for it. What's the worst that can happen *smirk* "Alessandro Astarita" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > [EMAIL PROTECTED] wrote: > > > ID: 10661 > > Updated by: derick > > Reported By: [EMAIL PROTECTED] > > Old-Status: Open > > Sta

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Release process

2001-05-04 Thread Joe Brown
Question: Is is_null() an alias for isset()? Based on this statement and my understanding of both funcitons, it should be. "Andi Gutmans" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 07:02 PM 5/3/2001 -0500, Andrei Zmievski wrote: > >At 06:31 PM 5/3/01 -

Re: [PHP-DEV] Zend API changes

2001-05-04 Thread Joe Brown
Well you should, damnit! ;-) "Zeev Suraski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... At 20:20 4/5/2001, Björn Schotte wrote: >* Zeev Suraski wrote: > > There's a good starting point already, people are more than welcome to > > extend it. > >I don't unders

Re: [PHP-DEV] PHP 4.0 Bug #10675 Updated: Executing background job from PHP causes session lock-up

2001-05-04 Thread Joe Brown
This sounds as if it may be a disk caching issue. Is your session data stored in files (the default)? flush() dumps io to the web browser, is there a file_flush()? <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ID: 10675 > User Update by: [EMAIL PROTECTED] >

Re: [PHP-DEV] 4.1 & Declaration Case Persistance

2001-05-04 Thread Joe Brown
1++; ""Wez Furlong"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "Sterling Hughes" <[EMAIL PROTECTED]> wrote: > > On Fri, 4 May 2001, Chuck Hagenbuch wrote: > > > That's a problem with it being an option, yes. I'd vote for > > > just making php case sensiti

[PHP-DEV] (change request) PHP 4.0 Bug Summary Report

2001-05-05 Thread Joe Brown
Is it possible to include www.php.net/bugs.php?id= at the front of these, or on a second line trailing each bug listed? Would make the list twice as long, but a lot simpler to follow up on, w/mail reader that recognises links. <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL P

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