Re: [PHP-DEV] Status for apache 2 and PHP - still not recomendable?

2006-05-03 Thread D. Walsh
On May 3, 2006, at 15:57 , Erik Franzén wrote:Is this still correct?http://se.php.net/manual/en/install.unix.apache2.phpReading that page clearly leads me to the following conclusion:We do not recommend using a threaded MPM in production with Apache2. Use the prefork MPM instead, or use Apache1. Fo

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-03-01 Thread D. Walsh
On Feb 26, 2006, at 22:17 , Rasmus Lerdorf wrote: D. Walsh wrote: On Feb 24, 2006, at 07:11 , Wez Furlong wrote: My suggestion is to download, compile and use valgrind and see what problems that highlights in your code. Since you are specifically directing me to do this I will attempt to

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-26 Thread D. Walsh
On Feb 26, 2006, at 22:17 , Rasmus Lerdorf wrote: D. Walsh wrote: On Feb 24, 2006, at 07:11 , Wez Furlong wrote: My suggestion is to download, compile and use valgrind and see what problems that highlights in your code. Since you are specifically directing me to do this I will attempt to

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-26 Thread D. Walsh
that done I'll update you so we can proceed further. -- Dale --Wez. On 2/23/06, D. Walsh <[EMAIL PROTECTED]> wrote: Anyone have any ideas or see the problem here??? On Feb 22, 2006, at 24:48 , D. Walsh wrote: I had an issue with an extension that I previously posted to this list

