Re: [PHP-DEV] php7- dropping the $ from the variable name - rfc

2008-09-20 Thread Richard Quadling
::static. namespace#function() is very much distinguishable to class::static() Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] solving the namespace conflict issues between function/static method class constant/ns constant

2008-09-20 Thread Richard Quadling
. Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] How does a PHP array become an XML document for use by a SoapClient?

2008-09-17 Thread Richard Quadling
is missing and this is generating an error when it gets to the other end. Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

[PHP-DEV] Debugging PHP to try and find a fix to my ODBC issue (bug #46050)

2008-09-11 Thread Richard Quadling
with it. Is there anything I'm able to do to help find the problem. I'm NOT a C expert, but I can slowly make my way through the code if I have some help. Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders

Re: [PHP-DEV] [PATCH][HEAD] Upload progress in sessions

2008-09-08 Thread Richard Quadling
the current size uploaded as a new entry in $_FILES be easier? That way no additional configuration option. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Re: Closing mysql_pconnects.

2008-08-31 Thread Richard Quadling
2008/8/30 Ronald Chmara [EMAIL PROTECTED]: On Aug 29, 2008, at 7:58 PM, Robert Cummings wrote: On Sat, 2008-08-30 at 04:40 +0200, Lupus Michaelis wrote: Richard Quadling a écrit : Can someone point me to where or how PHP DOESN'T close persistent connections Maybe because

[PHP-DEV] PECL Win32 snapshots missing.

2008-08-29 Thread Richard Quadling
Hi. I used to get the latest PECL and PHP win32 snapshots from http://snaps.php.net/win32. The pecl snapshot has been missing for a while. They are present for V6 and V5.2, but not V5.3 Am I missing something? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c

[PHP-DEV] Closing mysql_pconnects.

2008-08-29 Thread Richard Quadling
Hi. Can someone point me to where or how PHP DOESN'T close persistent connections (those opened using mysql_pconnect()) when mysql_close() is called with that connection. Sorry to ask such an obvious question, but I'm not seeing it. Thank you. -- - Richard Quadling Zend Certified Engineer

[PHP-DEV] Win32 Snapshots for PECL V5.3.x stalled.

2008-08-11 Thread Richard Quadling
. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP5.3+ win32 snaps latest file missing.

2008-08-11 Thread Richard Quadling
. HTTP request sent, awaiting response... 404 Not Found 10:07:10 ERROR 404: Not Found. Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP

Re: [PHP-DEV] Modify language grammar to allow commas to skip defaulted parameters.

2008-07-28 Thread Richard Quadling
2008/7/26 David Zülke [EMAIL PROTECTED] Am 22.07.2008 um 16:37 schrieb Richard Quadling: Actually, would allowing PHP to skip defaulted parameters be a better facility to add? function foo($opt1 = Null, $opt2 = Null){} foo(,True); Hmm. Doesn't look good does it. But, useful. Having

Re: [PHP-DEV] GSoC Bugtracker Midterm Update

2008-07-26 Thread Richard Quadling
To unsubscribe, visit: http://www.php.net/unsub.php This is bottom posting. This way, I'm full at the right end of the meal. Or all the messages are in the right order. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some

Re: [PHP-DEV] Re: Modify language grammar to allow trailing commas in function/method calls

2008-07-22 Thread Richard Quadling
through Prototype for IE (I think like arrays in PHP which allow trailing ,), but I soon learned to do it properly. I don't see this as a huge advantage. Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

[PHP-DEV] Modify language grammar to allow commas to skip defaulted parameters.

2008-07-22 Thread Richard Quadling
2008/7/22 Richard Quadling [EMAIL PROTECTED] 2008/7/22 Rodrigo Saboya [EMAIL PROTECTED] Evan Priestley escreveu: This was floated in 2003 but had weak advocation and didn't seem to come to a decisive resolution: http://marc.info/?l=php-internalsm=106685833011253w=2 Basically

Re: [PHP-DEV] E_USER_DEPRECATED

2008-07-21 Thread Richard Quadling
. As a co-RM, shouldn't you have ZE karma? -Hannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php I've got the docs ready as soon as 5.3 and HEAD are committed. -- - Richard Quadling Zend Certified Engineer : http

Re: [PHP-DEV] [PATCH] Allow use($var..) statement ubiquitously

2008-07-18 Thread Richard Quadling
the global scope where $a == foo. I would say that getting 2 bars is wrong. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

Re: [PHP-DEV] PHP 4.4.9

2008-07-08 Thread Richard Quadling
Don't you guys have bigger fish to fry? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

[PHP-DEV] How bad would it be to say/enforce that namespacing can only apply to classes and not normal functions?

2008-06-26 Thread Richard Quadling
to classes. It was my understanding that one of the primary reasons for introducing namespacing was to protect against userland_class vs builtin_class collision. Regards, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

Re: [PHP-DEV] How bad would it be to say/enforce that namespacing can only apply to classes and not normal functions?

2008-06-26 Thread Richard Quadling
2008/6/26 Hartmut Holzgraefe [EMAIL PROTECTED]: Richard Quadling wrote: How bad would it be to say that namespacing can only apply to classes and not normal functions? i don't see namespacing as an OO only feature, IMHO it is a perfectly valid and useful thing for pure procedural code

Re: [PHP-DEV] How bad would it be to say/enforce that namespacing can only apply to classes and not normal functions?

2008-06-26 Thread Richard Quadling
: Dipl. Inform. Stefan Priebsch http://www.e-novative.de - GnuPG Key: 0x7DB67F7F -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731

Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP

2008-06-18 Thread Richard Quadling
in this regard? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

Re: [PHP-DEV] deprecation status of $str{42} versus $str[42]

2008-06-17 Thread Richard Quadling
, keep up the good work. I'm paid because of the work you do. Your efforts make my life easier. Thank you, Richard Quadling. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

Re: [PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-16 Thread Richard Quadling
. Richard. marcus Friday, June 13, 2008, 5:12:09 PM, you wrote: 2008/6/13 Richard Quadling [EMAIL PROTECTED]: 2008/6/13 Lars Strojny [EMAIL PROTECTED]: Hi Richard, Am Freitag, den 13.06.2008, 15:38 +0100 schrieb Richard Quadling: Out of interest, I tried the following line

Re: [PHP-DEV] extensions status, to move to pecl or to drop

2008-06-14 Thread Richard Quadling
To unsubscribe, visit: http://www.php.net/unsub.php -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

[PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Richard Quadling
in Command line code on line 1 My initial idea was to be able to use PHP to examine COM objects. Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

Re: [PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Richard Quadling
2008/6/13 Lars Strojny [EMAIL PROTECTED]: Hi Richard, Am Freitag, den 13.06.2008, 15:38 +0100 schrieb Richard Quadling: Out of interest, I tried the following line of userland PHP ... php -n -r Reflection::export(new COM('CrystalReports11.ObjectFactory.1')); The error reported

Re: [PHP-DEV] Would there be any mileage or interest in having PHP's COM class support Reflection?

2008-06-13 Thread Richard Quadling
2008/6/13 Richard Quadling [EMAIL PROTECTED]: 2008/6/13 Lars Strojny [EMAIL PROTECTED]: Hi Richard, Am Freitag, den 13.06.2008, 15:38 +0100 schrieb Richard Quadling: Out of interest, I tried the following line of userland PHP ... php -n -r Reflection::export(new COM

[PHP-DEV] I suppose I should be happy ...

2008-05-30 Thread Richard Quadling
=34671 http://bugs.php.net/bug.php?id=35961 http://bugs.php.net/bug.php?id=25361 (There may be others.) Until now. What changed? Can someone please check out #15818, #43784 with the patch at #43261 Thanks. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c

Re: [PHP-DEV] New flame

2008-05-30 Thread Richard Quadling
/unsub.php -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PHP-CVS-DAILY] cvs: php-src / ChangeLog

2008-05-30 Thread Richard Quadling
it IIRC ... bjori RichardQ: which means that the fix broke 10years worth of userland windows fixes Hm. Can't please all the people all the time! Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever

Re: [PHP-DEV] Re: Short syntax for array literals [...]

2008-05-28 Thread Richard Quadling
than a core developer) -1. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Getting Default Values via reflection.

2008-05-22 Thread Richard Quadling
) ) -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] magic quotes finale

