Commit Graph

38553 Commits

Author SHA1 Message Date
Dmitry Stogov
e9d2c517f8 Fixed "make test" mistakes 2007-07-03 15:56:43 +00:00
Christopher Jones
8387813bd9 MFB: new test 2007-07-03 15:10:53 +00:00
Rob Richards
7b62431305 MFB: fix bug #41861 (getNamespaces() returns namespaces of node's siblings)
add test
2007-07-03 15:02:40 +00:00
Dmitry Stogov
4d159caf3f Store existent file in realpath cache 2007-07-03 14:48:37 +00:00
Dmitry Stogov
f766275b7a Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[
- stream_wrapper_register() extended with additional optional argument "flags"
  of type long. This time only one flag is implemented - STREAM_IS_URL, that
  means that userstream wrapper is remote (URL). By default stream is local.
- stream_is_local() is a new function that accepts stream and tell if this
  stream is local or remote (URL)
]
2007-07-03 10:22:55 +00:00
Raghubansh Kumar
070632248f Smaller testcases for 006_variation.phpt, file_get_contents_file_put_contents_variation.phpt, filesize_variation.phpt, filesize_variation-win32.phpt, fwrite_variation.phpt, fwrite_variation-win32.phpt.
Fix for filesize_variation to match filesize using %d
2007-07-03 07:13:04 +00:00
Christopher Jones
25ce6d9580 MFB: Basic PDO->quote() for PDO_OCI 2007-07-03 05:47:53 +00:00
a0dce7b9cc ChangeLog update 2007-07-03 01:31:10 +00:00
Dmitry Stogov
1a666b7166 Allow unicode XML 2007-07-02 11:53:08 +00:00
Rob Richards
889bc9eab4 MFB: fix bug #41867 (getName is broken)
add test
2007-07-02 11:36:28 +00:00
Dmitry Stogov
6b6762ea4e Unicode support 2007-07-02 10:29:49 +00:00
97c4258da6 ChangeLog update 2007-07-02 01:31:19 +00:00
foobar
f730ecf98c - Fixed bug #41865 (fputcsv(): 2nd parameter is not optional) 2007-07-01 21:26:30 +00:00
3c36d33309 ChangeLog update 2007-07-01 01:31:28 +00:00
Christopher Jones
aeae7b495b MFB: Fix Bug #11345 Seg fault after NLS environment initialization error 2007-06-30 03:02:10 +00:00
ffb34be5cc ChangeLog update 2007-06-30 01:31:13 +00:00
foobar
26c0fa6dbb - More portable.. 2007-06-29 15:13:33 +00:00
Christopher Jones
52c0acf6fd MFB. Test for old bug fixed in some previous, unknown change 2007-06-29 15:02:38 +00:00
Dmitry Stogov
8ff24e8728 ord() must not convert binary data to unicode in unicode mode 2007-06-29 14:53:02 +00:00
foobar
3800188aa5 - More portable solution 2007-06-29 14:30:25 +00:00
Christopher Jones
1c9f242b5c MFB. Add testing steps 2007-06-29 14:28:49 +00:00
Dmitry Stogov
85279a4dce Allowed loading XML from unicode strings 2007-06-29 13:58:34 +00:00
foobar
5b3bb06fb8 - Added missing SKIPIF 2007-06-29 13:51:18 +00:00
Antony Dovgal
c27fff27be cleanup tmp files 2007-06-29 12:56:08 +00:00
Antony Dovgal
06f739c018 divide the test into smaller ones 2007-06-29 12:54:06 +00:00
Antony Dovgal
997dd6db8a remove the quotes in for 2007-06-29 11:47:30 +00:00
foobar
6e25d4f4b4 oops 2007-06-29 11:35:35 +00:00
Dmitry Stogov
b17b8ea3c1 Fixed CGI tests 2007-06-29 09:49:40 +00:00
Antony Dovgal
57108894d0 fix make test with shared extensions
# ok, this is the last ksh-related fix.
# it seems to be completely impossible to make it work, so I won't even try to do it anymore.
# complain to Sun and ksh authors if you have any problems.
2007-06-29 09:14:42 +00:00
c878f679dd ChangeLog update 2007-06-29 01:31:16 +00:00
foobar
68724e2489 - Improved php-config:
. Added --configure-options option to get configure line for current build
  . Added --php-sapis option which shows SAPIs available
  . Fixed problem with missing php binary when CLI is not build but CGI is.
- Fixed broken sed issues in phpize script
2007-06-29 01:09:54 +00:00
Stanislav Malyshev
e9658dfc4d remove unused vars 2007-06-28 20:27:35 +00:00
Stanislav Malyshev
981ce312fc Fix HALT constant handling in unicode mode 2007-06-28 20:19:58 +00:00
Antony Dovgal
6877ebd6b1 MFB 2007-06-28 17:27:20 +00:00
Antony Dovgal
3eed8dfb76 fix crash on shutdown on Win32
patch by Scott
2007-06-28 17:22:56 +00:00
Antony Dovgal
770215e0c7 synchronized range() behaviour in HEAD with 5_2 2007-06-28 16:06:23 +00:00
Antony Dovgal
d4dcb545a7 more smaller tests 2007-06-28 16:05:51 +00:00
Antony Dovgal
3fcda7c0a7 divide array_search.phpt into several smaller tests 2007-06-28 15:26:55 +00:00
Antony Dovgal
0f47d4b28c MFB 2007-06-28 15:11:13 +00:00
Antony Dovgal
d6940afe0b more smaller tests 2007-06-28 15:04:16 +00:00
Antony Dovgal
03c8220ecc divide the test into several smaller ones 2007-06-28 14:51:25 +00:00
a961e42c1b ChangeLog update 2007-06-28 01:31:33 +00:00
Stanislav Malyshev
2ab4eededb MF5 __HALT_COMPILER fix:
Remove limitation of __HALT_COMPILER() that allowed only one instance
per request.

# Patch by Gregory Beaver
2007-06-28 00:01:58 +00:00
Antony Dovgal
b898be090d more ksh fixes 2007-06-27 22:17:31 +00:00
Antony Dovgal
a2945fdd40 fix test 2007-06-27 17:04:57 +00:00
Zoe Slattery
6851bedd28 Tests for constant initialisation 2007-06-27 15:01:36 +00:00
foobar
28fc4c26fc - Added PHP_CHECK_SIZEOF macro (special version of AC_CHECK_SIZEOF)
# Now types like ptrdiff_t, ssize_t and intmax_t get defined to something
# useful..
2007-06-27 14:40:02 +00:00
Antony Dovgal
f28ea3269b fix ZTS build 2007-06-27 12:48:44 +00:00
Antony Dovgal
145c29a96d apply corrected fix
fix tests
2007-06-27 12:38:20 +00:00
Antony Dovgal
a77541ebc2 fix #41692 (ArrayObject shows weird behaviour in respect to inheritance) 2007-06-27 12:17:30 +00:00