2009-08-07 |
Rasmus Lerdorf | Only skip leading 0's - fixes a test I broke a while ago |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Jani Taskinen | - Generated files |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Jani Taskinen | - Fixed bug #48719 parse_ini_*(): scanner mode is not... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Jani Taskinen | - Generated files.. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Jani Taskinen | - Fixed bug #48660 (parse_ini_*(): dollar sign as last... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Pierre Joye | - Fixed #49183, dns_get_record does not return NAPTR... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Rasmus Lerdorf | Fix more tests messed up by svn |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Rasmus Lerdorf | Fix test |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ilia Alshanetsky | Make test more generic |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Jani Taskinen | - Fix CS and remove extra strlen() call |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Jani Taskinen | - Restore PHP-5.2 behaviour when passing null inside... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Rasmus Lerdorf | The user argument cannot be NULL here - fixes 2 tests |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Scott MacVicar | Deal with moving to res_nsearch(). dns_search() on... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Scott MacVicar | Fix bug #48575 - Use dlopen() just like all the other... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Scott MacVicar | Remove usage of res_nmkquery and res_nsend. We essentia... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Scott MacVicar | Change dns.h to php_dns.h, part of my dns cleanup |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Scott MacVicar | res_search is already checked within ext/standard/config.m4 |
commit | commitdiff | tree | snapshot |
2009-08-05 |
andy wharmby | Basic test for is_resource() and isset() functions... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Greg Beaver | use x.y.z version number, use a #define for version... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
andy wharmby | Add new use-case to parse_str() test. Tested on Windows... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Kalle Sommer... | Fix compiler warnings in ext/date |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | Merge from PHP_5_3 |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Ilia Alshanetsky | Added missing handling for ICO support |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Add test (yes, it fails still :) |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Fixed bug #48608 (Invalid libreadline version not... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Kalle Sommer... | Revert and correct previous fix, this does not loose... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Antony Dovgal | cosmetic fix |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Antony Dovgal | fix memleak and possible segfault in HTTP fopen wrapper |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Generated files |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Fixed bug #48768 (parse_ini_*() crash with INI_SCANNE... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Fix title |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | -fix test |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Generated files |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Fixed bug #49056 (parse_ini_file() regression in... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - fix test |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-08-03 |
andy wharmby | New basic tests for get_defined_constants(), get_loaded... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
andy wharmby | Add missing SKIPIF sections to tests |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Felipe Pena | - Fixed bug #49095 (proc_get_status['exitcode'] fails... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Jani Taskinen | - Cleanup |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Jani Taskinen | - Fix output compression |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Felipe Pena | - CS |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Felipe Pena | - Improved. No ugly copy. (Tony) |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Felipe Pena | - Re-fix stream_is_local() memory leaks |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Jani Taskinen | - Fixed bug #48400 (imap crashes when closing stream... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Jani Taskinen | - Fixed bBug #48873 (Using both --with-libedit and... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Jani Taskinen | - These tests fail if mbstring is enabled, not because... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Uwe Schindler | Fix bug #46020: With Sun Java System Web Server 7.0... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Antony Dovgal | revert bogus memleak fix causing Valgrind to scream |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Rasmus Lerdorf | Fix broken json tests in all branches |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Rasmus Lerdorf | Missed a merge |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Etienne Kneuss | Addref on clone as well |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Antony Dovgal | fix test |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Jani Taskinen | - More and more missing svn:ignore entries. |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Jani Taskinen | - More missing svn:ignore entries |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Jani Taskinen | - Fixed bug #49122 (undefined reference to mysqlnd_stmt... |
commit | commitdiff | tree | snapshot |
2009-08-02 |
Jani Taskinen | - Add missing svn:ignore |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Felipe Pena | - Fixed paths |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Felipe Pena | - Fixed bug #49125 (Error in dba_exists C code) |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Felipe Pena | - Fixed ReflectionClass::getStaticProperties() to do... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Felipe Pena | - Fixed bug #49132 (posix_times returns false without... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Felipe Pena | - Fixed tests |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Kalle Sommer... | Fix compiler warnings - regenerate 2/2 |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Kalle Sommer... | Fix compiler warnings 1/2 |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Kalle Sommer... | Kill compiler warnings |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Derick Rethans | - Added a function to print all CVs from the local... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Jani Taskinen | - Fixed bug #43510 (stream_get_meta_data() does not... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Jani Taskinen | - Fixed bug #49092 (ReflectionFunction fails to work... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Jani Taskinen | - Added test for bug #49074 |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Jani Taskinen | - Fixed bug #49074 (private class static fields can... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Greg Beaver | fix segfault when running run-tests.php, and general... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Rasmus Lerdorf | Fix bug #48880 |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Greg Beaver | fix invalid use of c syntax instead of .gdbinit syntax |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Greg Beaver | don't print NULLNULL for null values in a zval |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Greg Beaver | fix hashtable dumping helpers |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Greg Beaver | finish unicode string with quote |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Garrett Serack | - Updated fix for bug #48911 (embed sapi misses SAPI_API) |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Felipe Pena | - Fixed bug #49108 (2nd scan_dir produces seg fault) |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Jani Taskinen | - Fixed compile failure with older openssl libs (<... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Jani Taskinen | - Fix test |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Stanislav Malyshev | fix for bug #49000 |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Kalle Sommer... | Test case for bug #42434 |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Greg Beaver | make dump_bt work with unicode function names |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Felipe Pena | - Fixed memleak in stream_is_local() |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Felipe Pena | - Fixed memleak on SplFileInfo::getLinkTarget() |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Greg Beaver | oops, released as beta instead of stable, Gwynne: svn... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Felipe Pena | - Fixed memleak on Phar::mungServer() |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Greg Beaver | restore removed line (thanks Jani) |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Derick Rethans | - Fixed headers... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Derick Rethans | - Fixed bug #45554 (Inconsistent behavior of the u... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Felipe Pena | - Fixed expected data type for class name (%s -> %v) |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ilia Alshanetsky | Fixed bug #45141 (setcookie will output expires years... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Greg Beaver | make phar tests pass in php 5.2, prepare for release... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Greg Beaver | fix EXPECTF tests that have binary in their output... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Moriyoshi Koizumi | * Fix bug #48645 (mb_convert_encoding() doesn't underst... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Stanislav Malyshev | fix extension functions disabling (bug #49065) |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Hannes Magnusson | MFH: Fixed bug #44144 & add test |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Jani Taskinen | - Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro) |
commit | commitdiff | tree | snapshot |
next |