RE: [PHP-DEV] mssql.convertdatetime, mssql.longdatetime

2003-02-24 Thread Mike Robinson
een incorporated > into Version 4.3? http://cvs.php.net/co.php/php4/ext/mssql/php_mssql.c?login=2&r=1.107 Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Jumadi

2003-02-20 Thread Mike Robinson
You could charge $100 per php licence too. :P Regards Mike Robinson Jani Taskinen wrote: > Just make this one moderated. (but allow anyone with CVS > access to post freely :) > > --Jani > > > -- PHP Development Mailing List <http://www.

RE: [PHP-DEV] Re: str_ireplace vs. stri_replace

2003-01-30 Thread Mike Robinson
Jon Parise writes: > > Get rid of stri_replace() and/or str_ireplace() and just add > a fourth optional parameter to str_replace() to control > case-sensitivity. Yup. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit:

RE: [PHP-DEV] roadmap of PHP - where? PHP 5 - when?

2003-01-23 Thread Mike Robinson
ally plague projects of this size and scope. FWIW, the number one cause of the cycle is information sharing amongst a smaller subgroup formed from the main group, usually without their knowledge. In most cases, the result is fatal. The few groups I've seen actually emerge from an active cycle ar

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Mike Robinson
> From: James Cox wrote: >> "Mike Robinson" <[EMAIL PROTECTED]> wrote: >> >> I'm wondering if it will be possible to build and use >> both PHP4 and PHP5 as apache modules on the same webserver, >> similar to the way we could use both PHP

[PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Mike Robinson
Hiya, I'm wondering if it will be possible to build and use both PHP4 and PHP5 as apache modules on the same webserver, similar to the way we could use both PHP3 and PHP4. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://

RE: [PHP-DEV] ZE2 + php 4.4.0

2003-01-03 Thread Mike Robinson
Tularis wrote: > > btw, has anyone tested this combo with mysql 4 yet? Yup, mysql-4.0.7-gamma. Works fine for me, except phpMyAdmin has some minir problems that I haven't bothered tracking down yet. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/&g

[PHP-DEV] Happy New Year!

2002-12-31 Thread Mike Robinson
To All, Congratulations to all of you on a fine year for PHP, and continued success in the future. Peace to you and yours, and a Happy New Year. :) Best Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP Look Back 2002

2002-12-30 Thread Mike Robinson
,feel free to post them with the link at > the bottom of the page. Awesome and classy. Much like your contribution to PHP. Thanks, and all the best to you in '03. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP 4.3.0 released

2002-12-27 Thread Mike Robinson
Ari Pollak wrote: > On Fri, Dec 27, 2002 at 07:41:50PM -0500, Mike Robinson wrote: > > Shouldn't that be 'sapi/cgi/php and sapi/cli/php respectively'? > > The second path is wrong, and respectfully should be respectively. > Duh. I gues

RE: [PHP-DEV] PHP 4.3.0 released

2002-12-27 Thread Mike Robinson
CGI and CLI are > built and placed as sapi/cgi/php and sapi/cgi/php respectfully > > The second path is wrong, and respectfully should be respectively. Shouldn't that be 'sapi/cgi/php and sapi/cli/php respectively'? ^^^

RE: [PHP-DEV] option to start in PHP mode

2002-12-27 Thread Mike Robinson
ext. Any thoughts on this? FWIW, almost without fail every time I write a new CLI script I forget to put the start/stop tags in and I get an error the first time I run it. So from an 'intuitive' point of view, [ and notwithstanding the value of my opinion :P ], the switch sounds like a

RE: [PHP-DEV] T_PAAMAYIM_NEKUDOTAYIM

2002-12-16 Thread Mike Robinson
Just so you know, not so long ago a google search for "T_PAAMAYIM_NEKUDOTAYIM" used to turn up just 1 matching result. :P Regards Mike Robinson Pierre-Alain Joye wrote: > On Tue, 17 Dec 2002 00:17:47 +0100 > Pierre-Alain Joye <[EMAIL PROTECTED]> wrote: > > &g

RE: [PHP-DEV] Re: #20972 [Opn->Csd]: make fails during gd.c

