2006-07-20 |
Antony Dovgal | json_escape_string() doesn't use tsrm_ls, so no need... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Antony Dovgal | no need to return bool and false in the same time =) |
commit | commitdiff | tree | snapshot |
2006-07-20 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Marcus Boerger | - WS |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Pierre Joye | - MFH: fix tests, libxml 2.6.24 and up adds a new line... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Rob Richards | unicode support |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Rob Richards | add unicode compatible macros for returning strings... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Andrei Zmievski | Fix usage of 'return_null' option in parameter parsing. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Andrei Zmievski | Make 't' and 'T' use zstr for storage type. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Andrei Zmievski | Add '+' varargs specifier that requires at least one... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Ilia Alshanetsky | MFB: Fixed compiler warnings and enable Json by default. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Michael Wallner | - added error_get_last() function |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Antony Dovgal | no need to fetch name and free it immediately after... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Antony Dovgal | fix tests |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Antony Dovgal | increase refcount when adding zval to the result array |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Antony Dovgal | fix compile warnings |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Antony Dovgal | MFB: fetch tsrm_ls, don't use it uninitialized |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Andrei Zmievski | Initialize some vars. |
commit | commitdiff | tree | snapshot |
2006-07-19 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Marcus Boerger | - CS |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Marcus Boerger | - Fix build |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Ilia Alshanetsky | MFB: Fixed memory leak |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Andrei Zmievski | Implement varargs parameter parsing. See README for... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Andrei Zmievski | Callable checks and class fetching and lookup should... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Andi Gutmans | - Capture Dmitry's Zend MM email for later reference |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Antony Dovgal | fix build on platforms without mremap() |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Dmitry Stogov | Unicode support (not finished) |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Antony Dovgal | patch merged into 5_2 |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Derick Rethans | - Enable all methods in the already existing Date and... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Dmitry Stogov | Fixed compilation error |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Dmitry Stogov | New memory manager |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Antony Dovgal | fix logic |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Antony Dovgal | fix DVAL_TO_LVAL() macro, which doesn't seem to work... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Ilia Alshanetsky | MFB: Added possible failure note. |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Andrei Zmievski | Update array_filter() and array_reduce() to use params... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Andrei Zmievski | Upgrade uasort() and uksort() to use params API with... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Marcus Boerger | - Fix #38125 undefined reference to spl_dual_it_free_st... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Andrei Zmievski | - Upgrade usort() to support Unicode (including valid... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Michael Wallner | MFB52: fix bug #37945 pathinfo() cannot handle argument... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Andrei Zmievski | - Use zend_uchar for param type |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Andrei Zmievski | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Pierre Joye | - MFB: #38112, corrupt GIF Image segfault |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Nuno Lopes | MFB: valgrind args change |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Nuno Lopes | MFB |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Nuno Lopes | MFB 5.2 |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Antony Dovgal | typofix |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Dmitry Stogov | Fixed memory leaks in ZTS mode |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Antony Dovgal | tweak constant() to use the brand new unicode parameter... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Antony Dovgal | make use of new param parsing API |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Dmitry Stogov | ZTS fix |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Antony Dovgal | fix access to freed memory in pathinfo() |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Seiji Masugata | added option parameter mb_strrpos( ). |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Ilia Alshanetsky | MFB: Don't use regex where none is needed. |
commit | commitdiff | tree | snapshot |
2006-07-17 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Jon Parise | If the $PHP_AUTOCONF and $PHP_AUTOHEADER environmental... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Jon Parise | Wrapping the $PHP_AUTOCONF and $PHP_AUTOHEADER error... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | -Typo |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - Update docu |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - TSRM Fix |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - Upgrade RegexIterator capabilities, see docu |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - This test fails right now and requires a zend API... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Nuno Lopes | MFB |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - Little bit refactoring: Two new PHPAPI functions: |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - Update docu |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - Correct test name |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Christian Stocker | MFB |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Antony Dovgal | 3+1 != 3 =) |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Pierre Joye | - MFB: PATHINFO_FILENAME constant registration (Sara) |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Antony Dovgal | all stream functions are actually macros that already... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Christian Stocker | Added DOMNode::getNodePath() for getting an XPath for... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - Fixed Bug #29538 number_format and problem with 0 |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Marcus Boerger | - Pathinfo allows to get filename (Toby S, Christian S) |
commit | commitdiff | tree | snapshot |
2006-07-16 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Provide defined value for autoload flag |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Update docu |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Be on the safe side |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Implement todo: SplFileObject: ability to set the... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Implement todo: SplFileObject: ability to set the... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Fix issue with SplFileObject and directories |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Readd proto |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Update array_fill_keys, better unicode support, use... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Marcus Boerger | - Add array_fill_keys() (Matt W, php_lists at realplain... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | remove debugging |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | run-tests.php maintainers, rise up! |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | Do this workaround only for unicode mode. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | Add test for compact(). |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | Encode $wanted in output_encoding for comparison (worka... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | Adjust array_pad(), array_reverse(), and array_unique... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Sara Golemon | Logic fix: (!a == b) != (a != b) |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | - Simplify array_combine() and adjust for params API |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | Adjust array_key_exists(), array_slice(), and array_spl... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Sara Golemon | #38105 (4/3) ustrlen != USTRLEN, update variable names... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Antony Dovgal | MFB: rephrase the error message (fixes #38106) |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Andrei Zmievski | Make array_change_key_case() -- a candidate for the... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Sara Golemon | #38105 (3/3) Default file_put_contents() to FILE_TEXT... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Sara Golemon | #38105 (2/3) Filters should report char/UChar count... |
commit | commitdiff | tree | snapshot |
next |