2008-05-21 Thread Richard Quadling
for get_magic_quotes_runtime(). Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-20 Thread Richard Quadling
my syntax. I don't know what the syntax is going to be, so I used something obvious. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-19 Thread Richard Quadling
interface definition could produce the E_STRICT. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-19 Thread Richard Quadling
2008/5/19 Christian Schneider [EMAIL PROTECTED]: Richard Quadling wrote: (Not E_STRICT) If error_reporting does not include E_STRICT, then unset()'ting properties defined in interfaces is allowed and operates exactly as it does on normal variables and for properties defined in classes. Whilst

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-14 Thread Richard Quadling
we want to enforce its existence, so it must always exist and as such unset() would/should have no meaning and be an error (attempting to change an enforced interface structure). Maybe this is a difference for E_STRICT? Richard. -- - Richard Quadling Zend Certified Engineer : http

Re: [PHP-DEV] [HEADS UP] pecl/phar is now ext/phar

2008-05-14 Thread Richard Quadling
have a . What happens for relative filenames? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] [HEADS UP] pecl/phar is now ext/phar

2008-05-14 Thread Richard Quadling
2008/5/14 Gregory Beaver [EMAIL PROTECTED]: Richard Quadling wrote: 2008/5/13 Antony Dovgal [EMAIL PROTECTED]: On 13.05.2008 01:45, Gregory Beaver wrote: Thanks to all who have contributed, particularly Marcus, Steph, Lars, and the others who chimed in with ideas on the list

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-12 Thread Richard Quadling
works differently to unset on scalars/normal properties then seems potentially confusing. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-11 Thread Richard Quadling
and pathexts, nmake made 420 searches for echo.. Adding the $(COMSPEC) /c to all of them seems overkill, but it does remove the issue of having cygwin tools in the path. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-09 Thread Richard Quadling
Files\Microsoft SDKs\Windows\v6.1\ - Steph -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-09 Thread Richard Quadling
. . . Remove rmdir.bat and all works as expected. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-09 Thread Richard Quadling
2008/5/9 Hector Santos [EMAIL PROTECTED]: Richard Quadling wrote: You don't actually need to install cygwin to see the fault. Create a batch file called rmdir.bat like this ... But this is not what you have in the production makefile environment. Here is a quick test. Create a simple

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-08 Thread Richard Quadling
2008/5/7 Hannes Magnusson [EMAIL PROTECTED]: On Wed, May 7, 2008 at 6:42 PM, Richard Quadling [EMAIL PROTECTED] wrote: Hi. [..] The attached patch forces the use of 'rd' rather than 'rmdir'. Only plain/text attachments get through the list.. -Hannes Basically searchreplace