2002-12-12 Thread Mike Robinson
rary, which offers more functionality and is more stable. > The problem with > free/gd_free is likely due to you having 2 sets of the GD > library on your > computer. This confuses the check, because the headers do not > correspond with > the library itself. Is the xpm fix going to make

RE: [PHP-DEV] [PHP-QA] Test results (fwd)

2002-12-11 Thread Mike Robinson
problem, which didn't occur in RC2. Regards Mike Robinson Marcus Börger writes: > When you use gd and jpeg configure.m4 from gd will check > first for existance of the library file and second for one of > its functions. So i guess there is somethink wrong with the > #ifdefs

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-09 Thread Mike Robinson
Wez Furlong writes: On Sun, 8 Dec 2002, Mike Robinson wrote: > > Sorry. There's just no way this should happen. > But it has happened, and it's going stay this way. > > Now, if you don't have anything positive to contribute, > please stop stirring up threads l

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-08 Thread Mike Robinson
Marcus Börger wrote: > At 22:08 08.12.2002, Mike Robinson wrote: > >Christoph Grottolo wrote: > > > > > It's worse. > > > > > > At least PHP 4.2.2 and 4.2.3. have php-cli.exe (CLI) and php.exe > > > (CGI). > > > >This is the way

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-08 Thread Mike Robinson
my head around why the name of the CGI executable has to be changed at all. Any pointers or enlightenment would be welcomed. :) Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] php.exe - php-cgi.exe

2002-12-08 Thread Mike Robinson
just plain wrong. The CLI executable should be named php-cli.exe. This seems like such a nobrainer. Am I missing something? Clue me in. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] RE: [PHP-DOC] #20822 [Com]: getimagesize() returning null instead of false

2002-12-05 Thread Mike Robinson
e retrieved due to file corruptions. I agree. Absolutely. Masking bona fide file operation errors would be a huge mistake, IMHO. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] [PATCH] Redirect on Error

2002-11-25 Thread Mike Robinson
Yup. When used with the logging stuff [syslog,logfile], it works quite well. > The fact is, you shouldn't be needing code to catch a parse > error, if you do, there is something wrong with the way you > program, not with php. Bingo. Regards Mike Robinson -- PHP De

RE: [PHP-DEV] error handling

2002-11-21 Thread Mike Robinson
s off (which is the recommendation for production sites) and cranking stuff out to syslog or some file I can monitor. Throwing a 500 document is ugly, and so 90's. :) Being competitive does not mean 'being like the other guys', a path PHP has carefully and rightfully avoided. Rega

RE: [PHP-DEV] GD 2.0.6 make errors

2002-11-14 Thread Mike Robinson
upport. Just mentioning the segfault. Thanks for taking it easy on me though. :) Best Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] GD 2.0.6 make errors

2002-11-14 Thread Mike Robinson
n't get a core file). Regards Mike Robinson Starting program: /usr/local/apache/bin/httpd -X Program received signal SIGSEGV, Segmentation fault. 0x40599842 in compress (init_bits=3, outfile=0x81614fc, im=0x8166c00) at gd_lzw_out.c:534 534 if ( HashTabOf (i) == fcode ) { (gdb) b

RE: [PHP-DEV] GD 2.0.6 make errors

2002-11-14 Thread Mike Robinson
Its up to 2.0.6 now. :) Boutell has gone GD crazy all of a sudden. Regards Mike Robinson > -Original Message- > From: Pierre-Alain Joye [mailto:paj@;pearfr.org] > Sent: Thursday, November 14, 2002 11:55 AM > To: Clay > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] GD

RE: [PHP-DEV] mbstring and 4.3.0

2002-11-12 Thread Mike Robinson
Jani Taskinen writes: > I must (still) agree. +1 for making it disabled for now.. > (people who need it, already know to use > --enable-mbstring with 4.2.3) Exactly. It should remain off by default until it's solid. Regards Mike Robinson -- PHP Development Mail

RE: [PHP-DEV] [RFC] php-cli: option to ignore php.ini

2002-11-12 Thread Mike Robinson
Good idea. This is useful. Thanks. :) Regards Mike Robinson > -Original Message- > From: Marcus Börger [mailto:marcus.boerger@;t-online.de] > Sent: Tuesday, November 12, 2002 4:05 PM > To: Wez Furlong > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [RFC] php-cli

