30986 Commits (fcee0869823bd8afffaced80261c8a106de901c5)
 

Author SHA1 Message Date
foobar fcee086982 - Fixed bug #33588 (LDAP: RootDSE query not possible). 21 years ago
Ilia Alshanetsky 0b1931a8ff Fix needed for PostgreSQL driver to allow $user & $pass to be supplied via 21 years ago
foobar c0d7215b81 Sanitazione 21 years ago
Wez Furlong 6ee00c8199 fix leak 21 years ago
Marcus Boerger ca59b1158e - Regenerate using re2c 0.9.8 21 years ago
Marcus Boerger 8d743e70e0 - std not needed -> avoid warning 21 years ago
Marcus Boerger c1717ed8e6 - Fix *printf(%lld) under windows 21 years ago
Wez Furlong 7976182b94 Fix Bug #33111 21 years ago
Wez Furlong 168b6500fd Fix #33618 21 years ago
Wez Furlong 6377c0ccca Fix PECL #4753 21 years ago
Antony Dovgal 38e4fb09e0 fix tsrm build 21 years ago
Wez Furlong 512af63a63 rewrite original names to our preferred format 21 years ago
Wez Furlong dec54a98fa generated file 21 years ago
Wez Furlong 38a02b6244 For named-parameter-to-named-parameter rewrites, we need to map the original 21 years ago
Ilia Alshanetsky 2301d93156 Some of us don't have PostgreSQL 8.0 :) 21 years ago
Ilia Alshanetsky bf020f87e1 Missing bit of the previous patch. 21 years ago
Ilia Alshanetsky 046635075b Fixed compiler warning. 21 years ago
Wez Furlong 529d8177fe Add early support for native prepared statements in pgsql. 21 years ago
Wez Furlong 8f31f0cfaa Fix a shutdown order issue I saw in the pgsql driver. Hope this doesn't mess 21 years ago
Wez Furlong 206c7b8372 And the generated version of the parser 21 years ago
Wez Furlong ab1ba644db add a bit of a hack to cater for pgsql prepared statements. 21 years ago
Wez Furlong 057e1973c7 and as a result, need to update the expected data 21 years ago
Wez Furlong 8e30a80733 we declare the column as NOT NULL, so inserting NULL is not a good idea. 21 years ago
Antony Dovgal eb7dc34bfb make use of T token 21 years ago
Antony Dovgal 592a0835fa fix #33597 (setcookie() "expires" date format doesn't comply with RFC) 21 years ago
Antony Dovgal 39379b8f58 rename php_format_date() to date_format() 21 years ago
Antony Dovgal d705522bbe fix #33614 (memory leak in new strftime()) 21 years ago
Dmitry Stogov 76a447c900 Fixed HTTP basic authentication headers during subrequsts to xsd files 21 years ago
foobar a7e85b3c07 Make sure we get a WARNING and not an ERROR here :) 21 years ago
foobar c17e7e896e fix test when session.save_handler is "user" 21 years ago
foobar 7f7c80babf fix test when session.save_handler is "user" 21 years ago
Dmitry Stogov 3fea0b7b8c Fixed support for <any> in base type of extension 21 years ago
b8bcdbc5f6 ChangeLog update 21 years ago
Wez Furlong 49c1882837 Add a PDO_ATTR_STRINGIFY_FETCHES attribute, which is used to convert integer or 21 years ago
Ilia Alshanetsky ef7bd06657 Added pg_fetch_all_columns() function to fetch all values of a column from 21 years ago
foobar 71d28a82cf - Fixed stupid bug in PHP_INSTALL_HEADERS() macro: "foo bar" != foo bar 21 years ago
Antony Dovgal b2141b04d2 do not set error_code to HY000 when there was NO error 21 years ago
Antony Dovgal b0e700524f free parameter when requested to do so 21 years ago
Ilia Alshanetsky 5156c7b38f 1st set of fixes to make tests work with MySQL 21 years ago
Ilia Alshanetsky e7b930ea9a Make prepared statements obey buffering flag in MySQL. 21 years ago
Dmitry Stogov bcd201f522 Fixed SIGSEGV on decoding <any> elements 21 years ago
Wez Furlong da7d537d49 populate the new dbh->driver field. 21 years ago
Ilia Alshanetsky 22896664a8 Fixed memory leak 21 years ago
Wez Furlong 294a44a9cb add an attribute for returning the driver name 21 years ago
Dmitry Stogov f51e1c2064 Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods). Now empty($obj[...]) works proper but in addition it may call offsetGet() method. 21 years ago
Dmitry Stogov 345e0255b5 Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods) 21 years ago
Ilia Alshanetsky 307f622817 Fixed memory leak. 21 years ago
Anantha Kesari H Y 82da3f5074 zend_stream_getc uses fread internally. NetWare LibC fread reads 4(Which I believe EOT) for EOF(^D) character. This happens when fread is asked to read one and only character as is the case with cl interactive mode. 21 years ago
Wez Furlong 5fe199fb0f remove old test files 21 years ago
Wez Furlong 4580a7fd8e using new tests 21 years ago