Re: [PHP-DEV] RE: [PEAR-DEV] 'php4' CVS module for PHP 5?

2003-01-13 Thread Derick Rethans
On Mon, 13 Jan 2003, James Cox wrote: > > Hello, > > > > What do you think about the idea of Martin that would use > > libphp.so > > and not libphp5.so ? > > > it's called compatibility Nicos. having libphp4.so, libphp5.so, > libphp6.so... and so on means that they can work together. Once

Re: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Derick Rethans
On Tue, 14 Jan 2003, Pierre-Alain Joye wrote: > On Mon, 13 Jan 2003 20:46:45 -0500 > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > > I'm wondering if it will be possible to build and use both PHP4 > > and PHP5 as apache modules on the same webserver, similar to the > > way we could use both PH

RE: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Derick Rethans
On Tue, 14 Jan 2003, James Cox wrote: > > On Mon, 13 Jan 2003 20:46:45 -0500 > > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > > > I'm wondering if it will be possible to build and use both PHP4 > > > and PHP5 as apache modules on the same webserver, similar to the > > > way we could use both P

Re: [PHP-DEV] variables_order annoyance

2003-01-13 Thread Philip Olson
On Mon, 13 Jan 2003, Rasmus Lerdorf wrote: > Guys, I think this was brought up before, and I somehow had the impression > that we fixed it, but we didn't. Currently if variables_order does not > contain a certain type then that type will not be populated in the $_FOO > superglobal. So, if you se

Re: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Magnus Määttä
On Mon, 13 Jan 2003 20:46:45 -0500 "Mike Robinson" <[EMAIL PROTECTED]> wrote: > Hiya, > > I'm wondering if it will be possible to build and use both PHP4 > and PHP5 as apache modules on the same webserver, similar to the > way we could use both PHP3 and PHP4. A very few messages before James jus

RE: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread James Cox
> On Mon, 13 Jan 2003 20:46:45 -0500 > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > Hiya, > > > > I'm wondering if it will be possible to build and use both PHP4 > > and PHP5 as apache modules on the same webserver, similar to the > > way we could use both PHP3 and PHP4. > > I hope so. libphp5

Re: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 20:46:45 -0500 "Mike Robinson" <[EMAIL PROTECTED]> wrote: > Hiya, > > I'm wondering if it will be possible to build and use both PHP4 > and PHP5 as apache modules on the same webserver, similar to the > way we could use both PHP3 and PHP4. I hope so. libphp5 will be the modul

[PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Mike Robinson
Hiya, I'm wondering if it will be possible to build and use both PHP4 and PHP5 as apache modules on the same webserver, similar to the way we could use both PHP3 and PHP4. Regards Mike Robinson -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsu

[PHP-DEV] variables_order annoyance

2003-01-13 Thread Rasmus Lerdorf
Guys, I think this was brought up before, and I somehow had the impression that we fixed it, but we didn't. Currently if variables_order does not contain a certain type then that type will not be populated in the $_FOO superglobal. So, if you set variables_order = "GP" because you only want Get a

[PHP-DEV] RE: [PEAR-DEV] 'php4' CVS module for PHP 5?

2003-01-13 Thread James Cox
> Hello, > > What do you think about the idea of Martin that would use > libphp.so > and not libphp5.so ? > it's called compatibility Nicos. having libphp4.so, libphp5.so, libphp6.so... and so on means that they can work together. Once libphp5.so gets building properly and we have moved ont

[PHP-DEV] Re: [PEAR-DEV] 'php4' CVS module for PHP 5?

2003-01-13 Thread nicos
Hello, What do you think about the idea of Martin that would use libphp.so and not libphp5.so ? -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Stig S. Bakken" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > On M

Re: [PHP-DEV] function imagecreatefromjpeg pb

2003-01-13 Thread Marcus Börger
At 22:59 13.01.2003, oversky wrote: Hi, here they are... i tested this with several types of pictures taken from internet or generated by photoshop, etc... thanks for your help... - Original Message - From: "Marcus Börger" <[EMAIL PROTECTED]> To: "WarmUp" <[EMAIL PROTECTED]> Cc: <[EMAI

RE: [PHP-DEV] Feature Request: Auto Include a Function

2003-01-13 Thread Derick Rethans
On Mon, 13 Jan 2003, Brian T. Allen wrote: > If a hash file were used it would only have to "search" for the function > once, and even then only in the functions directory (like the include > directory, but specifically for functions). After that the order would > be: > > 1) Execute the function

RE: [PHP-DEV] Feature Request: Auto Include a Function

2003-01-13 Thread Sterling Hughes
Hi Brian, thanks for your comments, I'll be working on this, expect an implementation sometime in the near future, and structure your code accordingly! -Sterling On Mon, 2003-01-13 at 17:01, Brian T. Allen wrote: > > From: Andrew Brampton [mailto:[EMAIL PROTECTED]] > > Sent: Monday, January 13,

RE: [PHP-DEV] Feature Request: Auto Include a Function

2003-01-13 Thread Brian T. Allen
> From: Andrew Brampton [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 2:16 PM > Subject: Re: [PHP-DEV] Feature Request: Auto Include a Function > > > I'm not a PHP Developer but I see a few problems with this. I'm not a PHP Developer either, but I use it 12 hours a day in my wor

Re: [PHP-DEV] Feature Request: Auto Include a Function

2003-01-13 Thread Andrew Brampton
I'm not a PHP Developer but I see a few problems with this. Since a PHP script is re-evaluated/"compiled" on each execution it would mean PHP would have to look through all your .php files for this file. This could be very time consuming, espically since it has to do it every execution. Also what

Re: [PHP-DEV] Tru64 make test with --enable-all

2003-01-13 Thread Magnus Määttä
On Mon, 13 Jan 2003 20:08:48 +0100 [EMAIL PROTECTED] (Marcus Börger) wrote: > At 18:54 13.01.2003, you wrote: > >Hi! > > > >I can't include the results inline because they're to large. > >These are both compiling results and test results. > >So you can look at it here: > >http://novell.stoldgods.n

Re: [PHP-DEV] function imagecreatefromjpeg pb

2003-01-13 Thread Marcus Börger
At 07:21 13.01.2003, WarmUp wrote: Hi, do someone can help me with the use of function imagecreatefromjpeg. Because, when i use it, PHP retrieve this error message : Warning: imagecreatefromjpeg: 'toto.jpg' is not a valid JPEG file in toto.php on line 10 could you send me one of your images?

[PHP-DEV] Feature Request: Auto Include a Function

2003-01-13 Thread Brian T. Allen
Hi, Please accept my apologies in advance if this is not the correct place for this request. This may exist, but I haven't been able to find it, and I think it would be REALLY helpful and convenient. The idea is this: When you write a script and call a function: PHP could automatically look

Re: [PHP-DEV] Tru64 make test with --enable-all

2003-01-13 Thread Marcus Börger
At 18:54 13.01.2003, you wrote: Hi! I can't include the results inline because they're to large. These are both compiling results and test results. So you can look at it here: http://novell.stoldgods.nu/~magnus/test_result.txt Ok i thought you overlooked the possibility to send the results by t

[PHP-DEV] [Call for Papers] Int'l PHP Conference 2003 Spring Edition, Amsterdam

2003-01-13 Thread Björn Schotte
Dear Sirs/ Madams, dear friends, we are very pleased to announce the International PHP Conference 2003 - Spring Edition - in Amsterdam. The date for this event for PHP enthusiasts from all over the world will be May 8 and 9, 2003. The conference venue is the RAI conference center in Amsterdam.

[PHP-DEV] Tru64 make test with --enable-all

2003-01-13 Thread Magnus Määttä
Hi! I can't include the results inline because they're to large. These are both compiling results and test results. So you can look at it here: http://novell.stoldgods.nu/~magnus/test_result.txt / Magnus -- PHP Development Mailing List To unsubscribe, visit: http://www.ph

[PHP-DEV] 'php4' CVS module for PHP 5?

2003-01-13 Thread Jon Parise
I'm a tool and sent this to the pear-dev list accidentally. Redirecting it here ... -- Jon Parise ([EMAIL PROTECTED]) :: The PHP Project (http://www.php.net/) --- Begin Message --- I'm not trying to start too much trouble, but ... If the next (major) release of PHP is going to be PHP 5, do we p

Re: [PHP-DEV] Re: [PEAR-DEV] Re: Thank's for the announce about PEAR and a little precision

2003-01-13 Thread Dirkjan Ochtman
Hmm, the installer really seems to work, but I'm done running it now (no errors), and there's still no /pear in my PHP dir. There is the PEAR code directory, which has registry info, but nothing else... Kinda strange. Of course my directory layout is very weird, but I think I changed all in the ins

Re: [PHP-DEV] Re: [PHP-QA] Test results [failed] PHP5 (ZE2) on Tru64

2003-01-13 Thread Wez Furlong
Hi Magnus, Please try changing file.c line 1485 so that it reads something like this: unsigned long len; int type; I would expect that to help reduce errors whenever the fscanf function is called (used by the expectf section in tests?). The other problem is within the url scanner in the trasn-s

[PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] Re: Thank's for the announce about PEAR and a little precision

2003-01-13 Thread LIMBOURG Arnaud
It works, with the go-pear command. There are a few things to tweak but it works. The thing is that it does work out of the box, yet. Arnaud. > Pear is not included in Win32 distribution of php-4.3.0. The pear > installer is broken on windows and since there is no easy way to > install PEAR with

[PHP-DEV] Re: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] Re: Thank's for theannounce about PEAR and a little precision

2003-01-13 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 16:00:26 +0100 "Edin Kadribasic" <[EMAIL PROTECTED]> wrote: > Pear is not included in Win32 distribution of php-4.3.0. The pear > installer is broken on windows and since there is no easy way to > install PEAR without it it was not bundled with the distro. *sick* I were sure t

Re: [PHP-DEV] Re: [PEAR-DEV] Re: Thank's for the announce about PEAR and a little precision

2003-01-13 Thread Edin Kadribasic
Pear is not included in Win32 distribution of php-4.3.0. The pear installer is broken on windows and since there is no easy way to install PEAR without it it was not bundled with the distro. You could try to install pear on windows from the command line. Go into the directory where you have instal

[PHP-DEV] Re: [PEAR-DEV] Re: Thank's for the announce about PEAR and a little precision

2003-01-13 Thread Dirkjan Ochtman
I guess the mirror I'm using didn't update... I'll try the main site now. Regards, Dirkjan "Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 13 Jan 2003 15:14:55 +0100 > "Dirkjan Ochtman" <[EMAIL PROTECTED]> wrote: > > > Hello, > > >

[PHP-DEV] Re: [PEAR-DEV] Re: Thank's for the announce about PEAR and a littleprecision

2003-01-13 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 15:14:55 +0100 "Dirkjan Ochtman" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm running PHP (4.3.0) on Windows, and I haven't seen *anything* > relating to PEAR in my (.zip) binary distribution. Am I just looking > in the wrong place? Early release of binary php 4.3.0 for win32

[PHP-DEV] Re: Thank's for the announce about PEAR and a little precision

2003-01-13 Thread Dirkjan Ochtman
Hello, I'm running PHP (4.3.0) on Windows, and I haven't seen *anything* relating to PEAR in my (.zip) binary distribution. Am I just looking in the wrong place? Regards, Dirkjan "Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > T

[PHP-DEV] function imagecreatefromjpeg pb

2003-01-13 Thread WarmUp
Hi, do someone can help me with the use of function imagecreatefromjpeg. Because, when i use it, PHP retrieve this error message : Warning: imagecreatefromjpeg: 'toto.jpg' is not a valid JPEG file in toto.php on line 10 and this, for all JPEG images i tried. is it a pb of GD Library? What mak

[PHP-DEV] Re: [PHP-QA] Test results [failed] PHP5 (ZE2) on Tru64

2003-01-13 Thread Magnus Määttä
Also, here are two possible problems. cc: Warning: /home/sas/src/php4/ext/standard/url_scanner_ex.re, line 415: In this statement, the referenced type of the pointer value "handled_output_len" is "unsigned int", which is not compatible with "unsigned long". (ptrmismatch) cc: Warning: /php/php4/

[PHP-DEV] Thank's for the announce about PEAR and a little precision

2003-01-13 Thread Pierre-Alain Joye
Hello, Thank's a lot to finally drop a news about PEAR on php.net :-) I read a lot of comments on differents php sites around, and there are maybe a confusion between PEAR core packages and PEAR installer. It s true that's the PEAR installer itself is still beta on non *nices platforms, but the

Re: [PHP-DEV] Moving extensions to PECL

2003-01-13 Thread Brad Bulger
If I may, I'd like to suggest that if you want to emphasize PEAR in PHP5, that someone should look at bug 20933, to either verify that it is a bug, or make it clear that this new behavior is intended. (The bug is about isset() on a string subset like $a{1} always returning false.) Only because at

Re: [PHP-DEV] Re: how build komplex array

2003-01-13 Thread Johannes G. Arlt
Freitag, 10. Jan. 2003 17:01 wrote l0t3k: > Johannes, > could you perhaps show a bit of the schema and your expected array > output in print_r format ? > Yes, it comes below and also a solution by me: So my questions ar now: 1.) Is this ok or make this a lot of memory leaks ? I hope, in the e