RE: [PHP-DEV] Bug in PHP

2002-11-06 Thread Mike Robinson
Markus Fischer writes: > > You can use PHP as CGI on Win32/IIS platform which proves to > be far more stable or use Apache instead of IIS. > > The combination you're using is known to have serious > problems and is not recommended. > Is this document

RE: [PHP-DEV] ODBTP, a possible solution for MS-SQL and other databases

2002-11-04 Thread Mike Robinson
of a fairly intense release cycle. I'd be interested in seeing more about this extension. It sounds like it could be useful. What kind of license would this stuff be released under? Best Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Re: Unsigned Problems Revisited

2002-10-30 Thread Mike Robinson
Jason T. Greene writes: > Ok, > > I hereby volunteer to update the documentation to clearly > explain shifting (with examples). Excellent! That way, I can't stop losing sleep wondering what the heck someone would need this stuff for. :) Best Regards Mike Robinson --

RE: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Apache 2 installation instructions

2002-10-29 Thread Mike Robinson
of PHP4 and Apache2 should not be used in a production environment is sufficient. No need to play the blame-game. :) Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] I hope this is the last email about this :)

2002-10-27 Thread Mike Robinson
Zeev Suraski writes: > I vote we keep PHP-CLI with implicit_flush > on by default. Ditto. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Bug count..

2002-10-21 Thread Mike Robinson
Jani Taskinen wrote: > > Heh..just take a look in the database for bugs and them tell me > how to get that data out of it. :) SQL should do the trick. :) Regards Mike Robinson (Sorry, couldn't resist...) -- PHP Development Mailing List <http://www.php.net/> T

RE: [PHP-DEV] Re: Forked ext/gd by default

2002-10-21 Thread Mike Robinson
Rasmus Lerdorf writes: > Whoa, pigs are flying over the skating rink in hell. Those aren't pigs. That's the Unisys Legal Department. It's a common mistake. :) Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Mike Robinson
ctually provides useful information. I'm not one to second-guess the intentions of the author of this test ('sniper' I think). Thanks for the crash course on LOCALE. :) Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-20 Thread Mike Robinson
And what system is it, btw? It outputs äöü. Stock RedHat-8.0 box, kernel-2.4.18 glibc-2.2.93. > We could use a test like strtopper("äöü")=="ÄÖÜ" to check if > the system is able to handle these characters correctly. If > not, the test could be skipped. > Adding

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
Michael Mauch writes: > Are your locale settings ok? Yeah, they're fine, for my locale. But I'm not in Germany, though I'm told the beer there is awesome. :) Mike > % locale > LANG=de_DE.ISO-8859-15 > LC_CTYPE=de_DE > LC_NUMERIC="de_DE.ISO-8859-15" > LC_TIME="de_DE.ISO-8859-15" > LC_COLLATE

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
Sorry, that test _is_ in 4.2.3, and it failed there as well with the same problem, it just didn't output anything during make test. > -Original Message- > From: Mike Robinson [mailto:mike@;mgrobinson.com] > Sent: Saturday, October 19, 2002 2:40 PM > To: 'Kjartan Ma

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
led). Unfortunately, XML has not been a 'buzzword' for me, :) , so I'm not really up on this stuff. Mike > > Saturday, October 19, 2002, 7:35:05 PM, Derick Rethans wrote: > > On Sat, 19 Oct 2002, Mike Robinson wrote: > > >> Yes I can reproduce this in 4.3.

RE: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd)

2002-10-19 Thread Mike Robinson
Yes I can reproduce this in 4.3.0pre1 and in CVS from yesterday. Exact same output in ext/xml/tests/007.log as below in both cases. Mike > -Original Message- > From: Derick Rethans [mailto:derick@;php.net] > Sent: Saturday, October 19, 2002 1:03 PM > To: PHP Developers Mailing List > S

[PHP-DEV] 4.3.0-pre1 printf weirdness

2002-10-18 Thread Mike Robinson
never -30.00). At one point one of them output 3245234172.00. This is on a stock redhat8 box. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] 4.3.0-pre1 printf weirdness

2002-10-18 Thread Mike Robinson
Yup, I just grabbed a checkout and its fixed. That was a weird one. Regards Mike Robinson Derick Rethans wrote: > Hello, > > I could reproduce this with pre1, but latest CVS works fine > again. Can > you try? > > Derick > > > On Thu, 17 Oct 2002, Mike Robi

