1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Commit Graph

15069 Commits

Author SHA1 Message Date
Stefan Esser e2f1b375a2 This way around for correct error messages 2005-02-28 16:32:49 +00:00
Stefan Esser b7476a5bd6 Drop invalid arrays 2005-02-28 16:22:39 +00:00
Joe Orton bc1c0c2e12 Fix type mismatch. 2005-02-28 13:30:50 +00:00
Rasmus Lerdorf 99f832a206 If pdo is disabled, skip all the pdo extensions. 2005-02-28 08:18:47 +00:00
Pierre Joye ee49617830 - WS 2005-02-28 08:16:47 +00:00
Pierre Joye 4901a8e2b8 - create LIBXML_VERSION and LIBXML_DOTTED_VERSION constants 2005-02-28 08:13:35 +00:00
Wez Furlong 742b0ab676 build bundled sqlite on win32 2005-02-28 03:23:56 +00:00
Wez Furlong c145e5a7e3 juggle around a bit; commit generated file 2005-02-28 03:21:52 +00:00
Wez Furlong f58e2006d5 fix for PECL Bug #3452 2005-02-28 01:30:14 +00:00
Marcus Boerger fdc3fce335 - Fix missapplied logic inversion 2005-02-28 01:08:07 +00:00
Marcus Boerger 8de753f09e - Add tests 2005-02-27 23:15:52 +00:00
Marcus Boerger fef7cb4e29 - Disable direct serializing for PHP 5.0 2005-02-27 22:58:08 +00:00
Marcus Boerger 6b18b88b2c - Allow default fetch mode to contain fetch flags 2005-02-27 22:48:14 +00:00
Marcus Boerger d0a76e992b - Add new test 2005-02-27 22:39:35 +00:00
Marcus Boerger 03a4a8c11d - Add some fetch column related capailities
- Add direct (classtype based) unserializing capabilities
2005-02-27 22:32:11 +00:00
Marcus Boerger 893e9c0498 - Add new test 2005-02-27 22:25:11 +00:00
Marcus Boerger c4bc32ff7b - Add two new methods
- Fix signature, no need to cast it
2005-02-27 22:21:17 +00:00
Hartmut Holzgraefe f7e8fcb8e0 fully distinguish between database and statement level errors 2005-02-27 20:34:36 +00:00
Ilia Alshanetsky 0367674517 Fixed compiler warnings. 2005-02-27 17:08:18 +00:00
Hartmut Holzgraefe dd7d41e938 use fetch_fields only once and remember the result 2005-02-27 12:43:23 +00:00
Hartmut Holzgraefe 04f2f981e0 changed the error checks on result set retrieval
UPDATEs not modifying anything are not actually bugs
2005-02-27 12:15:47 +00:00
Hartmut Holzgraefe 81770f3c39 no need to check for execution status, always free a result set if there
is one
2005-02-27 12:05:46 +00:00
Hartmut Holzgraefe fa5070b39c just to be sure ... 2005-02-27 11:55:39 +00:00
Hartmut Holzgraefe beb7151936 cols 2005-02-27 11:46:38 +00:00
Hartmut Holzgraefe 8725ed75cd CS / whitespace 2005-02-27 11:42:18 +00:00
Hartmut Holzgraefe d3fcc41be7 use auto generated error -> state mappings 2005-02-27 11:39:15 +00:00
Hartmut Holzgraefe 4c4ec3c5db line endings 2005-02-27 11:36:07 +00:00
Hartmut Holzgraefe 409a94ffea error code mapping (generated from mysql 5 sql_state.h file using
the get_error_codes.php script)
2005-02-27 11:31:49 +00:00
Stanislav Malyshev 634a5ec6f8 fix typo 2005-02-27 11:30:41 +00:00
Hartmut Holzgraefe 49a383ef4f initial checkin 2005-02-27 11:29:17 +00:00
Sara Golemon 00c6078ff1 Enum filters in phpinfo() 2005-02-27 08:12:12 +00:00
Wez Furlong ae5649598d upgrade bundled sqlite to sqlite 3.1.3 2005-02-27 05:20:19 +00:00
Wez Furlong cbe40ddd2d fix comma 2005-02-27 01:30:58 +00:00
Wez Furlong 2c5b2fc105 Alan: moved your fields away, but reserved you a pointer.
Changed PDO::lastInsertId() to have following proto:

	string PDO::lastInsertId([string name])

this allows arbitrary unique identitifers to be returned from the driver.

The optional name parameter is for databases that require additional contextual
information to be able to return the correct identifier.  None currently use
it, but pgsql will be on the list of drivers that do.
2005-02-26 17:27:51 +00:00
Wez Furlong 31239f2130 *cough* 2005-02-26 16:03:55 +00:00
Wez Furlong 09fee0bf21 and the generated file 2005-02-26 15:45:43 +00:00
Wez Furlong b4ad599df2 fix for PECL #3545 2005-02-26 15:44:38 +00:00
Wez Furlong 31f5f8f907 fix line endings 2005-02-26 15:41:54 +00:00
Wez Furlong 8be87fbab0 fix broken line endings 2005-02-26 15:35:41 +00:00
Marcus Boerger f6bf9e67a8 - Make detection work for macros 2005-02-26 02:15:00 +00:00
Marcus Boerger ec2babc448 - Simplify 2005-02-26 02:06:49 +00:00
Marcus Boerger 74dba52933 - Prepare for db1.85 emulation with db3 2005-02-26 01:05:33 +00:00
Marcus Boerger 9ffeb12c4c - Add support for db1 through emulation
# Most probably db4 requires a slightly different detection since functions
# are macros which most probably doesn't work with current configure check.
2005-02-25 23:51:53 +00:00
Frank M. Kromann 28dbc778d8 FreeTDS does not have support for DBTEXTLIMIT 2005-02-25 23:24:18 +00:00
Frank M. Kromann 9d0e081c56 Kill warnings. There should be no need for this flag as it's already defined in libxml headers. 2005-02-25 22:59:26 +00:00
Marcus Boerger d907a500bd - Align 2005-02-25 20:02:45 +00:00
Antony Dovgal 4707b43193 fix bug preventing from building oci8 as shared module
(patch by stanislav dot voroniy at portavita dot nl)
2005-02-25 11:31:10 +00:00
Georg Richter 2e2bfb83c4 fix for bug #31939 2005-02-25 08:43:41 +00:00
Marcus Boerger 5b1af1c1ed - Change to enable (synch with unix build system) 2005-02-25 01:17:45 +00:00
Ilia Alshanetsky a3085602d0 Fixed bug #32081 (default socket value is not being used). 2005-02-24 23:58:59 +00:00