[PHP-DEV] win32build solution..

2003-07-11 Thread Olivier Hill
Hi again (very late) For libxml/iconv problem.. Should we... repackage the zip file with files from: http://www.zlatkovic.com/projects/libxml/binaries.html Or should we (or I can do that part, I have karma for that) upgrade the PHP manual and instruct users to go download the files and put them

[PHP-DEV] Missing lib/includes?

2003-07-11 Thread Olivier Hill
Hi, Am I missing something, or does the /extra/win32build.zip archive is missing some files? With PHP5, libxml is enabled by default, but the build system is missing libxml.lib and a bunch of includes. It also needs iconv.lib/iconv.h Checked on CVS, the file hasn't been updated for a while. Sh

[PHP-DEV] pecl cvs and domxml

2003-07-11 Thread Rob Richards
I just made a commit to PECL for domxml to the PHP_4_3 branch, but it's not updating my local PHP 4_3 branch. I am assuming it was commited wrong. Is the commit supposed to be against the php-src module on the PHP_4_3 branch and commits to HEAD made in PECL (as it doesnt exist in the php-src HEAD)?

Re: [PHP-DEV] Weird behavior for $this variable in PHP4

2003-07-11 Thread Alan Knowles
in php4 $this gets passed in All static method calls ,as if they where parent::sss() - so statically calling one object method from another object instance will take '$this' with it.. Last word on this 'feature/bug' is that it will be removed in PHP5, (bit of a bugger - I'm sure some of my old

[PHP-DEV] CVS Account Request: marduk

2003-07-11 Thread Bruno Pedersen
I would like to translate the whole PHP documentation into danish. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] encoded php files bug

2003-07-11 Thread walt boring
Howdy, I have the latest version of the encoder and optimizer installed and am running php 4.3.2. I have a simple test script below which shows that encoded files complain that __CLASS__ and __FUNCTION__ are undefined. $ php ~/EncoderBug2-enc.php Notice: Use of undefined constant __CLASS__ - a

[PHP-DEV] Questionable private $varname behavior