Re: [PHP-DEV] Win32 Makefile template patch.

2008-05-08 Thread Richard Quadling
). By using rd, this isn't found in the path by nmake and runs correctly with the windows/dos options. You can use filemon to see nmake hunting for rmdir.xxx where xxx is the contents of PATHEXT in each PATH. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-07 Thread Richard Quadling
. class foo { public $bar; } is fine. foo::bar is a completely normal property as we know it. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Class Properties in Interfaces?

2008-05-07 Thread Richard Quadling
becomes slightly different in that it is behaving more like an empty(). Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Win32 Makefile template patch.

2008-05-07 Thread Richard Quadling
the built-in one first. The attached patch forces the use of 'rd' rather than 'rmdir'. Cygwin's rmdir.exe doesn't support /s or /q Windows rd does. Obviously no cygwin === no rmdir rename required. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c

Re: [PHP-DEV] Float comparison

2008-05-02 Thread Richard Quadling
a money or currency numeric type which guarantees say accuracy to 8DP? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] Float comparison

2008-05-02 Thread Richard Quadling
. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Float comparison

2008-05-02 Thread Richard Quadling
around doing this already :) -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] Is it not possible to overload operators? Though this would probably even more work to do. -- - Richard Quadling Zend Certified

Re: [PHP-DEV] PHP 5.2.6RC5 windows build available

