[PHP-WIN] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE: [PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Björn Schotte
Hi Alex, * Alex Black wrote: > The database abstraction layer's behavior and capabilities dictate > application development and we sure as hell don't want 5 abstraction layers > with the same API floating around. Why not? People can choose if they want to use PEAR::Metabase or PEAR::DB or PHPLIB

[PHP-WIN] Error Loading Dynamic Library

2002-01-22 Thread Volker Boenigk
I've beent trying to get the php_printer.dll running for ages... I tried all the Dirs for extension_dir: C:/PHP/ with slahse, backslashes, without slashes.. really EVERYTHING! And i enabled "enable_dl = On". I copied the php_printer.dll into the C:\PHP-Dir and into ALL of the windwos-system fol

[PHP-WIN] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE:[PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Alex Black
> * Manuel Lemos wrote: >> I think that the greatest point of the merger is to have one and only >> one abstraction layer in PEAR, > > I think consensus was that there shouldn't be "the one and > only XYZ" PEAR class but "more than one XYZ" PEAR class (like > IT[X] and the PEAR rewrite of PHPLib'

[PHP-WIN] Re: [binarycloud-dev] Re: [PEAR-DEV] New Metabase Aniversaryrelease

2002-01-22 Thread Alex Black
>> I will first focus on the functional aspects, then step by step making >> the necessary changes to make that final code compliant to the PEAR >> coding standard. > This makes no sense for PEAR. > > I propose this way: > 1. pearize Metabase (functionNames, using PEAR_Error) > 2. commit the stuf

[PHP-WIN] Re: [PEAR-DEV] Re: [metabase-dev] RE: [PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Björn Schotte
* Manuel Lemos wrote: > I think that the greatest point of the merger is to have one and only > one abstraction layer in PEAR, I think consensus was that there shouldn't be "the one and only XYZ" PEAR class but "more than one XYZ" PEAR class (like IT[X] and the PEAR rewrite of PHPLib's Template c

[PHP-WIN] Re: PHP 4.1.1, MS SQL, IIS 5 and php extensions

2002-01-22 Thread Pojapoeg
"Logan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i normally use PHP4win -> www.php4win.com, u have to edit ur PHP.ini to > run the extensions, download the php4win, and have a look to the recomended > PHP.ini. Now i can use any extension after php_m

[PHP-WIN] Re: [metabase-dev] RE: [PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Manuel Lemos
Hello Lukas, Lukas Smith wrote: > I also would like to hear if anyone uses Metabase with using the API in > metabase_interface.php .. if there are not many people using it then all > then I can safely modify the method names and parameters orders in the > new DB class and make the same changes to

RE: [PHP-WIN] Include()

2002-01-22 Thread alain samoun
OK guys, it's not possible... But before I crawl back under my stone, I want to say that it could be a nice feature, of course with the right security - like username and password - such include could allow the sharing of code between people. A+ Alain -Original Message- From: brother [ma

RE: [PHP-WIN] Include()

2002-01-22 Thread Shrock, Court
Alain, The PHP engine can only process php code in files on your local filesystem(*). It just so happens that PHP is smart enough to realize that if a file is not entirely PHP code, the rest must be meant for output to the client (which can be ANY device, not just a human behind a browser). When

RE: [PHP-WIN] Include()

2002-01-22 Thread brother
If you think it over that could be a real security hazard. If I have a phpdoc that opens sqlconnections at server A and includes that doc over at server B then I will be able to get stuff from server A right in front of my eyes, or? No one ever said that server A was my own. /bro. (i just hate th

[PHP-WIN] GD and PHP versions

2002-01-22 Thread Randall Barber
Ok, this is rediculous-- I had 4.0.6 installed and was using GD lib with ImageCreateTrueColor(...). However, the font library was retarded and would NOT open a TTF font to save its life (abolute path given or not). So I just updated to 4.1.0 and ran my page through again and this is what I g

[PHP-WIN] Re: PHP 4.1.1, MS SQL, IIS 5 and php extensions

2002-01-22 Thread Logan
i normally use PHP4win -> www.php4win.com, u have to edit ur PHP.ini to run the extensions, download the php4win, and have a look to the recomended PHP.ini. "Pojapoeg" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi! > > I can't work php extension

[PHP-WIN] Session

2002-01-22 Thread SnowDrop
I use php4.1.1 + IIS4 + NT4. I can't run this code I get timeout error. Other php commands run veri good... Please help me -- -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP-WIN] PHP 4.1.1, MS SQL, IIS 5 and php extensions

2002-01-22 Thread Pojapoeg
Hi! I can't work php extensions, and I don't now what is the problem: i install php 4.1.1 copy extension ok php_mssql.dll and php_ldap.dll to winnt\system32 directory uncomment extension=php_mssql.dll and extension=php_ldap.dll php works (echo "kala"; split out 'kala") but eny of extensions doe

php-windows Digest 22 Jan 2002 14:40:58 -0000 Issue 964

2002-01-22 Thread php-windows-digest-help
php-windows Digest 22 Jan 2002 14:40:58 - Issue 964 Topics (messages 11543 through 11553): Re: problem running php4.0.6 and apache1.3.22 on winXP 11543 by: SomeGuy Re: Apache 1.3.22 and PHP 4.1.0 11544 by: SomeGuy Include() 11545 by: John (News) 11546 by: a

[PHP-WIN] RE: [PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Lukas Smith
Hi, so for all who care: I will begin pearifying Metabase starting next week. Obviously this will take a fair amount of time. Also I am fairly busy with work so any help is greatly appreciated. This is also my first stab at reworking such a huge amount of code that was originally written by some