Commit Graph

44330 Commits

Author SHA1 Message Date
Ilia Alshanetsky
eb6f6181a7 MFB: Improved parameter handling 2009-03-07 21:56:52 +00:00
12138a09f5 ChangeLog update 2009-03-07 01:33:00 +00:00
Ilia Alshanetsky
2c5716c3c2 MFB: Improve parameter parsing code 2009-03-06 15:48:54 +00:00
3d7434b512 ChangeLog update 2009-03-06 01:32:40 +00:00
Felipe Pena
fadd129268 - Fixed bug #47572 (zval_update_constant_ex: Segmentation fault) 2009-03-05 16:24:41 +00:00
Ilia Alshanetsky
d81acb4403 Removed bogus code 2009-03-05 13:45:32 +00:00
c541732ae1 ChangeLog update 2009-03-05 01:32:56 +00:00
93b77d8770 ChangeLog update 2009-03-04 01:32:47 +00:00
Ilia Alshanetsky
788c8bbada MFB: Fixed bug #47549 (get_defined_constants() return array with broken
array categories)
2009-03-03 23:43:06 +00:00
Kalle Sommer Nielsen
3980b634fd Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1) 2009-03-03 11:46:20 +00:00
Zoe Slattery
b5810c959a Added %r section 2009-03-03 10:52:56 +00:00
d36d8b3b1a ChangeLog update 2009-03-03 01:32:45 +00:00
Moriyoshi Koizumi
ce6f1fdf8d - Fix typo. 2009-03-02 04:43:51 +00:00
Brian Shire
dbf9980282 fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762) 2009-03-02 03:54:01 +00:00
0846be1398 ChangeLog update 2009-03-02 01:32:35 +00:00
Antony Dovgal
7eb808f802 fix tests 2009-03-01 21:26:47 +00:00
Greg Beaver
f9cffe4e48 re-disable phar in HEAD on windows 2009-03-01 07:25:24 +00:00
Greg Beaver
5fb232a2de MFB: revert removal of openssl check, was confusion on my part 2009-03-01 07:20:38 +00:00
Greg Beaver
ed94ab4b24 MFB: add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt 2009-03-01 07:16:55 +00:00
Greg Beaver
0b53e3dbdd MFB: fix hash support on windows in ext/phar (Kalle) 2009-03-01 07:07:14 +00:00
Greg Beaver
f8ec2933b0 MFB: fix blog.phar for front.phar.phpt test 2009-03-01 07:00:22 +00:00
Greg Beaver
dd5cd94476 MFB: fix swapping of time/date in timestamp saving for zip, which can cause crash on windows 2009-03-01 06:58:23 +00:00
Greg Beaver
ff1a93c841 MFB: fix SKIPIF, EXPECT in 2 tests 2009-03-01 06:50:38 +00:00
69145c58c2 ChangeLog update 2009-02-28 01:32:43 +00:00
c32b479ae5 ChangeLog update 2009-02-26 01:32:51 +00:00
cf416c461d ChangeLog update 2009-02-25 01:32:42 +00:00
Ilia Alshanetsky
57a7046be8 MFB: Adjust previous fix 2009-02-24 23:55:24 +00:00
Moriyoshi Koizumi
f26e3cbb95 - Strictly check UTF-8 and UTF-8 validity. 2009-02-24 13:18:40 +00:00
2139e33904 ChangeLog update 2009-02-24 01:32:32 +00:00
Kalle Sommer Nielsen
bbe59046e0 Fixed #37209 (mssql_execute with non fatal errors) 2009-02-23 21:20:47 +00:00
Ilia Alshanetsky
ed863d64e8 MFB: Fixed bug #47435 (FILTER_FLAG_NO_PRIV_RANGE does not work with ipv6
addresses in the filter extension)
2009-02-23 16:52:45 +00:00
Ilia Alshanetsky
2416c93505 MFB: Fixed bug #47477 (php_curl_stream_read() unnecessarily sleeps 15 secs
under heavy load)
2009-02-23 15:58:41 +00:00
David Soria Parra
7eceefc879 Remove zend_dynamic_array and it's build targets as it is not longer needed 2009-02-23 03:35:18 +00:00
1e4e8bf076 ChangeLog update 2009-02-23 01:32:42 +00:00
Ilia Alshanetsky
9606a712b0 MFB: Fixed 2 memory corruptions in zip extension idenfied by
oo_properties.phpt test
2009-02-22 17:55:01 +00:00
134a6735f6 ChangeLog update 2009-02-22 01:32:24 +00:00
Greg Beaver
175577a4dd MFB: fix faulty logic in tests, needed to use ksort instead of asort and to sort output. These tests failed on some systems with non-case sensitive filesystem sorting 2009-02-21 03:15:57 +00:00
Greg Beaver
401bb9ed44 MFB: cosmetics: remove two unreachable return statements, removes warning in sun cc 2009-02-21 02:37:33 +00:00
Greg Beaver
9633dc158b MFB: cosmetics: fix warning (only affects suncc) 2009-02-21 02:34:01 +00:00
64b4b0c9ca ChangeLog update 2009-02-21 01:32:40 +00:00
Felipe Pena
ffc0714655 - Fix test 2009-02-20 13:37:48 +00:00
Andrey Hristov
cf78f35270 Add the charsets available from 6.0 as a structure, to be used later 2009-02-20 13:24:14 +00:00
Greg Beaver
6a9197f1ad MFB: fix zip access to work in all compilers, present and future, and on all arches without potential for bus errors. This removes PHAR_ZIP_PACK in favor of a safer approach 2009-02-20 05:06:52 +00:00
d1f6bf70be ChangeLog update 2009-02-20 01:32:40 +00:00
Antony Dovgal
9f00440b9a fix test 2009-02-19 12:13:47 +00:00
bd2de8e51f ChangeLog update 2009-02-19 01:32:43 +00:00
Felipe Pena
c8a0d5b741 - New test 2009-02-18 22:53:44 +00:00
Felipe Pena
87a3fbe716 - Fixed bug #47443 (metaphone('scratch') returns wrong result) 2009-02-18 22:33:22 +00:00
Ilia Alshanetsky
f5f632f842 MFB: Removed unused var 2009-02-18 20:07:55 +00:00
Robin Fernandes
6262bb4c3d Revert fix to bug #46903 as per http://marc.info/?l=php-internals&m=123476465621346&w=2 . 2009-02-18 16:42:56 +00:00