Ilia Alshanetsky
370febcd37
Fixed test 008
2011-06-07 01:40:54 +00:00
Felipe Pena
8da563ed9a
- Test fixes
2011-06-06 22:36:54 +00:00
Felipe Pena
be3889456b
- Added indirect method call through array variable (FR Bug #47160 )
2011-06-06 21:42:05 +00:00
Felipe Pena
4737910b69
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
...
# The tests will be fixed in the next commits
2011-06-06 21:28:16 +00:00
Ilia Alshanetsky
6b85eb58b2
Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).
2011-06-05 21:57:01 +00:00
Felipe Pena
61bbd09524
- Fixed crash in fastcgi (related to zend signals changes)
2011-06-05 17:02:46 +00:00
Hannes Magnusson
938d066d49
Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
2011-06-05 13:30:01 +00:00
Hannes Magnusson
d4f6e7d937
When you write to a symlink - you access the file itself, not the symlink, so we need to compare the atime to the orignal file
2011-06-05 12:08:14 +00:00
Hannes Magnusson
c1a96c16d0
Make sure we are writing more data then the block size
2011-06-05 12:07:11 +00:00
Hannes Magnusson
bf3cd0675d
No need to fetch external files and endless amount of DTDs for this test
2011-06-05 11:31:18 +00:00
Hannes Magnusson
9f7b09a265
touch() no longer attempts to create files on empty strings
2011-06-05 09:42:10 +00:00
Hannes Magnusson
00be222418
Fix tests when running without mbstring
2011-06-05 09:35:49 +00:00
Stanislav Malyshev
ed001a8ec6
This method doesn't seem to be very useful without scalar types, so reverting it too
2011-06-05 08:59:24 +00:00
Hannes Magnusson
6ff402e280
This isn't less then 5.4.. but these still fail though.
2011-06-05 08:56:52 +00:00
Philip Olson
ad14faa7dd
Updated the note maintainers credits
2011-06-05 06:57:13 +00:00
Felipe Pena
a2124382ac
- Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cause hard crash)
2011-06-05 01:38:12 +00:00
Felipe Pena
379c32bd41
- Fixed wrong sigaction() call passing signal number 65 (invalid)
2011-06-05 01:15:10 +00:00
Felipe Pena
b86161982b
- Fixed bug #54929 (Parse error with single quote in sql comment)
2011-06-04 22:54:40 +00:00
Ilia Alshanetsky
53b6c0c8eb
Show ICU Data version inside phpinfo()
2011-06-03 18:14:36 +00:00
Hannes Magnusson
df6e8da2a8
Fix tests
...
#Note to self; do not rename tests just before committing
2011-06-03 17:38:37 +00:00
Ilia Alshanetsky
2dce38f598
Fixed crash and improved signal validation
2011-06-03 17:18:46 +00:00
Hannes Magnusson
2b22017e8f
Add tests for broken function arguments
2011-06-03 17:12:59 +00:00
Ilia Alshanetsky
52e353e973
Compiler warning fix
2011-06-03 07:00:38 +00:00
Scott MacVicar
14e330556c
Further fix for #54918 - We attach a bunch of submodules loading to the basic MINIT, but if an error occurs during their MINIT we still call the MSHUTDOWN()
...
Other possible fix is that we should halt execution entirely when this happens but this feels a little drastic.
Committing to trunk for now
2011-06-03 01:44:37 +00:00
Stanislav Malyshev
aa29bd5d73
and clean the tokenizer too
2011-06-03 01:16:01 +00:00
Stanislav Malyshev
d7c9c5af92
scalar types cleanup
2011-06-03 01:09:32 +00:00
Scott MacVicar
974c3b4981
Fix Bug #54918 - Crash when there is a failure to read the browscap file
2011-06-03 00:42:07 +00:00
Felipe Pena
0aaedef71d
- Fix crash in pcntl
2011-06-03 00:35:22 +00:00
Scott MacVicar
398c0b9dad
Added fabled hex2bin() function
2011-06-03 00:12:22 +00:00
Felipe Pena
5ca0f69921
- Fix ZTS build
2011-06-02 22:54:14 +00:00
Ilia Alshanetsky
d66e7291cd
Missing ifdef related to the previous patch
2011-06-02 21:38:54 +00:00
Ilia Alshanetsky
939875133a
Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals )
...
This needs to go into 5.4 as well, but will wait for Pierre to review win32 situation
# Patch by Lucas Nealan, Arnaud Le Blanc, Brian Shire & Ilia Alshanetsky
2011-06-02 21:16:50 +00:00
Gustavo André dos Santos Lopes
e87534b017
- Fixed double registering of browscap ini directive. See bug #54896 .
2011-06-02 08:46:40 +00:00
Felipe Pena
df4c4a9e7f
- Fixed bug #54970 (SplFixedArray::setSize() isn't resizing)
2011-06-02 00:40:27 +00:00
Ilia Alshanetsky
be20efc476
More tests
2011-06-01 16:59:23 +00:00
Ilia Alshanetsky
ccd3633b5c
Implemented FR #54561 (Expose ICU Version & ICU Data Version info).
2011-06-01 16:26:21 +00:00
Ilia Alshanetsky
8083c1ab89
Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE settings).
2011-06-01 13:23:25 +00:00
Ilia Alshanetsky
850db4b315
Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).
2011-06-01 09:44:38 +00:00
Rafael Machado Dohms
5c29ef1d8a
Adding testcases to validate imageloadfont input parameter validation, tests were developed at #tek11 testfest
2011-05-31 21:10:01 +00:00
Andrey Hristov
b730fde67f
reuse code
2011-05-31 20:42:44 +00:00
Shein Alexey
a2566cb684
Fixed notice breaking the test.
2011-05-31 12:57:40 +00:00
Shein Alexey
a44a8af3a0
Removed test since there's no more safe_mode in PHP >= 5.4.
2011-05-31 12:45:00 +00:00
Andrey Hristov
33701b76ae
fix macros
2011-05-31 10:35:07 +00:00
Dmitry Stogov
d9ba7820d4
Fixed bug #54910 (Crash when calling call_user_func with unknown function name)
2011-05-31 09:20:51 +00:00
Ilia Alshanetsky
4bc1fb265b
Removed unnecessary rinit/rshutdown
2011-05-31 08:59:32 +00:00
Dmitry Stogov
d0ba3e1881
Fixed bug #54957 (Memleak in alloc_globals_ctor)
2011-05-31 08:26:53 +00:00
Philip Olson
b8b9fe1754
Updated qa-release.php notes as per the new qa-release.php syntax
2011-05-30 23:26:33 +00:00
Ilia Alshanetsky
7acafb506a
Fixed bug #52496 (Zero exit code on option parsing failure).
2011-05-30 15:57:50 +00:00
Hannes Magnusson
73c1488fec
Fixed bug #54946 (stream_get_contents infinite loop)
2011-05-29 12:29:19 +00:00
Hannes Magnusson
ca90339957
Fixed bug #54601 (Removing the doctype node segfaults)
2011-05-29 11:39:49 +00:00