2003-07-11 Thread Greg Beaver
Hi, a discussion on php.general led to the discovery of this oddly legal script: public function bark() { print "Woof!\n"; } public function printName() { print $this->Name; // prints nothing! } } // new class, for testing derived stuff class poodle extends dog

[PHP-DEV] Possible bug in the bundled GD lib of 4.3.2 and later.

2003-07-11 Thread Cody Brocious
When I use the bundled libgd in 4.3.2+, imagettftext() is not available, even when you configure php with freetype. I've tried defining PHP_ENABLE_TTF in gd.c, but that resulted in the function being available, but returning horrible positions in the document, no matter what i gave it. I am no

[PHP-DEV] Weird behavior for $this variable in PHP4

2003-07-11 Thread Josh Fuhs
Hello, I'm getting a problem with $this being defined where it shouldn't be. The code that I'm writing is a little weird in order to compensate for the lack of some OO features in PHP4. The PHP script at the bottom should give the behavior I'm referring to. Is PHP5 in a more-or-less stable state

[PHP-DEV] php5 interfaces...

2003-07-11 Thread Tony Bibbs
In PHP5 I noticed this behaviou with interfaces. If I have an interface with a method that takes no paramaters, an implementing class for that interfaces can have the same method take parameters...is that right? For example: interface foo { public function myFunction(); } class foobar impl

[PHP-DEV] CVS Account Request: vincent

2003-07-11 Thread Vincent Gevers
Maintaining and Translating peardoc to Dutch, which doesn't exist yet -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread John Huntjens
> > /sys/tmp/php5-20030730/ext/dom/document.c: In function > > `php_dom_ctx_error': > > /sys/tmp/php5-20030730/ext/dom/document.c:120: parse error before > > `parser' > > /sys/tmp/php5-20030730/ext/dom/document.c:122: `parser' undeclared > > (first use in this function) > > /sys/tmp/php

Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread Rob Richards
John Huntjens wrote in message > /sys/tmp/php5-20030730/ext/dom/document.c: In function > `php_dom_ctx_error': > /sys/tmp/php5-20030730/ext/dom/document.c:120: parse error before > `parser' > /sys/tmp/php5-20030730/ext/dom/document.c:122: `parser' undeclared > (first use in this functi

Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread John Huntjens
> Grab the latest code from cvs (added yesterday). New properties were added > to the domDocument. (They are all booleans). > > validateOnParse - default FALSE (will load and validate against DTD) > resolveExternals - default FALSE (will load the DTD without performaing > validation) > preserveWh

Re: [PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread Rob Richards
From: John Huntjens > When running the test script, in the entitys get not expanded. > But the standard > http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-D > OMConfiguration > says about this: DOMConfiguration has not been implemented at the moment as it is level 3 spec

[PHP-DEV] [PATCH] ext. dom php_dom.c

2003-07-11 Thread John Huntjens
Hello list, Version 5.0.0b1 Extension dom File: php_dom.c Test script: $dom = new domDocument(); $dom->load('test.xml'); print $dom->savexml(); test.xml: ]> &sysmenu; test2.xml: test When running the test script, in the entitys get not expanded. But the standard http://www.w3.org/TR/2003

Re: [PHP-DEV] PHP 5.0.0 Release information.

2003-07-11 Thread Mehdi
Hi, Hi Can you let me know what is the plan for the final PHP 5.0.0 Release - when is it likely to be released? We need this information to plan our activities in submitting the latest NetWare changes into the PHP source tree. http://www.zend.com/php/ask_experts.p see 4th answer. Mehdi --

[PHP-DEV] PHP 5.0.0 Release information.

2003-07-11 Thread Ananth Kesari
Hi, Can you let me know what is the plan for the final PHP 5.0.0 Release - when is it likely to be released? We need this information to plan our activities in submitting the latest NetWare changes into the PHP source tree. Thanks, Ananth. -- PHP Internals - PHP Runtime Development Mailing Lis

[PHP-DEV] Colored + readable error messages

2003-07-11 Thread Stefan Walk
Hi! I thought it would be nice to have error messages colored when html_errors is on - fatal errors in red, warnings in blue, notices in green or alike. And since it sometimes happens that error messages are printed on a dark background and are not readable very good, i thought they should be prin

Re: [PHP-DEV] [PATCH] Add 'Z' flag to zend_parse_parameters*()

2003-07-11 Thread Andi Gutmans
I commited the patch (after a couple of whitespace fixes). Thanks, Andi At 02:04 AM 11/7/2003 -0500, Josh Fuhs wrote: The simple explanation is that it is functionality that was previously offered by get_parameters(), which is now deprecated. The long explanation is that I've been writing a data

[PHP-DEV] KINDLY LOOK AT THIS MAIL (IMPORTANT)

2003-07-11 Thread JENNY STOJILJKOVIC
Dearest, I am the wife of VLAJKO STOJILJKOVIC, one of the people indicted at the Hague War Crimes Tribunal in Hague. The indictment is politically motivated.It was for the package the western worlkd has provided Yogoslavia. Slobodan and my husband had kept some funds , United States currencies,

Re: [PHP-DEV] [PATCH] Add 'Z' flag to zend_parse_parameters*()

2003-07-11 Thread Josh Fuhs
The simple explanation is that it is functionality that was previously offered by get_parameters(), which is now deprecated. The long explanation is that I've been writing a database interface extension that has many functions that could potentially take as input any data type. These functions don

Re: [PHP-DEV] Re: [PEAR-DEV] karma question

2003-07-11 Thread Rasmus Lerdorf
On Thu, 10 Jul 2003, Allowee wrote: > it doesn't work that fine for me > > The request doesn't appear on [EMAIL PROTECTED] > and I can re-submit without 'userid already exists' errors. > Which means there is a problem inserting the data into the database You submitted two account requests with