-
-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1945 from phalcon/development
0.12.7
- Loading branch information
Showing
20 changed files
with
152 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 0.12.6-{build} | ||
version: 0.12.7-{build} | ||
|
||
environment: | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
|
||
/* | ||
+------------------------------------------------------------------------+ | ||
| Zephir Language | | ||
+------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2017 Zephir Team (https://www.zephir-lang.com) | | ||
+------------------------------------------------------------------------+ | ||
| This source file is subject to the New BSD License that is bundled | | ||
| with this package in the file docs/LICENSE.txt. | | ||
| | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send an email | | ||
| to [email protected] so we can send you a copy immediately. | | ||
+------------------------------------------------------------------------+ | ||
| Authors: Andres Gutierrez <[email protected]> | | ||
| Eduar Carvajal <[email protected]> | | ||
| Vladimir Kolesnikov <[email protected]> | | ||
+------------------------------------------------------------------------+ | ||
*/ | ||
* This file is part of the Zephir. | ||
* | ||
* (c) Zephir Team <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. If you did not receive | ||
* a copy of the license it is available through the world-wide-web at the | ||
* following url: https://docs.zephir-lang.com/en/latest/license | ||
*/ | ||
|
||
#include <php.h> | ||
#include "php_ext.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
|
||
/* | ||
+------------------------------------------------------------------------+ | ||
| Zephir Language | | ||
+------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2017 Zephir Team (http://www.zephir-lang.com) | | ||
+------------------------------------------------------------------------+ | ||
| This source file is subject to the New BSD License that is bundled | | ||
| with this package in the file docs/LICENSE.txt. | | ||
| | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send an email | | ||
| to [email protected] so we can send you a copy immediately. | | ||
+------------------------------------------------------------------------+ | ||
| Authors: Andres Gutierrez <[email protected]> | | ||
| Eduar Carvajal <[email protected]> | | ||
| Vladimir Kolesnikov <[email protected]> | | ||
+------------------------------------------------------------------------+ | ||
*/ | ||
* This file is part of the Zephir. | ||
* | ||
* (c) Zephir Team <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. If you did not receive | ||
* a copy of the license it is available through the world-wide-web at the | ||
* following url: https://docs.zephir-lang.com/en/latest/license | ||
*/ | ||
|
||
#ifndef ZEPHIR_KERNEL_FCALL_H | ||
#define ZEPHIR_KERNEL_FCALL_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
|
||
/* | ||
+------------------------------------------------------------------------+ | ||
| Zephir Language | | ||
+------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2017 Zephir Team (http://www.zephir-lang.com) | | ||
+------------------------------------------------------------------------+ | ||
| This source file is subject to the New BSD License that is bundled | | ||
| with this package in the file docs/LICENSE.txt. | | ||
| | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send an email | | ||
| to [email protected] so we can send you a copy immediately. | | ||
+------------------------------------------------------------------------+ | ||
| Authors: Andres Gutierrez <[email protected]> | | ||
| Eduar Carvajal <[email protected]> | | ||
| Vladimir Kolesnikov <[email protected]> | | ||
+------------------------------------------------------------------------+ | ||
*/ | ||
* This file is part of the Zephir. | ||
* | ||
* (c) Zephir Team <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. If you did not receive | ||
* a copy of the license it is available through the world-wide-web at the | ||
* following url: https://docs.zephir-lang.com/en/latest/license | ||
*/ | ||
|
||
#include "php.h" | ||
#include "php_ext.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
|
||
/* | ||
+------------------------------------------------------------------------+ | ||
| Zephir Language | | ||
+------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2017 Zephir Team (http://www.zephir-lang.com) | | ||
+------------------------------------------------------------------------+ | ||
| This source file is subject to the New BSD License that is bundled | | ||
| with this package in the file docs/LICENSE.txt. | | ||
| | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send an email | | ||
| to [email protected] so we can send you a copy immediately. | | ||
+------------------------------------------------------------------------+ | ||
| Authors: Andres Gutierrez <[email protected]> | | ||
| Eduar Carvajal <[email protected]> | | ||
| Vladimir Kolesnikov <[email protected]> | | ||
+------------------------------------------------------------------------+ | ||
*/ | ||
* This file is part of the Zephir. | ||
* | ||
* (c) Zephir Team <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. If you did not receive | ||
* a copy of the license it is available through the world-wide-web at the | ||
* following url: https://docs.zephir-lang.com/en/latest/license | ||
*/ | ||
|
||
#ifndef ZEPHIR_KERNEL_MEMORY_H | ||
#define ZEPHIR_KERNEL_MEMORY_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
|
||
/* | ||
+------------------------------------------------------------------------+ | ||
| Zephir Language | | ||
+------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2017 Zephir Team (http://www.zephir-lang.com) | | ||
+------------------------------------------------------------------------+ | ||
| This source file is subject to the New BSD License that is bundled | | ||
| with this package in the file docs/LICENSE.txt. | | ||
| | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send an email | | ||
| to [email protected] so we can send you a copy immediately. | | ||
+------------------------------------------------------------------------+ | ||
| Authors: Andres Gutierrez <[email protected]> | | ||
| Eduar Carvajal <[email protected]> | | ||
| Vladimir Kolesnikov <[email protected]> | | ||
+------------------------------------------------------------------------+ | ||
*/ | ||
* This file is part of the Zephir. | ||
* | ||
* (c) Zephir Team <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. If you did not receive | ||
* a copy of the license it is available through the world-wide-web at the | ||
* following url: https://docs.zephir-lang.com/en/latest/license | ||
*/ | ||
|
||
#ifndef ZEPHIR_KERNEL_OBJECT_H | ||
#define ZEPHIR_KERNEL_OBJECT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
|
||
/* | ||
+------------------------------------------------------------------------+ | ||
| Zephir Language | | ||
+------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2017 Zephir Team (http://www.zephir-lang.com) | | ||
+------------------------------------------------------------------------+ | ||
| This source file is subject to the New BSD License that is bundled | | ||
| with this package in the file docs/LICENSE.txt. | | ||
| | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send an email | | ||
| to [email protected] so we can send you a copy immediately. | | ||
+------------------------------------------------------------------------+ | ||
| Authors: Andres Gutierrez <[email protected]> | | ||
| Eduar Carvajal <[email protected]> | | ||
| Vladimir Kolesnikov <[email protected]> | | ||
+------------------------------------------------------------------------+ | ||
*/ | ||
* This file is part of the Zephir. | ||
* | ||
* (c) Zephir Team <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. If you did not receive | ||
* a copy of the license it is available through the world-wide-web at the | ||
* following url: https://docs.zephir-lang.com/en/latest/license | ||
*/ | ||
|
||
#ifndef ZEPHIR_KERNEL_STRING_H | ||
#define ZEPHIR_KERNEL_STRING_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,13 @@ | ||
|
||
/* | ||
+------------------------------------------------------------------------+ | ||
| Zephir Language | | ||
+------------------------------------------------------------------------+ | ||
| Copyright (c) 2011-2017 Zephir Team (https://www.zephir-lang.com) | | ||
+------------------------------------------------------------------------+ | ||
| This source file is subject to the New BSD License that is bundled | | ||
| with this package in the file docs/LICENSE.txt. | | ||
| | | ||
| If you did not receive a copy of the license and are unable to | | ||
| obtain it through the world-wide-web, please send an email | | ||
| to [email protected] so we can send you a copy immediately. | | ||
+------------------------------------------------------------------------+ | ||
| Authors: Andres Gutierrez <[email protected]> | | ||
| Eduar Carvajal <[email protected]> | | ||
| Vladimir Kolesnikov <[email protected]> | | ||
+------------------------------------------------------------------------+ | ||
*/ | ||
* This file is part of the Zephir. | ||
* | ||
* (c) Zephir Team <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. If you did not receive | ||
* a copy of the license it is available through the world-wide-web at the | ||
* following url: https://docs.zephir-lang.com/en/latest/license | ||
*/ | ||
|
||
#include <php.h> | ||
#include "php_ext.h" | ||
|
Oops, something went wrong.