Skip to content

Commit 4d3e5db

Browse files
author
Phalcon
committed
Merge pull request #877 from sjinks/issue-723
[NFR] Allow Phalcon\Mvc\Url::get() to append query params
2 parents 5331bbf + 0575dec commit 4d3e5db

File tree

11 files changed

+212125
-211827
lines changed

11 files changed

+212125
-211827
lines changed

build/32bits/phalcon.c

+70,688-70,607
Large diffs are not rendered by default.

build/32bits/phalcon.h

+1
Original file line numberDiff line numberDiff line change
@@ -1975,6 +1975,7 @@ ZEND_END_ARG_INFO()
19751975

19761976
ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_mvc_urlinterface_get, 0, 0, 0)
19771977
ZEND_ARG_INFO(0, uri)
1978+
ZEND_ARG_INFO(0, args)
19781979
ZEND_END_ARG_INFO()
19791980

19801981
ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_mvc_urlinterface_path, 0, 0, 0)

0 commit comments

Comments
 (0)