1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Commit Graph

24396 Commits

Author SHA1 Message Date
Kalle Sommer Nielsen 1055a03d62 Renable socket_create_pair() on Windows
# ext/sockets have its own implementation of socketpair(), perhaps we should move it
# to the core. This will make stream_socket_pair() available on Windows aswell
2009-01-01 05:22:54 +00:00
Zoe Slattery 3385d8bda0 removing xfail sections as test passes 2008-12-31 20:43:52 +00:00
Zoe Slattery edaf385ae7 new test from Nat Mcugh 2008-12-31 20:04:55 +00:00
Antony Dovgal 4c0a9448a9 don't use WRONG_PARAM_COUNT with new param parsing API 2008-12-31 15:48:06 +00:00
Felipe Pena 6328804530 - Fixed bug #46973 (IPv6 address filter rejects valid address) 2008-12-31 15:00:55 +00:00
Marcus Boerger 1e5bb9d165 - MFB Use Revision instead of Id tag for version 2008-12-31 14:37:17 +00:00
Ilia Alshanetsky 15aada4fa2 MFB: Added gethostname() to return the current system host name. 2008-12-31 14:33:41 +00:00
Marcus Boerger 7ce0476dc7 - Fix info output 2008-12-31 13:48:59 +00:00
Marcus Boerger b83340a8c7 - Do not show core ini entries twice 2008-12-31 12:52:28 +00:00
Sebastian Bergmann 7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Sebastian Bergmann befd80d1c4 Bump copyright year, 2 of 3. 2008-12-31 11:10:02 +00:00
Ant Phillips c5417157fa Revert to the previous version for these tests as they were overwritten by mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results). 2008-12-31 10:36:13 +00:00
Etienne Kneuss 040585ddfc Fix #45820 (Empty ArrayObject keys not allowed) 2008-12-30 23:32:50 +00:00
Andrei Zmievski 65ec64a825 Add mod_files.bat (equivalent to mod_files.sh). 2008-12-30 19:37:08 +00:00
Marcus Boerger 27b684b234 MFB 2008-12-30 19:13:25 +00:00
Ilia Alshanetsky 916c8187cc MFB: Fixed bug #46964 (Fixed pdo_mysql build with older version of MySQL). 2008-12-30 19:11:21 +00:00
Marcus Boerger a4cd3369a4 - Show version and ini entries as default module info. 2008-12-30 19:10:22 +00:00
Ant Phillips 4d3f948495 Revert to the previous version for these tests as they were overwritten by mistake (checked on Windows but not on Linux... so the six skipped tests may not work correctly... but they should be ok and I'll watch the test results). 2008-12-30 16:38:17 +00:00
Zoe Slattery f9f5039988 refixing missing skipif 2008-12-30 15:56:44 +00:00
Felipe Pena b774947920 - Added missing check for void param. (patch by Kalle) 2008-12-30 12:48:00 +00:00
Felipe Pena 8409ccc0ea - Bug #46763 (mb_stristr() wrong output when needle does not exist) (patch by Henrique M. Decaria) 2008-12-30 02:12:44 +00:00
Felipe Pena 7f74e97e3e - Unicodify (#46687) 2008-12-28 20:16:48 +00:00
Felipe Pena 6eb70493a6 - Update (#46957) 2008-12-27 23:33:31 +00:00
Antony Dovgal 7c3170f5ac lost part of the fix 2008-12-27 20:23:05 +00:00
Antony Dovgal 4ec1bdf3f2 fix compile warning 2008-12-27 20:21:57 +00:00
Felipe Pena 3ce0968f5a - Fixed tests 2008-12-27 19:14:45 +00:00
Felipe Pena 867a7946b9 - Fixed code (comparison with string literal) 2008-12-27 19:06:19 +00:00
Felipe Pena 549bba6713 - Fixed memory leaks 2008-12-27 13:31:07 +00:00
Rob Richards 4defef2736 proper exports/imports for win32 2008-12-27 12:21:36 +00:00
Rob Richards 0c1e5d044c add missing exports 2008-12-27 12:14:56 +00:00
Brian Shire d6a1c7a674 fix explode behavior to respect negative limit when string is empty. 2008-12-27 05:13:30 +00:00
Arnaud Le Blanc 3b0cd9f644 Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists) 2008-12-27 03:06:16 +00:00
Rob Richards 9761f623cf force export on win32 to workaround win32 conig issues 2008-12-27 01:07:18 +00:00
Felipe Pena 56acf97039 - Fix test 2008-12-27 01:04:09 +00:00
Rob Richards ebe5b582aa properly export functions 2008-12-26 20:27:14 +00:00
Pierre Joye 435de70481 - MFB:
- remove the temp hack for libxml path (fixed now)
  - do not raise a warning if the extension was not enabled anyway
2008-12-26 14:16:38 +00:00
Pierre Joye ee9948ecd7 - MFB: be sure we define the deps so the right exts are built before (dom symbol error when dom and xsl are shared) 2008-12-26 14:06:29 +00:00
Felipe Pena b71d8ab002 - Unicodifing 2008-12-25 19:55:15 +00:00
Felipe Pena a5e8f6b3c2 - Fixed memory leak 2008-12-25 19:30:28 +00:00
Scott MacVicar 9e6124f2d1 Enable salsa hashing algorithm 2008-12-25 13:34:49 +00:00
Pierre Joye 41f0a56f8f - disable simplexml when libxml is not enabled 2008-12-25 00:00:49 +00:00
Scott MacVicar aaa89d7adb Stop using sqlite3_aggregate_count() as this is now deprecated. 2008-12-24 19:21:42 +00:00
Scott MacVicar 0d860e26ca Make sure we clear out the error when the scalar version decoding works. 2008-12-24 18:09:00 +00:00
Felipe Pena 53737291aa - Fixed memory leak in imap_rfc822_parse_adrlist 2008-12-24 13:30:49 +00:00
Felipe Pena d84b198323 - New test 2008-12-24 11:50:42 +00:00
Felipe Pena b110b1d78b - Standard 2008-12-24 00:04:40 +00:00
Scott MacVicar 67e6af2b91 Remove all of the stuff we have in here for pre PHP 5.2 support and memset the fileinfo struct. 2008-12-22 16:44:51 +00:00
Scott MacVicar 938bf96a11 Enable ICU support within bundled SQLite 2008-12-22 16:42:34 +00:00
Etienne Kneuss 4e5c7990ce Fix #46646 (Implement zend functions to restrict serialization or internal classes) 2008-12-22 13:50:43 +00:00
Scott MacVicar 3264d66e18 Patch has the wrong filename 2008-12-22 13:26:10 +00:00