2009-06-16 |
Andrey Hristov | C-comments should be used |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Pierre Joye | - MF53: fix readlink in TS SAPI |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Rasmus Lerdorf | Tweak to make this compile with gcc2 |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Felipe Pena | - Fixed build (removed trailing comma) patch by Seiji... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Andrey Hristov | Memory usage optimisation. mysqlnd is not libmysql... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
andy wharmby | Fix typo in test |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Andrey Hristov | Hardwire function call instead of using callbacks.... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
andy wharmby | New class related tests. Tested on Windows, Linux and... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Andrey Hristov | Use Zend's allocator instead of libc's and also don... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Felipe Pena | - Fixed bug #48562 (Reference recursion causes segfault... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Felipe Pena | - Drop unused code |
commit | commitdiff | tree | snapshot |
2009-06-15 |
andy wharmby | New test for bitwise operators. Tested on Linux 64 bit |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Felipe Pena | - Fixed bug #48557 (Numeric string keys in Apache Hashm... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Patrick Allaert | Fixing #48441 (ldap_search() with sizelimit/timelimit... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Pierre Joye | - add TODO about int definition cleanup |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Patrick Allaert | Refactoring that will help fixing #48441 |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Pierre Joye | - simplify, use correct type and silent warnings |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Pierre Joye | - silent compilation warnings (no MFH yet) |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Scott MacVicar | sync SQLite 3.6.15 |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Ilia Alshanetsky | MFB: 48518 |
commit | commitdiff | tree | snapshot |
2009-06-15 |
andy wharmby | New POSIX extension tests from Berlin UG TestFest 2009. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Pierre Joye | - silent warning |
commit | commitdiff | tree | snapshot |
2009-06-15 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-14 |
andy wharmby | New foreach tests. Tested on Windows, Linux and Linux... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
andy wharmby | Basic tests for function_exists() and get_defined_funct... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
andy wharmby | New json extension tests. Tested on Windows, Linux... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Pierre Joye | - MF53: fix build (void alarm) |
commit | commitdiff | tree | snapshot |
2009-06-14 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Greg Beaver | fix Bug #48541: spl_autoload_register only registers... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
andy wharmby | New iconv extension tests. Tested on Windows, Linux... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Felipe Pena | - Constified method_name arg. in zend_get_user_call_fun... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Felipe Pena | - Refix the fix :| (missing skipif) |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Felipe Pena | - Fix test |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Felipe Pena | - Fixed bug #48514 (cURL extension uses same resource... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
andy wharmby | New iconv extension tests. Tested on Windows, Linux... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
andy wharmby | New iconv extension tests. Tested on Windows, Linux... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Felipe Pena | - Sync with 5_3 |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Felipe Pena | - Dropped unused var (HEAD only) |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Andrey Hristov | Fix crash when tracing is enabled. Position after buffe... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Felipe Pena | - Fixed bug #48533 (__callStatic is not invoked for... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Kalle Sommer... | Fixed static build of mbstring on Windows (makes static... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
andy wharmby | Delete duplicate test |
commit | commitdiff | tree | snapshot |
2009-06-11 |
andy wharmby | New intval() tests. Tested on Windows, Linux and linux 64 |
commit | commitdiff | tree | snapshot |
2009-06-11 |
andy wharmby | New 64 bit math tests. Tested on Windows, Linux and... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
andy wharmby | Add/Fix SKIPIF sections of cURL tests |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Andrey Hristov | Revert by adding an ifdef |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Pierre Joye | - nuke unused var |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Pierre Joye | - MF53: silent warning and make it less ambiguous |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Greg Beaver | MFB: add phar.phar generation to windows |
commit | commitdiff | tree | snapshot |
2009-06-11 |
andy wharmby | New POISX tests. Tested on Windows (all test SKIP)... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Johannes Schlüter | Use a better extension version |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Antony Dovgal | fix bug #48518 (curl crashes when writing into invalid... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Andrey Hristov | Protect the code when variable is NULL, which should... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Andrey Hristov | Check the pointer before calling a function on it,... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Andrey Hristov | MFB: Reference decrement in own function. Make a functi... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Felipe Pena | - Fix the fix (Bug #46973 - IPv6 address filter rejects... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Johannes Schlüter | Hannes said this shall not be run for RCs |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Pierre Joye | - look for static lib too |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Hannes Magnusson | Fix extension loading order |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Hannes Magnusson | Fix exception message |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Ilia Alshanetsky | Fixed bug #48512 (DOMDocument::validate() fails with... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Antony Dovgal | fix arginfo for curl_multi_info_read() |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Pierre Joye | - MFB: put mpir headers in their own directory |
commit | commitdiff | tree | snapshot |
2009-06-10 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-09 |
andy wharmby | Fix test - remove bogus variation |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Pierre Joye | - MFB: #41874, separate STDOUT and STDERR in exec functions |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Pierre Joye | - #41874, separate STDOUT and STDERR in exec functions |
commit | commitdiff | tree | snapshot |
2009-06-09 |
David Soria... | Fix bug #47042 (cgi sapi is incorrectly removing the... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Pierre Joye | - fix build (test before commit maybe?) |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Pierre Joye | - fix TS build |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Pierre Joye | - ws |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Scott MacVicar | Fix bug #48493 - spl_autoload_register can leave the... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Derick Rethans | - Updated to version 2009.9 (2009i) |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Robert Nicholson | New tests for operators. These tests were auto generate... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Antony Dovgal | revert yet another wrongly MFBed fix |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Andrey Hristov | Merge with the branch, someone made changes in PHP5_3... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Pierre Joye | - MFB: sync with 1.0.2, improve perf x86-64 (patch... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Scott MacVicar | Change more things to the UTF-16 API and make SQLite3... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Ilia Alshanetsky | MFB: Fixed bug #44827 (define() is missing error checks... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Patrick Allaert | Removed credit |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Robert Nicholson | New tests for foreach loops. These were written by... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Patrick Allaert | Fixed ldap_(first|next)_attribute() function producing... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Matt Wilmas | Fixed bug #47836 (array operator [] inconsistency when... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Matt Wilmas | Changed error messages to use "cannot" instead of ... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Patrick Allaert | Fixed bug #48469 (ldap_get_entries() memory leaks on... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Matt Wilmas | Fixed error message grammar: |
commit | commitdiff | tree | snapshot |
2009-06-06 |
<changelog... | ChangeLog update |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Brian Shire | Make pass_two visible to extensions with ZEND_API ... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Rasmus Lerdorf | No always_inline attribute in gcc2 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Matt Wilmas | Added zend_eval_stringl and made create_function()... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Matt Wilmas | Fixed tests again after double->long conversion change... |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Arnaud Le Blanc | better fix for #48409 , #48428 , #48228 |
commit | commitdiff | tree | snapshot |
2009-06-05 |
Greg Beaver | fixed isset() on sub-directories (isset('blah') if... |
commit | commitdiff | tree | snapshot |
next |