Re: [PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-22 Thread D. Walsh
Anyone have any ideas or see the problem here??? On Feb 22, 2006, at 24:48 , D. Walsh wrote: I had an issue with an extension that I previously posted to this list and it was suggested I update to the newer API which might provide a solution to the problem. Taking a somewhat safe approach

[PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-21 Thread D. Walsh
I had an issue with an extension that I previously posted to this list and it was suggested I update to the newer API which might provide a solution to the problem. Taking a somewhat safe approach I tackled converting the rrdtool extension first since it was similar in functionality and pro

Re: [PHP-DEV] API issues or me?

2006-02-11 Thread D . Walsh
On Feb 11, 2006, at 11:49 , Marcus Boerger wrote: Hello D., for example look here: http://talks.somabo.de I take it there's no new official API docs from PHP themselves? No, problem, thanks for the link Marcus, I guess any doc is better than none at all. Saturday, February 11, 2006,

Re: [PHP-DEV] API issues or me?

2006-02-11 Thread D. Walsh
On Feb 11, 2006, at 07:33 , Marcus Boerger wrote: Hello D., you are using the old parameter parsing api which is deprecated for very long now. Maybe changing to the new one will fix your problems or find you more help. I'm using the documentation that Wez directed me too about 8 months a

[PHP-DEV] API issues or me?

2006-02-11 Thread D. Walsh
I've been coding modules using the current available API and I've recently tried compiling PHP-5.1.2 for Apache 2.0 and I'm not obtaining the expected results when a function that should return an array but doesn't. Compiling PHP 5.1.2 (or any previous version) for Apache 1.3.x the module

[PHP-DEV] bug ???

2005-12-12 Thread D. Walsh
I have the following code, it works properly under 4.3.9, 4.3.10. 4.3.11, 4.4.0, 5.0.2, 5.0.3, 5.0.4 Under 5.1.2-dev, it doesn't perform as expected. I've scripted the configure options so all builds are the same so the only thing changing is the version of PHP. Here's a link which shows w

[PHP-DEV] Re: module submission.

2005-12-05 Thread D. Walsh
e for initial review. Once it's been approved, you can apply for a CVS and PECL account, and create a package entry at pecl.php.net (optionally storing the package in CVS). Thank you Sara for pointing me in the right direction. -Sara - Original Message ----- From: "D . W

Re: [PHP-DEV] Building extension for Mac OS X

2005-09-23 Thread D. Walsh
o the sender. D. Walsh skrev: On Sep 22, 2005, at 09:48 AM, Fredrik Olsson wrote: I use the binary installation of PHP 5.0.4 from http:// www.entropy.ch/software/macosx/php/ No problem, my guess is that #include "php.h" for some reason uses the php4 header file. How do

[PHP-DEV] assistance debuging PHP required.

2005-09-19 Thread D. Walsh
I've been building for some time without incident however, when I include a module apache crashes. I have gdb and while I can start apache with it, when it does crash I'm lost because I don't know what to do. I've build the offending lilbrary with "-ggdb" and enabled debug in PHP as direc

[PHP-DEV] debug php

2005-09-12 Thread D. Walsh
can someone provide a link for the PHP debug document? I can build PHP but it crashes apache and I'd like to fix the problem. -- Dale -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] where to ask

2005-07-20 Thread D. Walsh
This may not be the right place to ask but google has kicked my a$$ trying to find a solution. I've installed PHP-4.4.0, I have "register_globals = Off" and "register_argc_argv = Off", a script I'm trying to run is using "$_FILES['uploadfile']['name']" and it only works with register glob

[PHP-DEV] php4 and imap

2005-06-24 Thread D. Walsh
I've been trying to compile PHP4 with IMAP support however it fails claiming it can't find the rfc822.h file and I've searched my drive for it and couldn't locate it. I searched the cyrus-imap source files (2.2.12 is installed) and the closest thing it has is rfc822date.h and this has only

Re: [PHP-DEV] Mysql socket

2005-06-08 Thread D. Walsh
On Jun 08, 2005, at 11:06 AM, PAGES Vincent wrote: Hi, I hope i'm writing in the good mailing list... Since one year, i'm working on loadbalancing solution for webservers (usually Apache 2). Behind a cluster of http servers, we can find a mysql cluster. Generally ppl are using the mysql_c

Re: [PHP-DEV] Build issues with Mac OSX 10.4

2005-05-13 Thread D. Walsh
On May 12, 2005, at 05:39 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: --- "D. Walsh" <[EMAIL PROTECTED]> wrote: I've been trying to build PHP in Mac OS X Server 10.4.0 The OS is a fresh install with the appropriate graphic libs installed It fails to con

[PHP-DEV] Build issues with Mac OSX 10.4

2005-05-12 Thread D. Walsh
I've been trying to build PHP in Mac OS X Server 10.4.0 The OS is a fresh install with the appropriate graphic libs installed It fails to configure with the switch '--with-gd' citing the following error. checking for msession support... no

Re: [PHP-DEV] imap shared with a different openssl path

2005-04-29 Thread D . Walsh
On Apr 29, 2005, at 17:48, Brian J. France wrote: I am trying to build imap as a shared extension (phpize method) with different path for openssl. This seems easy, right? phpize; ./configure --with-imap-ssl= But that doesn't work. It seems that line 1688 in acinclude.m4 is the problem: 1687

Re: [PHP-DEV] [PATCH] Fix for 32371 : php://input sometimes returns dupl data

2005-03-18 Thread D . Walsh
On Mar 18, 2005, at 20:46, Jozef Hatala wrote: I did not find a matching bug entry. Created #32371 for it. The exacly same code is also in php-4.3.10, I made a diff against that version (streams.c is in a different dir), too. Description and patches : http://thepathetic.com/jozef/php_input_stream_

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
On Mar 10, 2005, at 17:45, Hartmut Holzgraefe wrote: Stephan Schmidt wrote: D.Walsh schrieb: ... because I am unable to install a working copy of PECL_Gen in PHP 4.3.10 ... > IIRC, PECL_Gen is a PHP5-only package. Yes, it is, although the generated code compiles fine with 4.x, too. -- Hartmut Holz

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
rtmut Holzgraefe <[EMAIL PROTECTED]> To: Johannes Schlueter <[EMAIL PROTECTED]> Johannes Schlueter wrote: D . Walsh wrote: Is there also a utility to generate the the logo in the required text syntax or should I just create a quick hack to get the job done? as I wrote in a posti

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
TED]> To: Johannes Schlueter <[EMAIL PROTECTED]> Johannes Schlueter wrote: D . Walsh wrote: Is there also a utility to generate the the logo in the required text syntax or should I just create a quick hack to get the job done? as I wrote in a posting some weeks ago: PECL_Gen has Logo-Support. Even

Re: [PHP-DEV] LOGO_GUID

2005-03-10 Thread D . Walsh
On Mar 10, 2005, at 03:26, Hartmut Holzgraefe wrote: D.Walsh wrote: How do I select an appropriate LOGO_GUID? -- Dale A GUID/UUID is always a safe bet, on linux you can use the uuidgen tool to create such a unique identifier, other systems should provide similar tools. Example: $ uuidgen afa5e8bc-a

Re: [PHP-DEV] Extension or API bug? correction

2005-03-06 Thread D . Walsh
I've been writing some extensions with great success however, I have one that I'm working on (rewriting an existing extension that has never functioned properly to the best of my knowledge) that is causing me headaches. This problem seems to occur regardless of the version of PHP being utilize

[PHP-DEV] Extension or API bug?

2005-03-06 Thread D . Walsh
I've been writing some extensions with great success however, I have one that I'm working on (rewriting an existing extension that has never functioned properly to the best of my knowledge) that is causing me headaches. This problem seems to occur regardless of the version of PHP being utilize

[PHP-DEV] programming assistance regarding an extension required

2005-03-03 Thread D . Walsh
I'm hoping that someone with superior debugging skills can assist me with an issue I'm having with an extension. I'll briefly outline the issue in the hopes you have some idea what the problem may be or at the very least find the challenge appealing. I've been working on a rewrite of a module t

[PHP-DEV] LOGO_GUID

2005-03-02 Thread D . Walsh
How do I select an appropriate LOGO_GUID? -- Dale -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] project_logo[] - update

