Re: [PHP-DEV] Re: Help with the snaps site

2007-05-25 Thread Jan Lehnardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri 25 May 2007, at 25 May 14:15, John Mertic wrote: Below is a link to my take on the redesign: http://files.edin.dk/php/installer/snaps-html/index.html (Warning - none of the links on the page go to anywhere) [...] Let me know if my approach a

Re: [PHP-DEV] PATCH: anonymous functions in PHP

2007-03-18 Thread Jan Lehnardt
On Mon 19 Mar 2007, at 19 Mar 00:41, Wez Furlong wrote: So, the question is, do we want this in PHP? yes, please. Jan -- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Net_URL

2006-09-24 Thread Jan Lehnardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Alexei, Thanks you for your patch! I committed it. For future reference however, these patches should go into the bug system[1] and there is a dedicated PEAR development related list[2]. Best, Jan - -- [1] http://pear.php.net/bugs/search.php?cmd

Re: [PHP-DEV] [PHP-CLI] Accessing Input Lines from Functions Utilizing "-F"

2004-07-05 Thread Jan Lehnardt
Hi, On 26 Jun 2004, at 17:55, Larry Adams wrote: So I am running PHP in interactive mode utilizing the PROCESS command line option -F. I type the following command: Try $GLOBALS['argn']. Jan -- GPG Key: BB96 56B0 Q: Thank Jan? - A: http://geschenke.an.dasmoped.net/ -- PHP Internals - PHP Runtime

Re: [PHP-DEV] question on policy of renaming an extension

2004-06-20 Thread Jan Lehnardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 20 Jun 2004, at 19:42, Brad House wrote: When PECL is better adopted by the community, and PHP provides documentation on them, I would have no problem moving it there. Following Rasmus' mail, moving your extension also increases the convenience f

Re: [PHP-DEV] question on policy of renaming an extension