RE: [PHP-DEV] nl2br is broken in PHP4.3.0pre1

2002-10-16 Thread Mike Robinson
Derick Rethans writes: > Hey, > > this is already fixed in CVS. > > thanks, > Derick Have you decided yet on the release cycle for 4.3? Are we any closer to branching 4.3.0 or are we going to do 4.3.0pr2 for further testing, or....? :) Regards Mike Robinson -- PHP D

RE: [PHP-DEV] [PATCH] New function file_put()

2002-10-15 Thread Mike Robinson
Christian Schneider writes: > On a side note: I think the file_get_contents() function should be > renamed to file_get() as it is useful enough to deserve a > shorter name. Conversely, your new function should be named file_put_contents() for consistency. :) Regards Mike Robinson

RE: [PHP-DEV] short_open_tag

2002-10-14 Thread Mike Robinson
Dan Hardiker writes > > Im -1 on changing the default before v5 but +1 on it being > done in the long run. > This sounds like the best approach. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Streams Problems

2002-10-13 Thread Mike Robinson
. Regards Mike Robinson > -Original Message- > From: Ilia A. [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 11, 2002 10:11 PM > To: [EMAIL PROTECTED]; Wez Furlong > Subject: [PHP-DEV] Streams Problems > > > There are 3 streams related problems I've come ac

RE: [PHP-DEV] Streams Problems

2002-10-13 Thread Mike Robinson
create stream: HTTP request failed! HTTP/1.1 301 Moved Permanently in /home/www/htdocs/test/fopen/slash.php on line 2 Regards Mike Robinson > -Original Message- > From: Wez Furlong [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 12, 2002 1:40 PM > To: Mike Robins

RE: [PHP-DEV] bundled gd

2002-10-10 Thread Mike Robinson
http://downloads.rhyme.com.au/gd/ Newer GD libs with gif support have been around for quite a while. Compiling PHP against these works fine. Regards Mike Robinson > -Original Message- > From: Tit "Black" Petric [mailto:[EMAIL PROTECTED]] > Sent: Thursday, Octob

RE: [PHP-DEV] bundled gd

2002-10-10 Thread Mike Robinson
/null. A shame really. The upshot is, with the crew on the PHP team doing the fork, the library is bound to get a LOT better. :) Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] ext/aspell

2002-10-07 Thread Mike Robinson
gize in advance, because .02 CDN isn't worth much these days. Mike Robinson > -Original Message- > From: Melvyn Sopacua [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 07, 2002 1:50 PM > To: Vlad Krupin > Cc: DJ Anubis; PHP-DEV; Jan Lehnardt > Subject: Re: [PHP-DEV

RE: [PHP-DEV] insalling php - 4.2.3 with apache - 2.0.40 on freeBSD 4.6

2002-10-01 Thread Mike Robinson
s going to bite a lot of people right on the posterior. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] patch to restrict database access for ext/pgsql

2002-09-26 Thread Mike Robinson
From: Jon Parise > Isn't it generally better (where "better" means more secure, > efficient, and easily maintained) to handle database access > control using PostgreSQL's native access mappings? I would think so, and IMHO, that's where pgsql access control

RE: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Mike Robinson
Instead of? Why is it that everyone else not only has to change the way they do things but break everything done the old way? How much plainer does a BC issue have to be? One man's feature is another man's bug. You guys wanted a valid reason, I gave one. There's probably more. :) Did I miss t

RE: [PHP-DEV] Patches and Extensions and Such

2002-09-18 Thread Mike Robinson
I for one have no use for line numbers in a phps file. I do have use for being able to copy/paste out of phps files, which would stop working with line numbers there. Some folks use phps files to distribute snippets and stuff. Can't this be option, default off (current behaviour)? Regards

RE: [PHP-DEV] sockets extension

2002-09-09 Thread Mike Robinson
iD software > policy: it'll be ready when it's ready. Thats all there is to it :) Like so. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] php-4.2.3 -> Thanks+Kudos