2008-04-30 Thread Richard Quadling
://www.libgd.org With the updated libraries being part of the PHP , does that mean zip.zip has been updated also? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] PHP 5.2.6RC5 windows build available

2008-04-30 Thread Richard Quadling
2008/4/30 Pierre Joye [EMAIL PROTECTED]: hi, On Wed, Apr 30, 2008 at 10:53 AM, Richard Quadling [EMAIL PROTECTED] wrote: 2008/4/30 Pierre Joye [EMAIL PROTECTED]: On Tue, Apr 29, 2008 at 11:58 PM, Rob Richards [EMAIL PROTECTED] wrote: A little late to the party

Re: [PHP-DEV] Class Properties in Interfaces?

2008-04-29 Thread Richard Quadling
useful. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Is there a difference in (n)make between windows and unix.

2008-04-28 Thread Richard Quadling
behaviour? Please don't focus on just TSRM/readdir.h as this was one file I picked at random (as I had edited it recently). Should editing ANY source level file (.h, .c type files) result in a make? Or is it just .c files? Regards Richard Quadling. -- - Richard Quadling Zend Certified Engineer

[PHP-DEV] Failed Win32 builds log file.

2008-04-27 Thread Richard Quadling
Hello. The 5.3.0-dev win32 snapshots are failing as there has been no update since the 25th. Is it possible to send the make log file to snaps for all build attempts rather than just successful ones. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-23 Thread Richard Quadling
: '%' : unrecognized character escape sequence c:\php-compile\php-5.2.6rc5\ext\standard\scanf.c(397) : warning C4129: '%' : unrecognized character escape sequence Thanks, Jaris. Richard Quadling wrote: On 22/04/2008, Antony Dovgal [EMAIL PROTECTED] wrote: On 22.04.2008 15:01, Richard Quadling

[PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Richard Quadling
know I could suppress all the warnings, but with so much noise, how does anyone see the true warnings in the noise? By adding a #undef _WIN32_WINNT before #define _WIN32_WINNT 0x0400, this removes the warning. It is more or less every .c compile. Regards, Richard Quadling. -- - Richard

[PHP-DEV] Unresolved external symbol : xmlXPathCompiledEvalToBoolean

2008-04-22 Thread Richard Quadling
do I get a more uptodate one? Thanks, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Richard Quadling
On 22/04/2008, Antony Dovgal [EMAIL PROTECTED] wrote: On 22.04.2008 15:01, Richard Quadling wrote: Another warning is that some of the constants are redefined to a different value from the ones that are part of the compiler. The /TRSM/readdir.h, _WIN32_WINNT is redefined from 0x0600 in C

[PHP-DEV] Recent readdir.h

2008-04-22 Thread Richard Quadling
when using a MS compiler which supplies a _WIN32_WINNT 0x0400. And as I'm following the new PHP documentation on compiling PHP for windows, I hope this gets in. Regards, Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

Re: [PHP-DEV] Re: Building PHP. Clean builds. Noisy redefines.

2008-04-22 Thread Richard Quadling
and .NET 3.4 SDK. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Recent readdir.h

2008-04-22 Thread Richard Quadling
to rebuild some of the things in zip.zip again. Scott Richard Quadling wrote: Hi. The recent commit to TSRM/readdir.h isn't quite right. The later versions of the MS VC compiler set _WINNT32_WINNT to 0x600. This causes problems later on in fopen_wrappers.c fopen_wrappers.c

Re: [PHP-DEV] [RFC] Type hints (parameter and return value)

2008-04-18 Thread Richard Quadling
, then hint them all! (I'm personaly for second one - be strict) It may be that a parameter CAN be mixed, so a lack of a type hint should be supported even if strict type hinting is used/implemented. Maybe a type hint of mixed? -- - Richard Quadling Zend Certified Engineer : http://zend.com

[PHP-DEV] Win32 mail() issue and potential fix - needs better brains than me to verify solution.

2008-04-17 Thread Richard Quadling
, subject, to, message, NULL, NULL, NULL TSRMLS_CC) == FAILURE) { -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Exceptions = Apache Crash in PHP 5.3 Snaps

2008-04-16 Thread Richard Quadling
the issue in Linux to make sure it's not just a Windows issue. I'll get back to you about that. I get the problem with Sambar Server V7.0 using ISAPI. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever

Re: [PHP-DEV] PHP 5.2.6RC5 Released

2008-04-12 Thread Richard Quadling
= Is that over an hour for the tests? Or is the formatting off? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List

[PHP-DEV] '1.8' == 1.8 can return false or yet another example of the uselessness of type juggling.

2008-04-12 Thread Richard Quadling
? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Return type hints

2008-04-07 Thread Richard Quadling
had it but in a different way). The PHP way is, at best, how thing were done until enough people wanted it and it is now how things are done. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

