Commit Graph

26339 Commits

Author SHA1 Message Date
Felipe Pena
610d4caabb - Added missing SKIPIF 2010-02-15 21:32:25 +00:00
Felipe Pena
4637c8bcab - Fix test (Bug #51035) 2010-02-15 21:24:17 +00:00
Felipe Pena
c6b34452ef - Fix test (bug #51040) 2010-02-15 21:16:34 +00:00
Andrey Hristov
7bf18d9766 add typedefs for all structure methods, and then reuse these typedefs 2010-02-15 16:58:33 +00:00
Raphael Geissert
bc4d8d08a3 Fix strtolower.phpt (bug #51031) 2010-02-13 16:43:04 +00:00
Jani Taskinen
533776ce9e - Fix test 2010-02-13 15:43:45 +00:00
Jani Taskinen
bd3a33df8a - Removed duplicate tests (bug #51007) 2010-02-12 17:09:09 +00:00
Jani Taskinen
68e527bdb7 - Added missing SKIPIF section to tests (bug #51014) 2010-02-12 16:53:44 +00:00
Pierre Joye
eaaf19bf6f - fix php_date_llabs declaration 2010-02-11 22:37:50 +00:00
Johannes Schlüter
24916b2884 Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before calling
constructor)
2010-02-11 22:14:06 +00:00
Johannes Schlüter
a61bf9318b revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling
constructor)
2010-02-11 21:42:48 +00:00
Christopher Jones
66d59b7bb4 Spelling typo in new check message 2010-02-10 23:56:27 +00:00
Derick Rethans
8e16076dc2 - Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
#- Was already partly fixed with my previous commit.
2010-02-10 16:55:40 +00:00
Derick Rethans
50c807face - Added a test case for bug #45866
- Fixed tests: oo_002, bug46268
- Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc
  versions).
- Make sure faulty strings passed to DateTime::modify() notify the user.
- Revert fix for bug #50392 as it was fixed wrongly without a proper test case.
- Fixed a bug with the 'r' formatting function as the default buffer size that
  was allocated only fit 4 digit years.
2010-02-10 16:23:30 +00:00
Derick Rethans
2c52fffdf9 - Fixed a few tests due to Unicode and the environment var support. 2010-02-10 16:16:18 +00:00
Derick Rethans
55ff31e78d - Update in trunk and PHP 5.2 as well. 2010-02-10 14:04:27 +00:00
Johannes Schlüter
d8e0902075 Fix config test 2010-02-10 13:37:17 +00:00
Johannes Schlüter
d1f36ad0a8 Detect if we can rely on compiler-specific alignment features else use custom
workarounds. Fixes #50753
2010-02-09 21:58:13 +00:00
Andrey Hristov
5dff8f9045 make send_close a hook, too 2010-02-09 19:05:40 +00:00
Rasmus Lerdorf
6e8f829b0b It's a size_t here, not an unsigned int. 2010-02-09 17:38:36 +00:00
Pierre Joye
4a28c40ed0 - improve netsnmp detection (and restor snmp on win) 2010-02-09 16:38:24 +00:00
Andrey Hristov
c826c04dcd Fix bug#50416
PROCEDURE db.myproc can't return a result set in the given context
2010-02-08 13:09:34 +00:00
Pierre Joye
aba1aa7665 - prevent unexpectable behaviors (for the user) with invalid path 2010-02-07 20:15:58 +00:00
Pierre Joye
8e6b3346f3 - Fixed #44098, imap_utf8() returns only capital letters 2010-02-07 13:06:54 +00:00
Johannes Schlüter
4c0d91b8cb Allow newer oracle versions 2010-02-04 01:12:14 +00:00
Andrey Hristov
055f558554 Pass tsrmls to all functions, which might need it in the future.
We are anyway breaking the internal ABI in 5.3.2 so this won't hurt
and make us prepared for the future.
2010-02-03 17:31:29 +00:00
Christopher Jones
ea1f5bacd2 Explicitly set mail.add_x_header in php.ini so test output matches expected results 2010-02-02 22:54:36 +00:00
Ulf Wendel
6db9e9839f No idea which recent change has cause this little API change, however it is not a big change and maybe it is even an improvement. 2010-02-02 13:10:50 +00:00
Ilia Alshanetsky
08af09ccbb Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX). 2010-02-02 12:50:21 +00:00
Pierre Joye
63613af3ca - missing patch (update to 0.9.3) 2010-02-01 21:20:07 +00:00
Pierre Joye
67acdd2c09 - update to 0.9.3 2010-02-01 20:56:03 +00:00
Pierre Joye
36dee72deb - fix test 2010-02-01 19:30:32 +00:00
Pierre Joye
a91c53adaa - fix leak 2010-02-01 18:58:42 +00:00
Andrey Hristov
0e71a58662 Fix second bug in that code, + instead of += thus not increasing
a pointer and mangling data. Again, ext/mysql and ext/mysqli doesn't
have access to this codepath.
2010-02-01 17:12:40 +00:00
Pierre Joye
46f253aa5b - system/version dependent msg 2010-02-01 16:19:27 +00:00
Andrey Hristov
228b68bbab Fix a bug in mysqlnd where a pointer was not incremented
and thus wrong data was saved MYSQLND_FIELD::db. However, this
wasn't caught because there is no code in mysql/mysqli/pdo_mysql
which reads that field of the structure. The problem was found
during code review.
2010-02-01 16:12:03 +00:00
Pierre Joye
ba61a7fde5 - fix system/version dependent msg, add skip cases, sync 2010-02-01 15:18:55 +00:00
Ilia Alshanetsky
1b1f5e9064 Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) 2010-02-01 12:59:08 +00:00
Ulf Wendel
64bb53fe25 Tests related to #50727 2010-02-01 12:18:50 +00:00
Mikko Koppanen
1b9c1a1748 Update the libmagic.patch to reflect the current situation. Contains a diff against upstream 5.03 2010-01-31 22:54:00 +00:00
Gwynne Raskind
c316540ac9 ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How confusing. (Forgot to commit to trunk/ before, sorry) 2010-01-31 20:04:10 +00:00
Ilia Alshanetsky
0f437c3a09 Fixed crash in ZTS mode due to ini values not being initialized 2010-01-31 19:18:56 +00:00
Ilia Alshanetsky
7bf62c33af Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak. 2010-01-31 18:06:29 +00:00
Rasmus Lerdorf
981faa6754 Blah, PDO_DBG_ENABLED is a 0/1 toggle 2010-01-31 17:07:31 +00:00
Rasmus Lerdorf
9e4e4922bb RINIT/RSHUTDOWN do nothing unless PDO_DBG_ENABLED is defined,
so don't waste time calling them on every request.
2010-01-31 16:56:52 +00:00
Pierre Joye
5eac4626fb - fix skip clauses 2010-01-30 21:24:04 +00:00
Pierre Joye
f29f31f846 - fix test init 2010-01-30 21:12:20 +00:00
Pierre Joye
d8cc75a457 - fix write access check when write mode only is requested (not RW) 2010-01-30 20:55:01 +00:00
Pierre Joye
46349e1ebe - cleanup & correct msg 2010-01-30 20:21:16 +00:00
Pierre Joye
a39f8c1f02 - this value is platform dependent (unix too) 2010-01-30 20:14:36 +00:00
Pierre Joye
9b9c37d25a - cs 2010-01-30 17:56:00 +00:00
Pierre Joye
c774b75b5b - fix test, rewrite it (same cases are tested), CS, simplify, be verbose on error not otherwise (avoid infinite loop in pcre_match inside run-test) 2010-01-30 17:06:06 +00:00
Pierre Joye
3816328d10 - fix test 2010-01-28 21:29:00 +00:00
Pierre Joye
482f4376f3 - more EOL fixes, don't use expectf 2010-01-28 00:37:20 +00:00
Pierre Joye
2b3997d898 - fix possible EOL conversion on svn co on windows 2010-01-28 00:05:37 +00:00
Pierre Joye
0e0386cc67 - skip if not enough permission and add to trunk 2010-01-27 23:54:52 +00:00
Ilia Alshanetsky
78f14ac46f Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation) 2010-01-27 12:55:01 +00:00
Pierre Joye
a6b0b54e40 - update/fix/skip/add for rename tests 2010-01-27 11:23:43 +00:00
Pierre Joye
2997a61fbb - fix and update test according to recent fixes 2010-01-27 10:08:43 +00:00
Pierre Joye
a695846ced - fix and update test according to recent fixes 2010-01-27 09:47:17 +00:00
Ilia Alshanetsky
ec2f3920b7 Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored) 2010-01-26 13:15:52 +00:00
Jani Taskinen
249ce5e141 - Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP authentication) 2010-01-25 16:28:13 +00:00
Pierre Joye
2c3e14e47a - make it work on win, simplify expect using expectf 2010-01-25 13:49:47 +00:00
Andrey Hristov
4dbaaae979 Fix for bug#50772
mysqli constructor without parameters does not return a working mysqli object
2010-01-25 13:23:32 +00:00
Pierre Joye
e4582ac281 - fix test, dir separator agnostic 2010-01-24 17:57:40 +00:00
Pierre Joye
75a2056eb6 - add win32 version of the test, damned error msg with eol in them 2010-01-24 17:53:10 +00:00
Derick Rethans
8fa7771dec - Updated to version 2010.1 (./tzdata2010a) 2010-01-24 15:23:14 +00:00
Pierre Joye
6700528c80 - nl fix 2010-01-24 14:41:47 +00:00
Pierre Joye
4c0108e037 - \n or \r\n (phpt are text in svn) 2010-01-24 14:38:34 +00:00
Pierre Joye
2961be0296 - #50690, putenv does assign value when their length is one char 2010-01-24 13:49:47 +00:00
Pierre Joye
36a0d2e525 - make getservbyname on windows behaves like *nux when proto is an empty string 2010-01-24 13:36:08 +00:00
Pierre Joye
5ff3358b02 - \n or \r\n as phpt are txt file in svn 2010-01-24 12:27:29 +00:00
Pierre Joye
ebe64b427b - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
Sriram Natarajan
cbf5818720 - Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist.) 2010-01-23 01:37:32 +00:00
Pierre Joye
54fe1be95e - fix win build, use bundled stdint 2010-01-21 23:23:17 +00:00
Andrey Hristov
d33d746795 decrement correctly! 2010-01-21 18:17:19 +00:00
Andrey Hristov
d73fc8e2ec Add possibility to restrain the number of levels 2010-01-21 18:12:18 +00:00
Stanislav Malyshev
c9ab2d787c fix TS build 2010-01-21 18:07:28 +00:00
Ilia Alshanetsky
f795326539 Upgraded bundled PCRE to version 8.01 2010-01-21 17:49:38 +00:00
Johannes Schlüter
d8afb7374c Overlong hostnames breakthistest on NIS enabled FreeBSD 2010-01-21 13:30:46 +00:00
Ilia Alshanetsky
0905fe1730 Added missing INI settings 2010-01-20 13:06:27 +00:00
Takeshi Abe
e03c60f064 fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon) 2010-01-20 09:39:06 +00:00
Andrey Hristov
2c39a0e0a8 Fix possible lock-ups when a trigger triggers a trigger.
Hanging was possible on the subsequent try to acquire a mutex.
Now it is correctly implemented and if a trigger is being executed
then no other trigger will be fired, on recursive calls.
2010-01-19 15:31:39 +00:00
Jani Taskinen
a1697aa7cb - Fixed bug #50791 (Compile failure: Bad logic in defining fopencookie emulation) 2010-01-19 13:44:08 +00:00
Johannes Schlüter
a0f495551b - A few more extern declarations 2010-01-19 13:24:02 +00:00
Ilia Alshanetsky
d20a42ebb3 Fixed test 2010-01-19 12:42:50 +00:00
Ilia Alshanetsky
b1e481b0bd Upgraded bundled sqlite to version 3.6.22. 2010-01-19 12:38:55 +00:00
Jani Taskinen
c696de6eb9 - Add missing skipif 2010-01-19 12:31:29 +00:00
Andrey Hristov
77d6830d39 Make it GCC only feature (tracing). VC7 and up do the work
too and it might be tweaked later.
2010-01-19 12:13:06 +00:00
Andrey Hristov
b6b9289b8f fix windows 2010-01-19 11:44:43 +00:00
Johannes Schlüter
14b236af80 - Add extern declarations for fixing the build with some compilers 2010-01-19 10:44:36 +00:00
Ilia Alshanetsky
5e910748fe Fixed bug #50761 (system.multiCall crashes in xmlrpc extension). 2010-01-17 17:19:38 +00:00
Hannes Magnusson
b5cc9f77e8 Kill very old export of the docs.
Fixes bug#50784
2010-01-17 16:25:20 +00:00
Stanislav Malyshev
632be498eb add filters to mcrypt 2010-01-15 22:13:55 +00:00
Rob Richards
30fc597c92 fix bug #49463 (setAttributeNS fails setting default namespace)
add test
2010-01-15 21:29:56 +00:00
Takeshi Abe
5cb21a4ad1 fix wrong type and useless assignments 2010-01-15 17:09:14 +00:00
Takeshi Abe
c7a20fc4f1 fix the letter type, which affects its type-error message 2010-01-15 16:55:09 +00:00
Pierre Joye
625bf83ef0 - fix build 2010-01-14 19:44:54 +00:00
Ilia Alshanetsky
3c92875e18 Added test for bug #50680 2010-01-14 15:45:49 +00:00
Andrey Hristov
ff62fea3b2 Fix compiler warning, copy&paste error 2010-01-14 12:31:29 +00:00