[PHP-DEV] Patch fixing truecolor transparency issues in libgd/php (against PHP 4.3.0)

2003-01-02 Thread Steven Brown
It seems libgd development has started up again, so I'll toss my truecolor fixes onto the pile. Some were already fixed in the version that comes with PHP-4.3.0 (I had originally patched against gd 2.0.1 beta), so these are the remaining issues I know of against PHP 4.3.0's dist. The patch is here

[PHP-DEV] CVS Account Request: uuuuumesh

2003-01-02 Thread umesh kumar chaudhary
To Test -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP in 2003 (leading to PHP 5)

2003-01-02 Thread Dan Hardiker
> [...] > different distribution packages can be > built when php releases occure, such as 'php core' which would contain > the 'most important' stable extensions, 'php stable' which would contain > all stable extensions, and 'php bleeding' which could be a package with > the latest development s

RE: [PHP-DEV] PHP in 2003 (leading to PHP 5)

2003-01-02 Thread John Coggeshall
I tend to agree that completely separating PHP from the modules does cause a problem when it comes to support modules, etc. However, IMHO I feel that as the numbers of modules written for PHP increases there becomes a greater and greater need to separate modules from the core of PHP. When it comes

RE: [PHP-DEV] PHP in 2003 (leading to PHP 5)

2003-01-02 Thread Dan Hardiker
> [John Coggeshall] > These are all just thoughts I have.. Feedback is more than welcome. I > think a system such as this would accomplish a number of (in my mind) > benfitial things: > > 1) Faster and easier installations of PHP > [...] > > 2) More accurate and managable module maintaing > [...]

[PHP-DEV] Status of NSAPI and Servlet SAPIs?