Re: [PHP-DEV] Return type hints

2008-04-07 Thread Richard Quadling
time juggling is effective is in string concatenation. And even then it misses booleans! Do I get true/false? No I get nothing or 1. So I have to process it. Type juggling just doesn't seem to fit well with me. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c

Re: [PHP-DEV] The jump operator

2008-04-04 Thread Richard Quadling
On 04/04/2008, Jani Taskinen [EMAIL PROTECTED] wrote: You're about year too late..or even more. Please, don't just this discussion now. Is there use case that can be used for the documentation? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r

Re: [PHP-DEV] [RFC] Double quoted NOWDOC is HEREDOC

2008-03-28 Thread Richard Quadling
(or not)? And is double-quoting going to be in addition to no quoting? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Inconsistencies when accessing protected members

2008-03-26 Thread Richard Quadling
. Shouldn't the instance be the limiting factor? Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

[PHP-DEV] Could PHP be used to build PHP?

2008-03-20 Thread Richard Quadling
. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] PHP5.3.0-dev and Unicode BOM.

2008-03-05 Thread Richard Quadling
PHP5.3.0-dev snapshot built on Mar 4 2008 04:17:22. I only recently upgraded the PHP dev, and as far as I can tell this is a new problem, so I'm thinking prior to the upgrade, it worked OK, i.e. the BOM was dropped by PHP. Thank you. Richard. -- - Richard Quadling Zend Certified Engineer : http

Re: [PHP-DEV] Re: How to build a real Trait thing without exclusion and renaming

2008-02-27 Thread Richard Quadling
as namespaces solve this? It seems like an ideal solution. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] How to build a real Trait thing without exclusion and renaming

2008-02-27 Thread Richard Quadling
On 27/02/2008, Stefan Marr [EMAIL PROTECTED] wrote: Hi Richard, Richard Quadling schrieb: Traits as namespaces would solve the issue of conflict in the class Talker (you would have to explicitly say which trait the method came from. Yes, this would solve the conflicts

Re: [PHP-DEV] How to build a real Trait thing without exclusion and renaming

2008-02-25 Thread Richard Quadling
collisions, so it cannot be avoided when there are collisions. (Though my example doesn't collide - but that's not the point). I hope this makes some sense. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very

Re: [PHP-DEV] RFC: Traits for PHP

2008-02-22 Thread Richard Quadling
going to be easier to attain than for traits? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

Re: [PHP-DEV] RFC: Traits for PHP

2008-02-22 Thread Richard Quadling
to class properties without magic functions. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] RFC: Traits for PHP - Stateful Traits

2008-02-22 Thread Richard Quadling
of the trait. another_extended_base uses the remaining methods of the trait. You would need to control the inclusion of the properties. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

Re: [PHP-DEV] RFC: Traits for PHP

2008-02-21 Thread Richard Quadling
against this notion. Kind Regards Stefan What would you all read this to be ... void := 'trait_method' 'new_name' := 'trait_method' array('new_name', 'trait_method') := 'trait_method' := is becomes equal. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c

Re: [PHP-DEV] RFC: Traits for PHP

2008-02-19 Thread Richard Quadling
have to override the constructor method (this could be demoted to documentation rather than code then I suppose). -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP

Re: [PHP-DEV] [HOST=] and [PATH=] cgi-only?

