[PHP-DEV] PHP 4.0 Bug #9034: pspell .12 fails to compile

2001-01-31 Thread monte
From: [EMAIL PROTECTED] Operating system: Sun SPARC Solaris 7 PHP version: 4.0 Latest CVS (31/01/2001) PHP Bug Type: Pspell related Bug description: pspell .12 fails to compile I think some backward compatiblity was broken in this release of pspell (.12) Here is the output

[PHP-DEV] strpos() suggestion

2002-11-13 Thread Monte Ohrt
rom the end of the string. I'd try submitting a patch, but I'm not sure of which way would be best, and my C is a bit rusty, I'd probably do more damage than help ;-) Thoughts? Monte -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] strpos() suggestion

2002-11-13 Thread Monte Ohrt
en strpos() for it? > > Mike > > --- Original Message --- > From:Monte Ohrt <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date:13 Nov 2002 16:02:54 -0600 > Subject: [PHP-DEV] strpos() suggestion > > Hi, > >

[PHP-DEV] web site bug report

2001-03-14 Thread Monte Ohrt
ne 58 -- Monte Ohrt <[EMAIL PROTECTED]> http://www.ispi.net/ -- 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]

[PHP-DEV] www.php.net site not responding

2002-07-22 Thread Monte Ohrt
The site has not responded for at least 20 mins, although it is pingable. I'm not sure who should get this message. Monte -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] www.php.net site not responding

2002-07-22 Thread Monte Ohrt
I see, it also took down smarty.php.net with it :( I suppose there is only one physical server at our disposal? Monte [EMAIL PROTECTED] wrote: > Hi, > > it's full with downloads taking place... apache is not that suited for > this. :( > > Derick > > On Mon,

Re: [PHP-DEV] print_r's feature

2002-07-25 Thread Monte Ohrt
Should it be a boolean value, or something a bit more descriptive/flexible? print_r($foo,'html'); print_r($foo,'xml'); $output = print_r($foo,'return'); Monte Denis Arh wrote: > Yeah, i know this... but... ok... ;) > > wouldn't be simplier like thi

Re: [PHP-DEV] Re: GD library and PHP

2002-07-30 Thread Monte Ohrt
s a problem with GD itself, or something with the font files, or PHP's imagettfbox functionality? Is this something that could be "fixed"? TIA Monte Sterling Hughes wrote: > Dmitry, > > Sorry, for the length of my reply, and now the fact that I'm just > refferring

[PHP-DEV] php eating carriage returns?

2001-01-26 Thread Monte Ohrt
example: This is a test done. When I run this from the command line (4.0.5dev) I get the following output: This is a test testing1testing2testing3 done. Why are there not carriage returns between the print statements? Is this an intended behavior? Monte -- PHP

Re: [PHP-DEV] php eating carriage returns?

2001-01-26 Thread Monte Ohrt
Got it. This is just causing problems with a templating system we're working on. E-mail templates are not coming out as expected. We'll work around it :) Cynic wrote: > > yes, this is as per the manual. the (optional) newline after > a closing PHP tag ( ?> ) is considered to be a part of the > t