1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 17:08:14 +02:00
Commit Graph

6752 Commits

Author SHA1 Message Date
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
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
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
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
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
Jani Taskinen c696de6eb9 - Add missing skipif 2010-01-19 12:31:29 +00:00
Pierre Joye 625bf83ef0 - fix build 2010-01-14 19:44:54 +00:00
Ilia Alshanetsky 58dbf56dbf Fixed bug #50732 (exec() adds single byte twice to $output array). 2010-01-13 13:44:58 +00:00
David Soria Parra 593648f9f6 Fixes #50496. Drop stdbool.h dependency as it requires _STDC_C99 set on some systems. 2010-01-11 16:22:12 +00:00
Rasmus Lerdorf 00c5ca7d91 Worked with Samy Kamkar to improve LCG entropy. 2010-01-08 09:43:14 +00:00
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 2010-01-03 09:23:27 +00:00
Sebastian Bergmann cbbec12ebc sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l 2010-01-03 08:22:14 +00:00
Mikko Koppanen 1adda4879d No need to duplicate the string here 2009-12-26 14:54:34 +00:00
Mikko Koppanen d5c6a9b0fd Fix the proto entry for trunk 2009-12-24 13:57:21 +00:00
Mikko Koppanen 523e609613 Changed stream_resolve_include_path to use zend_resolve_path
backported stream_resolve_include_path to PHP 5.3
backported stream_resolve_include_path test to PHP 5.3
2009-12-24 13:12:03 +00:00
Antony Dovgal c2fa809deb fix the fix for #47409
use correct comparison and add missing scope checks to trunk
2009-12-24 13:07:33 +00:00
Moriyoshi Koizumi 139c26f795 - MFB: Fix bug #46478 (htmlentities() uses obsolete mapping table for character
entity references)
  (this should be gone to r292467)
2009-12-24 09:32:52 +00:00
Ilia Alshanetsky bf1f48e35d Fixed bug #47409 (extract() problem with array containing word "this"). 2009-12-23 16:33:58 +00:00
Ilia Alshanetsky c0dd0e94f2 Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute). 2009-12-22 02:04:12 +00:00
Jani Taskinen 8ac895201e - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541. 2009-12-21 15:22:40 +00:00
Jani Taskinen 17cebc44a7 - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)
# NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
2009-12-18 11:02:07 +00:00
Dmitry Stogov e3b901796a Fixed tests 2009-12-16 11:16:32 +00:00
Dmitry Stogov 5630119374 Fixed str_replace() to work with both binary and unicode strings 2009-12-16 11:15:22 +00:00
Pierre Joye 2dd0d9cabe - add a test case and update the skip clause 2009-12-16 10:09:34 +00:00
Dmitry Stogov d61f88b61f Fixed urldecode() and rawurldecode() to accept ASCII-Unicode strings 2009-12-14 13:46:46 +00:00
Ilia Alshanetsky cea66f6a24 Fixed bug #50451 (http wrapper breaks on 2048 char long headers)
# Improvement on the fix for bug #49851
2009-12-13 15:44:22 +00:00
Pierre Joye eeee2f3c05 - #50334, use our own implementations of stpncpy and mempcy, avoiding weird behaviors on certain platforms like solaris 2009-12-11 15:57:01 +00:00
Felipe Pena ab4d9190bc - Fix build 2009-12-10 10:46:33 +00:00
Ilia Alshanetsky b9db7b4282 Fixed bug #49851 (http wrapper breaks on 1024 char long headers). 2009-12-10 03:23:05 +00:00
Jani Taskinen 0c8cc4fe5b - Fix file() 2009-12-09 19:33:14 +00:00
Pierre Joye ee6d8691a3 - #50334, fix build for platform without endian.h (like solaris) 2009-12-09 17:40:19 +00:00
Pierre Joye 49b5949bd7 - #50334, fix trunk build 2009-12-09 10:39:42 +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
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
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