Commit Graph

5596 Commits

Author SHA1 Message Date
Raghubansh Kumar
adda3af3cb New testcases for strip_tags() function 2007-10-09 12:42:47 +00:00
Raghubansh Kumar
60d71da435 added unicode output 2007-10-09 11:58:52 +00:00
Raghubansh Kumar
bb27fe1933 fix tests 2007-10-09 11:51:48 +00:00
Raghubansh Kumar
aaa68d2928 fix tests 2007-10-09 05:22:51 +00:00
Raghubansh Kumar
87ebc71b60 fix tests 2007-10-09 04:52:47 +00:00
Raghubansh Kumar
28d292e580 New testcases for strtr() function 2007-10-08 15:31:06 +00:00
Raghubansh Kumar
7aab680f0a New testcases for get_html_translation_table() function 2007-10-08 15:30:38 +00:00
Raghubansh Kumar
e383670a5d fix tests 2007-10-08 06:24:57 +00:00
Yiduo (David) Wang
95da0dc570 Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:15:07 +00:00
Antony Dovgal
6549f5b422 fix ws and avoid freeing integer vars 2007-10-06 21:15:46 +00:00
Raghubansh Kumar
dd24301ac6 New testcases for setlocale() function 2007-10-05 19:35:45 +00:00
Raghubansh Kumar
e379d3e914 New testcases for nl2br() function 2007-10-05 18:47:47 +00:00
Raghubansh Kumar
703626aa98 New testcases for strrpos() function 2007-10-05 18:35:49 +00:00
Raghubansh Kumar
0513f160c9 New testcases for str_split() function 2007-10-05 18:20:57 +00:00
Raghubansh Kumar
871cae6d64 New testcases for vsprintf() function 2007-10-05 18:12:36 +00:00
Jani Taskinen
5051719bd6 MFB:-r1.139.2.2 Export symbols that will allow building WDDX as shared object 2007-10-05 15:19:47 +00:00
Jani Taskinen
d386401a1d fix test 2007-10-05 14:57:18 +00:00
David Soria Parra
ab38cc8d89 - Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. 2007-10-03 10:31:04 +00:00
Stanislav Malyshev
e920066a14 MFB unicode test 2007-10-03 05:08:47 +00:00
Stanislav Malyshev
cbe036de9b MFB do not accept partial multibyte sequences in html* functions 2007-10-03 05:07:31 +00:00
Antony Dovgal
8b2cf00c41 fix tests 2007-10-02 11:35:39 +00:00
Antony Dovgal
da50804c67 make strcspn() behave the same way in both Unicode and native mode (bug #42731) 2007-10-02 11:35:26 +00:00
Antony Dovgal
b50ed5df9c MF5_2: improved recursion detection in array_walk()
fixes #42752, though the leaks are still there
2007-10-02 10:06:15 +00:00
Jani Taskinen
5569fd3005 MFB: fix test 2007-10-01 13:55:58 +00:00
Jani Taskinen
59580f57d4 MFB: fix bug #42142 and cs+ws 2007-10-01 13:41:57 +00:00
Jani Taskinen
44cbb46246 - Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
2007-10-01 12:32:39 +00:00
Jani Taskinen
d762757ee5 - Fixed bug #42789 (join() warning messages are not proper & different
return value on php5/6)
# For consistency between 5/6 also made the return value be NULL like it
# has been for ages when invalid stuff is passed.
2007-10-01 12:04:09 +00:00
Jani Taskinen
50b34c8099 - Added unicode result 2007-10-01 12:01:28 +00:00
Jani Taskinen
e237da1572 - Nuked ending dots in error messages 2007-09-30 05:43:28 +00:00
Jani Taskinen
30230074ba - ws+cs (prepare syncing some parts to PHP_5_3) 2007-09-30 05:15:35 +00:00
Raghubansh Kumar
413064b576 New testcases for sprintf() function 2007-09-29 14:15:53 +00:00
Raghubansh Kumar
fa61cf8a31 New testcases for chunk_split() function 2007-09-29 12:57:06 +00:00
Nuno Lopes
b514dc1070 MFB: fix compiler warnings 2007-09-29 11:26:51 +00:00
Raghubansh Kumar
272cedd5d2 New testcases for strrchr() function 2007-09-29 09:24:27 +00:00
Raghubansh Kumar
46700e7a47 New testcases for stripos() function 2007-09-29 09:22:42 +00:00
Raghubansh Kumar
03d6500fb0 New testcases for join() function 2007-09-29 09:08:24 +00:00
Raghubansh Kumar
a40e2c843c New testcases for htmlspecialchars_decode() function 2007-09-29 09:03:22 +00:00
Jani Taskinen
fa0734a520 - Fix copy and paste typo 2007-09-28 23:34:31 +00:00
Nuno Lopes
f044c95b3c fix expected output 2007-09-28 22:40:23 +00:00
Jani Taskinen
356799933a nuke unsued variable 2007-09-28 13:06:22 +00:00
Jani Taskinen
425222060f ws + cs 2007-09-28 11:52:49 +00:00
Jani Taskinen
f964370a35 - Added ".htaccess" style user-defined php.ini files support for
CGI/FastCGI.
- Added support for special [PATH=/opt/httpd/www.example.com/] sections
  in php.ini. All directives set in these sections will not be able to be
  overridden in user-defined ini-files or during runtime in the specified
  path.

- Improved php.ini handling:
  . Added better error reporting for syntax errors in php.ini files
  . Allowed "ini-variables" to be used almost everywhere ini php.ini files
  . Allowed using alphanumeric/variable indexes in "array" ini options
  . Fixed get_cfg_var() to be able to return "array" ini options

- Fixed bug #27372 (parse error loading browscap.ini at apache startup)
- Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric
  characters)

@DOC Pierre promised to handle the manual part of this :D
2007-09-28 02:04:28 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Jani Taskinen
9bb7a2fcc7 MFB52: cs+ws (and synced the folding wrap style!) 2007-09-27 13:16:09 +00:00
Raghubansh Kumar
ed72c6c50b new testcases for strrev() function 2007-09-26 14:42:15 +00:00
Raghubansh Kumar
38d1ab072f New testcases for crc32() function 2007-09-26 06:11:28 +00:00
Ilia Alshanetsky
17f9597ba3 MFB: Fixed memory leak inside pack() (coverity issues #398,#399,#400) 2007-09-22 15:26:51 +00:00
Raghubansh Kumar
360f022c1a New testcases for strspn() function 2007-09-22 10:49:49 +00:00
Raghubansh Kumar
8a44a00593 New testcases for strcspn() function 2007-09-22 10:37:46 +00:00
Raghubansh Kumar
53569976d4 New testcases for strtok() function 2007-09-22 07:41:14 +00:00