Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_API | SVN Migration | 2006-06-02 | 153 | -16945/+0 |
| | | | | 'BEFORE_NEW_OUTPUT_API'. | ||||
* | idness not valid for attribute declarations | Rob Richards | 2006-06-02 | 1 | -2/+2 |
| | |||||
* | SAPI globals are destroied at this point and reporting errors about memory leaks | Dmitry Stogov | 2006-06-02 | 1 | -1/+1 |
| | | | | | can cause crash. | ||||
* | ChangeLog update | 2006-06-02 | 2 | -0/+124 | |
| | |||||
* | MFB: fixed compiler warning | Ilia Alshanetsky | 2006-06-01 | 1 | -1/+1 |
| | |||||
* | MFB: #37630 MySQL extensions should link against thread safe client libs if ↵ | Michael Wallner | 2006-06-01 | 3 | -16/+11 |
| | | | | built with ZTS | ||||
* | ignore my previous fix, it was wrong =) | Antony Dovgal | 2006-06-01 | 1 | -2/+4 |
| | |||||
* | suppress_errors is used only on Win32, no need to look for it on other systems | Antony Dovgal | 2006-06-01 | 1 | -0/+4 |
| | |||||
* | nuke unused variable | Antony Dovgal | 2006-06-01 | 1 | -2/+0 |
| | |||||
* | fix tests | Antony Dovgal | 2006-06-01 | 3 | -0/+185 |
| | |||||
* | no need to fetch trsm_ls when it's already available | Antony Dovgal | 2006-06-01 | 1 | -2/+0 |
| | |||||
* | add new tests | Antony Dovgal | 2006-06-01 | 6 | -0/+233 |
| | |||||
* | throw a warning when using invalid offset types with strings | Antony Dovgal | 2006-06-01 | 1 | -0/+14 |
| | |||||
* | ChangeLog update | 2006-06-01 | 2 | -0/+200 | |
| | |||||
* | add expected warning to the test | Antony Dovgal | 2006-05-31 | 1 | -0/+0 |
| | |||||
* | - MF52: There was nothing wrong here, bug report #37595 is bogus. | Derick Rethans | 2006-05-31 | 3 | -2/+24 |
| | | | | | - MF52: Added a new test case to demonstrate a longer plain text. | ||||
* | fix error message in Unicode mode | Antony Dovgal | 2006-05-31 | 1 | -1/+1 |
| | |||||
* | add more tests | Antony Dovgal | 2006-05-31 | 4 | -0/+91 |
| | |||||
* | MFB | Andrei Zmievski | 2006-05-31 | 1 | -0/+1 |
| | |||||
* | add tests for new E_FATALs | Antony Dovgal | 2006-05-31 | 9 | -0/+244 |
| | |||||
* | Keeping consistent arg_stack during arguments freeing (Exception from ↵ | Dmitry Stogov | 2006-05-31 | 2 | -4/+10 |
| | | | | destructor may use inconsistent arg_stack for backtrace). | ||||
* | Support for nested exceptions and fatal errors in destructors | Dmitry Stogov | 2006-05-31 | 2 | -3/+16 |
| | |||||
* | fix #37595 (mcrypt_generic calculates data length in wrong way) | Antony Dovgal | 2006-05-31 | 2 | -1/+1 |
| | |||||
* | ChangeLog update | 2006-05-31 | 2 | -0/+136 | |
| | |||||
* | - Add new tests | Marcus Boerger | 2006-05-30 | 2 | -0/+40 |
| | |||||
* | - Fix test logic | Marcus Boerger | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | MFB: fix tests | Antony Dovgal | 2006-05-30 | 7 | -21/+23 |
| | |||||
* | fix test | Antony Dovgal | 2006-05-30 | 2 | -7/+16 |
| | |||||
* | fix compilation on some b0rked systems that must have collections support ↵ | Antony Dovgal | 2006-05-30 | 1 | -1/+1 |
| | | | | but they don't | ||||
* | - WS | Marcus Boerger | 2006-05-30 | 1 | -1/+0 |
| | |||||
* | Minor fixes (bjori) | Sara Golemon | 2006-05-30 | 3 | -3/+3 |
| | |||||
* | MFB: fix bug 37635 (argument to pcntl signal handler is trashed) | Michael Wallner | 2006-05-30 | 1 | -6/+5 |
| | |||||
* | Lets play nice and use 4digit years with DATE_RSS | Hannes Magnusson | 2006-05-30 | 2 | -9/+10 |
| | |||||
* | MFB: Added memory_get_peak_usage() function for retrieving peak memory | Ilia Alshanetsky | 2006-05-30 | 3 | -0/+8 |
| | | | | | usage of a PHP script. | ||||
* | Fixed DATE_COOKIE & DATE_RSS | Hannes Magnusson | 2006-05-30 | 2 | -8/+25 |
| | | | | | | | Fixed tests Add comments # My first php-src/ commit! :) | ||||
* | don't require libociei, this allows us to build ext/oci8 against basiclite ↵ | Antony Dovgal | 2006-05-30 | 1 | -1/+1 |
| | | | | OIC package | ||||
* | - Now as text and not HTML. | Derick Rethans | 2006-05-30 | 2 | -6/+53 |
| | |||||
* | - Fixed bug #37616: DATE_RFC822 does not product RFC 822 dates. (Patch by | Derick Rethans | 2006-05-30 | 3 | -8/+90 |
| | | | | | Hannes Magnusson) | ||||
* | need to call zend_is_callable() if callable is known to be invalid | Antony Dovgal | 2006-05-30 | 1 | -2/+2 |
| | |||||
* | ChangeLog update | 2006-05-30 | 2 | -0/+135 | |
| | |||||
* | MFB: Convert E_ERROR to E_RECOVERABLE_ERROR | Ilia Alshanetsky | 2006-05-30 | 1 | -2/+2 |
| | |||||
* | no need to check it for not-NULL (as was pointed by Nuno) | Antony Dovgal | 2006-05-29 | 1 | -4/+2 |
| | |||||
* | there is no ce at this point, revert this line to its previous state | Antony Dovgal | 2006-05-29 | 1 | -1/+1 |
| | | | | | See also: http://news.php.net/php.zend-engine.cvs/4931 | ||||
* | add test | Antony Dovgal | 2006-05-29 | 1 | -0/+16 |
| | |||||
* | return NULL in case of error (and fix leak/non-null-terminated string error) | Antony Dovgal | 2006-05-29 | 1 | -0/+4 |
| | |||||
* | - Bugfix #37632 (Protected method access problem) | Marcus Boerger | 2006-05-29 | 3 | -5/+149 |
| | |||||
* | improve sed expressions | Antony Dovgal | 2006-05-29 | 1 | -2/+2 |
| | |||||
* | MFB: Fixed bug #36949 (invalid internal mysqli objects dtor) | Michael Wallner | 2006-05-29 | 2 | -17/+55 |
| | |||||
* | fix #37531 (oci8 persistent connection corruption) | Antony Dovgal | 2006-05-29 | 1 | -1/+5 |
| | |||||
* | add test | Antony Dovgal | 2006-05-29 | 1 | -0/+40 |
| |