Re: [PHP-DEV] Xerces?

2002-10-18 Thread Alex Black
Cool that's exactly what I wanted to know :) Thanks Melvyn :) _alex Hi, At 03:05 17-10-2002, Alex Black wrote: [...] Still no one has told me what's happening with the XML extension! :) That's all I wanted to know... Are you looking for Xerces support or for a validating XML

[PHP-DEV] Xerces?

2002-10-16 Thread Alex Black
Hi all, I have done limited looking but as far as I can tell Xerces is not supported by PHP. A) hopefully I am wrong and just didn't look hard enough. B) If not, any validating parsers that are supported that do DTD validation? It looks like there's an experimental Xalan ext out there, but no

[PHP-DEV] Re: [binarycloud-dev] Re: [PHP-DEV] Xerces?

2002-10-16 Thread Alex Black
There is only Sablotron support. No Xerces. Feel free to contribute the code to support Xerces. hi Rasmus, Sab is an XSLT processor, Xerces is a validating XML parser. You were probably thinking Xalan, which is the apachexml XSLT processor. Yes, I'd also like to have access to Xalan via

Re: [PHP-DEV] Xerces?

2002-10-16 Thread Alex Black
Since Xalan is written java, won't ext/java do that work anyway? Sorta, That's a little funky but yes it would work. I would far prefer to have a c-extension for the C++ version. My (limited) experience with php/java is... Slightly funk. It does work but it seems ornry :) Still no one

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] RE:[PHP-DEV] oo != php

2002-06-10 Thread Alex Black
Hi, I have promised myself to not get into this discussion for a week now, but the smell of dead horse overwhelmed me, so here goes... heh. class foo aggregates bar { } I think that is a nice solution. 2. Optional strong typing When people say that being able to do function

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] Re: [Zend Engine 2] RE:[PHP-DEV] oo != php

2002-06-07 Thread Alex Black
eg: simple db-based shopping cart web site? use PHP... complex internet backing system? use Java. Easy! Use PHP! Easier. Look, I've built hideously complex things with PHP - commerce systems that do stream encryption on a per-field basis, complex interconnected process stuff, large APIs,

[PHP-DEV] Re: [Zend Engine 2] PHP in the future

2002-06-06 Thread Alex Black
Brad, I beg you, there's nothing anybody can say on this list that would lead this to closure. Nothing. I believe that adding the things you mentioned does indeed turn PHP into Java, just a messy Java, Java which is worse at being Java than the real one is, and torn apart when compared

[PHP-DEV] XtOffsetOf Nightmare

2002-03-18 Thread Alex Black
hi all, I have entered bugs. I have mailed the install list. No response. I was unable to compile PHP 4.1.2 with Apache 1.3.23. I have previously compiled extremely complex installs without a hitch. After a huge amount of digging, It seems that XtOffsetOf is the source of all of my problems.

[PHP-DEV] FW: AW: agh - Compile w/php

2002-03-15 Thread Alex Black
hi all, I received this from a guy at SAP regarding a SAPDB compile with php: As you might have guessed, I am still unable to compile --with-sapdb I've entered a bug report with all of the details: http://bugs.php.net/bug.php?id=16100 If anyone has successfully compiled SAPDB with PHP on any

[PHP-DEV] SAPDB Compile Marathon Continues

2002-03-15 Thread Alex Black
Gotta love this, Turns out that a couple things in combination seem to work for sapdb, but now apache is broken. Anyway this works for SAPDB: -ensure that --with-odbc is specified before --with-sapdb -copy the contents of /opt/sapdb/depends/lib to /opt/sapdb/interfaces/odbc/lib (yes

[PHP-DEV] SAPDB compile problem

2002-03-10 Thread Alex Black
hi all, Apologize if php-dev is inappropriate, but since this is a compile problem I thought it would be relevant. I have cc:d the sapdb-general list as they should be aware of these compile problems (and that is where I first asked for help). I would like to construct a guide for people using

Re: [PHP-DEV] SAP DB

2002-02-25 Thread Alex Black
SAP DB is just another name for AdabasD from a programmers point of view- Ah, cool. http://www.php.net/manual/en/ref.odbc.php Well, yes. In addition to normal ODBC support, the Unified ODBC functions in PHP allow you to access several databases that have borrowed the semantics of the

[PHP-DEV] function suggestion

2001-05-20 Thread Alex Black
I would like to suggest a function: get_defined_constants(); which returns an array of constant name/value pairs. _alex -- 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

[PHP-DEV] xslt problems

2001-05-16 Thread Alex Black
hi all, I'm running sablot (--with-sablot=/usr/local/Sablot) and am getting very strange behavior surrounding xslt_process. sometimes, I get a processed page. then (with no change in any of the files), I'll get an error: Fatal error: msgtype: error in... I did a little looking, and all I