1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

that never landed in an official release

This commit is contained in:
Michael Wallner 2015-05-21 15:17:57 +02:00
parent cffcf8e687
commit eb78fe8db7
3 changed files with 3 additions and 4 deletions

View File

@ -39,7 +39,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</developer>
<date>2014-12-17</date>
<version>
<release>0.6.0dev</release>
<release>0.6.0RC1</release>
<api>0.6.0</api>
</version>
<stability>

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_VERSION "0.6.0dev"
#define PHP_PQ_VERSION "0.6.0RC1"
#ifdef PHP_WIN32
# define PHP_PQ_API __declspec(dllexport)

View File

@ -82,8 +82,7 @@ static PHP_METHOD(pqdt, __toString)
ZEND_BEGIN_ARG_INFO_EX(ai_pqdt_create_from_format, 0, 0, 2)
ZEND_ARG_INFO(0, format)
ZEND_ARG_INFO(0, datetime)
ZEND_ARG_OBJ_INFO(0, timezone, DateTimezone, 1) /*date's arginfo is not specific */
/*ZEND_ARG_INFO(0, timezone) */
ZEND_ARG_INFO(0, timezone)
ZEND_END_ARG_INFO();
static PHP_METHOD(pqdt, createFromFormat)
{