summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Check whether we may access tat unionMarcus Boerger2003-08-312-2/+2
|
* Revert commit by accident, sorryMarcus Boerger2003-08-311-2/+2
|
* - Single header files installation.foobar2003-08-311-14/+20
|
* Revisited: Replace the non portable code by spprintfMarcus Boerger2003-08-312-21/+5
|
* Using zend_spprintf should be faster hereMarcus Boerger2003-08-312-18/+20
|
* Make vspprintf available as zend utility function. Use it in exception output.Marcus Boerger2003-08-315-26/+13
|
* - a new UDM_PARAM_SEARCH_RESULTS mnogosearch API command added to limitSergey Kartashoff2003-08-311-0/+8
| | | | | maximum number of search results
* This patch should fix all unintended upgrading/installation of packages less ↵Greg Beaver2003-08-311-1/+11
| | | | stable than preferred state
* fix #25322Greg Beaver2003-08-312-1/+3
|
* install sqlite headers with the rest of php.Wez Furlong2003-08-311-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 update2003-08-312-0/+141
|
* Actually fetch the parameterMarcus Boerger2003-08-302-0/+2
|
* - Calling abstract methods should be a error for consistency reason.Marcus Boerger2003-08-307-26/+4
| | | | | - So in reflection_api we use the reflection_exception again.
* No need to enable by default. Derick got confused. :)foobar2003-08-301-1/+1
|
* libmbfl is required alwaysfoobar2003-08-301-13/+7
|
* wsfoobar2003-08-301-2/+2
|
* - PLEASE stop commiting ^M'sAndi Gutmans2003-08-300-0/+0
|
* Even though it is ignored this should be correctMarcus Boerger2003-08-302-2/+2
|
* Add frame numer and finally display stack trace in the message.Marcus Boerger2003-08-302-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 Boerger2003-08-302-8/+394
|
* CS fixGreg Beaver2003-08-301-1/+1
|
* fci.function_table & fci.function_name are not needed since we use ↵Marcus Boerger2003-08-302-20/+8
| | | | zend_fcall_info_cache
* Be preciseMarcus Boerger2003-08-302-4/+24
|
* Actually using fcc would be a good ideaMarcus Boerger2003-08-302-2/+2
|
* - The compiler can't detect all abstract function calls so we need to check.Marcus Boerger2003-08-305-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 Boerger2003-08-302-10/+18
|
* Add note about version requirementfoobar2003-08-301-1/+1
|
* Added version checking and --with-openssl-dir optionfoobar2003-08-301-11/+53
|