History log of /PHP-7.4/ext/pgsql/pgsql.c (Results 226 – 250 of 636)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# aa0ed267 16-Sep-2010 Pierre Joye

- use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 174d2528 01-May-2010 Raphael Geissert

Fix typos s/connnection/connection


# 59fa776c 01-May-2010 Raphael Geissert

Fix typos s/connnection/connection


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# 1efc0498 20-Apr-2010 Felipe Pena

- Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument)
Patch by: cbandy at jbandy dot com


# b7bd1167 20-Apr-2010 Felipe Pena

- Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument)
Patch by: cbandy at jbandy dot com


# 5aedea71 20-Apr-2010 Felipe Pena

- Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)


# 8c14acfc 20-Apr-2010 Felipe Pena

- Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter)


# 0b401e12 20-Apr-2010 Felipe Pena

- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal)
Patch by: cbandy at jbandy dot com


# f507cc9c 20-Apr-2010 Felipe Pena

- Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal)
Patch by: cbandy at jbandy dot com


# 3f15f8f4 11-Mar-2010 Hannes Magnusson

Fix build (see r296062)


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2
# eae259b7 27-Nov-2009 Ilia Alshanetsky

Fixe build


# 23f4da91 25-Nov-2009 Ilia Alshanetsky

Fixed bug #50195 (pg_copy_to() fails when table name contains schema).


Revision tags: php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3
# 03ddb4f2 02-Nov-2009 Ilia Alshanetsky

Fixed compiler warnings


Revision tags: php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1
# 01fc4ed1 19-May-2009 Kalle Sommer Nielsen

MFH: Fix compiler warnings


Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5
# 8610935e 12-Mar-2009 Ilia Alshanetsky

Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string
literal)


Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# e77326fa 18-Jan-2009 Felipe Pena

- MFH: Fixed bug #47048 (Segfault with new pg_meta_data)


# dfa86ccf 13-Jan-2009 Ilia Alshanetsky

Improved parameter handling


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4
# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2
# 8563497a 16-Oct-2008 Felipe Pena

MFH:
- Fixed:
. Memory leak in pg_delete() when using PGSQL_DML_STRING.
. Bug #24679 (pg_insert problem!)
. Bug #35996 (pg_meta_data should take the schema into account)
.

MFH:
- Fixed:
. Memory leak in pg_delete() when using PGSQL_DML_STRING.
. Bug #24679 (pg_insert problem!)
. Bug #35996 (pg_meta_data should take the schema into account)
. Bug #40808 (pg_insert problem)
. Bug #42078 (pg_meta_data mix tables metadata from different schemas)
- Improved:
. Error messages
- Added:
. Tests

show more ...


12345678910>>...26