2005-02-28 Thread D . Walsh
On Feb 28, 2005, at 17:52, D.Walsh wrote: I'm trying to add a logo and URL to the info of my project, unfortunately, I can't seem to find all of the API info to make it work. I've generated a project_logo.h file using the logos.h file as a footprint (tested it by replacing the zend_logo data wi

[PHP-DEV] project_logo[]

2005-02-28 Thread D . Walsh
I'm trying to add a logo and URL to the info of my project, unfortunately, I can't seem to find all of the API info to make it work. I've generated a project_logo.h file using the logos.h file as a footprint (tested it by replacing the zend_logo data with my data so I know it's valid and works

[PHP-DEV] logos.h

2005-02-27 Thread D . Walsh
Maybe I missed reading this somewhere but how do I convert my gif into this format? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP5.1?

2005-02-15 Thread D . Walsh
On Feb 15, 2005, at 16:32, Andi Gutmans wrote: I still think we should reconsider bundling libxml2 and solve this issue. XML is a center piece of PHP 5 and will be more and more used by extensions as well as developers. I think the benefit far outweighs the downside of bundling. I know some disa

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP5.1?

2005-02-15 Thread D . Walsh
On Feb 15, 2005, at 00:53, Rasmus Lerdorf wrote: Ryan King wrote: On Feb 14, 2005, at 9:26 PM, Rasmus Lerdorf wrote: D.Walsh wrote: On Feb 14, 2005, at 23:49, Adam Maccabee Trachtenberg wrote: Well, that's below 2.5.11, which is what we currently require, so those folks are already out of luck. Mea

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP5.1?

2005-02-14 Thread D . Walsh
On Feb 15, 2005, at 00:26, Rasmus Lerdorf wrote: D.Walsh wrote: On Feb 14, 2005, at 23:49, Adam Maccabee Trachtenberg wrote: Well, that's below 2.5.11, which is what we currently require, so those folks are already out of luck. Meanwhile, Mac OS 10.4 is at 2.6.16, so that's okay. I don't have a 10.

Re: [PHP-DEV] Anyone against requiring libxml2 2.6.x for PHP5.1?

2005-02-14 Thread D . Walsh
On Feb 14, 2005, at 23:49, Adam Maccabee Trachtenberg wrote: Well, that's below 2.5.11, which is what we currently require, so those folks are already out of luck. Meanwhile, Mac OS 10.4 is at 2.6.16, so that's okay. I don't have a 10.3 machine with me here at LinuxWorld, so I can't check that. OSX

Re: [PHP-DEV] Announce: PDO beta releases

2005-02-09 Thread D . Walsh
Is there a mysterious trick to use it on Mac OSX 10.3.x?? -- Dale On Feb 09, 2005, at 02:04, Wez Furlong wrote: Dan Scott mentioned to me that he has someone that is (or soon will be) working on a test suite. While a test-suite is good, it's also good for people to actually sit down and try to use

[PHP-DEV] FTP scripts and project

2005-02-08 Thread D . Walsh
I'm in need of some fully functional stand-alone php FTP scripts, I've searched the web, have downloaded a couple but they don't work. While this looks valid and appears to be uploading the file, no file is ever saved other than a temporary file that vanishes as soon as the file has completed u

[PHP-DEV] modules/embedded function and Mac OSX

2005-02-04 Thread D . Walsh
I've been having some problems building some modules or embedding the function in PHP. I've attempted to build several different modules and all give the same results. If I build as a module, placing an 'extension=' entry in php.ini causes a dylib error. dyld: /usr/sbin/httpd Undefined sy

Re: [PHP-DEV] For help

2005-02-03 Thread D . Walsh
On Feb 02, 2005, at 16:53, Nicolas Bérard Nault wrote: I think http://www.php.net/~wez/extending-php.pdf might help you. Nice looking on the surface but, using it as a tutorial isn't good because too much information is missing and you can't make it work. Does anyone have the ares.c and php_ares.

[PHP-DEV] How to detect GD in source code.

2005-01-27 Thread D . Walsh
I've been writing a module, it is dependent on some GD functions, how can I detect that GD has been installed PHP native? I'm not talking about php code to see if the functions are available. Is there a macro or something that will detect if GD is installed native? If not,do you have code that