| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Synch/Unify error messages related to function/method calls | Marcus Boerger | 2003-09-02 | 10 | -14/+14 |
| | | |||||
| * | Fix use of EXTERN_C macros | Ard Biesheuvel | 2003-09-02 | 5 | -18/+18 |
| | | |||||
| * | Fix error level | Marcus Boerger | 2003-09-02 | 1 | -3/+3 |
| | | |||||
| * | Currently we cannot support static ctor/dtor | Marcus Boerger | 2003-09-02 | 2 | -0/+12 |
| | | |||||
| * | Can't ignore variadic DEBUG macro for compilers | Ard Biesheuvel | 2003-09-02 | 1 | -5/+5 |
| | | | | | | that don't support them. Revert. | ||||
| * | These are implicit properties as denoted by the flag. Dynamic properties only | Marcus Boerger | 2003-09-02 | 2 | -2/+2 |
| | | | | | | | exist in one single object and currently reflection api is not capable of showing those. | ||||
| * | Fix use of EXTERN_C macros | Ard Biesheuvel | 2003-09-02 | 2 | -14/+14 |
| | | |||||
| * | Changed some formatting/macro/debugging/variadic stuff | Ard Biesheuvel | 2003-09-02 | 1 | -6/+8 |
| | | |||||
| * | Error message clean up part IV: spprintf/estrndup don't return on 'out of mem' | Marcus Boerger | 2003-09-02 | 1 | -75/+96 |
| | | | | | | Error message clean up part V: Show PHP Startup/Shutdown | ||||
| * | if a package.xml is passed to InfoFrom*(), and the package version is ↵ | Greg Beaver | 2003-09-02 | 1 | -0/+5 |
| | | | | | invalid, current CVS causes a whole bunch of xml parser warnings and craps out without telling the user why. Now it exits gracefully. | ||||
| * | fixes rather obvious problem. Try this with CVS before: | Greg Beaver | 2003-09-02 | 1 | -0/+3 |
| | | | | | | | | pear install package-PEAR.xml It attempts to split on the - as if PEAR.xml were a version and package were the package name. Now, it doesn't do that if the $pkgfile is a local filename. | ||||
| * | - Fixed bug #25348 ("make install" fails with --enable-short-tags). | foobar | 2003-09-02 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #25343 (is_dir() gives warning on FreeBSD). | foobar | 2003-09-02 | 1 | -2/+2 |
| | | |||||
| * | Error message clean up part III: Fix ini setting logic & respect docref_root | Marcus Boerger | 2003-09-02 | 1 | -5/+2 |
| | | |||||
| * | Error message clean up part II: Don't show params where none apply. | Marcus Boerger | 2003-09-01 | 1 | -17/+34 |
| | | |||||
| * | Error message clean up part I: always show 'Unknown' instead of empty names. | Marcus Boerger | 2003-09-01 | 1 | -12/+13 |
| | | |||||
| * | MFB: Plug leak when invalid domain name provided. | Sara Golemon | 2003-09-01 | 1 | -2/+2 |
| | | |||||
| * | Don't loose information if no parameters were shown. | Marcus Boerger | 2003-09-01 | 2 | -2/+8 |
| | | | | | | # Noticed by Sebatian Bergmann | ||||
| * | Fix initial buffer size | Marcus Boerger | 2003-09-01 | 2 | -2/+2 |
| | | |||||
| * | Fix class handling of invoke | Marcus Boerger | 2003-09-01 | 2 | -36/+46 |
| | | |||||
| * | Show {main} and prevent showing empty stack traces | Marcus Boerger | 2003-09-01 | 2 | -12/+22 |
| | | |||||
| * | Clearify this | Marcus Boerger | 2003-09-01 | 2 | -4/+14 |
| | | |||||
| * | Add missing '}' | Marcus Boerger | 2003-09-01 | 2 | -0/+4 |
| | | |||||
| * | WS/CS | Marcus Boerger | 2003-09-01 | 0 | -0/+0 |
| | | | | | | # Let's see if i can overcome those annoying "^M"s | ||||
| * | Revert what I think is an accidental commit by Marcus that slipped in at ↵ | Sebastian Bergmann | 2003-09-01 | 2 | -2/+2 |
| | | | | | revision 1.23. Declaring getMessage() as final is a PITA, so I hope it will not come to that. | ||||
| * | "fixed" bug #25344 (regular domain "localhost.com" used in php.ini) | foobar | 2003-09-01 | 2 | -2/+2 |
| | | |||||
| * | Add static reflector::export() and its implementations. | Marcus Boerger | 2003-09-01 | 2 | -0/+292 |
| | | | | | | | | # # This makes the main reflection use a lot easier. # | ||||
| * | Set the params in the struct | Marcus Boerger | 2003-09-01 | 2 | -0/+4 |
| | | |||||
| * | 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 |
| | | |||||
