Commit Graph

39711 Commits

Author SHA1 Message Date
1d34763960 ChangeLog update 2007-11-18 01:31:29 +00:00
Sara Golemon
56731de6dc Remove extraneous space in error/notice messages (felipe) 2007-11-17 21:51:40 +00:00
Greg Beaver
a9af692645 make phar use this build's PHP instead of global PHP [gopal] 2007-11-17 05:50:00 +00:00
0164caeb1e ChangeLog update 2007-11-17 01:31:24 +00:00
Raghubansh Kumar
9c78f2c08b New testcases for sizeof() function 2007-11-16 17:52:26 +00:00
Raghubansh Kumar
7e84b55003 fix test for linux64 - choosing smaller float values 2007-11-16 17:35:38 +00:00
Raghubansh Kumar
87be9bfd14 fix tests: removed values that generate diff. output on Linux64 2007-11-16 17:11:01 +00:00
Jani Taskinen
fc5d24284f - Fixed bug #43092 (curl_copy_handle() crashes with > 32 chars long URL) 2007-11-16 14:18:59 +00:00
Jani Taskinen
113ab1bc79 fix bug number 2007-11-16 12:29:29 +00:00
Jani Taskinen
bf84a7a9a9 - Fixed bug #31911 (mb_ereg*_replace() crashes when replacement string
is invalid PHP expression and 'e' option is used)
2007-11-16 12:26:05 +00:00
Nuno Lopes
b2059a8ed9 ignore gcov files 2007-11-16 12:20:57 +00:00
Greg Beaver
9d7d44d60c typo 2007-11-16 04:17:37 +00:00
3c4418b853 ChangeLog update 2007-11-16 01:31:34 +00:00
Antony Dovgal
c70b4662a5 fix test (thanks to Felipe Pena for noticing) 2007-11-15 22:14:04 +00:00
Hannes Magnusson
ebc540d2c9 - Allow numeric options
- Add tests
2007-11-15 13:11:48 +00:00
Greg Beaver
4a86b3d6ea Ensure that the same phar can be referenced in multiple logical ways:
1) full path, with \ or / path separator
2) relative path to getcwd()

This should fix the last remaining windows-related quirks as well as similar problems
on unix
2007-11-15 05:21:11 +00:00
d8c9934a18 ChangeLog update 2007-11-15 01:31:28 +00:00
Antony Dovgal
cc57242565 update pdo_firebird status 2007-11-14 22:36:50 +00:00
Elizabeth Marie Smith
354dad75f6 MFB 2007-11-14 19:44:24 +00:00
Raghubansh Kumar
185411fd0d New testcases for uasort() function 2007-11-14 17:21:09 +00:00
Derick Rethans
bf10f44aa2 - Add a testcase for chgrp() with a NULL as group name, which crashes ATM. 2007-11-14 15:51:35 +00:00
Hannes Magnusson
31aa5f545c MFB; Fix test 2007-11-14 15:22:45 +00:00
Hannes Magnusson
93850f2d70 MFB5.3: Fixed bug#43293 (Multiple segfaults in getopt()) 2007-11-14 14:55:44 +00:00
Johannes Schlüter
046b1769c1 - pass parameters to buildconf.bat over to buildconf.js (#43281)
[DOC] install.windows.building.php currently reads like "e.g. cscript /nologo
  win32/build/buildconf.js --add-modules-dir=../php-gtk2 [...]"  that
  might be changed to "buildconf.bat --add-modules-dir=../php-gtk2 [...]"
2007-11-14 01:42:01 +00:00
803a295c49 ChangeLog update 2007-11-14 01:31:28 +00:00
Etienne Kneuss
4faad51ab1 Fix typos 2007-11-13 23:37:09 +00:00
Ilia Alshanetsky
d703b11676 MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params'
to strings)
2007-11-13 20:08:17 +00:00
Antony Dovgal
9c7296f165 disallow multiple access modifiers and 'abstract abstract' methods
add tests
2007-11-13 16:51:22 +00:00
Dmitry Stogov
d96b6fe0c1 Fixed bug #42692 (Procedure 'int1' not present with doc/lit SoapServer) 2007-11-13 15:10:28 +00:00
Antony Dovgal
c4bf9143c8 remove Oracle8 support (it should have been done long ago..) 2007-11-13 11:09:30 +00:00
Dmitry Stogov
bc939dce43 Fixed bug #43248 (backward compatibility break in realpath()) 2007-11-13 09:47:19 +00:00
Greg Beaver
999961f080 begin win32 fixes for Phar object - still have a problem I can't track down yet, but it's only a matter of time before it is killed too
when passing in a full path with drive letter to the Phar object, we were
then passing "phar://C:/path/to/blah.phar" to php_parse_url(), which
thinks it is getting a valid url scheme "phar", host "C" path "/path/to/blah.phar"

we now pass "phar:///C:/path/to/blah.phar" to make it fail, and then properly
parse the url inside phar
2007-11-13 05:57:14 +00:00
36e52c89b1 ChangeLog update 2007-11-13 01:31:33 +00:00
Rob Richards
62d03825b2 fix bug #43221 (SimpleXML adding default namespace in addAttribute)
add test
2007-11-12 18:58:01 +00:00
Zoe Slattery
7ba55c586a Changing the regex for %f so the it will match E-, E+ and E. 2007-11-12 18:22:10 +00:00
Dmitry Stogov
b6963efdda better error messages 2007-11-12 17:53:36 +00:00
Antony Dovgal
0c07db4420 fix error message (reported by Felipe Nascimento) 2007-11-12 16:55:28 +00:00
Dmitry Stogov
c74918f5d5 Fixed bug #43183 ("use" of the same class in difference scripts results in a fatal error) 2007-11-12 15:52:11 +00:00
Raghubansh Kumar
d2ac4233b0 New testcases for ksort() function 2007-11-12 15:49:29 +00:00
Raghubansh Kumar
8ff0f5d766 new testcases for krsort() function 2007-11-12 15:44:47 +00:00
Antony Dovgal
428fe33f4f fix #42736 (xmlrpc_server_call_method() crashes) 2007-11-12 11:22:00 +00:00
Dmitry Stogov
0dd6af6afd Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class). 2007-11-12 09:12:20 +00:00
1f63a6fca2 ChangeLog update 2007-11-12 01:31:27 +00:00
Johannes Schlüter
a8e26830fe - static can't be used as type hint, fixes #43126 (Etienne Kneuss) 2007-11-11 22:10:57 +00:00
Jon Parise
3fdf381151 s/Ident/Indent 2007-11-11 20:27:25 +00:00
Lukas Smith
220672bae5 - migrate syntax to rEST to allow html/docbook rendering 2007-11-11 16:29:54 +00:00
Ilia Alshanetsky
071077e6b0 MFB: Fixed parse error described in bug #43228 2007-11-11 13:38:35 +00:00
c5da9e13f9 ChangeLog update 2007-11-11 01:31:26 +00:00
fad789b01b ChangeLog update 2007-11-10 01:31:35 +00:00
Jani Taskinen
ad9605a722 - Allow using full path to load modules using "extension" directive 2007-11-09 16:26:55 +00:00