Re: [PHP-DEV] zend.h breaks system headers on OSX in PHP 5.3

2007-11-08 Thread Wez Furlong
If I instead apply the following patch to zend.h: Index: zend.h === RCS file: /repository/ZendEngine2/zend.h,v retrieving revision 1.293.2.11.2.9.2.9 diff -u -p -r1.293.2.11.2.9.2.9 zend.h --- zend.h 2 Nov 2007 19:40:37 -

RE: [PHP-DEV] zend.h breaks system headers on OSX in PHP 5.3

2007-11-08 Thread Dmitry Stogov
Hi Wez, Could you please give me more info about the issue. What is your GCC version? Does it related to GCC version? What error do you have? Is this problem described somewhere? Thanks. Dmitry. > -Original Message- > From: Wez Furlong [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Novem

Re: [PHP-DEV] Preliminary PHP taint support available

2007-11-08 Thread Cristian Rodriguez
2007/11/3, Wietse Venema <[EMAIL PROTECTED]>: > OK, I have updated the apache2 module SAPI, a The CGI sapi. using this tarball ftp://ftp.porcupine.org/pub/php/php-5.2.3-taint-20071103.tar.gz does not compile /home/cristian/php5.2.3-tainted/php-5.2.3-taint-20071103/sapi/cgi/cgi_main.c: In functi

Re: [PHP-DEV] Preliminary PHP taint support available

2007-11-08 Thread Wietse Venema
Cristian Rodriguez: > 2007/11/3, Wietse Venema <[EMAIL PROTECTED]>: > > > OK, I have updated the apache2 module SAPI, a > > The CGI sapi. using this tarball > ftp://ftp.porcupine.org/pub/php/php-5.2.3-taint-20071103.tar.gz > > does not compile > > /home/cristian/php5.2.3-tainted/php-5.2.3-taint

RE: [PHP-DEV] zend.h breaks system headers on OSX in PHP 5.3

2007-11-08 Thread Dmitry Stogov
OK. I agree with your original patch. Could you commit it. Thanks. Dmitry. > -Original Message- > From: Wez Furlong [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 08, 2007 12:03 PM > To: Dmitry Stogov > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] zend.h breaks system heade

Re: [PHP-DEV] Preliminary PHP taint support available

2007-11-08 Thread Wietse Venema
Wietse Venema: > PHP compiles error-free with: > > $ fetch ftp://ftp.porcupine.org/pub/php/php-5.2.3-taint-20071103.tar.gz > $ gzcat php-5.2.3-taint-20071103.tar.gz | tar xf - > $ cd php-5.2.3-taint-20071103 > $ ./configure And also with: ./configure --enable-taint Wietse > $ make > $ l

[PHP-DEV] Win32 builds on snaps.php.net still down.

2007-11-08 Thread Richard Quadling
Hey! Does anyone other than me care? -- - Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/un

Re: [PHP-DEV] Preliminary PHP taint support available

2007-11-08 Thread Christian Schneider
First of all: I've been playing around with it and it looks great! Some comments: 1) I added taint support to func_get_args() and func_get_arg(), a patch is attached. 2) Maybe the functions should be renamed to taint_xxx (e.g. taint_set, taint_clear, taint_check or the like) to reside in their own

Re: [PHP-DEV] Preliminary PHP taint support available

2007-11-08 Thread Wietse Venema
Christian Schneider: > First of all: I've been playing around with it and it looks great! > > Some comments: > 1) I added taint support to func_get_args() and func_get_arg(), a patch > is attached. Thanks. I will add a .phpt test script so that from now on it will always work. > 2) Maybe the fun

Re: [PHP-DEV] Win32 builds on snaps.php.net still down.

2007-11-08 Thread Antony Dovgal
On 08.11.2007 16:05, Richard Quadling wrote: > Hey! > > Does anyone other than me care? > 19:50 <@edink> the build box is down 19:50 <@edink> its at omniti 19:50 <@edink> i wrote to wez -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http

Re: [PHP-DEV] Interfaces in namespaces

2007-11-08 Thread Stanislav Malyshev
As classes are resolved at run-time, couldn't resolved interfaces of SPL also? Instead of use the prefix '::'. e,g, namespace foobar; class foo implements SplSubject { } This should work, as far as I understand. Doesn't it? -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http