Commit Graph

38579 Commits

Author SHA1 Message Date
Jani Taskinen
670a2bd367 - Use $PHP_LIBDIR where appropriate 2007-07-09 12:33:27 +00:00
Dmitry Stogov
aadb18c52f ECONNABORTED is not a critical error (Andrei Nigmatulin) 2007-07-09 11:48:53 +00:00
Dmitry Stogov
204f671029 Fixed tests 2007-07-09 11:38:34 +00:00
Jani Taskinen
68270b6499 - Fixed bug #41870 (PDO_ODBC module linking fails with iODBC) 2007-07-09 11:13:38 +00:00
Antony Dovgal
9ccab685db use correct types for scale and precision 2007-07-09 09:08:52 +00:00
Dmitry Stogov
2d39376219 Fixed bug #41919 2007-07-09 08:56:29 +00:00
03b000dc39 ChangeLog update 2007-07-09 01:31:23 +00:00
Raghubansh Kumar
985df6212e These files are now split into one or more smaller testcases, hence being deleted. 2007-07-08 12:51:03 +00:00
6ee69201bf ChangeLog update 2007-07-07 01:31:22 +00:00
Christopher Jones
46352311e1 Bug #41917: New OCI8 tests for scale and precision 2007-07-06 23:31:36 +00:00
Dmitry Stogov
0b642b977a PCRE unicode/binary support 2007-07-06 23:06:51 +00:00
Raghubansh Kumar
343f87658b Fix and smaller testcases for is_executable_variation.phpt, is_readable_variation.phpt & is_writable_variation.phpt 2007-07-06 18:28:33 +00:00
Antony Dovgal
232eebb8f7 fix indentation and make Andrey happy =) 2007-07-06 12:17:51 +00:00
Antony Dovgal
46f28f617b fix folding 2007-07-06 12:11:20 +00:00
Antony Dovgal
d850ea2172 fix #41908 (CFLAGS="-Os" ./configure --enable-debug fails)
patch by christian at hoffie dot info
2007-07-06 10:58:36 +00:00
Dmitry Stogov
f5d9b018ce Unicode support fix 2007-07-06 10:36:20 +00:00
Raghubansh Kumar
301b356568 Better check for root user 2007-07-06 03:24:27 +00:00
2eed3aef73 ChangeLog update 2007-07-06 01:31:22 +00:00
Raghubansh Kumar
6c081bba9b fix test: 006_error.phpt & filegroup_basic.phpt
fix and smaller tests for symlink_link_linkinfo_is_link[basic|error|variation].phpt
2007-07-05 18:59:20 +00:00
Derick Rethans
ee6242887c - Updated to 2007f. 2007-07-05 13:48:23 +00:00
ed3ce5b329 ChangeLog update 2007-07-05 01:31:22 +00:00
Antony Dovgal
0c0166979d add CURLINFO_PRIVATE & CURLOPT_PRIVATE
patch by Andrey A. Belashkov
2007-07-04 13:33:01 +00:00
Dmitry Stogov
f3ca1b5170 Fixed "make test" 2007-07-04 10:15:47 +00:00
Sara Golemon
2f4713a9a9 Fix behavior of empty($sxe->element) and empty($sxe['prop'])
when used on empty elements properties (apply PHP emptiness rules)
2007-07-04 05:05:32 +00:00
64497da242 ChangeLog update 2007-07-04 01:31:18 +00:00
foobar
f0f44a3652 - Fix some configure --help texts 2007-07-03 17:24:39 +00:00
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