2008-02-14 Thread Richard Quadling
and ignoring it). I can't think of how I would use HOST= in CLI, unless maybe you could get the machine's name (stretching for an idea here). Thank you. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very

Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a final decision

2008-02-08 Thread Richard Quadling
, if you care). Cheers, Aren't some things just worth the BC break? Having never used them, I can quite happily say bomb the bastards! -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

Re: [PHP-DEV] type hinting

2008-02-07 Thread Richard Quadling
Priebsch http://www.e-novative.de - GnuPG Key: 0x7DB67F7F -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants!

Re: [PHP-DEV] Splitting the subject: the PECL/PHP relationship

2008-02-06 Thread Richard Quadling
Ha, PDO_MSSQL didn't even make it onto the rare list. Am I the only one daft enough to try and get Doctrine to work with MSSQL? Seems like it! -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

Re: [PHP-DEV] type hinting

2008-02-05 Thread Richard Quadling
this must also be against the array type hint, it is pretty much the same just in reverse. What do you think? On Tue, 2008-01-08 at 09:41 +, Richard Quadling wrote: On 07/01/2008, Stefan Priebsch [EMAIL PROTECTED] wrote: Robert Cummings schrieb: The onus should be on consumers

Re: [PHP-DEV] type hinting

2008-02-05 Thread Richard Quadling
it and thus concluding that it should not be added. Tomi Kaistila PHP Developer -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

Re: [PHP-DEV] build failure on windows PHP_5_2

2008-02-02 Thread Richard Quadling
, visit: http://www.php.net/unsub.php The win32 snapshot builds have been done since Jan 20/21, so maybe there is more than 1 library to fix -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants

Re: [PHP-DEV] [RFC] An Idea for PDO 2

2008-02-02 Thread Richard Quadling
not on the inside track? Its a shame that their is not a legal understanding of the spirit of the law, rather than just the letter of the law. If their is no CLA, what are the alternatives? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing

Re: [PHP-DEV] nowdocs again

2008-01-30 Thread Richard Quadling
not suggest any syntax myself because I do not see any need in this 'nowdoc' thing at all. -- Wbr, Antony Dovgal As we may be missing a trick, how do you create strings which have $ and ' and in them? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r

Re: [PHP-DEV] [RFC] Anonymous functions

2008-01-10 Thread Richard Quadling
-- /** * Ryusuke SEKIYAMA * [EMAIL PROTECTED] */ Best regards, Marcus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php A nice feature. Especially for array callbacks. -- - Richard Quadling Zend Certified Engineer

Re: [PHP-DEV] type hinting

2008-01-08 Thread Richard Quadling
, there is no need for any errors/warnings/notices on scalar types. It will be up to the API developer to make sure appropriate values are supplied (if necessary), so this reduces the type checking. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r

[PHP-DEV] Win32 builds for V5.3 / V6.0 on snaps.php.net is /dev/urandom

2008-01-08 Thread Richard Quadling
Hi. Not sure if anyone ever reads my posts, but ... The 5.2 builds are building fine. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing

[PHP-DEV] Loose lips sink ships or who REALLY uses loosely typed code?

2008-01-04 Thread Richard Quadling
) This is understandable and readable. If you try to pass the wrong sort of object or you don't pass an array, the code fails in its way. Increasing the capability of failing (with maybe an option to force conversion of scalar types) would seem to be a suitable way to go. Regards, Richard Quadling

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

2007-12-20 Thread Richard Quadling
a foreach, which is extremely readable. Richard. -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Internals read-only

2007-12-13 Thread Richard Quadling
line intepreter. Then, we would have some progress. ;-{}}} -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498r=213474731 Standing on the shoulders of some very clever giants! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

Re: [PHP-DEV] Internals read-only

2007-12-13 Thread Richard Quadling
optional params are returned as False. Sure it is how it has always been, but talk about counter-intuitive! -t[-+] is the proposal by the way with -t- being the default as that is what is currently done. Wouldn't break backwards as -+ are not allowed in a param name. -- - Richard Quadling Zend

<    1   2   3   4   5   6   >