1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Commit Graph

35016 Commits

Author SHA1 Message Date
Ilia Alshanetsky 61fd6bbebf MFB: Fixed memory leak 2006-07-18 22:45:56 +00:00
Andrei Zmievski bbd3cd2743 Implement varargs parameter parsing. See README for examples. 2006-07-18 22:07:20 +00:00
Andrei Zmievski 0667864631 Callable checks and class fetching and lookup should support identifer
normalization now. (Marcus, Andrei)
2006-07-18 17:52:45 +00:00
Andi Gutmans c32b733940 - Capture Dmitry's Zend MM email for later reference 2006-07-18 16:54:37 +00:00
Antony Dovgal 4509fb33c5 fix build on platforms without mremap() 2006-07-18 15:41:47 +00:00
Dmitry Stogov 98799bdc16 Unicode support (not finished) 2006-07-18 15:05:07 +00:00
Antony Dovgal 16afb4157a patch merged into 5_2 2006-07-18 14:59:35 +00:00
Derick Rethans 6ce33efe08 - Enable all methods in the already existing Date and Timezone classes 2006-07-18 12:37:49 +00:00
Dmitry Stogov d6cd18c083 Fixed compilation error 2006-07-18 09:24:54 +00:00
Antony Dovgal 18d1c420d6 fix test 2006-07-18 09:23:05 +00:00
Dmitry Stogov 6687f0377b New memory manager 2006-07-18 09:08:06 +00:00
Antony Dovgal 6bcb0c9ed5 fix logic 2006-07-18 08:57:26 +00:00
Antony Dovgal 0d088b15b7 fix DVAL_TO_LVAL() macro, which doesn't seem to work correctly on AIX & GCC < 3.5 2006-07-18 08:16:18 +00:00
f645ccf699 ChangeLog update 2006-07-18 01:31:06 +00:00
Ilia Alshanetsky 3cf509ab75 MFB: Added possible failure note. 2006-07-18 00:09:21 +00:00
Andrei Zmievski 2aa0acfaaa *** empty log message *** 2006-07-17 22:18:08 +00:00
Andrei Zmievski 675832c204 Update array_filter() and array_reduce() to use params API with FCI
cache and mark them with U.
2006-07-17 22:18:01 +00:00
Andrei Zmievski 34e5b3befa Upgrade uasort() and uksort() to use params API with FCI cache and mark
them with U.
2006-07-17 21:20:02 +00:00
Marcus Boerger cc3d932875 - Fix #38125 undefined reference to spl_dual_it_free_storage 2006-07-17 21:09:10 +00:00
Andrei Zmievski fdf280b41b - Upgrade usort() to support Unicode (including valid Unicode callbacks).
- Make usort() use 'f' specifier for function call info/cache.
2006-07-17 20:52:12 +00:00
Michael Wallner 6ad2093794 MFB52: fix bug #37945 pathinfo() cannot handle argument with special
characters like german "Umlaute"
2006-07-17 20:43:07 +00:00
Andrei Zmievski 0bb270d352 - Use zend_uchar for param type
- %v is for UG() - dependent strings, which is not the case here
- 'T' is only useful for multiple parameters, so use 't' instead
2006-07-17 19:32:10 +00:00
Andrei Zmievski dfb113bbd2 *** empty log message *** 2006-07-17 19:19:09 +00:00
Pierre Joye 004ed49028 - MFB: #38112, corrupt GIF Image segfault 2006-07-17 15:08:46 +00:00
Nuno Lopes c87c91ae13 MFB: valgrind args change 2006-07-17 11:46:12 +00:00
Nuno Lopes 068dfca1d7 MFB 2006-07-17 11:39:49 +00:00
Nuno Lopes 1185b233a7 MFB 5.2 2006-07-17 10:49:34 +00:00
Antony Dovgal 2353dc4319 typofix 2006-07-17 10:08:07 +00:00
Dmitry Stogov 14bb973768 Fixed memory leaks in ZTS mode 2006-07-17 07:20:28 +00:00
Antony Dovgal a3952b7495 tweak constant() to use the brand new unicode parameters API 2006-07-17 07:11:06 +00:00
Antony Dovgal 8177adf8fb make use of new param parsing API
use convert_to_text(), which makes constant() unicode aware
finally nuke invalid reads
2006-07-17 07:02:26 +00:00
Dmitry Stogov 05dfd8d80b ZTS fix 2006-07-17 06:46:19 +00:00
Antony Dovgal 688000ca74 fix access to freed memory in pathinfo()
add test
2006-07-17 06:44:45 +00:00
Seiji Masugata df84f5aa45 added option parameter mb_strrpos( ). 2006-07-17 04:44:06 +00:00
Ilia Alshanetsky 749534ab28 MFB: Don't use regex where none is needed. 2006-07-17 03:57:53 +00:00
ad30907bfd ChangeLog update 2006-07-17 01:30:54 +00:00
Jon Parise 3078bbabfd If the $PHP_AUTOCONF and $PHP_AUTOHEADER environmental variables are set
to full paths, the `shtool path` test would fail (because it only tests
for the existence of a bare filename in the current $PATH).  We now test
the the executability of $PHP_AUTOCONF and $PHP_AUTOHEADER before falling
back to the `shtool path` test.

Later on, phpize will execute $PHP_AUTOCONF and $PHP_AUTOHEADER directly,
so they will work fine as either absolute paths or files within $PATH.

Also, improving the grammar of the error messages in the failure cases.
2006-07-17 01:17:00 +00:00
Jon Parise 758ff2f9f1 Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error messages to fit
within 80 columns.
2006-07-17 00:46:00 +00:00
Marcus Boerger e394e8d1f8 -Typo 2006-07-16 23:48:15 +00:00
Marcus Boerger 2f4ca14c0b - Update docu 2006-07-16 23:45:29 +00:00
Marcus Boerger 12edfef4d3 - TSRM Fix 2006-07-16 20:57:40 +00:00
Marcus Boerger 754a741248 - Upgrade RegexIterator capabilities, see docu 2006-07-16 20:52:20 +00:00
Marcus Boerger 78f9ab3454 - This test fails right now and requires a zend API change to fix 2006-07-16 19:50:43 +00:00
Nuno Lopes cb32fbe9d5 MFB 2006-07-16 19:36:23 +00:00
Marcus Boerger ac3a58e52d - Little bit refactoring: Two new PHPAPI functions:
. php_pcre_match
  . php_pcre_split
2006-07-16 19:20:05 +00:00
Marcus Boerger 0499e0d8f1 - Update docu 2006-07-16 19:16:40 +00:00
Marcus Boerger 4aa20e0781 - Correct test name 2006-07-16 17:33:46 +00:00
Christian Stocker 1f4cce3e0f MFB
improved code (after suggestion by helly)
2006-07-16 16:04:35 +00:00
Antony Dovgal 50242cd8c5 3+1 != 3 =) 2006-07-16 15:59:02 +00:00
Pierre Joye 02a92e7eb5 - MFB: PATHINFO_FILENAME constant registration (Sara) 2006-07-16 15:56:00 +00:00