| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Invalidate exception in this case too | Marcus Boerger | 2003-09-01 | 1 | -0/+1 |
| | | |||||
| * | WS | Marcus Boerger | 2003-09-01 | 1 | -1/+0 |
| | | |||||
| * | The sendmail_path executable check breaks setups that use parameters | Stanislav Malyshev | 2003-09-01 | 1 | -1/+2 |
| | | | | | | for sendmail - including the default setup - so I'm disabling it for now. | ||||
| * | Add xsl. | Sebastian Bergmann | 2003-09-01 | 1 | -0/+12 |
| | | |||||
| * | libxml 2.5.10 or greater required from now on | foobar | 2003-09-01 | 1 | -2/+2 |
| | | |||||
| * | ChangeLog update | 2003-09-01 | 2 | -0/+200 | |
| | | |||||
| * | Make sure that ftp->data is nulled after it's freed. This may fix bug | Ilia Alshanetsky | 2003-08-31 | 1 | -13/+11 |
| | | | | | | #25294 & bug #25296. | ||||
| * | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-31 | 9 | -34/+34 |
| | | |||||
| * | typo | Greg Beaver | 2003-08-31 | 1 | -1/+1 |
| | | |||||
| * | Tomas say: | Greg Beaver | 2003-08-31 | 1 | -2/+6 |
| | | | | | | | | | "I think you'd have to let the user still install the package with --force." I say, OK :) | ||||
| * | - Fix win32 debug build | foobar | 2003-08-31 | 1 | -1/+1 |
| | | |||||
| * | - Fix the win32 build. | foobar | 2003-08-31 | 1 | -52/+695 |
| | | | | | | # mbregex is still not build, that onigurama stuff didn't compile | ||||
| * | Don't repeat first const count(consts) time | Marcus Boerger | 2003-08-31 | 2 | -2/+2 |
| | | |||||
| * | Beautify output | Marcus Boerger | 2003-08-31 | 2 | -10/+14 |
| | | |||||
| * | Add reflection_parameters, patch by Timm Friebe | Marcus Boerger | 2003-08-31 | 2 | -140/+704 |
| | | |||||
| * | Fix formatting specifier | Marcus Boerger | 2003-08-31 | 1 | -1/+1 |
| | | |||||
| * | No dots at the end of error messages | Marcus Boerger | 2003-08-31 | 1 | -8/+8 |
| | | |||||
| * | Fix format specifiers | Marcus Boerger | 2003-08-31 | 1 | -8/+8 |
| | | |||||
| * | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 18 | -0/+59 |
| | | |||||
| * | Excluded chars < 32 when displaying string parameters that would obliterate ↵ | Marcus Boerger | 2003-08-31 | 2 | -4/+24 |
| | | | | | output. | ||||
| * | Attempt at fixing the linkage problem in Win32 | Zeev Suraski | 2003-08-31 | 3 | -36/+34 |
| | | |||||
| * | Synch error message with other one to fix tests | Marcus Boerger | 2003-08-31 | 1 | -1/+1 |
| | | |||||
| * | Check whether we may access tat union | Marcus Boerger | 2003-08-31 | 2 | -2/+2 |
| | | |||||
| * | Revert commit by accident, sorry | Marcus Boerger | 2003-08-31 | 1 | -2/+2 |
| | | |||||
| * | - Single header files installation. | foobar | 2003-08-31 | 1 | -14/+20 |
| | | |||||
| * | Revisited: Replace the non portable code by spprintf | Marcus Boerger | 2003-08-31 | 2 | -21/+5 |
| | | |||||
| * | Using zend_spprintf should be faster here | Marcus Boerger | 2003-08-31 | 2 | -18/+20 |
| | | |||||
| * | Make vspprintf available as zend utility function. Use it in exception output. | Marcus Boerger | 2003-08-31 | 5 | -26/+13 |
| | | |||||
| * | - a new UDM_PARAM_SEARCH_RESULTS mnogosearch API command added to limit | Sergey Kartashoff | 2003-08-31 | 1 | -0/+8 |
| | | | | | | maximum number of search results | ||||
| * | This patch should fix all unintended upgrading/installation of packages less ↵ | Greg Beaver | 2003-08-31 | 1 | -1/+11 |
| | | | | | stable than preferred state | ||||
| * | fix #25322 | Greg Beaver | 2003-08-31 | 2 | -1/+3 |
| | | |||||
| * | install sqlite headers with the rest of php. | Wez Furlong | 2003-08-31 | 1 | -1/+2 |
| | | | | | | | | We only really need sqlite.h, but our build system doesn't provide for installation of a single header file (at least not that I can see) | ||||
| * | ChangeLog update | 2003-08-31 | 2 | -0/+141 | |
| | | |||||
| * | Actually fetch the parameter | Marcus Boerger | 2003-08-30 | 2 | -0/+2 |
| | | |||||
| * | - Calling abstract methods should be a error for consistency reason. | Marcus Boerger | 2003-08-30 | 7 | -26/+4 |
| | | | | | | - So in reflection_api we use the reflection_exception again. | ||||
| * | No need to enable by default. Derick got confused. :) | foobar | 2003-08-30 | 1 | -1/+1 |
| | | |||||
| * | libmbfl is required always | foobar | 2003-08-30 | 1 | -13/+7 |
| | | |||||
| * | ws | foobar | 2003-08-30 | 1 | -2/+2 |
| | | |||||
| * | - PLEASE stop commiting ^M's | Andi Gutmans | 2003-08-30 | 0 | -0/+0 |
| | | |||||
| * | Even though it is ignored this should be correct | Marcus Boerger | 2003-08-30 | 2 | -2/+2 |
| | | |||||
| * | Add frame numer and finally display stack trace in the message. | Marcus Boerger | 2003-08-30 | 2 | -14/+64 |
| | | | | | | | | | # # And voila - nice useable and helpfull exceptions in PHP. # Now we need to tell ppl 'anyway don't use them if possible'. # | ||||
| * | Add exception::traceAsString() and exception::toString() | Marcus Boerger | 2003-08-30 | 2 | -8/+394 |
| | | |||||
| * | CS fix | Greg Beaver | 2003-08-30 | 1 | -1/+1 |
| | | |||||
| * | fci.function_table & fci.function_name are not needed since we use ↵ | Marcus Boerger | 2003-08-30 | 2 | -20/+8 |
| | | | | | zend_fcall_info_cache | ||||
| * | Be precise | Marcus Boerger | 2003-08-30 | 2 | -4/+24 |
| | | |||||
| * | Actually using fcc would be a good idea | Marcus Boerger | 2003-08-30 | 2 | -2/+2 |
| | | |||||
| * | - The compiler can't detect all abstract function calls so we need to check. | Marcus Boerger | 2003-08-30 | 5 | -7/+34 |
| | | | | | | | # In this case throwing a dedicated exception is better than the error we # show when the compiler can detect the abstract call because its run-time. | ||||
| * | Make those final (see comment) | Marcus Boerger | 2003-08-30 | 2 | -10/+18 |
| | | |||||
| * | Add note about version requirement | foobar | 2003-08-30 | 1 | -1/+1 |
| | | |||||
| * | Added version checking and --with-openssl-dir option | foobar | 2003-08-30 | 1 | -11/+53 |
| | | |||||