2003-01-02 Thread Jari Lehtonen
Hello, as a webmaster for largish university using Sun ONE Web Server (former iPlanet) I've been wondering for a while what really is the status of PHP's NSAPI SAPI module? It seems to stay unchanged from release to release, and bugs relating to the worst problem with NSAPI (serving of PHP page

[PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread nicos
This is the patch that fix the issue of socket_select that doesn't wait if value for timeval is 0. Tell me what you think. Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. -- PHP Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread Derick Rethans
On Thu, 2 Jan 2003 [EMAIL PROTECTED] wrote: > This is the patch that fix the issue of socket_select that doesn't wait if > value for timeval is 0. > > Tell me what you think. "There is no patch" Derick -- - Derick Retha

Re: [PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread nicos
Well it was attached it looks the mailing list is dening them. It put it online: http://nicos.worldakt.com/socket_select.patch Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. - Original Message - From: "Derick Rethans" <[EMAIL PROTECTED]> To

Re: [PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread Daniel Lorch
hi, > Well it was attached it looks the mailing list is dening them. The mailinglist will only let you get through text/plain Attachements. -daniel -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread nicos
Feel free to take a look at the URL then. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. "Daniel Lorch" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > hi, > > > Well it was attached it looks the mailing list is dening th

[PHP-DEV] Re: Patch for #21330 - socket_select()

2003-01-02 Thread Wez Furlong
#21330 actually sounds completely bogus after having looked at the code... --Wez. PS: add "diff -u" to your .cvsrc On Thu, 2 Jan 2003 [EMAIL PROTECTED] wrote: > This is the patch that fix the issue of socket_select that doesn't wait if > value for timeval is 0. > > Tell me what you think. > > R

Re: [PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread Tularis
[EMAIL PROTECTED] wrote: Well it was attached it looks the mailing list is dening them. It put it online: http://nicos.worldakt.com/socket_select.patch Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. I know this doesn't really belong here, but, I

Re: [PHP-DEV] ChangeLog

2003-01-02 Thread Andrei Zmievski
I'll check on this. On Wed, 01 Jan 2003, Wez Furlong wrote: > Is there some magic that needs to be done to rotate the ChangeLog? > By this I mean: > > gzip ChangeLog > mv ChangeLog.gz ChangeLog2002.gz > touch ChangeLog > cvs add -kb ChangeLog2002.gz > cvs ci -m "rotate changelog" ChangeLog Change

[PHP-DEV] Re: [PHP-CVS] cvs: php4(PHP_4_3) / acinclude.m4 configure.in /main streams.c

2003-01-02 Thread Andrei Zmievski
On Wed, 01 Jan 2003, Wez Furlong wrote: > wez Wed Jan 1 04:55:38 2003 EDT > > Modified files: (Branch: PHP_4_3) > /php4 acinclude.m4 configure.in > /php4/mainstreams.c > Log: > Workaround a bug in glibc 2.2.9x and later that causes it not to seek

[PHP-DEV] [PDF Creation] Insertion of image on a PDF using EzPDF library

2003-01-02 Thread Natacha Salmon
Hi all, Here is my problem. I got a web application, who must build a PDF using datas from a MySQL table and a logo (JPEG format), and send the PDF generated by mail. I manage to build the PDF. Instead of sending it via mail, I tried to open it directly on my browser, IE 6.0. All is ok, I see my

[PHP-DEV] Another question on PHP building on Linux.

2003-01-02 Thread Ananth Kesari
Hi, We have another question on building PHP on Linux: When building for Apache, we don't get, on Linux, the core PHP part as a separate binary from the Apache module. This is what the hacked up build scripts produced. Thus, instead of having a single core part which can be used by Apache 1.3 mod

Re: [PHP-DEV] PHP in 2003 (leading to PHP 5)

2003-01-02 Thread Dan Kalowsky
On Thursday, January 2, 2003, at 05:08 AM, John Coggeshall wrote: When it comes to bug reporting/fixing, perhaps it's feasible to completely separate bug reporting for each module from PHP itself? For example, if each module is maintained completely separately from PHP with it's own version # th

Re: [PHP-DEV] Patch for #21330 - socket_select()

2003-01-02 Thread Wez Furlong
It's also broken as it will not allow for a null value to give an infinite wait period. --Wez. On Thu, 2 Jan 2003, Tularis wrote: > if (sec != NULL || sec != 0) { > convert_to_long_ex(&sec); > tv.tv_sec = Z_LVAL_P(sec); > tv.tv_usec = usec; > } else { > tv.tv_sec = 0; > tv.t

[PHP-DEV] Re: Another question on PHP building on Linux.

2003-01-02 Thread Thomas Seifert
built it as a shared module, i.e. later via the apxs-way. Thomas On Thu, 02 Jan 2003 07:35:17 -0700 [EMAIL PROTECTED] (Ananth Kesari) wrote: > Hi, > > We have another question on building PHP on Linux: > > When building for Apache, we don't get, on Linux, the core PHP part as > a separate bi

[PHP-DEV] 4.3.0, RedHat 7.3:"Fatal error: Nesting level too deep - recursive dependency? in Unknown on line 0", even with empty file

2003-01-02 Thread Tobias Schlitt
Hi everyone! Today i compiled 4.3.0 on my Laptop (Redhat 7.3). Compiling works fine. Running Scripts works (until now) fine. Except, that i'm getting the same error, with every file i parse (even with whole empty ones). The Error is: "Fatal error: Nesting level too deep - recursive dependency?

Re: [PHP-DEV] 4.3.0, RedHat 7.3:"Fatal error: Nesting level too deep- recursive dependency? in Unknown on line 0", even with empty file

2003-01-02 Thread Wez Furlong
Make a backtrace and then we will have a clue about what is happening... --Wez. On Thu, 2 Jan 2003, Tobias Schlitt wrote: > Hi everyone! > > Today i compiled 4.3.0 on my Laptop (Redhat 7.3). Compiling > works fine. Running Scripts works (until now) fine. Except, > that i'm getting the same error

[PHP-DEV] HTTP_RAW_POST_DATA in phpinfo() (request)

2003-01-02 Thread Kristopher Yates
Hello everyone, I was wondering if you all would be interested in the following: When "always_populate_raw_post_data" is set to "on" in php.ini, one would be able to see the value of HTTP_RAW_POST_DATA in phpinfo() output. I found this would have been a nice little time saver for me while work

[PHP-DEV] Patch for #21309 - memory + php_error_docref.

2003-01-02 Thread nicos
Hello, Even if this bug was assigned to sesser, this is a patch that fix the memory managment and that removes perror and replace it by php_error_docref(). It's also online if the mailing is denying it: http://nicos.worldakt.com/ftp_c.patch. Any comment appreciated, thanks. N

[PHP-DEV] PHP5/ZE2: variables definition, constant variables

2003-01-02 Thread Victor Toni
Hello, I am using mainly C/C++, but have some experience with Java, VB, JavaScript etc. I started to use PHP4 about 3 months ago, and I am very impressed how fast it can be learned. My understanding of the languages cababilities is definitely less then complete, but I am already missing some featu

Re: [PHP-DEV] Re: [PHP-DOC] streams reference

2003-01-02 Thread Derick Rethans
On Thu, 2 Jan 2003, Sara Golemon wrote: > > Is there a function to get this specific information? Would > > that be useful? Maybe something like get_registered_streams(). > > > That does sound like it'd be useful... Unfortunately there isn't a > userland function for that. There *IS* however, a

[PHP-DEV] Re: [PHP-DOC] streams reference

2003-01-02 Thread Sara Golemon
>--Cross-Post from php-doc discussion thread-- > > You may want to mention what the following means, this is > from a phpinfo() on www.php.net: > > Registered PHP Streams: http > php > ftp > https > comp

[PHP-DEV] Re: Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Christoph Grottolo
Hi Jean Baptiste Favre wrote: > "Jim Bierlein" <[EMAIL PROTECTED]> a écrit dans le message de news: > [EMAIL PROTECTED] >> My problem is that I cannot get Apache to properly load the mcrypt >> module, I keep getting the warning message: >> >> Unknown(): Unable to load dynamic library >> 'c:\php-4

Re: [PHP-DEV] Re: Error Loading mcrypt.dll on Windows XP system

2003-01-02 Thread Derick Rethans
On Thu, 2 Jan 2003, Christoph Grottolo wrote: > > You need limcrypt.dll which is not provided by default. > > Just download it here: > > http://ftp.proventum.net/pub/php/win32/misc/mcrypt/php-4.3-mcrypt.zip > > , copy the files: php_mcrypt.dll in your extensions directory and > > libmcrypt.dll in