2002-09-07 Thread Mike Robinson
I would like to express my sincere appreciation to the php dev team, the qa team, the php-doc magicians, and as always the "countless others" for their extraordinary continuing efforts in making php4 the best. Awesome work from incredibly awesome people. My humble thanks. Regards Mik

RE: [PHP-DEV] Problem with http://php.net

2002-09-02 Thread Mike Robinson
Cross-dressing. Vibrators. Oh my. Breadsticks in the nose anyone? .mike -Original Message- From: Dan Hardiker [mailto:[EMAIL PROTECTED]] Sent: Monday, September 02, 2002 9:22 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] Problem with http://php.net >> P.S. >> Offtopic sorry > > fu

RE: [PHP-DEV] segfault on adding empty heredoc to string

2002-09-01 Thread Mike Robinson
No problems with 4.2.2 as apache-1.3.26 dso on RH-7.2 Regards Mike Robinson -Original Message- From: Lukas Schroeder [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 01, 2002 1:50 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] segfault on adding empty heredoc to string hi, i can

RE: [PHP-DEV] mbstring

2002-09-01 Thread Mike Robinson
James Cox wrote: > I vote to remove mbstring as a default module. +1 > Let us STOP burdening default builds with crap that is unlikely > to be used. Amen. Regards Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] RE: [PHP-DOC] diff style bug update headers

2002-02-03 Thread Mike Robinson
Makes it much easier to see the difference. Good idea. +1 .mike > -Original Message- > From: Gabor Hojtsy [mailto:[EMAIL PROTECTED]] > Sent: February 3, 2002 1:04 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP-DOC] diff style bug update headers > > > Hi! > > I would li

RE: [PHP-DEV] Re: Shootout

2001-12-29 Thread Mike Robinson
I was about to activate the Omega-13. ;) Regards Mike Robinson -- 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 PROTECTED]

RE: [PHP-DEV] Re: Shootout

2001-12-29 Thread Mike Robinson
7;ll all be up on how important various > compile flags are. Please ask support questions on the friendly helpful php-general list. Mike Robinson -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

RE: [PHP-DEV] Bug #14707 Updated: A very serious PHP bug that can turn down almost any web server !!!

2001-12-26 Thread Mike Robinson
Is the snark really necessary? It accomplishes what? Mike Robinson [EMAIL PROTECTED] writes: > ID: 14707 > Updated by: daniel > Reported By: [EMAIL PROTECTED] > Status: Bogus > Bug Type: Scripting Engine problem > Operating System: Any OS, any PHP version > PHP Version

Re: [PHP-DEV] Re: Bug #14036: Segfault when using multipart form

2001-11-12 Thread Mike Robinson
I suspect so; I cannot reproduce this problem with 4.0.6 running on a 2.2.19 Linux box, nor with snapshot php4-200111030900 running on a stock RH-7.2 box. > Well, file uploads do work in general in PHP 4.0.6 or the whole world > would be screaming. So there is something specific to your test ca

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-19 Thread Mike Robinson
s for freetype.h in /usr/include/freetype2. Its a mess. Its strange though that a snapshot from May 6 worked. It shouldn't have on this system. :) Regards Mike Robinson Andi Gutmans wrote: > > Can you try and revert those changes and see if it helps? Maybe you can > find the c

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-17 Thread Mike Robinson
ave a closer look at things when I get home from work. Regards Mike Robinson Andi Gutmans wrote: > > Can you try and revert those changes and see if it helps? Maybe you can > find the cause of the problem? > > Andi > > At 10:11 PM 5/16/2001 -0400, Mike Robinson wrote: >

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-16 Thread Mike Robinson
php4/ext/gd/config.m4 involving freetype dir tests (amongst others). Regards Mike Robinson -- 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 PROTECTED]

RE: [PHP-DEV] Re: [PHP-QA] PHP 4.0.6RC1 ready for testing

2001-05-16 Thread Mike Robinson
enabled JPG Support enabled PNG Support enabled WBMP Support enabled RC1, phpinfo() shows: GD Support enabled GD Version 1.6.2 or higher T1Lib Support enabled GIF Support enabled JPG Support enabled WBMP Support enabled so somewhere along the line freetype and png stuff got dropped. I&#

[PHP-DEV] default location of php.ini changed?

2001-05-06 Thread Mike Robinson
/usr/local/etc Was this intended? Regards Mike Robinson -- 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 PROTECTED]

