2009-08-11 |
Sriram Natarajan | - Simplify default flags for Sun C compiler. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Scott MacVicar | Fix BC break in mime_content_type() |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Stanislav Malyshev | fix potential memory issue on serialization |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Scott MacVicar | Update libsqlite to 3.6.17. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Scott MacVicar | We should check /usr/local/include last |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Pierre Joye | - destroy the file entry stream first |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Pierre Joye | - fixed bug #49072, feof never returns true for damaged... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Pierre Joye | -skip if not 5.3 |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Scott MacVicar | Search /usr/include too for those wanting to use a... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
David Soria... | Add actions for the gitclean target. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Kalle Sommer... | Don't build sqlite as threadsafe if we are doing an... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Etienne Kneuss | Fix endless recursion of var_dump() over self-referenci... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Pierre Joye | - fix and improve dns' AAAA support on windows |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Rasmus Lerdorf | Tweak a few tests that failed on OSX |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Rasmus Lerdorf | Make these socket tests less Linux-specific |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Rasmus Lerdorf | The system error here may not be "Filename too long... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Ilia Alshanetsky | MFB: Fixed bug #49193 (gdJpegGetVersionString() inside... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Rasmus Lerdorf | Skip this test on osx because ceil(-0.5) doesn't return... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Andi Gutmans | - Optimize slightly for common case - n!=4 |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Andi Gutmans | - Fix small typo |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Rasmus Lerdorf | Doing a strnatcasecmp(chr(128),chr(255)) is completely... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Rasmus Lerdorf | Restore intra-string whitespace collapsing broken in... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Pierre Joye | - [DOC] Fixed #49183 patch for VC6, NAPTR is only avail... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Rasmus Lerdorf | Oops, true/false are not defined on Linux. They are... |
commit | commitdiff | tree | snapshot |
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 |
next |