Re: [PHP-DEV] 5.0.5RC2

2005-08-28 Thread Marcus Bointon
I've got a compile failure (FREETYPE_MAJOR and _MINOR undeclared) on OS X with a config that works with 5.0.4 - should I report it here or in bugs? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Inte

[PHP-DEV] Globals unavailable, require oddity

2005-10-13 Thread Marcus Bointon
ething that really doesn't exist, I get (as expected): Fatal error: Failed opening required 'xConfig.php' Is there some "stop_working=true" flag I've left in php.ini? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.

Re: [PHP-DEV] Globals unavailable, require oddity

2005-10-13 Thread Marcus Bointon
On 13 Oct 2005, at 17:51, Marcus Bointon wrote: I have another problem with included classes that seems to defy explanation: As usual there is a simple explanation for this one: I had a file called 'config.php' lurking in one of the folders in my include path - Deploying on

Re: [PHP-DEV] Re: Globals unavailable, require oddity

2005-10-14 Thread Marcus Bointon
cessary - something odd is going on that's peculiar to my setup. Given that no-one else can reproduce it, I'll just have to persevere. Thanks for looking anyway, Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.u

[PHP-DEV] Pear installer checksum error

2005-10-17 Thread Marcus Bointon
pear/install-pear-nozlib.phar on line 376 make[1]: *** [install-pear-installer] Error 255 make: *** [install-pear] Error 2 I'm getting identical results on Linux and OS X. Just a temporary glitch? Or should I report it as a bug? Marcus -- Marcus Bointon Synchromedia Limited: Putti

Re: [PHP-DEV] Pear installer checksum error

2005-10-17 Thread Marcus Bointon
On 17 Oct 2005, at 14:01, Derick Rethans wrote: On Mon, 17 Oct 2005, Marcus Bointon wrote: Fatal error: Error: phar "/home/mbointon/php5-200510170830/pear/ install-pear-nozlib.phar" Checksum error on entry "" in /home/ mbointon/php5-200510170830/pear/install-pear-nozlib.p

[PHP-DEV] No error output?

2005-10-28 Thread Marcus Bointon
, but I'm still seeing this with it disabled. As you might imagine, it's making debugging quite difficult. Has anyone else seen this problem? I can't find a bug report that looks like this. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED]

Re: [PHP-DEV] No error output?

2005-10-28 Thread Marcus Bointon
I'm not keen on submitting a bug report as yet. Should I anyway? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] php.ini-recommended patch

2005-10-28 Thread Marcus Bointon
names untouched. There is one setting which I suspect should be called pfpro.defaulthost but seems to be called Apfpro.defaulthost - slip of a finger somewhere? I know it's just a little thing... Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED]

Re: [PHP-DEV] Re: PHP 5.1.0RC4 Released

2005-10-28 Thread Marcus Bointon
last couple of years because of this. You can work around it by using pear download then unzip and install manually. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP Runtime Development Mailing Li

Re: [PHP-DEV] No error output?

2005-11-03 Thread Marcus Bointon
ff. I'm getting the same behaviour on both OS X and RHEL4. Are there any configure options that relate to error output? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.4.2RC1

2005-11-20 Thread Marcus Bointon
ere the problem was until I saw that report. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-27 Thread Marcus Bointon
On 27 Feb 2006, at 03:17, Rasmus Lerdorf wrote: When you manage that, please send me a copy of an OSX-PPC compatible Valgrind! Don't know if it helps, but kcachegrind works a treat on OS X. It's just had an update via fink too. Marcus -- Marcus Bointon Synchromedia Limited: P

[PHP-DEV] PHP5 configure options

2004-04-20 Thread Marcus Bointon
HP5 at all - is there some other site where php5 documentation lives? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC3RC1

2004-05-27 Thread Marcus Bointon
ome/curt/source/php-5.0.0RC3RC1/Zend/zend_hash.h:39: > error: syntax error before "uint" > I'm seeing the same on OpenBSD. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP

Re: [PHP-DEV] Workarounds for PHP5 on Mac OS X

2004-06-24 Thread Marcus Bointon
into /usr/local/lib/ Just FYI, libxml2 2.6.7-2 is the release currently supported in fink, so you can also install it by just going 'fink install libxml2' Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -

[PHP-DEV] How to tell if a method is called statically in PHP4?

2004-07-22 Thread Marcus Bointon
7;s at the root of this problem). Is there some other property like $this that doesn't have this behaviour? Many thanks for any suggestions, Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Static call detection

2004-10-04 Thread Marcus Bointon
sual pointers to the $this faq, no solution has been suggested, so I'm asking here. This has been bugging me for ages, and I've been resorting to param counting to work around it for now - is there a better way? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture

Re: [PHP-DEV] Static call detection

2004-10-04 Thread Marcus Bointon
P. > *cough* gallery assigning to $this *cough* I ran into that one back in early dev releases of PHP5 and improved my habits accordingly! To summarise, you can't tell, and you shouldn't be trying to anyway. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture

[PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
rsion, but it would obviously be better to have this done internally. I hope someone can finish this off properly as C is not my thing. Thanks, Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - P

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
Ahem, and again, with the attachment... on 21/11/03 14:45, Marcus Bointon at [EMAIL PROTECTED] wrote: > Hi, > > Attached is a patch against 5.0.0b2 for ext/standard/html.c that adds > support for the MacRoman encoding to the htmlentities function. I guess it > may

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
on 21/11/03 14:46, Marcus Bointon at [EMAIL PROTECTED] wrote: > Ahem, and again, with the attachment... Erm. That didn't come through to the list - how/where am I supposed to post patches as I have seen others do? Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the pictur

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
on 21/11/03 14:49, Derick Rethans at [EMAIL PROTECTED] wrote: > Try to add it with the .txt extension... Thanks for the tip, it's attached this time, hope it works. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromed

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
on 21/11/03 15:09, Marcus Bointon at [EMAIL PROTECTED] wrote: > Thanks for the tip, it's attached this time, hope it works. Hm. That didn't work either. Is there some specific encoding I should be using for the attachment? It was sent using base64. Not my day... Marcus -- M

Re: [PHP-DEV] [PATCH] Add MacRoman encoding to htmlentities

2003-11-21 Thread Marcus Bointon
osta link? http://www.synchromedia.co.uk/php/html.c.diff.txt Apologies for clogging the list with this. Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL PROTECTED] | http://www.synchromedia.co.uk -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

[PHP-DEV] Commit please?

2003-12-10 Thread Marcus Bointon
Hi, Can someone please commit the patch I posted a few weeks ago for adding MacRoman encoding to htmlentities encodings. The patch is available here: http://www.synchromedia.co.uk/php/html.c.diff.txt Thanks, Marcus -- Marcus Bointon Synchromedia Limited: Putting you in the picture [EMAIL