php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

cvs: ZendEngine2(PHP_5_3) /tests 024.phpt
7/7/2009 12:11:53 PM

cvs: ZendEngine2 /tests 024.phpt
7/7/2009 11:52:43 AM

cvs: ZendEngine2(PHP_5_2) / zend_builtin_functions.c
6/20/2009 6:45:18 PM

cvs: ZendEngine2 / zend_object_handlers.c
6/12/2009 9:43:22 PM

cvs: ZendEngine2(PHP_5_3) / zend_object_handlers.c
6/12/2009 9:36:53 PM

cvs: ZendEngine2(PHP_5_2) / zend_object_handlers.c
6/12/2009 9:33:46 PM

cvs: ZendEngine2(PHP_5_3) / zend_object_handlers.c /tests bug48533.phpt php-src NEWS
6/12/2009 1:05:25 AM

cvs: ZendEngine2 / zend_object_handlers.c /tests bug48533.phpt
6/12/2009 1:00:30 AM

cvs: ZendEngine2 / zend_compile.c zend_hash.c zend_hash.h
5/27/2009 11:58:44 AM

cvs: ZendEngine2 / zend_API.h
5/25/2009 1:11:09 PM

cvs: ZendEngine2(PHP_5_3) / zend.c Reply

Group: php.zend-engine.cvs Subscribe Posted:6/16/2009 4:10:15 PM Replies:0 Views:7 Items(0)
rasmus Tue Jun 16 16:10:15 2009 UTC

Modified files: (Branch: PHP_5_3)
/ZendEngine2 zend.c
Log:
Tweak to make this compile with gcc2


http://cvs.php.net/viewvc.cgi/ZendEngine2/zend.c?r1=1.308.2.12.2.35.2.32&r2=1.308.2.12.2.35.2.33&diff_format=u
Index: ZendEngine2/zend.c
diff -u ZendEngine2/zend.c:1.308.2.12.2.35.2.32 ZendEngine2/zend.c:1.308.2.12.2.35.2.33
--- ZendEngine2/zend.c:1.308.2.12.2.35.2.32 Wed May 13 18:48:20 2009
+++ ZendEngine2/zend.c Tue Jun 16 16:10:15 2009
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/

-/* $Id: zend.c,v 1.308.2.12.2.35.2.32 2009/05/13 18:48:20 jani Exp $ */
+/* $Id: zend.c,v 1.308.2.12.2.35.2.33 2009/06/16 16:10:15 rasmus Exp $ */

#include "zend.h"
#include "zend_extensions.h"
@@ -1133,7 +1133,7 @@
}
/* }}} */

-#if defined(__GNUC__) && !defined(__INTEL_COMPILER) && !defined(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)
+#if defined(__GNUC__) && __GNUC__ >= 3 && !defined(__INTEL_COMPILER) && !defined(DARWIN) && !defined(__hpux) && !defined(_AIX) && !defined(__osf__)
void zend_error_noreturn(int type, const char *format, ...) __attribute__ ((alias("zend_error"),noreturn));
#endif



ras...@php.net ("Rasmus Lerdorf")
6/16/2009 4:10:15 PM





Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM