r109608 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109607‎ | r109608 | r109609 >
Date:09:36, 20 January 2012
Author:petrb
Status:ok
Tags:
Comment:
updated to php 5 since v 4 is no longer working with this
Modified paths:
  • /trunk/extensions/wikidiff/Makefile (modified) (history)

Diff [purge]

Index: trunk/extensions/wikidiff/Makefile
@@ -25,7 +25,7 @@
2626 # MACOSX_DEPLOYMENT_TARGET=10.3 g++ -O2 `php-config --includes` $(SHARED) -o php_wikidiff.so wikidiff.cpp wikidiff_wrap.cpp -undefined dynamic_lookup
2727
2828 $(PRODUCT)_wrap.cpp : $(PRODUCT).i
29 - swig -php4 -c++ $(PRODUCT).i
 29+ swig -php5 -c++ $(PRODUCT).i
3030
3131 install : $(OUTPUT)
3232 install -d "$(INSTALL_TARGET)"

Status & tagging log