]> git.agnieray.net Git - galette.git/commit - galette/config/versions.inc.php
Switch back to MDB 2.4.1, 2.5beta causes serious issues with prepared statements
authorJohan Cwiklinski <johan@x-tnd.be>
Tue, 26 Jul 2011 21:30:47 +0000 (21:30 +0000)
committerJohan Cwiklinski <johan@x-tnd.be>
Tue, 26 Jul 2011 21:30:47 +0000 (21:30 +0000)
commitb4e16eaac4c5d4aa355f748d8974f79c38cd6dca
tree26e5414df10d303224a91b60aa7d12695d2c4bbf
parent921bcd78e14ab489f64b755af38436619105ab6e
Switch back to MDB 2.4.1, 2.5beta causes serious issues with prepared statements
144 files changed:
galette/config/versions.inc.php
galette/includes/pear/MDB2-2.4.1/LICENSE [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Date.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Datatype/Common.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Datatype/mysql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Datatype/mysqli.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Datatype/pgsql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Function/Common.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Function/mysql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Function/mysqli.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Function/pgsql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Manager/Common.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Manager/mysql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Manager/mysqli.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Manager/pgsql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Native/Common.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Native/mysql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Native/mysqli.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Native/pgsql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Reverse/Common.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Reverse/mysql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Reverse/mysqli.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/Reverse/pgsql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/mysql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/mysqli.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Driver/pgsql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Extended.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/Iterator.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/MDB2/LOB.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/CONTRIBUTORS [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/MAINTAINERS [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/README [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/STATUS [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/TODO [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/datatypes.html [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/examples/example.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/examples/example_php5.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/docs/examples/metapear_test_db.schema [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/Console_TestListener.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/HTML_TestListener.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_Connect_Test.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_api_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_bugs_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_datatype_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_extended_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_function_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_internals_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_manager_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_native_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard_ibase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard_mssql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard_mysql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard_mysqli.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard_oci8.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard_pgsql.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_nonstandard_sqlite.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_reverse_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/MDB2_usage_testcase.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/README [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/basic.phpt [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/clitest.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/config.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/driver_test.schema.xml [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/import.schema.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/test.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/testUtils.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/test_setup.php.dist [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/testchoose.php [new file with mode: 0644]
galette/includes/pear/MDB2-2.4.1/tests/tests.css [new file with mode: 0644]
galette/includes/pear/MDB2-2.5.0b3/LICENSE [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Date.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Datatype/Common.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Datatype/mysql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Datatype/mysqli.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Datatype/pgsql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Function/Common.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Function/mysql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Function/mysqli.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Function/pgsql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Manager/Common.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Manager/mysql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Manager/mysqli.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Manager/pgsql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Native/Common.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Native/mysql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Native/mysqli.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Native/pgsql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Reverse/Common.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Reverse/mysql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Reverse/mysqli.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/Reverse/pgsql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/mysql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/mysqli.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Driver/pgsql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Extended.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/Iterator.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/MDB2/LOB.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/CONTRIBUTORS [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/MAINTAINERS [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/README [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/STATUS [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/TODO [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/datatypes.html [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/examples/example.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/examples/example_php5.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/docs/examples/metapear_test_db.schema [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/Console_TestListener.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/HTML_TestListener.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_Connect_Test.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_api_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_bugs_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_datatype_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_extended_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_function_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_internals_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_manager_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_native_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_ibase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_mssql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_mysql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_mysqli.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_oci8.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_pgsql.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_sqlite.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_nonstandard_sqlsrv.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_reverse_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/MDB2_usage_testcase.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/README [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/basic.phpt [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/clitest.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/config.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/driver_test.schema.xml [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/import.schema.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/test.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/testUtils.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/test_setup.php.dist [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/testchoose.php [deleted file]
galette/includes/pear/MDB2-2.5.0b3/tests/tests.css [deleted file]