summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use $(INSTALL_DATA) instead of cpSascha Schumann2003-08-261-4/+4
* - Fixed bug #25240 (spaces before pre-processor directives)foobar2003-08-252-2/+2
* Bugfix#25239 Closing control stream while data stream is open violates RFC959...Sara Golemon2003-08-251-14/+0
* UpdateMarcus Boerger2003-08-251-0/+8
* - Fix compileMarcus Boerger2003-08-252-2/+2
* Update exception codeMarcus Boerger2003-08-251-14/+2
* Exceptions work nowMarcus Boerger2003-08-251-2/+3
* - Simplify php_error_cb()Marcus Boerger2003-08-251-21/+37
* fix debug build. use libxml dynamic linking until it can re-export symbolsRob Richards2003-08-251-2/+2
* adding me as helper, adding dependency on XML_RPC 1.0.4 and optional dependen...Greg Beaver2003-08-251-0/+9
* my fault - forgot to fix thisGreg Beaver2003-08-251-1/+1
* Some minor fixes so that this works with autoconf 2.13 toofoobar2003-08-251-162/+178
* Sync with originalMoriyoshi Koizumi2003-08-2517-445/+168
* ChangeLog update2003-08-252-0/+294
* Allow usage of external libmbflMoriyoshi Koizumi2003-08-242-91/+124
* Add missing checkMarcus Boerger2003-08-241-9/+11
* Integrate allocator code into mbstring.cMoriyoshi Koizumi2003-08-243-87/+53
* Sync with the originalMoriyoshi Koizumi2003-08-2413-99/+606
* Fix memory source of string duplication for non internal propertiesMarcus Boerger2003-08-241-1/+2
* - Provide appropriate way to destroy internal zval's.Marcus Boerger2003-08-248-21/+93
* Don't identify alias'ed functionsMarcus Boerger2003-08-244-25/+1
* Use ""'s if you want empty strings. We want to crash on errors.Zeev Suraski2003-08-241-3/+0
* Use pemalloc()Zeev Suraski2003-08-241-1/+1
* Allow NULL, tooMarcus Boerger2003-08-241-0/+3
* Get rid of more ^M's - Marcus, please check your CVS client!Zeev Suraski2003-08-240-0/+0
* Get rid of more ^M'sZeev Suraski2003-08-240-0/+0
* line endings fixZeev Suraski2003-08-240-0/+0
* Never, ever, overwrite the refcount element of a connected zval!Zeev Suraski2003-08-241-1/+1
* Add dedicated reflection_exceptionMarcus Boerger2003-08-242-20/+28
* Allow to throw instances of classes derived from exceptionMarcus Boerger2003-08-244-12/+42
* Fixed bug #25218 ("deflate" compressed pages had a gzip header, whichStefan Roehrich2003-08-242-4/+5
* Fixed zlib.output_compression without register_long_vars set.Stefan Roehrich2003-08-241-4/+5
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-248-7/+73
* Make invoke() workMarcus Boerger2003-08-242-40/+18
* zend_parse_parameters 'O' works the way we need hereMarcus Boerger2003-08-242-30/+4
* Not neededMarcus Boerger2003-08-242-20/+0
* Make use method macrosMarcus Boerger2003-08-242-20/+20
* One of PPP is needed, tooMarcus Boerger2003-08-241-1/+1
* - Add Reflection_Function::isAliasMarcus Boerger2003-08-242-320/+370
* - Add fn_flag ZEND_ACC_ALIASMarcus Boerger2003-08-242-6/+10
* Fix fn_flags handlingMarcus Boerger2003-08-241-1/+3
* implement stricterrorcheckRob Richards2003-08-243-5/+7
* implement stricterrorcheckRob Richards2003-08-248-100/+118
* remove document pointer references as doc is now copiedRob Richards2003-08-243-23/+1
* Add property read code and use that in default exception classMarcus Boerger2003-08-244-18/+33
* ChangeLog update2003-08-242-0/+100
* Allow zend_throw_exception() to also set the exception codeMarcus Boerger2003-08-236-36/+20
* Exception has 4 protected default properties (message,code,file,line).Marcus Boerger2003-08-232-28/+60
* Internal classes can now have default properties.Marcus Boerger2003-08-234-18/+127
* Show ctor/dtor information and those don't return anythingMarcus Boerger2003-08-232-2/+14