1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Commit Graph

46213 Commits

Author SHA1 Message Date
Jani Taskinen 0c8cc4fe5b - Fix file() 2009-12-09 19:33:14 +00:00
Andrey Hristov 685a8398a9 Fix compilation warnings 2009-12-09 18:11:03 +00:00
Jani Taskinen 8d07fcf017 - Fixed BC problem in new zlib implementation: truncated (invalid) short data was not caught 2009-12-09 17:47:38 +00:00
Pierre Joye ee6d8691a3 - #50334, fix build for platform without endian.h (like solaris) 2009-12-09 17:40:19 +00:00
Andrey Hristov 157f1bddf1 Remove disabled code - threaded fetching. This can be implemented
on a upper level and by offloading it we reduce the complexity of
the core.
2009-12-09 16:57:03 +00:00
Jani Taskinen 617398b51d - Rename badly named function 2009-12-09 14:06:18 +00:00
Ulf Wendel e76b3982f8 Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The behaviour is wrong according to the documentation: mysqli_connect_error() should return an empty string (not NULL), if there is no error. However, changing this would break BC and most users will not notice the difference between NULL and empty string anyway. 2009-12-09 12:06:10 +00:00
Dmitry Stogov 37bbc5cda2 Fixed wrong result of empty($_GET) in case of uninitialized $_GET 2009-12-09 10:50:10 +00:00
Pierre Joye 49b5949bd7 - #50334, fix trunk build 2009-12-09 10:39:42 +00:00
Pierre Joye 177985b97b - #50334, add missing file 2009-12-09 10:39:03 +00:00
Pierre Joye 48c7eedebf - #50334, add CRYPT_SHA* constants and tests [DOC] 2009-12-09 01:43:23 +00:00
Pierre Joye 1d505449ef - drop non used code and fix warning 2009-12-09 00:32:14 +00:00
Pierre Joye a8c9e893b6 - #50334, crypt ignores sha512 and add support for sha256/512 to php's crypt [DOC] 2009-12-09 00:20:14 +00:00
Pierre Joye 2b90d66b20 - add missing argument 2009-12-08 20:21:17 +00:00
William Martin 783be65fbd Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator tests 2009-12-08 19:51:56 +00:00
Jani Taskinen 0b09205413 MFB: sprintf -> snprintf + all other patches people did not bother to merge 2009-12-08 17:46:19 +00:00
Jani Taskinen ce790c4d97 MFB: r215701, Reimplementation of the way Apache 2 Filter works. 2009-12-08 17:29:11 +00:00
Jani Taskinen 30c726cfba ws 2009-12-08 16:32:26 +00:00
Jani Taskinen 2e628db2f4 - ws + cs 2009-12-08 16:13:46 +00:00
Jani Taskinen f4ff3b773d MFB: sprintf -> snprintf (Thanks Marcus for not merging to HEAD..) 2009-12-08 16:13:01 +00:00
Jani Taskinen 6b2679d8c5 ws, cs, sigh 2009-12-08 15:27:37 +00:00
Ilia Alshanetsky 896b8b943b Upgraded to Sqlite 3.6.21 2009-12-08 13:24:27 +00:00
Antony Dovgal 754c06c6c5 sync with 5_3 2009-12-08 12:12:23 +00:00
Jani Taskinen 8413e1771c - Fix the comment again 2009-12-08 11:00:03 +00:00
Jani Taskinen 1ad990ad4a ws 2009-12-08 10:56:41 +00:00
Dmitry Stogov 318819d602 - Forgotten patch for trunk
- Fixed stdin filename in error messages
2009-12-08 10:16:38 +00:00
Jani Taskinen 726ae5c0fe No tabs here 2009-12-08 08:34:53 +00:00
Jani Taskinen 42ccbd30a2 - ws 2009-12-08 08:21:56 +00:00
Jani Taskinen e85963631d MF52: Fixed memory leak on require() error (Thanks again Ilia. r220154) 2009-12-08 08:21:25 +00:00
Jani Taskinen d3205003f5 - No tabs here 2009-12-08 08:20:12 +00:00
Felipe Pena a51e7d3343 - Added MAKE_COPY_ZVAL(ppzv, pzv) macro 2009-12-08 01:57:37 +00:00
Stanislav Malyshev 215b77adc2 ouch, that ZTS 2009-12-08 01:57:16 +00:00
Stanislav Malyshev dcd5670e55 win32 should have different test 2009-12-08 01:52:57 +00:00
Felipe Pena 52830d68f0 - Fixed ZTS build 2009-12-08 01:51:34 +00:00
Stanislav Malyshev bbc7071335 add "no params" check 2009-12-08 01:44:15 +00:00
Stanislav Malyshev 7353e234b4 add realpath cache inspect functions 2009-12-08 01:35:08 +00:00
Moriyoshi Koizumi b1ec98147c - Take account of surrogate pairs. 2009-12-07 15:41:43 +00:00
Ilia Alshanetsky 9f3ec3c5de Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension. 2009-12-07 13:43:44 +00:00
Dmitry Stogov ee04ea7935 Fixed bug #49866 (Making reference on string offsets crashes PHP) 2009-12-07 08:47:18 +00:00
Dmitry Stogov ebc6dc19d0 Fixed bug #50351 (performance regression handling objects, ten times slower in 5.3 than in 5.2. foreach statement should not initiate GC) 2009-12-07 08:14:48 +00:00
Pierrick Charron dc0b588e65 Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the middle of a string). 2009-12-06 21:32:58 +00:00
Ilia Alshanetsky ba53b1d719 Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN). 2009-12-06 19:34:12 +00:00
Felipe Pena 8c2412d023 - Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle database)
- Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver) (patch by tim dot tassonis at trivadis dot com)
2009-12-06 18:53:16 +00:00
Felipe Pena b6bf9ee6a1 - Fixed tests 2009-12-04 11:32:39 +00:00
Stanislav Malyshev 7b0d41535e protect http_session_vars from interrupt corruption
improve save_path check
2009-12-04 01:21:32 +00:00
Rob Richards 44aea5ebbb fix bug #47848 (importNode doesn't preserve attribute namespaces)
add tests
2009-12-03 20:19:38 +00:00
Pierrick Charron 13010b552b Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement). 2009-12-03 15:24:43 +00:00
Felipe Pena e6444b9899 - Fixed bug #49472 (Constants defined in Interfaces can be overridden) 2009-12-03 12:34:50 +00:00
Andrey Hristov 3cfacd1e07 I svn-commit.2.tmp (Modified) Row 2 Col 28 11:45 Ctrl-K H for help
fix compilation on windows and with other compilers who
don't like void* arithmetic
2009-12-03 10:50:02 +00:00
Pierre Joye 330523c60c - disable this debug code until it is actually fixed 2009-12-03 10:41:20 +00:00