RE: [PHP-DEV] php.ini location

2001-04-30 Thread Mike Robinson
ount of people who > > will too. > > I'll change it back. > > - Stig > Phew. :> Mike Robinson -- 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 PROTECTED]

RE: [PHP-DEV] PHP Search

2001-04-23 Thread Mike Robinson
This is the php-dev list. Try the php-general list. http://www.php.net/manual/en/ref.mnogo.php http://www.htdig.org/ > -Original Message- > From: Manesh [mailto:[EMAIL PROTECTED]] > Sent: April 23, 2001 7:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] PHP Search > > > i need to

RE: [PHP-DEV] PHP 4.0 Bug #10100 Updated: php.php has wierd logo!!!!!! Have you been Hacked?

2001-04-01 Thread Mike Robinson
> Sorry about the address, or lack thereof. > When I run phpinfo(); > A wierd logo in the right top corner with a guy that has walrus > teeth shows up. Actually, they look like french fries, or pencils maybe. What a hoot! .mike -- PHP Development Mailing List To unsubs

RE: [PHP-DEV] PHP 4.0.5 Release & Midgard Problems

2001-03-31 Thread Mike Robinson
it in favour of Java or Python. There's tons of stuff out there that can mimic midgard, opensource and otherwise. None of them require the level of integration midgard currently enjoys. At best, Midgard belongs in PEAR. It most definitely, IMHO, does not belong in the PHP source. Regar

RE: [PHP-DEV] ImageMagick module for PHP

2001-03-21 Thread Mike Robinson
Rasmus Lerdorf writes: > Because it didn't work, and the ImageMagick library is absolutely > horrible. Have a look at the Imlib2 extension. > > -Rasmus I surprised imlib2 hasn't made it into the php source. It is quite nice. Perhaps its time it graduated. :) .mike > On Wed, 21 Mar 2001, [

RE: [PHP-DEV] feature request

2001-03-18 Thread Mike Robinson
ited to doc's so someone else would have > to do it), > and would make some people happy. That seems to be reason enough > to do it. > > Just my 2 cents. Ditto. It would be handy. If you are willing and able to do stuff like this, maybe a request for additional karma would be in

RE: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread Mike Robinson
Man you are FAST! :> > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: March 16, 2001 1:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with > gd > > > ID: 9778 > Updated by: sniper > Reported By: [EMAIL

RE: [PHP-DEV] PHP 4.0 Bug #9778 Updated: error when compiling with gd

2001-03-16 Thread Mike Robinson
> > Any ideas of what's the problem? Leave the '/lib' part off the dir-path for some of the items in the configure line: --with-xpm-dir=/usr/X11R6/lib Try --with-xpm-dir=/usr/X11R6 .mike -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: [PHP-DEV] 4.0.5RC1 packaged

2001-03-13 Thread Mike Robinson
r/local (latest beta) ... builds and installs without any trouble. A runthrough of some rudimentary scripting involving functions from most of the extensions shows no problems. If I can additional info please lmk. Regards Mike Robinson -- PHP Development Mailing List <http:

RE: [PHP-DEV] pspell/aspell breaking

2001-03-03 Thread Mike Robinson
FWIW, I have this setup working fine on a stock rhl7.0 box. It still says 'indices' is spelt wrong though. ;> Mike Robinson > > Setup: > aspell-.32.6 > pspell-.11.2 > php-4.0.4pl1 > apache_1.3.14 > RH 7.0 > glibc 2.2-12 > gcc-2.96-69 > > Procedu

RE: [PHP-DEV] --enable-tiny

2001-01-27 Thread Mike Robinson
e > >it. If the options is --enable-???, then use --disable-??? to disable > >it. > > > >Jeremy How about --enable-kitchen-sink (or some other name) which builds everything it can find, and --enable-tiny-cgi and --enable-tiny-dso, which builds stripped out php without h

RE: [PHP-DEV] Undefined Versioned Symbol

2001-01-19 Thread Mike Robinson
Go to http://bugs.php.net and read #7711,8774, and 8721. Regards Mike Robinson > -Original Message- > From: Mark Olbert [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 19, 2001 3:24 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] Undefined Versioned Symbol > >