summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-29 10:36:58 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-29 10:36:58 +0400
commitac19054b5825e461e468af015cb315a4f3714354 (patch)
tree829bfde30351d488746f83fd521be44758006cba /ext/soap/php_sdl.c
parentaf1225d692046f86b2a636b06bf7ebccfde45201 (diff)
parent4eb6c8234dd6085e3c96a5ebca86b1d70ac481e3 (diff)
downloadphp-ac19054b5825e461e468af015cb315a4f3714354.tar.gz
Merge branch 'master-5.6' of git://anonscm.debian.org/pkg-php/php
Conflicts: debian/changelog debian/control debian/patches/series debian/php5-fpm.logrotate debian/rules
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r--ext/soap/php_sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c
index a7a5071c0..cde4ca144 100644
--- a/ext/soap/php_sdl.c
+++ b/ext/soap/php_sdl.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2013 The PHP Group |
+ | Copyright (c) 1997-2014 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -24,7 +24,7 @@
#include "libxml/uri.h"
#include "ext/standard/md5.h"
-#include "tsrm_virtual_cwd.h"
+#include "zend_virtual_cwd.h"
#include <sys/types.h>
#include <sys/stat.h>