2004-06-20 Thread Jan Lehnardt
Hi, On 20 Jun 2004, at 17:36, Brad House wrote: Any assistance someone could provide me would be appreciated. Also, I can go ahead an make a set of patches to finalize the naming switch for the config.m4/w32 and the remaining references in the code (and commit prior to renaming the directory if des

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Jan Lehnardt
Hi, I did the rsync for Lester and put up an archive for him to download, excluding extra/ distributions/ and manual/ I sent him the URL to the archive in a private mail, if anyone else is interested, please drop me a note. Jan -- GPG Key: BB96 56B0 Q: Thank Jan? - A: http://geschenke.an.dasmoped.n

Re: [PHP-DEV] Re: PHP and Apache2

2004-06-16 Thread Jan Lehnardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 16 Jun 2004, at 11:35, Joseph Lee wrote: I have seem this questions been asked many times in a few mail list. Someone should post this reply into a FAQ page or the Manual in www.php.net I am about to commit this to the installation chapter of the

[PHP-DEV] Re: [PHP-QA] RC1 of RC1

2004-03-14 Thread Jan Lehnardt
Hi, On 15 Mar 2004, at 7:10, Andi Gutmans wrote: The .tar.gz/.tar.bz2 are available at http://snaps.php.net/~andi if I understood correctly, we'll be providing two packages, once 5.0.0 is released. One with libxml2 bundled and one without; shouldn't we begin with that at RC stage? regards, Jan -- G

Re: [PHP-DEV] Infinite loop

2004-03-13 Thread Jan Lehnardt
Hi, On 13 Mar 2004, at 14:28, Joe Estock wrote: My question is this: Shouldn't there be some type of detection for this that would at least cause PHP to throw a warning? while(1); or for(;;;); result in an infinite loop, too and there are cases where it is intentional. PHP is not there to check fo

Re: [PHP-DEV] Re: cvs account requests

2004-03-12 Thread Jan Lehnardt
Hi, On 12 Mar 2004, at 13:23, Ard Biesheuvel wrote: What about a little quiz (a couple of questions about CVS or about PHP) to determine if the person knows what he's doing ... this was proposed several times already and probably agreed on, too. All it takes is a developer, who is _that_ annoyed t

Re: [PHP-DEV] CVS Account Request: regeurk78

2004-03-09 Thread Jan Lehnardt
Hi, On 9 Mar 2004, at 12:34, Marco Krueger wrote: Want to use the PHP documentation on my site You don't need a CVS account for that. What exactly are you planning anyway? Jan -- GPG Key: BB96 56B0 Q: Thank Jan? - A: http://geschenke.an.dasmoped.net/ -- PHP Internals - PHP Runtime Development Maili

Re: [PHP-DEV] Parse error in parsedate.y

2004-03-02 Thread Jan Lehnardt
Hi Jan, On 2 Mar 2004, at 12:25, Jan Schneider wrote: bison -y /home/jan/cvs/php5/ext/standard/parsedate.y -o /home/jan/cvs/php5/ext/standard/parsedate.c /home/jan/cvs/php5/ext/standard/parsedate.y:389.12: parse error, unexpected ":", expecting ";" or "|" make: *** [/home/jan/cvs/php5/ext/standard

Re: [PHP-DEV] PATCH: run-tests.php -l flag (local / non-recurisve)

2004-02-20 Thread Jan Lehnardt
Hi, On 19 Feb 2004, at 22:50, Daniel Convissor wrote: As you probably know, run-tests.php runs recursively through each subdirectory encountered. I've run into circumstances where it is helpful to have it just run files in the present directory, without recursion. I have created a patch which w

[PHP-DEV] instanceof has higher precedence than casts

2004-02-16 Thread Jan Lehnardt
Hi, some dude on IRC found out that php -r 'var_export((object)1 instanceof stdClass);'; results in class stdClass { public $scalar = false; } IMHO it should just return true. The ZEND_ENGINE file doesn't state anything about the precedence of instanceof. The fix is pretty simple and a patch to z

Re: [PHP-DEV] Session SID and strip tags

2004-02-15 Thread Jan Lehnardt
Hi, On 8 Feb 2004, at 21:26, Rasmus Lerdorf wrote: Perhaps the real answer here is to turn on input filtering by default so we defeat XSS once and for all across the board. seems like nobody is interested. I'd like to see some sort of discussion on this. How would an actual implementation would or

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard dl.c

2004-02-14 Thread Jan Lehnardt
Hi, On 11 Feb 2004, at 12:46, Zeev Suraski wrote: + zend_error(E_STRICT, "dl() is deprecated - use extension= in your php.ini"); unrelated to the ongoing discussion, wouldn't it make sense to show the module's name in the error message? Something like: zend_error(E_STRICT, "dl() is deprecate

[PHP-DEV] Re: [PHP-QA] Beta 4 RC 1

2004-02-12 Thread Jan Lehnardt
Hi again :) On 12 Feb 2004, at 10:36, Andi Gutmans wrote: I rolled a preliminary beta 4 package just to make sure nothing is seriously broken. You can still commit fixes in the next few hours and if I don't hear of any serious show stoppers, I'll re-bundle and release beta 4 later today. tests/clas

Re: [PHP-DEV] Beta 4 RC 1

2004-02-12 Thread Jan Lehnardt
nevermind, sorry. Jan -- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Beta 4 RC 1

2004-02-12 Thread Jan Lehnardt
Hi, On 12 Feb 2004, at 10:36, Andi Gutmans wrote: I rolled a preliminary beta 4 package just to make sure nothing is seriously broken. You can still commit fixes in the next few hours and if I don't hear of any serious show stoppers, I'll re-bundle and release beta 4 later today. http://snaps.

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/pspell php_pspell.h pspell.c

2004-02-11 Thread Jan Lehnardt
Hi, On 11 Feb 2004, at 19:50, Brian France wrote: bfrance Wed Feb 11 13:50:17 2004 EDT Modified files: /php-src/ext/pspell php_pspell.h pspell.c Log: Added two new functions to set the dict-dir and data-dir options. We're in fix-only mode. New features should be discussed with Andi fir

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/pspell php_pspell.h pspell.c

2004-02-11 Thread Jan Lehnardt
Hi, On 11 Feb 2004, at 19:50, Brian France wrote: bfrance Wed Feb 11 13:50:17 2004 EDT Modified files: /php-src/ext/pspell php_pspell.h pspell.c Log: Added two new functions to set the dict-dir and data-dir options. We're in fix-only mode. New features should be discussed with Andi fir

Re: [PHP-DEV] PHP5: bcmath

2004-02-10 Thread Jan Lehnardt
Hi, On 10 Feb 2004, at 19:48, Stefan Walk wrote: Just a note - I'm not in favour of installing GMP (or BC) by default, i just stated that it has better features (and that it's not available on windows). Whoops, sorry. I got that wrong. But anyway, that vote seems clear now. Thank you all for your

Re: [PHP-DEV] PHP5: bcmath

2004-02-10 Thread Jan Lehnardt
Hi, before this thread moves out of sight, here's a sum up. Let's see if we can go on from here or drop the idea. Georg: +1 ("enterpriseness" of PHP) Sebastian: +1 (is default on Win for ages) Pierre:+1 (reduces bug reports) Andi: +0 (if I got him right) Marcus:+0 Sara: -0 (no

[PHP-DEV] indirect references to static function variables

2004-02-05 Thread Jan Lehnardt
Hi again, the ZEND_CHANGES file states: [...] * Static function variables. Statics are now treated at compile-time which allows developers to assign variables to statics by reference. This change also greatly improves their performance but means that indirect references to statics will not wor

[PHP-DEV] Assigning to $this

2004-02-04 Thread Jan Lehnardt
Hi, I was just wondering. An assignment to $this is not longer possible in PHP 5. This was agreed upon and everything is fine with that. However, when trying to assign to $this in PHP 5, this assignment is silently ignored. I thought it might be useful, or even needed to issue a notice there. I fir

Re: [PHP-DEV] Beta 3 RC 1 Take #2

2003-12-17 Thread Jan Lehnardt
Hi Andi, On 17 Dec 2003, at 23:12, Andi Gutmans wrote: If there aren't any beta show stoppers (i.e. it doesn't format your harddrive) I'll re-roll final beta 3 tomorrow it formatted my harddrive, erm no. But see: http://jan.prima.de/~jan/php_test_results_20031217_2353.txt (MacOS X.3) http://jan.pr

[PHP-DEV] Re: [PHP-QA] Beta 3 RC 1

2003-12-17 Thread Jan Lehnardt
Hi Andi, On 17 Dec 2003, at 22:29, Andi Gutmans wrote: Please give the tar ball a short sanity check to see that it builds fine. You can get it at http://cvs.php.net/~andi/ I'll re-roll B3 in the morning (10 hours from now) unless I hear of something critical. is that package supposed to include

Re: [PHP-DEV] Compatibility problems with PHP 5

2003-11-27 Thread Jan Lehnardt
Hi Andi, On 26 Nov 2003, at 16:32, Andi Gutmans wrote: If anyone here has time or has already tried running some popular PHP packages such as php-nuke, phpbb, phpmyadmin and so on, I'd love to hear about your experience and especially the problems. I forwarded this to pear-dev. I know that some p

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c zend_builtin_functions.c zend_compile.c zend_compile.h zend_constants.c zend_execute.c zend_execute_API.c zend_reflection_api.c

2003-11-24 Thread Jan Lehnardt
Hi, On 24 Nov 2003, at 21:48, Andi Gutmans wrote: I commited a fix. I only tested it on one of the scripts you sent me. ok, seems fixed, I overlooked two more though: http://cvs.php.net/co.php/php-src/ext/standard/tests/array/007.phpt http://cvs.php.net/co.php/php-src/ext/standard/tests/array/ arr

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c zend_builtin_functions.c zend_compile.c zend_compile.h zend_constants.c zend_execute.c zend_execute_API.c zend_reflection_api.c

2003-11-24 Thread Jan Lehnardt
Hi, On 24 Nov 2003, at 21:04, Andi Gutmans wrote: Hey, Can you please send me a small code snippet of something which worked before and doesn't work anymore. I knew stuff would break because I had to touch some very sensitive mechanisms but hopefully we'll iron out the problems quickly (if I get

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c zend_builtin_functions.c zend_compile.c zend_compile.h zend_constants.c zend_execute.c zend_execute_API.c zend_reflection_api.c

2003-11-24 Thread Jan Lehnardt
Hi Andi, On 24 Nov 2003, at 19:13, Andi Gutmans wrote: - Fix __autoload() to preserve class case. - Heads up, this patch might break stuff so please let me know if you - bump into any problems. See http://jan.prima.de/~jan/test_php5_before_andi.txt and http://jan.prima.de/~jan/test_php5_after

Re: [PHP-DEV] validate_file() and strip_file()

2003-11-19 Thread Jan Lehnardt
Hi, On 19 Nov 2003, at 17:24, Ilia Alshanetsky wrote: Any comments? I find that useful for something I am writing right now and I was about to propose that myself :). I'd go for php_check_syntax() or at least file_validate() and php_strip_whitespace() or at least file_strip_whitespace(), but that'