History log of /PHP-7.0/ext/pgsql/pgsql.c (Results 51 – 75 of 573)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.21, php-5.6.5, php-5.4.37
# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 124fb22a 08-Jan-2015 Xinchen Hui

Fixed bug #68739 #68740 #68741


# 211f4cee 30-Dec-2014 Adam Harvey

Check the return value of lo_export.

Patch by Ondřej Surý. Fixes bug #68697 (lo_export return -1 on failure).


Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


Revision tags: php-5.6.4RC1, php-5.5.20RC1
# 06fdf359 20-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer


# 4dc99457 20-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer

Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c

typo fixes - https://github.com/vlajos/misspell_fixer

Conflicts:
ext/ftp/ftp.h
ext/pcre/pcrelib/pcre_printint.c
ext/pcre/pcrelib/sljit/sljitLir.c
ext/pcre/pcrelib/sljit/sljitLir.h
ext/pcre/pcrelib/sljit/sljitNativeARM_32.c
ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c
ext/pgsql/pgsql.c
ext/phar/func_interceptors.c
ext/soap/soap.c
ext/standard/image.c

show more ...


Revision tags: php-5.6.3, php-5.5.19, php-5.4.35
# ed9ada5f 31-Oct-2014 Anatol Belski

fix datatype mismatches


# 6498126a 31-Oct-2014 Anatol Belski

fix datatype mismatches


Revision tags: php-5.6.3RC1, php-5.5.19RC1
# 7f1107de 16-Oct-2014 Anatol Belski

converted ext/ereg, ext/phar and ext/pgsql for static tsrmls usage


Revision tags: php-5.5.18
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


Revision tags: php-5.4.34, php-5.5.18RC1, php-5.6.1
# 784f5bb6 26-Sep-2014 Anatol Belski

cleaunp TSRMLS_FETCH in ext/pgsql


Revision tags: php-5.6.2
# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# 3bc8a958 19-Sep-2014 Dmitry Stogov

Fixed useless or duplicated IS_INTERNED() checks


Revision tags: php-5.4.33, php-5.5.17
# 32c46f44 14-Sep-2014 Anatol Belski

avoid strlen usage in the loop


Revision tags: php-5.6.1RC1
# 18fa07e6 11-Sep-2014 Tjerk Meesters

Revert "Revert "Removing ext/ereg and dependencies""

This reverts commit 1981dd9c73ada7ea893b4636b84211f68838ba23.


# 1981dd9c 11-Sep-2014 Dmitry Stogov

Revert "Removing ext/ereg and dependencies"

This reverts commit 86de7963fe69638431c0aa8f413d25e01bf99d68.


Revision tags: php-5.5.17RC1, php-5.4.33RC1
# 86de7963 28-Aug-2014 Tjerk Meesters

Removing ext/ereg and dependencies

Affected extensions:
- opcache (use pcre)
- mbstring (removed ereg functions overloading)
- pgsql (use pcre)
- reflection (test cases using

Removing ext/ereg and dependencies

Affected extensions:
- opcache (use pcre)
- mbstring (removed ereg functions overloading)
- pgsql (use pcre)
- reflection (test cases using 'ereg')

SAPI:
- apache (header only)
- apache_hooks (header only)

show more ...


# a5026394 28-Aug-2014 Anatol Belski

remove the expression parts, which are always true


# e831de30 28-Aug-2014 Anatol Belski

fix some types and unnecessary casts


# d2e416a9 28-Aug-2014 Anatol Belski

fix pg_last_notice()


# ca0069bc 27-Aug-2014 Anatol Belski

fix remaining 's' args for pgsql


12345678910>>...23