| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #36568 (memory_limit setting on win32 has no effect) | Dmitry Stogov | 2006-03-14 | 5 | -16/+27 |
| | | |||||
| * | zend_hash_apply() doesn't use ZEND_HASH_APPLY_... macros | Dmitry Stogov | 2006-03-14 | 3 | -4/+4 |
| | | |||||
| * | Be more verbose in phpinfo() output | Edin Kadribasic | 2006-03-14 | 2 | -0/+15 |
| | | |||||
| * | - bug #36625 fix | Marcus Boerger | 2006-03-13 | 2 | -1/+50 |
| | | |||||
| * | - Add missing file extension | Marcus Boerger | 2006-03-13 | 0 | -0/+0 |
| | | |||||
| * | - #36697, Transparency is lost when using imagecreatetruecolor | Pierre Joye | 2006-03-13 | 3 | -1/+34 |
| | | |||||
| * | Added overflow checks to wordwrap() function. | Ilia Alshanetsky | 2006-03-13 | 2 | -1/+3 |
| | | |||||
| * | Fixed build | Edin Kadribasic | 2006-03-13 | 1 | -1/+2 |
| | | |||||
| * | Optimized cleanup loops on request shutdown | Dmitry Stogov | 2006-03-13 | 4 | -26/+47 |
| | | |||||
| * | Fixed realpath() cache for main script with FastCGI SAPI | Dmitry Stogov | 2006-03-13 | 1 | -11/+5 |
| | | |||||
| * | - Fix news | Marcus Boerger | 2006-03-13 | 1 | -1/+1 |
| | | |||||
| * | - MFH: | Marcus Boerger | 2006-03-12 | 4 | -11/+277 |
| | | | | | | | | | | | | | - Fix ReflectionParameter . Reintroduce getClass() . Change getDeclaringClass() to return what it suggests . (inactive but tested) Add getDeclaringFunction() . (inactive but tested) Add getPosition() - Fix tests accordingly # This also fixes Bug #36687 ReflectionParameter::getDeclaringClass returns # wrong result | ||||
| * | var news | Ilia Alshanetsky | 2006-03-12 | 1 | -0/+1 |
| | | |||||
| * | As per agreement during PDM, remove the E_STRICT deprecation notice from | Ilia Alshanetsky | 2006-03-12 | 1 | -1/+1 |
| | | | | | | "var". | ||||
| * | - Prefix test names | Marcus Boerger | 2006-03-12 | 27 | -23/+73 |
| | | | | | | - Add missing skipif | ||||
| * | MFH | Rui Hirokawa | 2006-03-12 | 1 | -1/+9 |
| | | |||||
| * | - MFH Fix writing faillog with redirected tests | Marcus Boerger | 2006-03-11 | 1 | -4/+17 |
| | | |||||
| * | - MFH Fix test results with redirected tests | Marcus Boerger | 2006-03-11 | 1 | -8/+7 |
| | | |||||
| * | - Load list of extensions to test from php that is being tested rather than | Marcus Boerger | 2006-03-11 | 1 | -8/+8 |
| | | | | | | from php running the tests | ||||
| * | fix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144) | Georg Richter | 2006-03-11 | 1 | -1/+6 |
| | | |||||
| * | - Fix | Marcus Boerger | 2006-03-10 | 1 | -1/+1 |
| | | |||||
| * | MFH: | Brian France | 2006-03-10 | 1 | -1/+4 |
| | | | | | | | | for the primary file only lookup the real file path and add it to the included_files list if already opened otherwise it will get opened and added to the included_files list in zend_execute_scripts | ||||
| * | - #36686, do not be quiet with the extern GD | Pierre Joye | 2006-03-10 | 1 | -0/+9 |
| | | |||||
| * | fixed different value was returned in mb_get_info. | Seiji Masugata | 2006-03-10 | 1 | -12/+49 |
| | | |||||
| * | Fixed bug #36629 (SoapServer::handle() exits on SOAP faults) | Dmitry Stogov | 2006-03-10 | 61 | -28/+141 |
| | | |||||
| * | Fixed debug_zval_dump() to support private and protected members | Dmitry Stogov | 2006-03-10 | 2 | -1/+36 |
| | | |||||
| * | MFH: Move temporary local storage of primary file's realpath up one block to ↵ | Sara Golemon | 2006-03-09 | 1 | -1/+2 |
| | | | | | ensure it stays on the stack. | ||||
| * | Back to dev | Ilia Alshanetsky | 2006-03-09 | 3 | -3/+5 |
| | | |||||
| * | 5.1.3RC1 | Ilia Alshanetsky | 2006-03-09 | 3 | -4/+4 |
| | | |||||
| * | MFH: Make spl_register_std_class() and spl_register_sub_class() available ↵ | Sebastian Bergmann | 2006-03-09 | 1 | -2/+2 |
| | | | | | outside of SPL, for instance in SPL_Types. | ||||
| * | - MFH | Marcus Boerger | 2006-03-08 | 1 | -72/+110 |
| | | |||||
| * | - Fix bug #36656 (http_build_query generates invalid URIs due to use of ↵ | Michael Wallner | 2006-03-08 | 2 | -6/+11 |
| | | | | | square brackets) | ||||
| * | - MFH Allow pecl/phar and alike too hook into spl_filesystem_object's | Marcus Boerger | 2006-03-08 | 2 | -6/+25 |
| | | |||||
| * | - remove declaration of non existant function php_treat_data | Michael Wallner | 2006-03-08 | 1 | -1/+0 |
| | | |||||
| * | MFH Fix for RISC OS | Alex Waugh | 2006-03-07 | 2 | -1/+2 |
| | | |||||
| * | MFH Improve DOCUMENT_ROOT setting | Alex Waugh | 2006-03-07 | 1 | -3/+6 |
| | | |||||
| * | - Update | Marcus Boerger | 2006-03-07 | 1 | -1/+2 |
| | | |||||
| * | updated for simplexml changes | Rob Richards | 2006-03-07 | 1 | -0/+3 |
| | | |||||
| * | - Synch with head | Rob Richards | 2006-03-07 | 5 | -38/+318 |
| | | |||||
| * | MFH | Antony Dovgal | 2006-03-07 | 2 | -3/+5 |
| | | | | | | | add workaround for Oracle server crash, use OCIServerVersion() instead of OCIPing() fix #36250 (PHP Causes ORA-07445 Core dump in Oracle server 9.2.x) | ||||
| * | stray text | Rasmus Lerdorf | 2006-03-06 | 1 | -1/+1 |
| | | |||||
| * | Fix build and sync parameters with config0.m4. | Sebastian Bergmann | 2006-03-06 | 1 | -2/+2 |
| | | |||||
| * | - MFH Missed 'proto' | Marcus Boerger | 2006-03-06 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Andrei Zmievski | 2006-03-06 | 1 | -0/+1 |
| | | |||||
| * | MFH (Import PCRE 6.6) | Andrei Zmievski | 2006-03-06 | 66 | -17173/+8438 |
| | | |||||
| * | - MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1). | Derick Rethans | 2006-03-06 | 4 | -5/+6 |
| | | | | | | (Derick) | ||||
| * | fix win build | Rob Richards | 2006-03-06 | 1 | -1/+2 |
| | | |||||
| * | fix logo (proper spacing between the letters) | Colin Viebrock | 2006-03-06 | 2 | -1106/+630 |
| | | |||||
| * | - Fix last %v, too | Marcus Boerger | 2006-03-06 | 1 | -1/+1 |
| | | |||||
| * | - There is no %v in 5.1 (found by Tony) | Marcus Boerger | 2006-03-06 | 1 | -2/+2 |
| | | |||||
