summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Synch/Unify error messages related to function/method callsMarcus Boerger2003-09-0210-14/+14
|
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-025-18/+18
|
* Fix error levelMarcus Boerger2003-09-021-3/+3
|
* Currently we cannot support static ctor/dtorMarcus Boerger2003-09-022-0/+12
|
* Can't ignore variadic DEBUG macro for compilersArd Biesheuvel2003-09-021-5/+5
| | | | | that don't support them. Revert.
* These are implicit properties as denoted by the flag. Dynamic properties onlyMarcus Boerger2003-09-022-2/+2
| | | | | | exist in one single object and currently reflection api is not capable of showing those.
* Fix use of EXTERN_C macrosArd Biesheuvel2003-09-022-14/+14
|
* Changed some formatting/macro/debugging/variadic stuffArd Biesheuvel2003-09-021-6/+8
|
* Error message clean up part IV: spprintf/estrndup don't return on 'out of mem'Marcus Boerger2003-09-021-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 Beaver2003-09-021-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 Beaver2003-09-021-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).foobar2003-09-021-1/+1
|
* - Fixed bug #25343 (is_dir() gives warning on FreeBSD).foobar2003-09-021-2/+2
|
* Error message clean up part III: Fix ini setting logic & respect docref_rootMarcus Boerger2003-09-021-5/+2
|
* Error message clean up part II: Don't show params where none apply.Marcus Boerger2003-09-011-17/+34
|
* Error message clean up part I: always show 'Unknown' instead of empty names.Marcus Boerger2003-09-011-12/+13
|
* MFB: Plug leak when invalid domain name provided.Sara Golemon2003-09-011-2/+2
|
* Don't loose information if no parameters were shown.Marcus Boerger2003-09-012-2/+8
| | | | | # Noticed by Sebatian Bergmann
* Fix initial buffer sizeMarcus Boerger2003-09-012-2/+2
|
* Fix class handling of invokeMarcus Boerger2003-09-012-36/+46
|
* Show {main} and prevent showing empty stack tracesMarcus Boerger2003-09-012-12/+22
|
* Clearify thisMarcus Boerger2003-09-012-4/+14
|
* Add missing '}'Marcus Boerger2003-09-012-0/+4
|
* WS/CSMarcus Boerger2003-09-010-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 Bergmann2003-09-012-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)foobar2003-09-012-2/+2
|
* Add static reflector::export() and its implementations.Marcus Boerger2003-09-012-0/+292
| | | | | | | # # This makes the main reflection use a lot easier. #
* Set the params in the structMarcus Boerger2003-09-012-0/+4
|
* Invalidate exception in this case tooMarcus Boerger2003-09-011-0/+1
|
* WSMarcus Boerger2003-09-011-1/+0
|
* The sendmail_path executable check breaks setups that use parametersStanislav Malyshev2003-09-011-1/+2
| | | | | for sendmail - including the default setup - so I'm disabling it for now.
* Add xsl.Sebastian Bergmann2003-09-011-0/+12
|
* libxml 2.5.10 or greater required from now onfoobar2003-09-011-2/+2
|
* ChangeLog update2003-09-012-0/+200
|
* Make sure that ftp->data is nulled after it's freed. This may fix bugIlia Alshanetsky2003-08-311-13/+11
| | | | | #25294 & bug #25296.
* Fixed compiler warnings.Ilia Alshanetsky2003-08-319-34/+34
|
* typoGreg Beaver2003-08-311-1/+1
|
* Tomas say:Greg Beaver2003-08-311-2/+6
| | | | | | | | "I think you'd have to let the user still install the package with --force." I say, OK :)
* - Fix win32 debug buildfoobar2003-08-311-1/+1
|
* - Fix the win32 build.foobar2003-08-311-52/+695
| | | | | # mbregex is still not build, that onigurama stuff didn't compile
* Don't repeat first const count(consts) timeMarcus Boerger2003-08-312-2/+2
|
* Beautify outputMarcus Boerger2003-08-312-10/+14
|
* Add reflection_parameters, patch by Timm FriebeMarcus Boerger2003-08-312-140/+704
|
* Fix formatting specifierMarcus Boerger2003-08-311-1/+1
|
* No dots at the end of error messagesMarcus Boerger2003-08-311-8/+8
|
* Fix format specifiersMarcus Boerger2003-08-311-8/+8
|
* Fix Win32 linkage problemsZeev Suraski2003-08-3118-0/+59
|
* Excluded chars < 32 when displaying string parameters that would obliterate ↵Marcus Boerger2003-08-312-4/+24
| | | | output.
* Attempt at fixing the linkage problem in Win32Zeev Suraski2003-08-313-36/+34
|
* Synch error message with other one to fix testsMarcus Boerger2003-08-311-1/+1
|