Re: [PHP-DEV] Patches for buildconf and build/buildcheck.sh

2003-01-13 Thread Magnus Määttä
> MAKE=gmake > export MAKE ahh, ok.. That worked.. > buildconf will then use GNU make. Although I do wonder why > you would need that -- the makefiles are supposed to work > even with Tru64's native make. This is the output I get when I'm running it with native make: 11:4

Re: [PHP-DEV] Patches for buildconf and build/buildcheck.sh

2003-01-13 Thread Sascha Schumann
On Mon, 13 Jan 2003, Magnus Määttä wrote: > Hi! > > I made these two patches so the buildconf script works on > Tru64. You can simply add MAKE=gmake export MAKE to your .profile (or how it's called on your system). buildconf will then use GNU make. Although I do wonder why

[PHP-DEV] Patches for buildconf and build/buildcheck.sh

2003-01-13 Thread Magnus Määttä
Hi! I made these two patches so the buildconf script works on Tru64. --- buildconf Mon Jan 13 10:34:38 2003 +++ .new..buildconf Mon Jan 13 10:33:43 2003 @@ -19,6 +19,10 @@ echo "using default Zend directory" fi -rm -f generated_lists - +rm -rf generated_lists +osf=`uname -s` +if tes

Re: [PHP-DEV] Apache2Filter SAPI segfaults

2003-01-13 Thread Sascha Schumann
On Mon, 13 Jan 2003, Derick Rethans wrote: > So, save versions are 1.28, 1.30 and 1.75 for now? Perhaps restrict > buildconf to check for this? It's a configure/genfiles-time check as hashed out in an older thread. - Sascha -- PHP Development Mailing List To u

Re: [PHP-DEV] Apache2Filter SAPI segfaults

2003-01-13 Thread Derick Rethans
On Mon, 13 Jan 2003, Sebastian Bergmann wrote: > Edin Kadribasic wrote: > > What bison version are you using. I saw similar segfaults with 1.875. > > I was using 1.875. > > > Downgrading to 1.75 or even to 1.28 fixes it for me. > > Downgrading to 1.75 worked for me, too. So, save versions