1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Commit Graph

38156 Commits

Author SHA1 Message Date
Elizabeth Marie Smith 77e914e6dc [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicode coming out of Microsoft SQL Server and is only relevant on windows, use it if unicode output from the server is garbled and it will autoconvert text - original patch by wez 2008-03-13 16:55:09 +00:00
Ilia Alshanetsky 5ea77bc64f MFB: Fixed bug #43677 (Inconsistent behaviour of include_path set with
php_value). (Patch by: manuel at mausz dot at)
2008-03-13 16:01:31 +00:00
Derick Rethans 7aa69c21df - Fixed bug #44257 (timelib_tz_lookup_table must use float for gmtoffset). 2008-03-13 15:59:48 +00:00
Derick Rethans a27d6afd83 - Added support for parsing date/time strings returned by MS SQL with strtotime(). 2008-03-13 15:54:25 +00:00
Dmitry Stogov 7705272218 Disable path resolution for filenames with stream wrappers
More careful check for relative pathes (./xxx and ../xxx)
2008-03-13 14:09:54 +00:00
Stanislav Malyshev a9fe1010d2 [DOC] add request_order INI variable to control $_REQUEST content
# if not set (default), variables_order still is used
# request_order accepts G,P and C
2008-03-12 20:24:45 +00:00
Felipe Pena 5076296d8c Sync with fix for #44394 2008-03-12 19:34:37 +00:00
Felipe Pena eea093b47c MFB: Fixed bug #42177 (Warning "array_merge_recursive(): recursion detected" comes again...) 2008-03-12 19:18:42 +00:00
Christopher Jones c94d9b0c12 MFH: New test for existing behavior 2008-03-12 17:52:59 +00:00
Ilia Alshanetsky 5944170872 Fixed bug #44388 (Crash inside exif_read_data() on invalid images) 2008-03-12 17:32:01 +00:00
Dmitry Stogov a564b2a939 Fixed test 2008-03-12 15:20:23 +00:00
Etienne Kneuss b57e7b44da Fix bug #41828 (Fix crash on wrong instantiation) 2008-03-12 13:34:47 +00:00
Felipe Pena ae0a15b7cf New test 2008-03-12 13:31:38 +00:00
Felipe Pena 5fa8f63a01 New tests 2008-03-12 12:58:12 +00:00
Felipe Pena d269b5fd50 Merged into 5_2 2008-03-12 11:28:37 +00:00
Dmitry Stogov 2564bdc73c Code simplification 2008-03-12 10:40:02 +00:00
Dmitry Stogov be8daf1f47 Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single ZEND_ADD_INTERFACE opcode 2008-03-12 10:32:12 +00:00
Dmitry Stogov 0f2247ae94 Fixed bug #44414 (Incomplete reporting about abstract methods) 2008-03-12 09:46:42 +00:00
Dmitry Stogov c33db5c74e Fixed warning 2008-03-12 08:52:49 +00:00
Felipe Pena e0de453954 Fixed bug #44394 (Last two bytes missing from output) 2008-03-12 02:40:57 +00:00
Christopher Jones b9f72771a6 MFH
Cleaned up whitespace

Fixed bug #44372 (compilation with Oracle 10gR1 libraries)
http://bugs.php.net/bug.php?id=44372

Updated updated error number list to improve re-connection
behavior after a database restart.

Guard against potential internal list corruption after ping
removes old oci_pconnect() information.

Fix ini_set("oci8.connection_class", "abc") to get an appropriate
persistent connection.

Ping at oci8.ping_interval for oci_connect() and oci_new_connect()
when DRCP connections are used. This improves non-persistent
connection reliability if a database gets restarted.
2008-03-12 01:26:44 +00:00
Lars Strojny 698e065295 Adding itk again to non-threaded MPMs. Sorry for the confusion 2008-03-11 22:47:39 +00:00
Felipe Pena fec00fd374 Add new test (bug reported in internals list by Robin) 2008-03-11 16:56:06 +00:00
Felipe Pena 7a9bfa9055 Add new test (bug reported in internals list by Robin) 2008-03-11 16:48:14 +00:00
Felipe Pena 4aebf04353 Missing a line 2008-03-11 15:26:24 +00:00
Felipe Pena 999d2e2294 New tests 2008-03-11 15:18:58 +00:00
Felipe Pena f37f8d85d6 Fix test 2008-03-11 11:04:53 +00:00
Antony Dovgal 6204a10e79 some more tests 2008-03-11 10:40:37 +00:00
Antony Dovgal f0b9ac513c MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior 2008-03-11 10:27:10 +00:00
Josie Messa e897db28bf - Fix test 2008-03-11 10:17:51 +00:00
Josie Messa f5d9a8ea42 - Added extra whitespace around error messages in expected output 2008-03-11 10:00:26 +00:00
Dmitry Stogov 1a08aadc9b Fixed memory corruption because of double free() 2008-03-11 09:36:41 +00:00
Ilia Alshanetsky ec45e73891 More todo items 2008-03-11 00:12:53 +00:00
Felipe Pena 1db52c1c5f Fix tests (new error message for void parameters) 2008-03-10 23:14:11 +00:00
Felipe Pena 9324869ef5 Fix tests (new error message for void parameters) 2008-03-10 22:17:59 +00:00
Felipe Pena 84a8bb038a MFH: New way for check void parameters 2008-03-10 22:15:36 +00:00
Felipe Pena cc2b17d51d MFH: Added new macro for check void parameters.
(deprecating ZEND_WRONG_PARAM_COUNT for this cases)
2008-03-10 22:02:41 +00:00
Andrey Hristov 725b31fc6c Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in
one binary
2008-03-10 20:15:38 +00:00
Andrey Hristov 49add03404 char **error_message was passed but not used. This causes problems in cases
of getaddrinfo() failure, because the upper layers don't get the error.
initialize a variable because we were reading initialized in case of error.
2008-03-10 19:54:47 +00:00
Antony Dovgal 23bb85388b fix gcov build 2008-03-10 17:26:33 +00:00
Josie Messa 705435eb9e - New tests for getcwd() function 2008-03-10 15:22:47 +00:00
Josie Messa 1d4f18734f - Modified expected output to allow tests to work on all platforms 2008-03-10 15:10:32 +00:00
Felipe Pena af8b8480d5 Improve the Darwin 9 hack considerably and switch to using dl*() instead of NS*() on Darwin 8+. (Patch by Gwynne) 2008-03-10 15:06:04 +00:00
Josie Messa 794955ce85 - New tests for scandir() function 2008-03-10 14:12:41 +00:00
Johannes Schlüter 445a24e400 Fix typo 2008-03-10 13:39:53 +00:00
Andrey Hristov 9cb1ef66b5 Remove unneeded entry 2008-03-10 11:19:24 +00:00
Andrey Hristov 5034db7cbb Update NEWS 2008-03-10 09:22:19 +00:00
Andrey Hristov a27e0c8818 - Fix a warning in php_mysql.c
- Fixed #44371 Extension compile failed
2008-03-10 09:18:43 +00:00
Scott MacVicar 08b5500f4b Fix memory issues with statement being deleted twice 2008-03-09 21:30:28 +00:00
Antony Dovgal 1f3b8cccc4 %v -> %s, this is 5_3 2008-03-09 20:52:29 +00:00