Hi,
It's been a very long time since it's been possible to install any pear
package on windows with the official PHP distrib !
I have just downloaded the last PHP 4.2.3 release, wishing it would fix
those bugs, but ... nothing changed for pear in that release !
How can I manually upgrade all the
Hi
I tried the latest windows binaries of PHP with ZE2 built yesterday by Edin
on http://snaps.php.net/win32/ZE2 and there is still a bug with pre-defined
boolean constants :
when php is used as an apache module (apache 1.3.24)
outputs:
string(4) "True"
string(4) "TrUe"
string(5) "False"
str
great !
many thanks Edin
> -Original Message-
> From: Edin Kadribasic [mailto:[EMAIL PROTECTED]]
> Sent: jeudi 5 septembre 2002 14:07
> To: [EMAIL PROTECTED]
> Subject: [PHP-DEV] PHP/ZE2 win32 snapshots available
>
>
> Hello all,
>
> Windows snapshots of the latest version of PHP featu
hi
is there any way to have this built for windows ?
I'm afraid I have no idea of how to comiple PHP on windows :(
that'd be really great !
thx
> -Original Message-
> From: Zeev Suraski [mailto:[EMAIL PROTECTED]]
> Sent: jeudi 5 septembre 2002 10:06
> To: Tyson Lloyd Thwaites
> Cc: [EM
I'am also very interested in testing ZE2
Is there any way to have a nightly build using ZE2 added to the download
list ?
or maybe some periodic snapshots (with full windows builds please :))
that would really be great and allow people to start developping project
that need ZE2 and serveral month
as far as I remember, the pear installer has not been working on windows
since 4.2.0 !
so maybe it would be time to start testing it with 4.2.3 !
I guess the worst thing that could happen is to have the pear installer
still not work with 4.2.3 ! :)
but maybe there also a chance it finally works ..
> -Original Message-
> From: Christian Stocker [mailto:[EMAIL PROTECTED]]
> Sent: jeudi 29 aout 2002 20:14
> To: Edin Kadribasic
> Cc: [EMAIL PROTECTED]; Tomas V.V.Cox
> Subject: Re: [PHP-DEV] MFH -R php4/pear/* files
>
>
> On Thu, 29 Aug 2002, Edin Kadribasic wrote:
>
> > > Please, could
in c:\webroot\ze2\myfoo.php on line 2
I'm working with the 4.3.0 alpha with ZE2 released on 02/07/2002 on windows
2000 with apache 1.3.24
> -Original Message-
> From: Andi Gutmans [mailto:[EMAIL PROTECTED]]
> Sent: vendredi 16 août 2002 18:04
> To: phpsurf; Brad LaFountain; Iv
do you know why this extension is not bundled with the php distribution ?
> -Original Message-
> From: Frank M. Kromann [mailto:[EMAIL PROTECTED]]
> Sent: jeudi 1 aout 2002 16:28
> To: [EMAIL PROTECTED]
> Subject: Re: looking for GMP extension for windows
>
>
> Hi,
>
> There is no vers
Hi,
I'm looking for the GMP extension in a binary distribution for windows.
This extension is documented, found in the CVS tree at php4/ext/gmp, but it
is never packaged in any windows distribution !
Am I totally blind, or is there something missing ?
Thanks for help :)
__
right, it's already a really nice feature that many of us had been expecting
for a while ...
thanks for making it happen :)
> -Original Message-
> From: Andi Gutmans [mailto:[EMAIL PROTECTED]]
> Sent: jeudi 27 juin 2002 18:37
> To: phpsurf
> Cc: [EMAIL PROTECTE
> -Original Message-
> From: Andi Gutmans [mailto:[EMAIL PROTECTED]]
> Sent: mercredi 26 juin 2002 21:02
> To: Brad LaFountain; Ivan Ristic; phpsurf
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP-DEV] Re: [Zend Engine 2] RE: [PHP-DEV] REPOST: Class
&g
> --- phpsurf <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > I really don't want to wake up once again the endless thread about CS !
> >
> > My point here, is just that I have a problem dealing dynamically with
> > attributes and methods insi
ods always returns lowercase
instead of what has been declared in the class definition.
PS: I did not find anything about this specific topic in the archives
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: lundi 24 juin 2002 13:24
> To: phpsurf
>
Hi
I really don't want to wake up once again the endless thread about CS !
My point here, is just that I have a problem dealing dynamically with
attributes and methods inside an object.
The problem is that the function 'get_class_vars' returns the attributes in
a case sensitive way, whereas 'get
I've just tried ...
but unfortunately, I got exactly the same problem !
> -Original Message-
> From: Markus Fischer [mailto:[EMAIL PROTECTED]]
> Sent: vendredi 21 juin 2002 18:24
> To: phpsurf
> Subject: Re: [PHP-DEV] overload extension doesn't load on PHP + w
everything is in the subject :)
the error message on apache startup is:
"Invalid library (maybe not a PHP library) 'php_overload.dll'"
anyone had this problem ?
here is my phpinfo:
PHP Version 4.2.1
System Windows NT 5.0 build 2195
Build Date May 12 2002 23:51:56
Server API Apache
Virtual
idea ? is it for performance reasons ?
> -Original Message-
> From: Andi Gutmans [mailto:[EMAIL PROTECTED]]
> Sent: lundi 10 juin 2002 22:33
> To: phpsurf; Ivan Ristic; Zeev Suraski
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP-DEV] REPOST: Class Autolo
this patch would be really great !
I can remember it has been discussed a lot on the ZE2 mailing list about the
'import' feature.
some people (and I was) would have apreciated another name because this name
was already used in many PHP frameworks to implement a function that loads
classes.
As fa
the problem is that if you define some function :
function someFunc(&myParam) {
...
}
then you can call :
someFunc($someVar);
but not :
define("MY_CONSTANT", 0);
someFunc(MY_CONSTANT);
the goal is not to pass a constant by reference, but to be allowed to
(exceptionnaly) pass a constant as a
hi
brad lafountain is working on a Soap extension which is not far from being
stable.
he made a good use of WSDL ...
you should have look to http://phpsoaptoolkit.sourceforge.net/phpsoap/
> -Original Message-
> From: Markus Wolff [mailto:[EMAIL PROTECTED]]
> Sent: jeudi 23 mai 2002 15:
see what I mean ?
-Original Message-
From: brad lafountain [mailto:[EMAIL PROTECTED]]
Sent: lundi 29 avril 2002 19:58
To: phpsurf; [EMAIL PROTECTED]
Cc: brad lafountain; [EMAIL PROTECTED]
Subject: Re: [PHP-SOAP-DEV] [PHP-DEV] [NEW-EXTENSION]ext/soap : first
play around ...
--- phpsurf
Hi !
I just started to play with your new extension as soon as I saw your mail
this morning on PHP-DEV !
It's really a good job and I am very impatient to play with the final
release ...
here are a few suggestions/bugs/requests to help you make this ext really
great :
- nice to have : a proxy
that'd be great !
don't you have some website somewhere ?
Andi ? any idea ?
-Original Message-
From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]]
Sent: lundi 15 avril 2002 19:31
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DEV] RE: [Zend Engine 2] ZE2 Test Windows Binaries
php
hi,
do you have any idea where to find some windows binaries to test the ZE2 ?
thanks
__
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP..
It is also very important to have the possibility to make an include() or
require() inside a function without the global scope !
If you want to add the feature you suggested, I hope that it will be
optional and that this will not be the default behaviour.
it looks like this question points out,
26 matches
Mail list logo